WorldWideScience

Sample records for turbo pascal version

  1. Type Inference of Turbo Pascal

    DEFF Research Database (Denmark)

    Hougaard, Ole Ildsgaard; Schwartzbach, Michael I; Askari, Hosein

    1995-01-01

    of Turbo Pascal. It has the form of a preprocessor that analyzes programs in which the type annotations are only partial or even absent. The resulting program has full type annotations, will be accepted by the standard Turbo Pascal compiler, and has polymorphic use of procedures resolved by means of code...

  2. Pascal for Ingeniører

    DEFF Research Database (Denmark)

    Hellesen, Bjarne; Johansen, Gunnar

    1998-01-01

    Applications, software and hardware. Introduction to Pascal. Selection. Loop. Subprograms I. Arrays. Realtime programming. Records. Binary files. Text files. Pointers. Pretty program. Big program. The Turbo Pascal system. A FORTRAN program. Methods in programming. A BASIC program. Conversion...

  3. Turbo Pascal Computer Code for PIXE Analysis

    International Nuclear Information System (INIS)

    Darsono

    2002-01-01

    To optimal utilization of the 150 kV ion accelerator facilities and to govern the analysis technique using ion accelerator, the research and development of low energy PIXE technology has been done. The R and D for hardware of the low energy PIXE installation in P3TM have been carried on since year 2000. To support the R and D of PIXE accelerator facilities in harmonize with the R and D of the PIXE hardware, the development of PIXE software for analysis is also needed. The development of database of PIXE software for analysis using turbo Pascal computer code is reported in this paper. This computer code computes the ionization cross-section, the fluorescence yield, and the stopping power of elements also it computes the coefficient attenuation of X- rays energy. The computer code is named PIXEDASIS and it is part of big computer code planed for PIXE analysis that will be constructed in the near future. PIXEDASIS is designed to be communicative with the user. It has the input from the keyboard. The output shows in the PC monitor, which also can be printed. The performance test of the PIXEDASIS shows that it can be operated well and it can provide data agreement with data form other literatures. (author)

  4. Pascal, un moderno agostiniano

    Directory of Open Access Journals (Sweden)

    Alessia Maccaro

    2014-11-01

    Full Text Available Il presente articolo si propone di indagare la versione pascaliana dell’agostinismo, sovente intesa dalla faziosa ermeneutica come anacronistico arroccamento nel medievalismo religioso, che, invece, proprio in virtù nella sua natura inattuale, e della matrice così straordinariamente inesauribile del pensiero agostiniano, si rivela profondamente moderna. Pascal, infatti, addolorato dalla vista di un esistente dibattentesi come una canna tra i venti delle configgenti istanze culturali e religiose del suo tempo, tra le rinnovate forme di eresia e l’imperante libertinismo, non vede in Agostino l’immagine aurea e pacifica di un Santo lontanissimo, non trova in lui il rifugio in un passato rassicurante, bensì di quegli recupera gli elementi drammatici, l’attenzione alla sofferta inquietudine dell’uomo dilaniato dalle dicotomiche alternative, disperatamente disperdentesi nelle malìe dell’esistere, cui entrambi i pensatori indicano il ritorno all’interioritas, a quel cuore non senza (Rragione. Tale ricerca ha messo in luce la riduttività dell’accostamento di Pascal ad Agostino solo per la via del religioso, perché, in fondo, è la problematicità e la problematizzazione del religioso che da Agostino giunge a Pascal e, confrontandosi con la crisi dei valori del 600, perverrà ad avere effetti disattesi.  This article aims to investigate Pascal version of augustinism, often considered from the partisan hermeneutic as anachronistic entrenchment in religious medievalism, which, precisely because of its outdated nature, and so extraordinarily inexhaustible kind of Augustine's thought is revealed to be profoundly modern. Pascal, in fact, saddened by the sight of an existent floundering like a reed in the wind of conflicting religious and cultural needs of his time, including the renewed forms of heresy and the prevailing libertinism, don’t see in Augustine the image of a peaceful ancient Holy, donr’ find in him refuge in a past

  5. PASCAL for engineers: A course including OMEGASOFT PASCAL for microcomputers

    International Nuclear Information System (INIS)

    Tausch, L.A.

    1985-01-01

    These are the notes of a PASCAL course for controls engineers at CERN. The course starts with 'Standard Pascal' and includes OMEGASOFT Pascal, a powerful extension of Pascal towards real-time and systems applications. It demonstrates how a language such as Pascal, with adequate extensions for systems programming and embedded microprocessor-driven systems, can substantially increase the productivity of programmers and the reliability of their products. Also enhanced will be the legibility of the programs and their maintainability, since programming in Pascal automatically leads to autodocumentation. Simple examples show how OMEGASOFT-PASCAL can be used for efficient programming of embedded systems for real-time data acquisition and control using the MC6809 microprocessor. (orig.)

  6. Pascal-Like Triangle and Pascal-Like Functional Matrix

    Directory of Open Access Journals (Sweden)

    M. Bayat

    2013-06-01

    Full Text Available . In this paper we shall first introduce the Pascal-like triangle, using a generalization of the recurrence relation for arrays of Pascal triangle. Then we define the Pascal-like functional and Fermat-like matrices and investigate their algebraic properties. Finally, we obtain some binomial identities, using these matrices

  7. The language parallel Pascal and other aspects of the massively parallel processor

    Science.gov (United States)

    Reeves, A. P.; Bruner, J. D.

    1982-01-01

    A high level language for the Massively Parallel Processor (MPP) was designed. This language, called Parallel Pascal, is described in detail. A description of the language design, a description of the intermediate language, Parallel P-Code, and details for the MPP implementation are included. Formal descriptions of Parallel Pascal and Parallel P-Code are given. A compiler was developed which converts programs in Parallel Pascal into the intermediate Parallel P-Code language. The code generator to complete the compiler for the MPP is being developed independently. A Parallel Pascal to Pascal translator was also developed. The architecture design for a VLSI version of the MPP was completed with a description of fault tolerant interconnection networks. The memory arrangement aspects of the MPP are discussed and a survey of other high level languages is given.

  8. GENPLOT: A formula-based Pascal program for data manipulation and plotting

    Science.gov (United States)

    Kramer, Matthew J.

    Geochemical processes involving alteration, differentiation, fractionation, or migration of elements may be elucidated by a number of discrimination or variation diagrams (e.g., AFM, Harker, Pearce, and many others). The construction of these diagrams involves arithmetic combination of selective elements (involving major, minor, or trace elements). GENPLOT utilizes a formula-based algorithm (an expression parser) which enables the program to manipulate multiparameter databases and plot XY, ternary, tetrahedron, and REE type plots without needing to change either the source code or rearranging databases. Formulae may be any quadratic expression whose variables are the column headings of the data matrix. A full-screen editor with limited equations and arithmetic functions (spreadsheet) has been incorporated into the program to aid data entry and editing. Data are stored as ASCII files to facilitate interchange of data between other programs and computers. GENPLOT was developed in Turbo Pascal for the IBM and compatible computers but also is available in Apple Pascal for the Apple Ile and Ill. Because the source code is too extensive to list here (about 5200 lines of Pascal code), the expression parsing routine, which is central to GENPLOT's flexibility is incorporated into a smaller demonstration program named SOLVE. The following paper includes a discussion on how the expression parser works and a detailed description of GENPLOT's capabilities.

  9. PCACE-Personal-Computer-Aided Cabling Engineering

    Science.gov (United States)

    Billitti, Joseph W.

    1987-01-01

    PCACE computer program developed to provide inexpensive, interactive system for learning and using engineering approach to interconnection systems. Basically database system that stores information as files of individual connectors and handles wiring information in circuit groups stored as records. Directly emulates typical manual engineering methods of handling data, thus making interface between user and program very natural. Apple version written in P-Code Pascal and IBM PC version of PCACE written in TURBO Pascal 3.0

  10. The CLP(OIH) Language

    DEFF Research Database (Denmark)

    Hougaard, Ole Ildsgaard

    1998-01-01

    Type inference is generally thought of as being an exclusive property of the functional programming paradigm. We argue that such a feature may be of significant benefit for also standard imperative languages. We present a working tool (available by WWW) providing these benefits for a full version...... of Turbo Pascal. It has the form of a preprocessor that analyzes programs in which the type annotations are only partial or even absent. The resulting program has full type annotations, will be accepted by the standard Turbo Pascal compiler, and has polymorphic use of procedures resolved by means of code...

  11. Computer simulation of FT-NMR multiple pulse experiment

    Science.gov (United States)

    Allouche, A.; Pouzard, G.

    1989-04-01

    Using the product operator formalism in its real form, SIMULDENS expands the density matrix of a scalar coupled nuclear spin system and simulates analytically a large variety of FT-NMR multiple pulse experiments. The observable transverse magnetizations are stored and can be combined to represent signal accumulation. The programming language is VAX PASCAL, but a MacIntosh Turbo Pascal Version is also available.

  12. EXPANSION OF TURBO PROLOGUE PROGRAMMING SYSTEM BY PREDICATES FOR LIST PROCESSING

    Directory of Open Access Journals (Sweden)

    A. T. Kovalkov

    2008-01-01

    Full Text Available Lists are considered as a main data structure in logic Turbo Prologue programming language. However the language does not contain in-set predicates (procedures for list processing. In order to facilitate a problem programming process where lists are used it is proposed to apply a Turbo Prologue version that has a set of predicates in the form of recursive rules for executing frequently repeated operations with lists such as unification of lists, italicization and deletion of some list elements, sorting-out, list reversing and many others. The modified version contains a reference to new input predicates. The proposed Turbo Prologue version is easily expanded by new rules. Usage of this version makes programmer’s work easier and promotes development of new programs where it is necessary to work with lists.

  13. LRSYS, PASCAL LR(1) Parser Generator System

    International Nuclear Information System (INIS)

    O'Hair, K.

    1991-01-01

    Description of program or function: LRSYS is a complete LR(1) parser generator system written entirely in a portable subset of Pascal. The system, LRSYS, includes a grammar analyzer program (LR) which reads a context-free (BNF) grammar as input and produces LR(1) parsing tables as output, a lexical analyzer generator (LEX) which reads regular expressions created by the REG process as input and produces lexical tables as output, and various parser skeletons that get merged with the tables to produce complete parsers (SMAKE). Current parser skeletons include Pascal, FORTRAN 77, and C. In addition, the CRAY1, DEC VAX11 version contains LRLTRAN and CFT- FORTRAN 77 skeletons. Other language skeletons can easily be added to the system. LRSYS is based on the LR program (NESC Abstract 822)

  14. Computer simulation of FT-NMR multiple pulse experiment

    International Nuclear Information System (INIS)

    Allouche, A.; Pouzard, G.

    1989-01-01

    Using the product operator formalism in its real form, SIMULDENS expands the density matrix of a scalar coupled nuclear spin system and simulates analytically a large variety of FT-NMR multiple pulse experiments. The observable transverse magnetizations are stored and can be combined to represent signal accumulation. The programming language is VAX PASCAL, but a MacIntosh Turbo Pascal Version is also available. (orig.)

  15. Pascal a problem sceptycyzmu (Pascal and the Problem of Scepticism

    Directory of Open Access Journals (Sweden)

    Ryszard Kleszcz

    2011-09-01

    Full Text Available Scepticism is a doctrine which holds the possibilities of knowledge to be limited. There are many types of scepticism (practical /theoretical, partial/total, moderate/ radical, etc. Scepticism as a philosophy began with Pyrrho of Elis (365–275 BC. The rediscovery of the sceptical texts during Renaissance affected the developmentof modern sceptical currents. In France philosophical statements of scepticism were offered by Michel de Montaigne (1533–1592. Blaise Pascal (1623–1662 great French mathematician, scientist, inventor an religious thinker was familiar with Montaigne sceptical ideas. Pascal refers to Montaigne as the most illustrious defender of scepticism. Blaise Pascal point of view is original. Whenever he insiststhat no proof is ever certain but simultaneously he adds that scepticism is untenable because we have reasons to believe.

  16. Gilson and Pascal

    Directory of Open Access Journals (Sweden)

    Richard J. Fafara

    2014-06-01

    Full Text Available Gilson’s early admiration for Pascal as a literary figure evolved into a deep appreciation of him as a Christian philosopher. Pascal showed Gilson that one could expect much more of philosophy than the idealism of René Descartes and Léon Brunschvicg so rampant in France during Gilson’s days as a student. Gilson’s existential Thomism, which highlighted Augustinian elements in St. Thomas’ thought, shares Pascal’s realism, his critique of rationalism, his situating philosophy within theology, and his view that the God of faith’s existence is largely independent of philosophical demonstrations that one gives of it. Despite many superficial dissimilarities, Gilson found Pascal’s scientific worldview continuous with the world of St. Thomas. Pascal, for Gilson, remained a model for the vocation of the Christian intellectual.

  17. PASCAL, Probabilistic Fracture Mechanics Analysis of Structural Components in Aging LWR

    International Nuclear Information System (INIS)

    Shibata, Katsuyuki; Onizawa, Kunio; Li, Yinsheng; Kato, Daisuke

    2005-01-01

    during the given transient has also the same format as PASCAL main processor. Thus the output data can be directly used as the input data of main processor. - PASCAL main solver: PASCAL main solver is a PFM (Probabilistic Fracture Mechanics) code for analyzing the conditional probability of crack initiation, crack arrest and vessel failure of the vessel under a pressure and thermal transient load. An ordinal PC with MS-Windows can be used. Many original functions are introduced. - PASCAL Ver.1 8 B(2005) with GUI: PASCAL Ver.1 8 B with GUI is the Load Module of the main processor with three functions: 1) User support GUI system for generating the input data, 2) Execution of main solver, 3) Post-processing GUI system of out put data for generating graphic illustration by using MS-EXCEL. NEA-1680/03: New version differs from previous version in the following features: - The source program of main solver of PASCAL 18B is included. - Some minor corrections in GUI display were performed. - An English instruction of PrePASCAL (an exclusive FEM pre-processor for input data generation) is included. This instruction is installed in the Directory 'PrePASCAL'. B - Methods: Main features of PASCAL: - Elasto-plastic fracture analysis based on R6 method is introduced. A fracture transition from brittle to ductile tearing can be analyzed based on the treatment of crack extension analysis of R6 method. An accuracy of failure probability around upper shelf temperature can significantly be improved. Thus, this code can be applicable to other components which exhibit the ductile fracture mode. - Initial flaw of an infinite edge crack and a semi-elliptical crack can be analyzed. For semi-elliptical crack extension analysis, three simulation models, i.e., Model 1, 2 and 3 are introduced as described later. Based on Model 3, an accurate crack extension analysis including the crack aspect ratio during extension can be performed compared with existing codes which employ a simplified analysis

  18. Pascal-SC a computer language for scientific computation

    CERN Document Server

    Bohlender, Gerd; von Gudenberg, Jürgen Wolff; Rheinboldt, Werner; Siewiorek, Daniel

    1987-01-01

    Perspectives in Computing, Vol. 17: Pascal-SC: A Computer Language for Scientific Computation focuses on the application of Pascal-SC, a programming language developed as an extension of standard Pascal, in scientific computation. The publication first elaborates on the introduction to Pascal-SC, a review of standard Pascal, and real floating-point arithmetic. Discussions focus on optimal scalar product, standard functions, real expressions, program structure, simple extensions, real floating-point arithmetic, vector and matrix arithmetic, and dynamic arrays. The text then examines functions a

  19. Separate Turbo Code and Single Turbo Code Adaptive OFDM Transmissions

    Directory of Open Access Journals (Sweden)

    Burr Alister

    2009-01-01

    Full Text Available Abstract This paper discusses the application of adaptive modulation and adaptive rate turbo coding to orthogonal frequency-division multiplexing (OFDM, to increase throughput on the time and frequency selective channel. The adaptive turbo code scheme is based on a subband adaptive method, and compares two adaptive systems: a conventional approach where a separate turbo code is used for each subband, and a single turbo code adaptive system which uses a single turbo code over all subbands. Five modulation schemes (BPSK, QPSK, 8AMPM, 16QAM, and 64QAM are employed and turbo code rates considered are and . The performances of both systems with high ( and low ( BER targets are compared. Simulation results for throughput and BER show that the single turbo code adaptive system provides a significant improvement.

  20. Separate Turbo Code and Single Turbo Code Adaptive OFDM Transmissions

    Directory of Open Access Journals (Sweden)

    Lei Ye

    2009-01-01

    Full Text Available This paper discusses the application of adaptive modulation and adaptive rate turbo coding to orthogonal frequency-division multiplexing (OFDM, to increase throughput on the time and frequency selective channel. The adaptive turbo code scheme is based on a subband adaptive method, and compares two adaptive systems: a conventional approach where a separate turbo code is used for each subband, and a single turbo code adaptive system which uses a single turbo code over all subbands. Five modulation schemes (BPSK, QPSK, 8AMPM, 16QAM, and 64QAM are employed and turbo code rates considered are 1/2 and 1/3. The performances of both systems with high (10−2 and low (10−4 BER targets are compared. Simulation results for throughput and BER show that the single turbo code adaptive system provides a significant improvement.

  1. Turbo FRMAC 2018

    Energy Technology Data Exchange (ETDEWEB)

    2017-11-30

    The Turbo FRMAC (TF) software program is the software implementation of the science and methodologies utilized in the Federal Radiological Monitoring and Assessment Center (FRMAC). The software automates the calculations described in volumes 1 of "The Federal Manual for Assessing Environmental Data during a Radiological Emergency" (2015 version). In the event of the intentional or accidental release of radioactive material, the software is used to guide and govern the response of the Federal, State, Local, and Tribal governments. The manual, upon which the software is based, is unclassified and freely available on the Internet.

  2. Pascal y el Deísmo

    OpenAIRE

    Garrido Zaragozá, Juan José

    2008-01-01

    Este estudio contrapone la visión de Blaise Pascal (1623-1662) acerca del cristianismo al deísmo como religión natural. Después de un breve sumario acerca de los conceptos clave del deísmo, se analizan los textos en los que Pascal cuestiona la absoluta primacía de la razón y propone los límites que separan el orden natural del sobrenatural (revelación positiva). Por último en contraste con el deísmo se abordan, por una parte, los criterios establecidos por Pascal para distinguir lo verdadero ...

  3. Coefficients Calculation in Pascal Approximation for Passive Filter Design

    Directory of Open Access Journals (Sweden)

    George B. Kasapoglu

    2018-02-01

    Full Text Available The recently modified Pascal function is further exploited in this paper in the design of passive analog filters. The Pascal approximation has non-equiripple magnitude, in contrast of the most well-known approximations, such as the Chebyshev approximation. A novelty of this work is the introduction of a precise method that calculates the coefficients of the Pascal function. Two examples are presented for the passive design to illustrate the advantages and the disadvantages of the Pascal approximation. Moreover, the values of the passive elements can be taken from tables, which are created to define the normalized values of these elements for the Pascal approximation, as Zverev had done for the Chebyshev, Elliptic, and other approximations. Although Pascal approximation can be implemented to both passive and active filter designs, a passive filter design is addressed in this paper, and the benefits and shortcomings of Pascal approximation are presented and discussed.

  4. Progress of High Efficiency Centrifugal Compressor Simulations Using TURBO

    Science.gov (United States)

    Kulkarni, Sameer; Beach, Timothy A.

    2017-01-01

    Three-dimensional, time-accurate, and phase-lagged computational fluid dynamics (CFD) simulations of the High Efficiency Centrifugal Compressor (HECC) stage were generated using the TURBO solver. Changes to the TURBO Parallel Version 4 source code were made in order to properly model the no-slip boundary condition along the spinning hub region for centrifugal impellers. A startup procedure was developed to generate a converged flow field in TURBO. This procedure initialized computations on a coarsened mesh generated by the Turbomachinery Gridding System (TGS) and relied on a method of systematically increasing wheel speed and backpressure. Baseline design-speed TURBO results generally overpredicted total pressure ratio, adiabatic efficiency, and the choking flow rate of the HECC stage as compared with the design-intent CFD results of Code Leo. Including diffuser fillet geometry in the TURBO computation resulted in a 0.6 percent reduction in the choking flow rate and led to a better match with design-intent CFD. Diffuser fillets reduced annulus cross-sectional area but also reduced corner separation, and thus blockage, in the diffuser passage. It was found that the TURBO computations are somewhat insensitive to inlet total pressure changing from the TURBO default inlet pressure of 14.7 pounds per square inch (101.35 kilopascals) down to 11.0 pounds per square inch (75.83 kilopascals), the inlet pressure of the component test. Off-design tip clearance was modeled in TURBO in two computations: one in which the blade tip geometry was trimmed by 12 mils (0.3048 millimeters), and another in which the hub flow path was moved to reflect a 12-mil axial shift in the impeller hub, creating a step at the hub. The one-dimensional results of these two computations indicate non-negligible differences between the two modeling approaches.

  5. Searching the PASCAL database - A user's perspective

    Science.gov (United States)

    Jack, Robert F.

    1989-01-01

    The operation of PASCAL, a bibliographic data base covering broad subject areas in science and technology, is discussed. The data base includes information from about 1973 to the present, including topics in engineering, chemistry, physics, earth science, environmental science, biology, psychology, and medicine. Data from 1986 to the present may be searched using DIALOG. The procedures and classification codes for searching PASCAL are presented. Examples of citations retrieved from the data base are given and suggestions are made concerning when to use PASCAL.

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

    NARCIS (Netherlands)

    Hartel, Pieter H.; Bormann, J.

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

  7. Introduction to numerical computation in Pascal

    CERN Document Server

    Dew, P M

    1983-01-01

    Our intention in this book is to cover the core material in numerical analysis normally taught to students on degree courses in computer science. The main emphasis is placed on the use of analysis and programming techniques to produce well-designed, reliable mathematical software. The treatment should be of interest also to students of mathematics, science and engineering who wish to learn how to write good programs for mathematical computations. The reader is assumed to have some acquaintance with Pascal programming. Aspects of Pascal particularly relevant to numerical computation are revised and developed in the first chapter. Although Pascal has some drawbacks for serious numerical work (for example, only one precision for real numbers), the language has major compensating advantages: it is a widely used teaching language that will be familiar to many students and it encourages the writing of clear, well­ structured programs. By careful use of structure and documentation, we have produced codes that we be...

  8. HDM/PASCAL Verification System User's Manual

    Science.gov (United States)

    Hare, D.

    1983-01-01

    The HDM/Pascal verification system is a tool for proving the correctness of programs written in PASCAL and specified in the Hierarchical Development Methodology (HDM). This document assumes an understanding of PASCAL, HDM, program verification, and the STP system. The steps toward verification which this tool provides are parsing programs and specifications, checking the static semantics, and generating verification conditions. Some support functions are provided such as maintaining a data base, status management, and editing. The system runs under the TOPS-20 and TENEX operating systems and is written in INTERLISP. However, no knowledge is assumed of these operating systems or of INTERLISP. The system requires three executable files, HDMVCG, PARSE, and STP. Optionally, the editor EMACS should be on the system in order for the editor to work. The file HDMVCG is invoked to run the system. The files PARSE and STP are used as lower forks to perform the functions of parsing and proving.

  9. Guest Artist Pascal Dusapin

    CERN Multimedia

    Bennett, Sophia Elizabeth

    2016-01-01

    As part of Arts at CERN programme, the conductor and composer Pascal Dusapin visited CERN. With Mónica Bello, Sophia Bennett, Frederick Bordry, Julián Calo, Maria Dimou and Pippa Wells. CERN Data Center 22 November 2016

  10. PERANGKAT LUNAK KONVERSI DIAGRAM ALIR MENJADI KODE PROGRAM PASCAL

    Directory of Open Access Journals (Sweden)

    I Made Sukarsa

    2010-07-01

    Full Text Available The most important thing in making a program is to design algorithms. One of the design algorithm is aflowchart depiction of the most frequently used. Flowchart is visualization of run the command that states theprogram's operation, then the appropriate flow chart will be able to produce the program.Guided by mastering the basics of algorithms and syntax equivalent in Pascal and modeling of the databaseis expected to develop applications for the conversion of flowcharts into Pascal program code. The results of thisstudy is expected to assist in facilitating student learning Pascal programming language

  11. A apatia sobrenatural e a vontade de sentido: Pascal e Frankl = The supernatural apathy and the will to meaning: Pascal and Frankl

    Directory of Open Access Journals (Sweden)

    Garcia, Carlos Frederico Lauer

    2014-01-01

    Full Text Available Neste trabalho, apresentamos um paralelo entre Blaise Pascal e Viktor Frankl a partir da comparação entre a finitude da compreensão humana e o desejo humano de um sentido infinito. Num primeiro momento, trataremos da expressão “apatia sobrenatural” em Pascal. Em seguida, apresentaremos a relação, ainda em Pascal, entre o sofrimento e a perturbação dessa apatia. Com relação a Frankl, examinaremos primeiramente a relação entre sentido e transcendência, mesmo no sofrimento. A partir daí, concluiremos com a questão de um sentido infinito. Ao longo do texto, proporemos um diálogo entre nossos autores, principalmente a partir da segunda parte

  12. Flare stars and Pascal distribution

    International Nuclear Information System (INIS)

    Muradian, R.

    1994-07-01

    Observed statistics of stellar flares are described by Pascal or Negative Binomial Distribution. The analogy with other classes of chaotic production mechanisms such as hadronic particle multiplicity distributions and photoelectron counts from thermal sources is noticed. (author). 12 refs

  13. Helium turbo-expander with an alternator

    International Nuclear Information System (INIS)

    Akiyama, Yoshitane

    1980-01-01

    Study was made on a helium turbo-expander, the heart of helium refrigerator systems, in order to develop a system which satisfies the required conditions. A helium turbo-expander with externally pressurized helium gas bearings at the temperature of liquid nitrogen and an alternator as a brake have been employed. The essential difference between a helium turbo-expander and a nitrogen turbo-expander was clarified. The gas bearing lubricated with nitrogen at room temperature and the gas bearing lubricated with helium at low temperature were tested. The flow rate of helium in a helium refrigerator for a large superconducting magnet is comparatively small, therefore a helium turbine must be small, but the standard for large turbine design can be applied to such small turbine. Using the alternator as a brake, the turbo-expander was easily controllable electrically. The prototype turbo-expander was made, and the liquefaction test with it and MHD power generation test were carried out. (Kako, I.)

  14. Turbo coding, turbo equalisation and space-time coding for transmission over fading channels

    CERN Document Server

    Hanzo, L; Yeap, B

    2002-01-01

    Against the backdrop of the emerging 3G wireless personal communications standards and broadband access network standard proposals, this volume covers a range of coding and transmission aspects for transmission over fading wireless channels. It presents the most important classic channel coding issues and also the exciting advances of the last decade, such as turbo coding, turbo equalisation and space-time coding. It endeavours to be the first book with explicit emphasis on channel coding for transmission over wireless channels. Divided into 4 parts: Part 1 - explains the necessary background for novices. It aims to be both an easy reading text book and a deep research monograph. Part 2 - provides detailed coverage of turbo conventional and turbo block coding considering the known decoding algorithms and their performance over Gaussian as well as narrowband and wideband fading channels. Part 3 - comprehensively discusses both space-time block and space-time trellis coding for the first time in literature. Par...

  15. Comparison of PASCAL and FORTRAN for solving problems in the physical sciences

    Science.gov (United States)

    Watson, V. R.

    1981-01-01

    The paper compares PASCAL and FORTRAN for problem solving in the physical sciences, due to requests NASA has received to make PASCAL available on the Numerical Aerodynamic Simulator (scheduled to be operational in 1986). PASCAL disadvantages include the lack of scientific utility procedures equivalent to the IBM scientific subroutine package or the IMSL package which are available in FORTRAN. Advantages include a well-organized, easy to read and maintain writing code, range checking to prevent errors, and a broad selection of data types. It is concluded that FORTRAN may be the better language, although ADA (patterned after PASCAL) may surpass FORTRAN due to its ability to add complex and vector math, and the specify the precision and range of variables.

  16. Turbo-machine deployment of HTR-10 GT

    International Nuclear Information System (INIS)

    Zhu Shutang; Wang Jie; Zhang Zhengming; Yu Suyuan

    2005-01-01

    As a testing project of gas turbine modular High Temperature Gas-cooled Reactor (HTGR), HTR-10GT has been studied and developed by Institute of Nuclear and New Energy Technology (INET) of Tsinghua University after the success of HTR-10 with steam turbine cycle. The main purposes of this project are to demonstrate the gas turbine modular HTGR, to optimize the deployment of Power Conversion Unit (PCU) and to verify the techniques of turbo-machine, operating modes and controlling measures. HTR-10GT is concentrated on the PCU design and the turbo-machine deployment. Possible turbo-machine deployments have been investigated and two of them are introduced in this paper. The preliminary design for the turbo-machine of HTR-10GT is single-shaft of vertical layout, arranged by the side of the reactor and the turbo-compressor rotary speed was selected to be 250 s -1 (15000 r/min) by considering the efficiency of turbo-compressor blade systems, the strength conditions and the mass and size characteristics of the turbo-compressor. The rotor system will be supported by electromagnetic bearings (EMBs) to curb the possible pollutions of the primary loop. Of all the components in this design, the high speed turbo-generator seems to be a world-wide technical nut. As an alternative design, a gearbox complex is used to reduce the rotary speed from the turbo-compressor 250 s -1 to 50 s -1 so that the ordinary generator can be used. (authors)

  17. PERANGKAT LUNAK KONVERSI DIAGRAM ALIR MENJADI KODE PROGRAM PASCAL

    OpenAIRE

    I Made Sukarsa; Duman Care Khrisne

    2010-01-01

    The most important thing in making a program is to design algorithms. One of the design algorithm is aflowchart depiction of the most frequently used. Flowchart is visualization of run the command that states theprogram's operation, then the appropriate flow chart will be able to produce the program.Guided by mastering the basics of algorithms and syntax equivalent in Pascal and modeling of the databaseis expected to develop applications for the conversion of flowcharts into Pascal program co...

  18. PERFORMANCE EVALUATION OF TURBO CODED OFDM SYSTEMS AND APPLICATION OF TURBO DECODING FOR IMPULSIVE CHANNEL

    Directory of Open Access Journals (Sweden)

    Savitha H. M.

    2010-09-01

    Full Text Available A comparison of the performance of hard and soft-decision turbo coded Orthogonal Frequency Division Multiplexing systems with Quadrature Phase Shift Keying (QPSK and 16-Quadrature Amplitude Modulation (16-QAM is considered in the first section of this paper. The results show that the soft-decision method greatly outperforms the hard-decision method. The complexity of the demapper is reduced with the use of simplified algorithm for 16-QAM demapping. In the later part of the paper, we consider the transmission of data over additive white class A noise (AWAN channel, using turbo coded QPSK and 16-QAM systems. We propose a novel turbo decoding scheme for AWAN channel. Also we compare the performance of turbo coded systems with QPSK and 16-QAM on AWAN channel with two different channel values- one computed as per additive white Gaussian noise (AWGN channel conditions and the other as per AWAN channel conditions. The results show that the use of appropriate channel value in turbo decoding helps to combat the impulsive noise more effectively. The proposed model for AWAN channel exhibits comparable Bit error rate (BER performance as compared to AWGN channel.

  19. United States Air Force Graduate Student Research Program for 1990. Program Technical Report. Volume 3

    Science.gov (United States)

    1991-06-05

    v25, n3, p275. Parsons, F., P.R. Wood , and J. DeMarcos. "Transformations of tetrachloroethylene and trichloroethylene in microcosms and ground water...7 REFERENCES 1. Turbo Pascal: Reference Guide, Borland Int’l, 1989. 2. Turbo Pascal: User’s Guide, Borland Int’l, 1989. 3. Dale, Nell and Chip Weems...8217, -Psvcnr.atr .c at en:S, anc;an .ourr a :11 Behaviorai Scci ce, 1983, 15k1), pp. 43-5’. Schretlen, . J., The Jae of =sycno!o-; lca ; T--st to

  20. A CCIR-based prediction model for Earth-Space propagation

    Science.gov (United States)

    Zhang, Zengjun; Smith, Ernest K.

    1991-01-01

    At present there is no single 'best way' to predict propagation impairments to an Earth-Space path. However, there is an internationally accepted way, namely that given in the most recent version of CCIR Report 564 of Study Group 5. This paper treats a computer code conforming as far as possible to Report 564. It was prepared for an IBM PS/2 using a 386 chip and for Macintosh SE or Mach II. It is designed to be easy to write and read, easy to modify, fast, have strong graphic capability, contain adequate functions, have dialog capability and windows capability. Computer languages considered included the following: (1) Turbo BASIC, (2) Turbo PASCAL, (3) FORTRAN, (4) SMALL TALK, (5) C++, (6) MS SPREADSHEET, (7) MS Excel-Macro, (8) SIMSCRIPT II.5, and (9) WINGZ.

  1. Pascal e o amor-próprio

    Directory of Open Access Journals (Sweden)

    Jean-Robert Armogathe

    2006-12-01

    Full Text Available Uma abordagem lexográfica do amor próprio nos escritos de Pascal: carta (1651 sobre a morte de seu pai, frag. La 978 e nove ocorrências nos Pensamentos. A partir dos diferentes "amores-próprios" enumerados pela tradição, o amor-próprio natural de Adão, anterior à Queda, que para Tomás de Aquino é indiferente, é identificado por Jansenius como pervertido em concupiscência. Em sua Apologia, Pascal segue a linha jansenista de um modo tão radical que os teólogos de Port-Royal julgaram preciso mitigar seus sentimentos a ponto de contradizê-lo, como fez Nicole, que descreveu o amor-próprio como um substituto hipocrítico do comportamento virtuoso.A lexicological approach of self-love in Pascal’s writings: letter (1651 about his father’s death, frag. La 978 and nine occurrences in the Pensées. From the different "self-loves" enumerated by the tradition, Adam’s natural self-love, before the Fall, which is indifferent for Thomas Aquinas, is identified by Jansenius as perverted into concupiscentia. In his Apology, Pascal follows the Jansenist line, in such a radical way that the Port-Royal theologians found necessary to mitigate his feelings, up to contradict him, like Nicole did, who described self-love as a hypocritical substitute to virtuous behaviour.

  2. Getting started with Lazarus and Free Pascal learning by doing

    CERN Document Server

    Abiola-Ellison, Menkaura

    2015-01-01

    Whether you want to develop your own database application or develop a web application, or even 2D, 3D, or Animation programs. Getting Started with Lazarus & Free Pascal is quite simply the friendliest, most inspiring Lazarus with Free Pascal programming book available. In this book you will find out how to tackle Object-Oriented Programming using Lazarus with Free Pascal, with confidence. Getting Started with Lazarus & Free Pascal’s simple, step-by-step format makes it a “must-have” book for aspiring programmers. Learn how to master key programming techniques, from simple topics to more advanced topics, following clear instructions with images. For example, find out how to write simple file handling, user-friendly GUI applications, graphics programming, database programming, error trapping, exception handling, debugging techniques, including code documentation and much more. Discover the strength of over 230 Lazarus Component Libraries. This book is packed with inspirational and practical hands...

  3. TurboSP and the Topological Trigger

    CERN Document Server

    Belavin, Vladislav

    2016-01-01

    TurboSP was originally proposed as an alternative to Full stream in LHCb data flow. TurboSP is a data flow strategy which not only selects events that should be preserved, like in Full stream, but also provides selective persistence. This is achieved by saving candidates and subset of the reconstruction. During this summer project we investigated the physics viability of using TurboSP with the topological lines and found out a possibility to reduce the number of kept tracks per event by two times while keeping a ratio of fully picked up interesting decay modes on $\\sim 97 \\%$ level.

  4. Turbo-generator control with variable valve actuation

    Science.gov (United States)

    Vuk, Carl T [Denver, IA

    2011-02-22

    An internal combustion engine incorporating a turbo-generator and one or more variably activated exhaust valves. The exhaust valves are adapted to variably release exhaust gases from a combustion cylinder during a combustion cycle to an exhaust system. The turbo-generator is adapted to receive exhaust gases from the exhaust system and rotationally harness energy therefrom to produce electrical power. A controller is adapted to command the exhaust valve to variably open in response to a desired output for the turbo-generator.

  5. Pascal's wager and economics in a hotter time; Commentary

    Energy Technology Data Exchange (ETDEWEB)

    Orr, D.W. (Oberlin College, OH (USA))

    1992-07-01

    In wrestling with the problem of the existence of God, Blaise Pascal proposed a line of reasoning at once prudent and self-interested. His reasoning is instructive to policy makers now facing the prospect of global warming. In contrast to some economists and the findings of the Adaptation Panel of the National Academy of Sciences, Pascal's logic would lead us to minimize greenhouse gas emissions for reasons of both prudence and self-interest. 7 refs.

  6. An overview of turbo decoding on fading channels

    OpenAIRE

    ATILGAN, Doğan

    2009-01-01

    A review of turbo coding and decoding has been presented in the literature [1]. In that paper, turbo coding and decoding on AWGN (Additive White Gaussian Noise) channels has been elaborated. In wireless communications, a phenomennon called multipath fading is frequently encountered. Therefore, investigation of efficient techniques to tackle with the destructive effects of fading is essential. Turbo coding has been proven as an efficient channel coding technique for AWGN channels. Some of the ...

  7. Structural dynamics of turbo-machines

    CERN Document Server

    Rangwala, AS

    2009-01-01

    The book presents a detailed and comprehensive treatment of structural vibration evaluation of turbo-machines. Starting with the fundamentals of the theory of vibration as related to various aspects of rotating machines, the dynamic analysis procedures of a broad spectrum of turbo-machines is covered. An in-depth procedure for analyzing the torsional and flexural oscillations of the components and of the rotor-bearing system is presented. The latest trends in design and analysis are presented, chief among them: Blade and coupled disk-blade mod

  8. Performance improvement of standard turbo-compressor; Han`yo turbo asshukuki no seino kaizen

    Energy Technology Data Exchange (ETDEWEB)

    Hokari, T.; Hasegawa, K.; Ozaki, S.; Majima, K. [Ishikawajima-Harima Heavy Industries Co. Ltd., Tokyo (Japan)

    1999-05-01

    Abradable materials are soft and cause no contact damage to the impeller of the turbo-compressor. Using such materials for the inlet casing facing to the impeller allows very small clearances between the impeller and inlet casing, thus improving the compressor efficiency by 10% over conventional types. Changing the area of abradable material applied to the inlet casing identified the optimum area in which decrease of the compressor surge margin is minimized and efficiency is improved by 10%. As a result, turbo-compressors have the best performance when the abradable materials are applied from the impeller outlet to two-thirds of the forward location of the inlet casing. (author)

  9. Iterative Estimation in Turbo Equalization Process

    Directory of Open Access Journals (Sweden)

    MORGOS Lucian

    2014-05-01

    Full Text Available This paper presents the iterative estimation in turbo equalization process. Turbo equalization is the process of reception in which equalization and decoding are done together, not as separate processes. For the equalizer to work properly, it must receive before equalization accurate information about the value of the channel impulse response. This estimation of channel impulse response is done by transmission of a training sequence known at reception. Knowing both the transmitted and received sequence, it can be calculated estimated value of the estimated the channel impulse response using one of the well-known estimation algorithms. The estimated value can be also iterative recalculated based on the sequence data available at the output of the channel and estimated sequence data coming from turbo equalizer output, thereby refining the obtained results.

  10. Performance of JPEG Image Transmission Using Proposed Asymmetric Turbo Code

    Directory of Open Access Journals (Sweden)

    Siddiqi Mohammad Umar

    2007-01-01

    Full Text Available This paper gives the results of a simulation study on the performance of JPEG image transmission over AWGN and Rayleigh fading channels using typical and proposed asymmetric turbo codes for error control coding. The baseline JPEG algorithm is used to compress a QCIF ( "Suzie" image. The recursive systematic convolutional (RSC encoder with generator polynomials , that is, (13/11 in decimal, and 3G interleaver are used for the typical WCDMA and CDMA2000 turbo codes. The proposed asymmetric turbo code uses generator polynomials , that is, (13/11; 13/9 in decimal, and a code-matched interleaver. The effect of interleaver in the proposed asymmetric turbo code is studied using weight distribution and simulation. The simulation results and performance bound for proposed asymmetric turbo code for the frame length , code rate with Log-MAP decoder over AWGN channel are compared with the typical system. From the simulation results, it is observed that the image transmission using proposed asymmetric turbo code performs better than that with the typical system.

  11. Some problems raised by the operation of large nuclear turbo-generator sets. Automatic control system for steam turbo-generator units

    International Nuclear Information System (INIS)

    Cecconi, F.

    1976-01-01

    The design of an appropriate automatic system was found to be useful to improve the control of large size turbo-generator units so as to provide easy and efficient control and monitoring. The experience of the manufacturer of these turbo-generator units allowed a system well suited for this function to be designed [fr

  12. Performance test of a ceramic turbo-viscous pump

    International Nuclear Information System (INIS)

    Abe, Tetsuya; Hiroki, Seiji; Murakami, Yoshio; Shiraishi, Shigeyuki; Totoura, Sadayuki; Ohtaki, Takashi.

    1994-01-01

    In the special fields of nuclear fusion facilities and semiconductor production installation, the development of new vacuum pumps which can cope with strong magnetic fields, high temperature gas and corrosive gas is demanded. Mitsubishi Heavy Industries Ltd. has advanced the development of ceramic turbo-molecular pumps and ceramic turbo-viscous pumps, which use ceramic rotors and gas bearings since 1985. The evaluation test of the ceramic turbo-viscous vacuum pump CT-3000H which can evacuate from atmospheric pressure to high vacuum with one pump was carried out, and the experimental results on the performance and the reliability were obtained, therefore, those are reported in this paper. The structure, specification and features of the CT-3000H are shown. The exhaust performance test of the pump was carried out in conformity with the standard of the Vacuum Society of Japan, JVIS 005 'Method of performance test for turbo-molecular pumps'. The gases used were nitrogen and helium. The results are shown. The exhaust test from atmospheric pressure was carried out by two methods, and the results are shown. (K.I.)

  13. A Theoretical Framework for Soft-Information-Based Synchronization in Iterative (Turbo Receivers

    Directory of Open Access Journals (Sweden)

    Lottici Vincenzo

    2005-01-01

    Full Text Available This contribution considers turbo synchronization, that is to say, the use of soft data information to estimate parameters like carrier phase, frequency, or timing offsets of a modulated signal within an iterative data demodulator. In turbo synchronization, the receiver exploits the soft decisions computed at each turbo decoding iteration to provide a reliable estimate of some signal parameters. The aim of our paper is to show that such "turbo-estimation" approach can be regarded as a special case of the expectation-maximization (EM algorithm. This leads to a general theoretical framework for turbo synchronization that allows to derive parameter estimation procedures for carrier phase and frequency offset, as well as for timing offset and signal amplitude. The proposed mathematical framework is illustrated by simulation results reported for the particular case of carrier phase and frequency offsets estimation of a turbo-coded 16-QAM signal.

  14. TurboTech Technical Evaluation Automated System

    Science.gov (United States)

    Tiffany, Dorothy J.

    2009-01-01

    TurboTech software is a Web-based process that simplifies and semiautomates technical evaluation of NASA proposals for Contracting Officer's Technical Representatives (COTRs). At the time of this reporting, there have been no set standards or systems for training new COTRs in technical evaluations. This new process provides boilerplate text in response to interview style questions. This text is collected into a Microsoft Word document that can then be further edited to conform to specific cases. By providing technical language and a structured format, TurboTech allows the COTRs to concentrate more on the actual evaluation, and less on deciding what language would be most appropriate. Since the actual word choice is one of the more time-consuming parts of a COTRs job, this process should allow for an increase in quantity of proposals evaluated. TurboTech is applicable to composing technical evaluations of contractor proposals, task and delivery orders, change order modifications, requests for proposals, new work modifications, task assignments, as well as any changes to existing contracts.

  15. Simulation of the KAERI PASCAL Test with MARS-KS and TRACE Codes

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Kyung Won; Cheong, Aeju; Shin, Andong; Cho, Min Ki [Korea Institute of Nuclear Safety, Daejeon (Korea, Republic of)

    2016-10-15

    In order to validate the operational performance of the PAFS, KAERI has performed the experimental investigation using the PASCAL (PAFS Condensing heat removal Assessment Loop) facility. In this study, we simulated the KAERI PASCAL SS-540-P1 test with MARS-KS V1.4 and TRACE V5.0 p4 codes to assess the code predictability for the condensation heat transfer inside the passive auxiliary feedwater system. We simulated the KAERI PASCAL SS-540-P1 test with MARS-KS V1.4 and TRACE V5.0 p4 codes to assess the code predictability for the condensation heat transfer inside the passive auxiliary feedwater system. The calculated results of heat flux, inner wall surface temperature of the condensing tube, fluid temperature, and steam mass flow rate are compared with the experimental data. The result shows that the MARS-KS generally under-predict the heat fluxes. The TRACE over-predicts the heat flux at tube inlet region and under-predicts it at tube outlet region. The TRACE prediction shows larger amount of steam condensation by about 3% than the MARS-KS prediction.

  16. Pascal (Yang Hui) triangles and power laws in the logistic map

    International Nuclear Information System (INIS)

    Velarde, Carlos; Robledo, Alberto

    2015-01-01

    We point out the joint occurrence of Pascal triangle patterns and power-law scaling in the standard logistic map, or more generally, in unimodal maps. It is known that these features are present in its two types of bifurcation cascades: period and chaotic-band doubling of attractors. Approximate Pascal triangles are exhibited by the sets of lengths of supercycle diameters and by the sets of widths of opening bands. Additionally, power-law scaling manifests along periodic attractor supercycle positions and chaotic band splitting points. Consequently, the attractor at the mutual accumulation point of the doubling cascades, the onset of chaos, displays both Gaussian and power-law distributions. Their combined existence implies both ordinary and exceptional statistical-mechanical descriptions of dynamical properties. (paper)

  17. Leak detection in turbo group condensers using helium

    International Nuclear Information System (INIS)

    Gomez Cores, C.; Lloret, J.

    1997-01-01

    This method allows a rapid location of leaks (small or not) in the pipelines of a turbo group condenser, before opening the condenser boxes and no need of stooping the turbo group operation. This operation can last two hours maximum depending on the volume of the box or semi box. The technique consists of injecting helium into the water side and detecting it in the steam side, in the outlet of not condensable gases of the ejector. In the same way, probable air inlet to the condenser can be proved (auxiliary systems, turbo group joints to the condenser, etc.) in order to improve the vacuum and/or reduce the quantity of oxygen dissolved in the water of the steam side. (author) [es

  18. What Would Pascal Think About Space Safety?

    Science.gov (United States)

    Pfitzer, Tom

    2013-09-01

    Blaise Pascal was a true Renaissance man being well versed in science, physics, religion, philosophy, and especially mathematics. He had a knack for simplifying complex problems into mathematical formulae. He had well-formed opinions about the scientific issues of his day, in particular about risk. There is little doubt that were he alive today, he would have opinions useful to this society. This paper addresses what he thought then as a foundation for what he would have thought now.

  19. Operation of the HP2250 with the HP9000 series 200 using PASCAL 3.0

    Science.gov (United States)

    Perry, John; Stroud, C. W.

    1986-01-01

    A computer program has been written to provide an interface between the HP Series 200 desktop computers, operating under HP Standard Pascal 3.0, and the HP2250 Data Acquisition and Control System. Pascal 3.0 for the HP9000 desktop computer gives a number of procedures for handling bus communication at various levels. It is necessary, however, to reach the lowest possible level in Pascal to handle the bus protocols required by the HP2250. This makes programming extremely complex since these protocols are not documented. The program described solves those problems and allows the user to immediately program, simply and efficiently, any measurement and control language (MCL/50) application with a few procedure calls. The complete set of procedures is available on a 5 1/4 inch diskette from Cosmic. Included in this group of procedures is an Exerciser which allows the user to exercise his HP2250 interactively. The exerciser operates in a fashion similar to the Series 200 operating system programs, but is adapted to the requirements of the HP2250. The programs on the diskette and the user's manual assume the user is acquainted with both the MCL/50 programming language and HP Standard Pascal 3.0 for the HP series 200 desktop computers.

  20. SNR-optimized phase-sensitive dual-acquisition turbo spin echo imaging: a fast alternative to FLAIR.

    Science.gov (United States)

    Lee, Hyunyeol; Park, Jaeseok

    2013-07-01

    Phase-sensitive dual-acquisition single-slab three-dimensional turbo spin echo imaging was recently introduced, producing high-resolution isotropic cerebrospinal fluid attenuated brain images without long inversion recovery preparation. Despite the advantages, the weighted-averaging-based technique suffers from noise amplification resulting from different levels of cerebrospinal fluid signal modulations over the two acquisitions. The purpose of this work is to develop a signal-to-noise ratio-optimized version of the phase-sensitive dual-acquisition single-slab three-dimensional turbo spin echo. Variable refocusing flip angles in the first acquisition are calculated using a three-step prescribed signal evolution while those in the second acquisition are calculated using a two-step pseudo-steady state signal transition with a high flip-angle pseudo-steady state at a later portion of the echo train, balancing the levels of cerebrospinal fluid signals in both the acquisitions. Low spatial frequency signals are sampled during the high flip-angle pseudo-steady state to further suppress noise. Numerical simulations of the Bloch equations were performed to evaluate signal evolutions of brain tissues along the echo train and optimize imaging parameters. In vivo studies demonstrate that compared with conventional phase-sensitive dual-acquisition single-slab three-dimensional turbo spin echo, the proposed optimization yields 74% increase in apparent signal-to-noise ratio for gray matter and 32% decrease in imaging time. The proposed method can be a potential alternative to conventional fluid-attenuated imaging. Copyright © 2012 Wiley Periodicals, Inc.

  1. Numerical problems with the Pascal triangle in moment computation

    Czech Academy of Sciences Publication Activity Database

    Kautsky, J.; Flusser, Jan

    2016-01-01

    Roč. 306, č. 1 (2016), s. 53-68 ISSN 0377-0427 R&D Projects: GA ČR GA15-16928S Institutional support: RVO:67985556 Keywords : moment computation * Pascal triangle * appropriate polynomial basis * numerical problems Subject RIV: JD - Computer Applications, Robotics Impact factor: 1.357, year: 2016 http://library.utia.cas.cz/separaty/2016/ZOI/flusser-0459096.pdf

  2. User's manuals of probabilistic fracture mechanics analysis code for aged piping, PASCAL-SP

    International Nuclear Information System (INIS)

    Itoh, Hiroto; Nishikawa, Hiroyuki; Onizawa, Kunio; Kato, Daisuke; Osakabe, Kazuya

    2010-03-01

    As a part of research on the material degradation and structural integrity assessment for aged LWR components, a PFM (Probabilistic Fracture Mechanics) analysis code PASCAL-SP (PFM Analysis of Structural Components in Aging LWR - Stress Corrosion Cracking at Welded Joints of Piping) has been developed. This code evaluates the failure probabilities at welded joints of aged piping by a Monte Carlo method. PASCAL-SP treats stress corrosion cracking (SCC) and fatigue crack growth in piping, according to the approaches of NISA and JSME FFS Code. The development of the code has been aimed to improve the accuracy and reliability of analysis by introducing new analysis methodologies and algorithms considering the latest knowledge in the SCC assessment and fracture criteria of piping. In addition, the accuracy of flaw detection and sizing at in-service inspection and residual stress distribution were modeled based on experimental data and introduced into PASCAL-SP. This code has been developed for a cross-check use by the regulatory body in Japan. In addition to this, this code can also be used for a research purpose by researchers in academia and industries. This report provides the user's manual and theoretical background of the code. (author)

  3. A Proposed Chaotic-Switched Turbo Coding Design and Its Application for Half-Duplex Relay Channel

    Directory of Open Access Journals (Sweden)

    Tamer H. M. Soliman

    2015-01-01

    Full Text Available Both reliability and security are two important subjects in modern digital communications, each with a variety of subdisciplines. In this paper we introduce a new proposed secure turbo coding system which combines chaotic dynamics and turbo coding reliability together. As we utilize the chaotic maps as a tool for hiding and securing the coding design in turbo coding system, this proposed system model can provide both data secrecy and data reliability in one process to combat problems in an insecure and unreliable data channel link. To support our research, we provide different schemes to design a chaotic secure reliable turbo coding system which we call chaotic-switched turbo coding schemes. In these schemes the design of turbo codes chaotically changed depending on one or more chaotic maps. Extensions of these chaotic-switched turbo coding schemes to half-duplex relay systems are also described. Results of simulations of these new secure turbo coding schemes are compared to classical turbo codes with the same coding parameters and the proposed system is able to achieve secured reasonable bit error rate performance when it is made to switch between different puncturing and design configuration parameters especially with low switching rates.

  4. Joint research for innovative turbo machines in power stations

    Energy Technology Data Exchange (ETDEWEB)

    Wiedermann, Alexander [MAN Diesel und Turbo SE, Oberhausen (Germany). AG Turbo; Jeschke, Peter [RWTH, Aachen (Germany). AG Turbo; Goldschmidt, Dirk [SIEMENS AG, Muelheim a.d. Ruhr (Germany). AG Turbo

    2013-04-01

    AG Turbo, established about 25 years ago, is a platform where pre-competitive, application-oriented turbo machinery research in Germany is agreed and coordinated. Focus of the research is on turbo machines which are responsible for energy conversion in conventional fossil-fired or combined cycle power plants (CCGT), as well as compressor trains for capturing and transporting the greenhouse gas CO{sub 2}. At all stages of the technical process - from gas compression through combustion in gas turbine combustors to expansion in the turbine - innovations are needed to actually meet the targets for efficiency, reliability, as well as protection of the climate and environment. Research results achieved will be presented using selected examples and an outlook at future activities will be given.

  5. TurboFold: Iterative probabilistic estimation of secondary structures for multiple RNA sequences

    Directory of Open Access Journals (Sweden)

    Sharma Gaurav

    2011-04-01

    Full Text Available Abstract Background The prediction of secondary structure, i.e. the set of canonical base pairs between nucleotides, is a first step in developing an understanding of the function of an RNA sequence. The most accurate computational methods predict conserved structures for a set of homologous RNA sequences. These methods usually suffer from high computational complexity. In this paper, TurboFold, a novel and efficient method for secondary structure prediction for multiple RNA sequences, is presented. Results TurboFold takes, as input, a set of homologous RNA sequences and outputs estimates of the base pairing probabilities for each sequence. The base pairing probabilities for a sequence are estimated by combining intrinsic information, derived from the sequence itself via the nearest neighbor thermodynamic model, with extrinsic information, derived from the other sequences in the input set. For a given sequence, the extrinsic information is computed by using pairwise-sequence-alignment-based probabilities for co-incidence with each of the other sequences, along with estimated base pairing probabilities, from the previous iteration, for the other sequences. The extrinsic information is introduced as free energy modifications for base pairing in a partition function computation based on the nearest neighbor thermodynamic model. This process yields updated estimates of base pairing probability. The updated base pairing probabilities in turn are used to recompute extrinsic information, resulting in the overall iterative estimation procedure that defines TurboFold. TurboFold is benchmarked on a number of ncRNA datasets and compared against alternative secondary structure prediction methods. The iterative procedure in TurboFold is shown to improve estimates of base pairing probability with each iteration, though only small gains are obtained beyond three iterations. Secondary structures composed of base pairs with estimated probabilities higher than a

  6. Turbo marketing through time compression.

    Science.gov (United States)

    Kotler, P; Stonich, P J

    1991-01-01

    A host of advantages will flow to companies that learn to make and deliver goods and services faster than their competitors. However, four key questions must be answered to determine if a turbo marketing approach is suitable for your company.

  7. Study of bifurcation behavior of two-dimensional turbo product code decoders

    International Nuclear Information System (INIS)

    He Yejun; Lau, Francis C.M.; Tse, Chi K.

    2008-01-01

    Turbo codes, low-density parity-check (LDPC) codes and turbo product codes (TPCs) are high performance error-correction codes which employ iterative algorithms for decoding. Under different conditions, the behaviors of the decoders are different. While the nonlinear dynamical behaviors of turbo code decoders and LDPC decoders have been reported in the literature, the dynamical behavior of TPC decoders is relatively unexplored. In this paper, we investigate the behavior of the iterative algorithm of a two-dimensional TPC decoder when the input signal-to-noise ratio (SNR) varies. The quantity to be measured is the mean square value of the posterior probabilities of the information bits. Unlike turbo decoders or LDPC decoders, TPC decoders do not produce a clear 'waterfall region'. This is mainly because the TPC decoding algorithm does not converge to 'indecisive' fixed points even at very low SNR values

  8. Turbo-SMT: Parallel Coupled Sparse Matrix-Tensor Factorizations and Applications

    Science.gov (United States)

    Papalexakis, Evangelos E.; Faloutsos, Christos; Mitchell, Tom M.; Talukdar, Partha Pratim; Sidiropoulos, Nicholas D.; Murphy, Brian

    2016-01-01

    How can we correlate the neural activity in the human brain as it responds to typed words, with properties of these terms (like ’edible’, ’fits in hand’)? In short, we want to find latent variables, that jointly explain both the brain activity, as well as the behavioral responses. This is one of many settings of the Coupled Matrix-Tensor Factorization (CMTF) problem. Can we enhance any CMTF solver, so that it can operate on potentially very large datasets that may not fit in main memory? We introduce Turbo-SMT, a meta-method capable of doing exactly that: it boosts the performance of any CMTF algorithm, produces sparse and interpretable solutions, and parallelizes any CMTF algorithm, producing sparse and interpretable solutions (up to 65 fold). Additionally, we improve upon ALS, the work-horse algorithm for CMTF, with respect to efficiency and robustness to missing values. We apply Turbo-SMT to BrainQ, a dataset consisting of a (nouns, brain voxels, human subjects) tensor and a (nouns, properties) matrix, with coupling along the nouns dimension. Turbo-SMT is able to find meaningful latent variables, as well as to predict brain activity with competitive accuracy. Finally, we demonstrate the generality of Turbo-SMT, by applying it on a Facebook dataset (users, ’friends’, wall-postings); there, Turbo-SMT spots spammer-like anomalies. PMID:27672406

  9. Homotopy Analysis Method for Boundary-Value Problem of Turbo Warrant Pricing under Stochastic Volatility

    Directory of Open Access Journals (Sweden)

    Hoi Ying Wong

    2013-01-01

    Full Text Available Turbo warrants are liquidly traded financial derivative securities in over-the-counter and exchange markets in Asia and Europe. The structure of turbo warrants is similar to barrier options, but a lookback rebate will be paid if the barrier is crossed by the underlying asset price. Therefore, the turbo warrant price satisfies a partial differential equation (PDE with a boundary condition that depends on another boundary-value problem (BVP of PDE. Due to the highly complicated structure of turbo warrants, their valuation presents a challenging problem in the field of financial mathematics. This paper applies the homotopy analysis method to construct an analytic pricing formula for turbo warrants under stochastic volatility in a PDE framework.

  10. Performance of Turbo Interference Cancellation Receivers in Space-Time Block Coded DS-CDMA Systems

    Directory of Open Access Journals (Sweden)

    Emmanuel Oluremi Bejide

    2008-07-01

    Full Text Available We investigate the performance of turbo interference cancellation receivers in the space time block coded (STBC direct-sequence code division multiple access (DS-CDMA system. Depending on the concatenation scheme used, we divide these receivers into the partitioned approach (PA and the iterative approach (IA receivers. The performance of both the PA and IA receivers is evaluated in Rayleigh fading channels for the uplink scenario. Numerical results show that the MMSE front-end turbo space-time iterative approach receiver (IA effectively combats the mixture of MAI and intersymbol interference (ISI. To further investigate the possible achievable data rates in the turbo interference cancellation receivers, we introduce the puncturing of the turbo code through the use of rate compatible punctured turbo codes (RCPTCs. Simulation results suggest that combining interference cancellation, turbo decoding, STBC, and RCPTC can significantly improve the achievable data rates for a synchronous DS-CDMA system for the uplink in Rayleigh flat fading channels.

  11. Turbo decoder architecture for beyond-4G applications

    CERN Document Server

    Wong, Cheng-Chi

    2013-01-01

    This book describes the most recent techniques for turbo decoder implementation, especially for 4G and beyond 4G applications. The authors reveal techniques for the design of high-throughput decoders for future telecommunication systems, enabling designers to reduce hardware cost and shorten processing time. Coverage includes an explanation of VLSI implementation of the turbo decoder, from basic functional units to advanced parallel architecture. The authors discuss both hardware architecture techniques and experimental results, showing the variations in area/throughput/performance with respec

  12. Space-Time Turbo Trellis Coded Modulation for Wireless Data Communications

    Directory of Open Access Journals (Sweden)

    Welly Firmanto

    2002-05-01

    Full Text Available This paper presents the design of space-time turbo trellis coded modulation (ST turbo TCM for improving the bandwidth efficiency and the reliability of future wireless data networks. We present new recursive space-time trellis coded modulation (STTC which outperform feedforward STTC proposed in by Tarokh et al. (1998 and Baro et al. (2000 on slow and fast fading channels. A substantial improvement in performance can be obtained by constructing ST turbo TCM which consists of concatenated recursive STTC, decoded by iterative decoding algorithm. The proposed recursive STTC are used as constituent codes in this scheme. They have been designed to satisfy the design criteria for STTC on slow and fast fading channels, derived for systems with the product of transmit and receive antennas larger than 3. The proposed ST turbo TCM significantly outperforms the best known STTC on both slow and fast fading channels. The capacity of this scheme on fast fading channels is less than 3 dB away from the theoretical capacity bound for multi-input multi-output (MIMO channels.

  13. User's manual and analysis methodology of probabilistic fracture mechanics analysis code PASCAL Ver.2 for reactor pressure vessel (Contract research)

    International Nuclear Information System (INIS)

    Osakabe, Kazuya; Onizawa, Kunio; Shibata, Katsuyuki; Kato, Daisuke

    2006-09-01

    As a part of the aging structural integrity research for LWR components, the probabilistic fracture mechanics (PFM) analysis code PASCAL (PFM Analysis of Structural Components in Aging LWR) has been developed in JAEA. This code evaluates the conditional probabilities of crack initiation and fracture of a reactor pressure vessel (RPV) under transient conditions such as pressurized thermal shock (PTS). The development of the code has been aimed to improve the accuracy and reliability of analysis by introducing new analysis methodologies and algorithms considering the recent development in the fracture mechanics and computer performance. PASCAL Ver.1 has functions of optimized sampling in the stratified Monte Carlo simulation, elastic-plastic fracture criterion of the R6 method, crack growth analysis models for a semi-elliptical crack, recovery of fracture toughness due to thermal annealing and so on. Since then, under the contract between the Ministry of Economy, Trading and Industry of Japan and JAEA, we have continued to develop and introduce new functions into PASCAL Ver.2 such as the evaluation method for an embedded crack, K I database for a semi-elliptical crack considering stress discontinuity at the base/cladding interface, PTS transient database, and others. A generalized analysis method is proposed on the basis of the development of PASCAL Ver.2 and results of sensitivity analyses. Graphical user interface (GUI) including a generalized method as default values has been also developed for PASCAL Ver.2. This report provides the user's manual and theoretical background of PASCAL Ver.2. (author)

  14. Study of bifurcation behavior of two-dimensional turbo product code decoders

    Energy Technology Data Exchange (ETDEWEB)

    He Yejun [Department of Electronic and Information Engineering, Hong Kong Polytechnic University, Hunghom, Hong Kong (China); Lau, Francis C.M. [Department of Electronic and Information Engineering, Hong Kong Polytechnic University, Hunghom, Hong Kong (China)], E-mail: encmlau@polyu.edu.hk; Tse, Chi K. [Department of Electronic and Information Engineering, Hong Kong Polytechnic University, Hunghom, Hong Kong (China)

    2008-04-15

    Turbo codes, low-density parity-check (LDPC) codes and turbo product codes (TPCs) are high performance error-correction codes which employ iterative algorithms for decoding. Under different conditions, the behaviors of the decoders are different. While the nonlinear dynamical behaviors of turbo code decoders and LDPC decoders have been reported in the literature, the dynamical behavior of TPC decoders is relatively unexplored. In this paper, we investigate the behavior of the iterative algorithm of a two-dimensional TPC decoder when the input signal-to-noise ratio (SNR) varies. The quantity to be measured is the mean square value of the posterior probabilities of the information bits. Unlike turbo decoders or LDPC decoders, TPC decoders do not produce a clear 'waterfall region'. This is mainly because the TPC decoding algorithm does not converge to 'indecisive' fixed points even at very low SNR values.

  15. Constance Pascal's Chagrins d'amour et psychoses (1935): a French psychiatrist's views on psychoanalysis.

    Science.gov (United States)

    Gordon, Felicia

    2015-03-01

    In 1935 Constance Pascal (1877-1937), France's first woman psychiatrist, published Chagrins d'amour et psychoses (The Sorrows of Love and Psychosis). My analysis of her monograph will consider: her major article leading up to Chagrins; Pascal's debts to her predecessors, particularly Morel and Kretschmer; her relationship to the French psychoanalytic movement; her co-option of psychoanalysis as a tool in her own therapeutic work with patients in the state psychiatric system; and her social/cultural interpretations of her woman patients. The literary and philosophic aspects of her work are emphasized as well as her contribution to French psychiatry. © The Author(s) 2014.

  16. PASCAL: a multidisciplinary data base. Its use in atomic and molecular physics and plasma and fluid physics

    International Nuclear Information System (INIS)

    Buhr, J.M.; Degen, C.

    1977-01-01

    Description is given of the system PASCAL of the 'Centre de Documentation' of C.N.R.S., which deals with a multidisciplinary data base. PASCAL is an automated system for input, treatment and selective dissemination on a wide scope of scientific and technical fields. Its products are tape series, 'Bulletins Signaletiques', documentary profiles, retrospective searching as well in batch as on line. As illustration, an example is given in atomic and molecular Physics [fr

  17. Interleaver Design for Turbo Coding

    DEFF Research Database (Denmark)

    Andersen, Jakob Dahl; Zyablov, Viktor

    1997-01-01

    By a combination of construction and random search based on a careful analysis of the low weight words and the distance properties of the component codes, it is possible to find interleavers for turbo coding with a high minimum distance. We have designed a block interleaver with permutations...

  18. Software tools to aid Pascal and Ada program design

    Energy Technology Data Exchange (ETDEWEB)

    Jankowitz, H.T.

    1987-01-01

    This thesis describes a software tool which analyses the style and structure of Pascal and Ada programs by ensuring that some minimum design requirements are fulfilled. The tool is used in much the same way as a compiler is used to teach students the syntax of a language, only in this case issues related to the design and structure of the program are of paramount importance. The tool operates by analyzing the design and structure of a syntactically correct program, automatically generating a report detailing changes that need to be made in order to ensure that the program is structurally sound. The author discusses how the model gradually evolved from a plagiarism detection system which extracted several measurable characteristics in a program to a model that analyzed the style of Pascal programs. In order to incorporate more-sophistical concepts like data abstraction, information hiding and data protection, this model was then extended to analyze the composition of Ada programs. The Ada model takes full advantage of facilities offered in the language and by using this tool the standard and quality of written programs is raised whilst the fundamental principles of program design are grasped through a process of self-tuition.

  19. Improving 3D-Turbo Code's BER Performance with a BICM System over Rayleigh Fading Channel

    Directory of Open Access Journals (Sweden)

    R. Yao

    2016-12-01

    Full Text Available Classical Turbo code suffers from high error floor due to its small Minimum Hamming Distance (MHD. Newly-proposed 3D-Turbo code can effectively increase the MHD and achieve a lower error floor by adding a rate-1 post encoder. In 3D-Turbo codes, part of the parity bits from the classical Turbo encoder are further encoded through the post encoder. In this paper, a novel Bit-Interleaved Coded Modulation (BICM system is proposed by combining rotated mapping Quadrature Amplitude Modulation (QAM and 3D-Turbo code to improve the Bit Error Rate (BER performance of 3D-Turbo code over Raleigh fading channel. A key-bit protection scheme and a Two-Dimension (2D iterative soft demodulating-decoding algorithm are developed for the proposed BICM system. Simulation results show that the proposed system can obtain about 0.8-1.0 dB gain at BER of 10^{-6}, compared with the existing BICM system with Gray mapping QAM.

  20. The research of atmospheric 2D optical PPM CDMA system with turbo coding

    Science.gov (United States)

    Zhou, Xiuli; Li, Zaoxia

    2007-11-01

    The atmospheric two-dimensional optical code-division multiple-access (CDMA) systems using pulse-position modulation (PPM) and Turbo-coded were presented. We analyzed the bit-error rate (BER) of the proposed system using pulse-position modulation (PPM) with considering the effects of the scintillation, avalanche photodiode noise, thermal noise, and multi-user interference. We showed that the atmospheric two dimensional (2D) optical PPM CDMA systems can realize high-speed communications when the logarithm variance of the scintillation is less than 0.1, and the turbo-coded atmospheric optical CDMA system has better bit error rate(BER) performance than the atmospheric optical PPM CDMA systems without turbo-coded. We also showed that the turbo-coded system has better performance than the multi-user detection system.

  1. WinTask : Using Microsoft Windows (TM) for realtime psychological experiments

    NARCIS (Netherlands)

    Bos, J; Hoekstra, E; Mulder, LJM; Ruiter, JA; Smit, [No Value; Wybenga, D; Veldman, JBP; Maarse, FJ; Akkerman, AE; Brand, AN; Mulder, LJM

    2003-01-01

    In the department of Psychology at the university of Groningen, a development toolkit for building real time experiments called Taskit has been used for many years. This development toolkit offers the possibility to create psychological experiments in a MsDos environment using Turbo Pascal.

  2. The LHCb Turbo stream

    Energy Technology Data Exchange (ETDEWEB)

    Puig, A., E-mail: albert.puig@cern.ch

    2016-07-11

    The LHCb experiment will record an unprecedented dataset of beauty and charm hadron decays during Run II of the LHC, set to take place between 2015 and 2018. A key computing challenge is to store and process this data, which limits the maximum output rate of the LHCb trigger. So far, LHCb has written out a few kHz of events containing the full raw sub-detector data, which are passed through a full offline event reconstruction before being considered for physics analysis. Charm physics in particular is limited by trigger output rate constraints. A new streaming strategy includes the possibility to perform the physics analysis with candidates reconstructed in the trigger, thus bypassing the offline reconstruction. In the Turbo stream the trigger will write out a compact summary of physics objects containing all information necessary for analyses. This will allow an increased output rate and thus higher average efficiencies and smaller selection biases. This idea will be commissioned and developed during 2015 with a selection of physics analyses. It is anticipated that the turbo stream will be adopted by an increasing number of analyses during the remainder of LHC Run II (2015–2018) and ultimately in Run III (starting in 2020) with the upgraded LHCb detector.

  3. Turbo Equalization for Digital Coherent Receivers

    DEFF Research Database (Denmark)

    Arlunno, Valeria; Caballero Jambrina, Antonio; Borkowski, Robert

    2014-01-01

    . In this paper, it is demonstrated that Turbo Equalization routines can be used to mitigate performance degradations stemming from optical fiber propagation effects both in optical fiber dispersion managed and unmanaged coherent detection links. The effectiveness of this solution is analyzed both numerically...

  4. Benchmarking BarraCUDA on Epigenetic DNA and nVidia Pascal GPUs

    OpenAIRE

    Langdon, W

    2016-01-01

    Typically BarraCUDA uses CUDA graphics cards to map DNA reads to the human genome. Previously its software source code was genetically improved for short paired end next generation sequences. On longer, 150 base paired end noisy Cambridge Epigenetix's data, a Pascal GTX 1080 processes about 10000 strings per second, comparable with twin nVidia Tesla K40.

  5. Development and tests of large nuclear turbo-generator welded rotors

    International Nuclear Information System (INIS)

    Colombie, H.; Thiery, M.; Rotzinger, R.; Pelissou, C.; Tabacco, C.; Fernagut, V.

    2015-01-01

    Turbo-generators require large forgings for the rotor and it is a worldwide practice to manufacture turbo-generator rotor bodies as single piece forgings. Rotors for nuclear applications (4-pole rotors design, 1500/1800 rpm) require forgings of up to 2.0 m diameter and ultra large ingots with weight more than 500 tons. Nowadays only few forge masters can deliver such forgings in the world. Based on the large welding experience Alstom has gained over decades on steam and gas turbines and Alstom's multi piece shrunk turbo-generator rotors, it was suggested to manufacture 4-pole turbo-generator rotors by welding the shaft from aligned cylindrical forgings. Compared to turbine welded rotors, the shaft of a turbo-generator rotor presents differences linked to dimensions/weight, weld depth and electrical application. The manufacture of a 2 disc model allowed to prove through electrical and mechanical analysis the reliability of the concept as well as the reliability of the manufacturing processes through material tests, micro sections, electrical component tests, weld geometry, welding processes (TIG,SAW,...), weld inspection (Ultrasonic testing, radiographic inspection,...) weld heat treatments and machining. Then a full rotor able to replace a single forging rotor was manufactured in order to validate and prove to potential customers the validity of the welded rotor technology. During the first order from EDF of a welded 900 MW spare rotor, the procedure for the Non Destructive Test on a slotted rotor was developed upon EDF request in order to compare future Non Destructive Testing with the finger print of the new rotor. This complete rotor was delivered to EDF in January 2013. This rotor is in operation in a nuclear unit since November 2013. (authors)

  6. Design and Development of a 200-kW Turbo-Electric Distributed Propulsion Testbed

    Science.gov (United States)

    Papathakis, Kurt V.

    2017-01-01

    There a few NASA funded electric and hybrid electric projects from different NASA Centers, including the NASA Armstrong Flight Research Center (AFRC) (Edwards, California). Each project identifies a specific technology gap that is currently inhibiting the growth and proliferation of relevant technologies in commercial aviation. This paper describes the design and development of a turbo-electric distributed propulsion (TeDP) hardware-in-the-loop (HIL) simulation bench, which is a test bed for discovering turbo-electric control, distributed electric control, power management control, and integration competencies while providing risk mitigation for future turbo-electric flying demonstrators.

  7. Pico-coulomb charge measured at BELLA to percent-level precision using a Turbo-ICT

    International Nuclear Information System (INIS)

    Nakamura, K; Mittelberger, D E; Gonsalves, A J; Daniels, J; Mao, H-S; Leemans, W P; Stulle, F; Bergoz, J

    2016-01-01

    Precise diagnostics of picocoulomb level particle bunches produced by laser plasma accelerators (LPAs) can be a significant challenge. Without proper care, the small signals associated with such bunches can be dominated by a background generated by laser, target, laser–plasma interaction and particle induced radiation. In this paper, we report on first charge measurements using the newly developed Turbo-ICT for LPAs. We outline the Turbo-ICT working principle, which allows precise sub-picocoulomb measurements even in the presence of significant background signals. A comparison of the Turbo-ICT, a conventional integrating current transformer (ICT) and a scintillating screen (Lanex) was carried out at the Berkeley Lab Laser Accelerator. Results show that the Turbo-ICT can measure sub-picocoulomb charge accurately and has significantly improved noise immunity compared to the ICT. (paper)

  8. Pico-coulomb charge measured at BELLA to percent-level precision using a Turbo-ICT

    Science.gov (United States)

    Nakamura, K.; Mittelberger, D. E.; Gonsalves, A. J.; Daniels, J.; Mao, H.-S.; Stulle, F.; Bergoz, J.; Leemans, W. P.

    2016-03-01

    Precise diagnostics of picocoulomb level particle bunches produced by laser plasma accelerators (LPAs) can be a significant challenge. Without proper care, the small signals associated with such bunches can be dominated by a background generated by laser, target, laser-plasma interaction and particle induced radiation. In this paper, we report on first charge measurements using the newly developed Turbo-ICT for LPAs. We outline the Turbo-ICT working principle, which allows precise sub-picocoulomb measurements even in the presence of significant background signals. A comparison of the Turbo-ICT, a conventional integrating current transformer (ICT) and a scintillating screen (Lanex) was carried out at the Berkeley Lab Laser Accelerator. Results show that the Turbo-ICT can measure sub-picocoulomb charge accurately and has significantly improved noise immunity compared to the ICT.

  9. ANS - the analysis of the neutron spectra

    International Nuclear Information System (INIS)

    Ivanov, B.I.; Rosek, J.

    1991-01-01

    The program ANS which is the graphical user friendly program to process evaluated neutron data files for interpretation of transmission experiments. The ANS program was written in the Turbo Pascal v. 5 language and may work on the IBM AT with Math CoProcessor. 3 refs.; 1 fig

  10. Computer aided optimum design of rubble-mound breakwater cross-sections : Manual of the RUMBA computer package, release 1

    NARCIS (Netherlands)

    De Haan, W.

    1989-01-01

    The computation of the optimum rubble-mound breakwater crosssection is executed on a micro-computer. The RUMBA computer package consists of two main parts: the optimization process is executed by a Turbo Pascal programme, the second part consists of editing functions written in AutoLISP. AutoLISP is

  11. Computer controlled testing of batteries

    NARCIS (Netherlands)

    Kuiper, A.C.J.; Einerhand, R.E.F.; Visscher, W.

    1989-01-01

    A computerized testing device for batteries consists of a power supply, a multiplexer circuit connected to the batteries, a protection circuit, and an IBM Data Aquisition and Control Adapter card, connected to a personal computer. The software is written in Turbo-Pascal and can be easily adapted to

  12. 'Turbo' coding for deep space applications

    DEFF Research Database (Denmark)

    Andersen, Jakob Dahl

    1995-01-01

    The performance of the `turbo' coding scheme is measured and an error floor is discovered. These residual errors are corrected with an outer BCH code. The complexity of the system is discussed, and for low data rates a realizable system operating at Eb/N0 below 0.2 dB is presented...

  13. A 220 MVA turbo-generator for the TCV tokamak power supplies

    International Nuclear Information System (INIS)

    Perez, A.; Canay, I.M.; Simond, J.-J.; Morf, J.-J; Pahud, J.-D; Seysen, R.

    1989-01-01

    A new 220 MVA, 120 Hz, 4 pole turbo-generator will be used as a pulsed power source to supply the toroidal and poloidal power supplies of the TCV tokamak, which is being built at the Ecole Polytechnique Federale de Lausanne in Switzerland. The paper describes the particular requirements of the TCV poloidal power supplies and the main electrical and mechanical features of the turbo-generator and its principal auxillaries. (author). 6 figs.; 1 tab

  14. Counteracting 16-QAM Optical Fiber Transmission Impairments With Iterative Turbo Equalization

    DEFF Research Database (Denmark)

    Arlunno, Valeria; Caballero Jambrina, Antonio; Borkowski, Robert

    2013-01-01

    A turbo equalization (TE) scheme based on convolutional code and normalized least mean square equalizer for coherent optical communication links is proposed and experimentally demonstrated. The proposed iterative TE technique is proved effective for counteracting polarization-division-multiplexin......A turbo equalization (TE) scheme based on convolutional code and normalized least mean square equalizer for coherent optical communication links is proposed and experimentally demonstrated. The proposed iterative TE technique is proved effective for counteracting polarization...

  15. LHCb Turbo++ Slimming: Inclusive B Hadron Decay Product Selection

    CERN Document Server

    Bogensberger, David

    2016-01-01

    My summer student project focused on reducing the turbo++ output bandwidth for B meson decays at LHCb. The aim is to discard as many of the background tracks as possible, while still retaining almost all of the signal events. I analysed the ability to distinguish signal from background tracks, by considering four different B meson decays, while using signal definitions for just one particular decay, as well as for a general type of decay. I added tracks to a triggered turbo candidate, to reconstruct the B meson. I used a boosted decision tree and an artificial neural network to classify events, and compared the resulting ROC curves.

  16. First-pass myocardial perfusion MR imaging with gadolinium-enhanced turbo FLASH

    International Nuclear Information System (INIS)

    Teresi, L.M.; Smith, C.; Messenger, J.; Watanabe, A.; Herbst, M.; O'Sullivan, R.M.; Lee, R.; Remer, J.; Rappaport, A.; Bradley, W.G.

    1990-01-01

    This paper determines the efficacy of MR first-pass myocardial perfusion imaging using gadolinium-enhanced Turbo--fast low-angle shot (FLASH) ultrafast imaging combined with MR systolic wall thickening data for the determination of myocardial viability. Five normal volunteers and five patients with remote myocardial infarction were studied on a 1.5-T imaging system (Siemans, Ehrlangen, NJ). Turbo-FLASH imaging utilized a 180 degrees inversion pulse followed by a rapid gradient-echo sequence (TI 400 msec, TE2 msec, TR 4.9 msec, FA 8 degrees) with a complete 64 x 64 matrix image (300 mm FOV) being acquired in 300 msec. First-pass myocardial perfusion imaging was performed in the short-axis and long-axis oblique projections with a concantenated series of Turbo-FLASH images triggered to end-systole acquired immediately before and during a rapid bolus injection of 5cc gadolinium-DTPA

  17. Preliminary Validation and Verification of TURBO{sub D}ESIGN for S-CO{sub 2} Axial Compressor

    Energy Technology Data Exchange (ETDEWEB)

    Lee, Je Kyoung; Lee, Jeong Ik; Ahn, Yoon Han; Kim, Seong Gu [Korea Advanced Institute of Science and Technology, Daejeon (Korea, Republic of); Yoon, Ho Joon; Addad, Yacine [Khalifa University of Science, Technology and Research, Abu Dhabi (United Arab Emirates)

    2012-05-15

    To use the advantages of Supercritical CO{sub 2}(S-CO{sub 2}) Brayton cycle for nuclear power plant, KAIST-Khalifa University joint research team has been focusing on S-CO{sub 2} turbomachinery development. TURBO{sub D}ESIGN code is one of the products of our researches to design a turbomachinery. The major feature of TURBO{sub D}ESIGN is that the formulation is based on the real gas and none of the ideal gas assumption was applied to the code. Thus, TURBO{sub D}ESIGN has high flexibility regarding the type of gases. In this paper, preliminary code validation and verification of TURBO{sub D}ESIGN will be discussed for axial type compressor design

  18. Optimization design of turbo-expander gas bearing for a 500W helium refrigerator

    Science.gov (United States)

    Li, S. S.; Fu, B.; Y Zhang, Q.

    2017-12-01

    Turbo-expander is the core machinery of the helium refrigerator. Bearing as the supporting element is the core technology to impact the design of turbo-expander. The perfect design and performance study for the gas bearing are essential to ensure the stability of turbo-expander. In this paper, numerical simulation is used to analyze the performance of gas bearing for a 500W helium refrigerator turbine, and the optimization design of the gas bearing has been completed. And the results of the gas bearing optimization have a guiding role in the processing technology. Finally, the turbine experiments verify that the gas bearing has good performance, and ensure the stable operation of the turbine.

  19. Introduction to littoral erosion problem in Uraba (Arboletes-Turbo area) Colombian Caribbean Coast

    International Nuclear Information System (INIS)

    Correa; Ivan D; Vernette, Georges

    2004-01-01

    Shoreline retreat has been the net dominant historical trend along the 145 km-length littoral between Arboletes and Turbo (southern Caribbean of Colombia). For the last four decades, there were identified in this littoral shoreline retreat of about 50-100 m in several places (Uveros, Damaquiel, Zapata, Turbo) and a maximum of 1.6 km in the Punta Rey-Arboletes area, where land losses were of 4.5 km 2 , at exceptional rates of 40 rn/year. The synthesis of the available information suggest that the general susceptibility to erosion between Arboletes and turbo could be related primarily to relative sea level rise, associated to tectonic movements as well as to the effects of mud diapirism and hydroisostacy. In the more critical areas (Arboletes, Turbo), the natural erosive trends were accelerated by anthropic actions, including river diversion (Turbo), beach mining and inadequate (or total absence) practices for controlling residual and natural waters. Up to august 2000, there were invested about $ Col 10.000 billions in 155 engineering defenses (groins, sea walls and rip-rap which totalize 6.2 km of total length and a volume of materials of 37.000 m 3 ). With few exceptions, groins have not been successful and are now part of the problem, accelerating shore erosion along the adjacent sectors. In the short term, the littoral erosion between Arboletes and turbo is caused both by marine and by sub aerial factors. it is facilitated by the poor lithological strengths of cliffs and marine terraces, mainly composed of highly fractured and weathered claystones and mudstones (with stratification and weakness planes dipping toward sea) and non-consolidated, easily liquefacted, fine sediments; both conditions facilitate the occurrence of rocks falls, slides and mud flows that result in high figures of cliff retreat (3 to 4 m), specially during the first 15 days of the summer-winter transition (April) and in high waves periods. The case of the littoral erosion between Arboletes

  20. Pascal Semantics by a Combination of Denotational Semantics and High-level Petri Nets

    DEFF Research Database (Denmark)

    Jensen, Kurt; Schmidt, Erik Meineche

    1986-01-01

    This paper describes the formal semantics of a subset of PASCAL, by means of a semantic model based on a combination of denotational semantics and high-level Petri nets. It is our intention that the paper can be used as part of the written material for an introductory course in computer science....

  1. Electric Turbo Pump

    Science.gov (United States)

    Steckler, Jessica

    2017-01-01

    NASA is working in junction with another company on the Electric Turbo Pump. Analysis of the impeller, including the blades, volute housing, and associated components, will take place in ANSYS. Contours of the deformed and stress were recorded to assess the parts. Campbell diagrams will be considered as mentioned to find the operating regions of the impeller and volute housing, more specifically what speed is ideal to ensure that the impeller does not begin to vibrate at a frequency that will break it. More than one material will be examined as per request by the designer to determine which material is more cost efficient, easy to machine, and can withstand the stress values that will be placed on it.

  2. ABB Turbo advanced fuel for application in System 80 family of plants

    International Nuclear Information System (INIS)

    Karoutas, Z.E.; Dixon, D.J.; Shapiro, N.L.

    1998-01-01

    ABB Combustion Engineering Nuclear Operations (ABB CE) has developed an Advanced Fuel Design, tailored to the Combustion Engineering, Inc. (CE) Nuclear Steam Supply System (NSSS) environment. This Advanced Fuel Design called Turbo features a full complement of innovative components, including GUARDIAN debris-resistant spacer grids, Turbo Zircaloy mixing grids to increase thermal margin and grid-to-rod fretting resistance, value-added fuel pellets to increase fuel loading, advanced cladding to increase achievable burnup, and axial blankets and Erbium integral burnable absorbers for improving fuel cycle economics. This paper summarizes the Turbo Fuel Design and its application to a System 80 family type plant. Benefits in fuel reliability, thermal margin, improved fuel cycle economics and burn up capability are compared relative to the current ABB CE standard fuel design. The fuel management design and the associated thermal margin are also evaluated. (author)

  3. Prudential Versus Probative Arguments for Religious Faith: Descartes and Pascal on Reason and Faith

    Directory of Open Access Journals (Sweden)

    Dennis Sansom

    2017-07-01

    Full Text Available In this article, I show that Pascal’s prudential agenda, centered on the Wager, more successfully overcomes the restrictions of Pyrrhonic skepticism expressed by Montaigne than Descartes’ probative philosophy, which was based on his “ontological argument” for God’s existence. Descartes’ attempt to base natural science on the metaphysical certainty of a non-deceiving God fails because he cannot prove that a non-deceiving Perfect Being is a “clear and distinct” idea. Pascal’s attempt to base the knowledge of God upon the “reasons of the heart” accepts the epistemological restrictions of skepticism but provides a reason to develop passionate faith, thereby overcoming skepticism. I also show that Descartes and Pascal had different assumptions about the workings of the mind; Descartes relied on a model of the mind as a “theater,” which hindered his agenda, and Pascal upon a “holistic” model, which enabled him to make a prudential argument which was cognitively convincing.

  4. IESIP - AN IMPROVED EXPLORATORY SEARCH TECHNIQUE FOR PURE INTEGER LINEAR PROGRAMMING PROBLEMS

    Science.gov (United States)

    Fogle, F. R.

    1994-01-01

    IESIP, an Improved Exploratory Search Technique for Pure Integer Linear Programming Problems, addresses the problem of optimizing an objective function of one or more variables subject to a set of confining functions or constraints by a method called discrete optimization or integer programming. Integer programming is based on a specific form of the general linear programming problem in which all variables in the objective function and all variables in the constraints are integers. While more difficult, integer programming is required for accuracy when modeling systems with small numbers of components such as the distribution of goods, machine scheduling, and production scheduling. IESIP establishes a new methodology for solving pure integer programming problems by utilizing a modified version of the univariate exploratory move developed by Robert Hooke and T.A. Jeeves. IESIP also takes some of its technique from the greedy procedure and the idea of unit neighborhoods. A rounding scheme uses the continuous solution found by traditional methods (simplex or other suitable technique) and creates a feasible integer starting point. The Hook and Jeeves exploratory search is modified to accommodate integers and constraints and is then employed to determine an optimal integer solution from the feasible starting solution. The user-friendly IESIP allows for rapid solution of problems up to 10 variables in size (limited by DOS allocation). Sample problems compare IESIP solutions with the traditional branch-and-bound approach. IESIP is written in Borland's TURBO Pascal for IBM PC series computers and compatibles running DOS. Source code and an executable are provided. The main memory requirement for execution is 25K. This program is available on a 5.25 inch 360K MS DOS format diskette. IESIP was developed in 1990. IBM is a trademark of International Business Machines. TURBO Pascal is registered by Borland International.

  5. List manipulation in Turbo Prolog

    Directory of Open Access Journals (Sweden)

    V.Cotelea

    1995-06-01

    Full Text Available The present paper is concerned with list processing in Turbo Prolog language. It doesn't claim to be an exhaustive description of operations which can be performed upon lists. Nevertheless adduced programs are most representative, more or less known to specialists in logic programming domain. By means of examples are explained the list manipulation techniques, use of recursion, declarative comparison of predicates, analysis and fixation of acceptable prototypes and some problems of predicates' inconsistency. Index terms. Prolog, list, recursion.

  6. Study of two-stage turbine characteristic and its influence on turbo-compound engine performance

    International Nuclear Information System (INIS)

    Zhao, Rongchao; Zhuge, Weilin; Zhang, Yangjun; Yang, Mingyang; Martinez-Botas, Ricardo; Yin, Yong

    2015-01-01

    Highlights: • An analytical model was built to study the interactions between two turbines in series. • The impacts of HP VGT and LP VGT on turbo-compound engine performance were investigated. • The fuel reductions obtained by HP VGT at 1900 rpm and 1000 rpm are 3.08% and 7.83% respectively. • The optimum value of AR ranged from 2.0 to 2.5 as the turbo-compound engine speed decreases. - Abstract: Turbo-compounding is an effective way to recover waste heat from engine exhaust and reduce fuel consumption for internal combustion engine (ICE). The characteristics of two-stage turbine, including turbocharger turbine and power turbine, have significant effects on the overall performance of turbo-compound engine. This paper investigates the interaction between two turbines in a turbo-compound engine and its impact on the engine performance. Firstly an analytical model is built to investigate the effects of turbine equivalent flow area on the two-stage turbine characteristics, including swallowing capacity and load split. Next both simulation and experimental method are carried out to study the effects of high pressure variable geometry turbine (HP VGT), low pressure variable geometry turbine (LP VGT) and combined VGT on the engine overall performance. The results show that the engine performance is more sensitive to HP VGT compared with LP VGT at all the operation conditions, which is caused by the larger influences of HP VGT on the total expansion ratio and engine air–fuel ratio. Using the HP VGT method, the fuel reductions of the turbo-compound engine at 1900 rpm and 1000 rpm are 3.08% and 7.83% respectively, in comparison with the baseline engine. The corresponding optimum values of AR are 2.0 and 2.5

  7. Super-Orthogonal Space-Time Turbo Transmit Diversity for CDMA

    Directory of Open Access Journals (Sweden)

    Pieter G. W. van Rooyen

    2005-05-01

    Full Text Available Studies have shown that transmit and receive diversity employing a combination of multiple transmit-receive antennas (given ideal channel state information (CSI and independent fading between antenna pairs will potentially yield maximum achievable system capacity. In this paper, the concept of a layered super-orthogonal turbo transmit diversity (SOTTD for downlink direct-sequence code-division multiple-access (CDMA systems is explored. This open-loop transmit diversity technique improves the downlink performance by using a small number of antenna elements at the base station and a single antenna at the handset. In the proposed technique, low-rate super-orthogonal code-spread CDMA is married with code-division transmit diversity (CDTD. At the mobile receiver, space-time (ST RAKE CDTD processing is combined with iterative turbo code-spread decoding to yield large ST gains. The performance of the SOTTD system is compared with single- and multiantenna turbo-coded (TC CDTD systems evaluated over a frequency-selective Rayleigh fading channel. The evaluation is done both by means of analysis and computer simulations. The performance results illustrate the superior performance of SOTTD compared to TC CDTD systems over practically the complete useful capacity range of CDMA. It is shown that the performance degradation characteristic of TC CDTD at low system loads (due to the inherent TC error floor is alleviated by the SOTTD system.

  8. Students' Perspective on the First Programming Language: C-Like or Pascal-Like Languages?

    Science.gov (United States)

    Xinogalos, Stelios; Pitner, Tomáš; Ivanovic, Mirjana; Savic, Miloš

    2018-01-01

    The choice of the first programming language (FPL) has been a controversial issue for several decades. Nearly everyone agrees that the FPL is important and affects students' subsequent education on programming. The study presented in this article investigates the suitability of various C-like and Pascal-like programming languages as a FPL.…

  9. The experimental study on efficiency improvement of turbo machinery supported with magnetic bearings

    International Nuclear Information System (INIS)

    Park, In Hwang; Park, Young Ho; Han, Dong Chul

    2007-01-01

    To implement a conventional electromagnetic bearing in small turbo machinery, it has problems such as load capacity and size. Therefore, in this paper, these problems are resolved by using a permanent magnet biased electromagnetic bearing as a thrust bearing of small turbo machinery. Because the flux path of the bearing is designed by reluctance path modulation using an electromagnet and a permanent magnet, the bearing improves upon non-linearity, power consumption, size and load capacity of a conventional electromagnetic bearing. Test rotating the shaft over 500,000DN were carried out to verify the performance of the proposed small turbo machinery. In addition, the relationships between mass flow rate and pressure rise were measured as changing the tip clearance to verify the feasibility of efficiency improvement and active surge control and these results were compared with theoretical results

  10. Performance of an Error Control System with Turbo Codes in Powerline Communications

    Directory of Open Access Journals (Sweden)

    Balbuena-Campuzano Carlos Alberto

    2014-07-01

    Full Text Available This paper reports the performance of turbo codes as an error control technique in PLC (Powerline Communications data transmissions. For this system, computer simulations are used for modeling data networks based on the model classified in technical literature as indoor, and uses OFDM (Orthogonal Frequency Division Multiplexing as a modulation technique. Taking into account the channel, modulation and turbo codes, we propose a methodology to minimize the bit error rate (BER, as a function of the average received signal noise ratio (SNR.

  11. Thermodynamic Analysis on of Skid-Mounted Coal-bed Methane Liquefaction Device using Cryogenic Turbo-Expander

    Science.gov (United States)

    Chen, Shuangtao; Niu, Lu; Zeng, Qiang; Li, Xiaojiang; Lou, Fang; Chen, Liang; Hou, Yu

    2017-12-01

    Coal-bed methane (CBM) reserves are rich in Sinkiang of China, and liquefaction is a critical step for the CBM exploration and utilization. Different from other CBM gas fields in China, CBM distribution in Sinkiang is widespread but scattered, and the pressure, flow-rate and nitrogen content of CBM feed vary significantly. The skid-mounted liquefaction device is suggested as an efficient and economical way to recover methane. Turbo-expander is one of the most important parts which generates the cooling capacity for the cryogenic liquefaction system. Using turbo-expander, more cooling capacity and higher liquefied fraction can be achieved. In this study, skid-mounted CBM liquefaction processes based on Claude cycle are established. Cryogenic turbo-expander with high expansion ratio is employed to improve the efficiency of CBM liquefaction process. The unit power consumption per liquefaction mole flow-rate for CBM feed gas is used as the object function for process optimization, compressor discharge pressure, flow ratio of feed gas to turbo-expander and nitrogen friction are analyzed, and optimum operation range of the liquefaction processes are obtained.

  12. The Case for Distributed Engine Control in Turbo-Shaft Engine Systems

    Science.gov (United States)

    Culley, Dennis E.; Paluszewski, Paul J.; Storey, William; Smith, Bert J.

    2009-01-01

    The turbo-shaft engine is an important propulsion system used to power vehicles on land, sea, and in the air. As the power plant for many high performance helicopters, the characteristics of the engine and control are critical to proper vehicle operation as well as being the main determinant to overall vehicle performance. When applied to vertical flight, important distinctions exist in the turbo-shaft engine control system due to the high degree of dynamic coupling between the engine and airframe and the affect on vehicle handling characteristics. In this study, the impact of engine control system architecture is explored relative to engine performance, weight, reliability, safety, and overall cost. Comparison of the impact of architecture on these metrics is investigated as the control system is modified from a legacy centralized structure to a more distributed configuration. A composite strawman system which is typical of turbo-shaft engines in the 1000 to 2000 hp class is described and used for comparison. The overall benefits of these changes to control system architecture are assessed. The availability of supporting technologies to achieve this evolution is also discussed.

  13. Design of Radial Turbo-Expanders for Small Organic Rankine Cycle System

    Science.gov (United States)

    Arifin, M.; Pasek, A. D.

    2015-09-01

    This paper discusses the design of radial turbo-expanders for ORC systems. Firstly, the rotor blades were design and the geometry and the perfromance were calculated using several working fluid such as R134a, R143a, R245fa, n-Pentane, and R123. Then, a numerical study was carried out in the fluid flow area with R134a and R123 as the working fluid. Analyses were performed using Computational Fluid Dynamics (CFD) ANSYS CFX on two real gas models, with the k-epsilon and SST (shear stress transport) turbulence models. The results analysis shows the distribution of Mach number, pressure, velocity and temperature along the rotor blade of the radial turbo-expanders and estimation of performance at various operating conditions. CFD analysis show that if the flow area divided into 250,000 grid mesh, and using real gas model SST at steady state condition, 0.4 kg/s of mass flow rate, 15,000 rpm rotor speed, 5 bar inlet pressure, and 373K inlet temperature, the turbo expander produces 6.7 kW, and 5.5 kW of power when using R134a and R123 respectively.

  14. Turbo-extraction of glycosides from Stevia rebaudiana using a fractional factorial design

    Directory of Open Access Journals (Sweden)

    Paula M. Martins

    Full Text Available ABSTRACT Stevia rebaudiana (Bertoni Bertoni, Asteraceae, leaf extract has recently called the attention of food industry as a proposal for natural sweetener. The sweet flavor is attributed to the glycosides, in especial stevioside and rebaudioside A, which are the plant main chemical markers. The aim of the work reported here was to optimize the turbo-extraction of stevia leaves using water, ethanol 70% and 90% (w/w as green solvents. A 25-2 factorial design was applied to study the linear effects of the drug size, solvent to drug ratio, temperature, time and also the turbolysis speed on the extraction of glycosides. The glycosides exhaustive extraction showed that ethanol 70% gave better results and was used for turbo-extraction. The stevioside and rebaudioside A contents were quantified by a validated method by high performance liquid chromatographic with photodiode array detector. The contents of stevioside and rebaudioside A in fluid extract increased with the drug size, but decreased at high shearing speeds and solvent to drug ratio, while their yields decreased at higher temperature and were not affected by turbo speed. An increase in solvent to drug ratio reduced significantly the glycosides percent in dried extract. Optimal solution for S. rebaudiana leaves turbo-extraction was determined by desirability functions. The optimal extraction condition corresponded to drug size of 780 µm, solvent to drug ratio of 10, extraction time of 18 min; temperature of 23 ºC and turbo speed of 20,000 rpm, resulting in yields of 4.98% and 2.70%, for stevioside and rebaudioside A, respectively. These yields are comparable to the ones recently published for dynamic maceration, but with the advantage of shorter extraction times. This work demonstrates that turbolysis is promising for S. rebaudiana glycosides extraction and stimulate new research on the purification of these extracts, which may become an interesting source of income for developing

  15. Functional evaluation of transplanted kidneys by Gd-DTPA enhanced turbo FLASH MR imaging

    International Nuclear Information System (INIS)

    Nakashima, Rumi; Yamashita, Yasuyuki; Tomiguchi, Seiji; Tsuji, Akinori; Takahashi, Mutsumasa

    1996-01-01

    We evaluated the usefulness of dynamic turbo FLASH MR imaging in the differential diagnosis of complications after renal transplantation in 17 patients (10 from living relatives and 7 from cadavers). Coronal turbo FLASH dynamic images were obtained every 5 sec for 5 min after an intravenous bolus injection of Gd-DTPA. Corticomedullary differentiation (CMD) on spin echo coronal T 1 -weighted images and MR renogram patterns of the renal cortex and medulla were obtained for quantitative analysis of the Gd-DTPA-enhanced dynamic turbo-FLASH images. The signal intensity ratio of the medulla to cortex after Gd-DTPA enhancement was compared among four groups: normal (n=9), acute tubular necrosis (ATN) or cyclosporine A (CyA) tubulopathy (n=6), acute rejection (AR) in the living related donor kidney (n=4), and AR in the cadaveric kidney (n=5). Although loss of CMD was seen in severe renal dysfunction in the transplanted kidneys, there was considerable overlap among the four groups. On dynamic study, there was significant differences in the signal intensity ratio of the medulla to cortex between normally functioning kidneys or ATN/CyA tubulopathy and AR (p<0.01). In patients with severe renal dysfunction, the arterial cortical peak was indistinct. In conclusion, MR renograms obtained from dynamic turbo FLASH MR imaging played a significant role in evaluating dysfunction of the renal transplant. (author)

  16. Design of deterministic interleaver for turbo codes

    International Nuclear Information System (INIS)

    Arif, M.A.; Sheikh, N.M.; Sheikh, A.U.H.

    2008-01-01

    The choice of suitable interleaver for turbo codes can improve the performance considerably. For long block lengths, random interleavers perform well, but for some applications it is desirable to keep the block length shorter to avoid latency. For such applications deterministic interleavers perform better. The performance and design of a deterministic interleaver for short frame turbo codes is considered in this paper. The main characteristic of this class of deterministic interleaver is that their algebraic design selects the best permutation generator such that the points in smaller subsets of the interleaved output are uniformly spread over the entire range of the information data frame. It is observed that the interleaver designed in this manner improves the minimum distance or reduces the multiplicity of first few spectral lines of minimum distance spectrum. Finally we introduce a circular shift in the permutation function to reduce the correlation between the parity bits corresponding to the original and interleaved data frames to improve the decoding capability of MAP (Maximum A Posteriori) probability decoder. Our solution to design a deterministic interleaver outperforms the semi-random interleavers and the deterministic interleavers reported in the literature. (author)

  17. Aeroderivative Gas Turbo engine in CHP Plant. Compatibility Problems

    Directory of Open Access Journals (Sweden)

    Sorinel-Gicu TALIF

    2010-12-01

    Full Text Available The paper presents the possibilities to develop Combined Cycle Units based onaeroderivative Gas Turbo engines and on existing Steam Turbines. The specific compatibilityproblems of these components and the thermodynamic performances of the analyzed Combined CycleUnits are also presented.

  18. Fault diagnostics for turbo-shaft engine sensors based on a simplified on-board model.

    Science.gov (United States)

    Lu, Feng; Huang, Jinquan; Xing, Yaodong

    2012-01-01

    Combining a simplified on-board turbo-shaft model with sensor fault diagnostic logic, a model-based sensor fault diagnosis method is proposed. The existing fault diagnosis method for turbo-shaft engine key sensors is mainly based on a double redundancies technique, and this can't be satisfied in some occasions as lack of judgment. The simplified on-board model provides the analytical third channel against which the dual channel measurements are compared, while the hardware redundancy will increase the structure complexity and weight. The simplified turbo-shaft model contains the gas generator model and the power turbine model with loads, this is built up via dynamic parameters method. Sensor fault detection, diagnosis (FDD) logic is designed, and two types of sensor failures, such as the step faults and the drift faults, are simulated. When the discrepancy among the triplex channels exceeds a tolerance level, the fault diagnosis logic determines the cause of the difference. Through this approach, the sensor fault diagnosis system achieves the objectives of anomaly detection, sensor fault diagnosis and redundancy recovery. Finally, experiments on this method are carried out on a turbo-shaft engine, and two types of faults under different channel combinations are presented. The experimental results show that the proposed method for sensor fault diagnostics is efficient.

  19. Fault Diagnostics for Turbo-Shaft Engine Sensors Based on a Simplified On-Board Model

    Directory of Open Access Journals (Sweden)

    Yaodong Xing

    2012-08-01

    Full Text Available Combining a simplified on-board turbo-shaft model with sensor fault diagnostic logic, a model-based sensor fault diagnosis method is proposed. The existing fault diagnosis method for turbo-shaft engine key sensors is mainly based on a double redundancies technique, and this can’t be satisfied in some occasions as lack of judgment. The simplified on-board model provides the analytical third channel against which the dual channel measurements are compared, while the hardware redundancy will increase the structure complexity and weight. The simplified turbo-shaft model contains the gas generator model and the power turbine model with loads, this is built up via dynamic parameters method. Sensor fault detection, diagnosis (FDD logic is designed, and two types of sensor failures, such as the step faults and the drift faults, are simulated. When the discrepancy among the triplex channels exceeds a tolerance level, the fault diagnosis logic determines the cause of the difference. Through this approach, the sensor fault diagnosis system achieves the objectives of anomaly detection, sensor fault diagnosis and redundancy recovery. Finally, experiments on this method are carried out on a turbo-shaft engine, and two types of faults under different channel combinations are presented. The experimental results show that the proposed method for sensor fault diagnostics is efficient.

  20. VLSI Architectures for Sliding-Window-Based Space-Time Turbo Trellis Code Decoders

    Directory of Open Access Journals (Sweden)

    Georgios Passas

    2012-01-01

    Full Text Available The VLSI implementation of SISO-MAP decoders used for traditional iterative turbo coding has been investigated in the literature. In this paper, a complete architectural model of a space-time turbo code receiver that includes elementary decoders is presented. These architectures are based on newly proposed building blocks such as a recursive add-compare-select-offset (ACSO unit, A-, B-, Γ-, and LLR output calculation modules. Measurements of complexity and decoding delay of several sliding-window-technique-based MAP decoder architectures and a proposed parameter set lead to defining equations and comparison between those architectures.

  1. A sealed turbo-alternator using any working-fluid

    International Nuclear Information System (INIS)

    Chollet, Maurice.

    1973-01-01

    The invention relates to a sealed turbo-alternator operating with a working fluid other than water. The turbo-alternator and the feed and lubricating pumps thereof are housed in a sealed casing. The latter constitutes, with the heat pump and the heat sink, a sealed enclosure containing the working and lubricating fluid. The alternator, which comprises neither collector nor brushes, is dipped in the working fluid vapor. Electric energy leaves the sealed enclosure through insulating sealed passager. In view of the absence of leakage it is possible to select (e.g. among freons) a working fluid well suited to the temperature differential between the heat source and the heat sink, and, accordingly to use temperature drops which could be too small in the case of steam. The various applications are as follows: recovery of calories at the exhaust of diesels and of gas turbines or in the cooling water of diesels; equipment of isotopic generators; recovery of calories from factory waste thrown into rivers (anti-pollution effect in view of the lowering of water temperature); non-polluting engine for special electrical vehicles [fr

  2. The reproductive cycle of the intertidal gastropod Turbo coronatus ...

    African Journals Online (AJOL)

    Histological methods were used to determine the reproductive cycle of Turbo coronatus. Ovarian development was assessed from the relative proportions of mature and immature oocytes in sectioned material. Testicular tissues ware subjectively given a maturity index based on the relative proportions of the various ...

  3. Ultrashort turbo spinecho versus turbo spinecho in the evaluation of musculoskeletal diseases

    International Nuclear Information System (INIS)

    Breitenseher, M.; Kontaxis, G.; Fleischmann, D.; Rand, T.H.; Imhof, H.; Trattnig, S.

    1995-01-01

    Ultrashort turbo spin-echo sequence (TSE) has the advantage of shorter scan times, minimizing motion artifacts, but has the disadvantage of a lower signal-to-noise ratio and suffers from different artifacts. T2-weighted ultrashort TSE (echo train 24) and TSE (echo train 11) were compared in degenerative lesions of the spine (n=9) and ligamentous lesions associated with sprained ankle injuries (n=5). The imaging quality of ultrashort TSE was very similar to TSE. There was no difference in diagnostic reliability with ultrashort TSE compared to TSE in the spine or ankle. With regard to contrast properties a higher signal intensity of fatty bone marrow was obtained with ultrashort TSE, with consecutive lower contrast between fluid and edema on the one hand and fatty tissue on the other. (orig.) [de

  4. System Performance of Concatenated STBC and Block Turbo Codes in Dispersive Fading Channels

    Directory of Open Access Journals (Sweden)

    Kam Tai Chan

    2005-05-01

    Full Text Available A new scheme of concatenating the block turbo code (BTC with the space-time block code (STBC for an OFDM system in dispersive fading channels is investigated in this paper. The good error correcting capability of BTC and the large diversity gain characteristics of STBC can be achieved simultaneously. The resulting receiver outperforms the iterative convolutional Turbo receiver with maximum- a-posteriori-probability expectation maximization (MAP-EM algorithm. Because of its ability to perform the encoding and decoding processes in parallel, the proposed system is easy to implement in real time.

  5. Evaluation of endometrial carcinoma by multislice dynamic MR imaging with Turbo FLASH

    Energy Technology Data Exchange (ETDEWEB)

    Asakawa, Mari [Okayama Univ. (Japan). School of Medicine

    1995-04-01

    The purpose of this study was to investigate the usefulness of multislice dynamic MR imaging with Turbo FLASH in assessing myometrial invasion by endometrial carcinoma. Dynamic MR imaging was performed with bolus injection of Gd-DTPA and with 1.5-T Siemens Magnetom imager using Turbo FLASH. Thirty-six endometrial carcinomas were evaluated with pathologic correlation. Junctional zone showed more rapid contrast enhancement effects than myometrium even after menopause. Contrast to noise ratio between junctional zone and endometrial carcinoma was the highest about fifty seconds after bolus injection. Only at that time could the degree of invasion to junctional zone in post-menopausal women whose junctional zones could not be seen on T{sub 2}-weighted images or contrast-enhanced T{sub 1}-weighted images be evaluated correctly. The accuracy in assessing myometrial invasion with T{sub 2}-weighted images, postcontrast T{sub 1}-weighted images, and dynamic MR imaging was 75%, 81% and 89% respectively. Though there was no statistically significant difference, multislice dynamic imaging with Turbo FLASH technique is considered to be a useful imaging method for the pre-operative assessment of myometrial invasion by endometrial carcinoma. (author).

  6. Torsional vibration analysis in turbo-generator shaft due to mal-synchronization fault

    Science.gov (United States)

    Bangunde, Abhishek; Kumar, Tarun; Kumar, Rajeev; Jain, S. C.

    2018-03-01

    A rotor of turbo-generator shafting is many times subjected to torsional vibrations during its lifespan. The reasons behind these vibrations are three-Phase fault, two-phase fault, line to ground fault, faulty-mal synchronization etc. Sometimes these vibrations can cause complete failure of turbo-generator shafting system. To calculate moment variation during these faults on the shafting system vibration analysis is done using Finite Elements Methods to calculate mass and stiffness matrix. The electrical disturbance caused during Mal-synchronization is put on generator section, and corresponding second order equations are solved by using “Duhamel Integral”. From the moment variation plots at four sections critically loaded sections are identified.

  7. Turbo-Gallager Codes: The Emergence of an Intelligent Coding ...

    African Journals Online (AJOL)

    Today, both turbo codes and low-density parity-check codes are largely superior to other code families and are being used in an increasing number of modern communication systems including 3G standards, satellite and deep space communications. However, the two codes have certain distinctive characteristics that ...

  8. Thermal characteristics of high-temperature R718 heat pumps with turbo compressor thermal vapor recompression

    International Nuclear Information System (INIS)

    Šarevski, Milan N.; Šarevski, Vasko N.

    2017-01-01

    Highlights: • High pressure ratio, high speed, transonic R718 centrifugal compressors. • High efficient industrial evaporators/concentrators with turbo thermal vapor recompression. • Utilization of waste heat from industrial thermal and processing systems. • R718 is an ideal refrigerant for the novel high-temperature industrial heat pumps. • Application of single-stage R718 centrifugal compressors. - Abstract: Characteristics of R718 centrifugal compressors are analyzed and range of their applications in industrial high-temperature heat pumps, district heating systems and geothermal green house heating systems are estimated. Implementation of turbo compressor thermal vapor recompression in industrial evaporating/concentrating plants for waste heat utilization results in a high energy efficiency and in other technical, economical and environmental benefits. A novel concept of turbo compression R718 heat pumps is proposed and an assessment of their thermal characteristics is presented for utilization of waste heat from industrial thermal plants and systems (boilers, furnaces, various technological and metallurgical cooling processes, etc.), and for applications in district heating and geothermal green house heating systems. R718 is an ideal refrigerant for the novel high-temperature turbo compression industrial heat pumps. Direct evaporation and condensation are advantages of the proposed system which lead to higher COP, and to simplification of the plant and lower cost.

  9. Turbo Equalization Using Partial Gaussian Approximation

    DEFF Research Database (Denmark)

    Zhang, Chuanzong; Wang, Zhongyong; Manchón, Carles Navarro

    2016-01-01

    This letter deals with turbo equalization for coded data transmission over intersymbol interference (ISI) channels. We propose a message-passing algorithm that uses the expectation propagation rule to convert messages passed from the demodulator and decoder to the equalizer and computes messages...... returned by the equalizer by using a partial Gaussian approximation (PGA). We exploit the specific structure of the ISI channel model to compute the latter messages from the beliefs obtained using a Kalman smoother/equalizer. Doing so leads to a significant complexity reduction compared to the initial PGA...

  10. The matching of characteristics of the turbo-supercharging system and two-stroke transport diesel engine

    OpenAIRE

    Алёхин, Сергей Алексеевич; Герасименко, Владимир Петрович; Опалев, Василий Анатольевич

    2013-01-01

    The basic problems of the matching of characteristics of turbo-supercharging units and two-stroke transport diesel engines with various number of cylinders are considered. Influence of the number of impeller tiers and other geometrical parameters on the pressure characteristic of the centrifugal compressor and joint action of the compressor and the piston engine is investigated. Effective measures on the optimum coordination of a mechanical turbo-supercharging with a transport diesel engin...

  11. Research on Development of Turbo-generator with Partial Admission Nozzle for Supercritical CO{sub 2} Power Generation

    Energy Technology Data Exchange (ETDEWEB)

    Cho, Junhyun; Shin, Hyung-ki; Lee, Gilbong; Baik, Young-Jin [Korea Institute of Energy Research (KIER), Daejeon (Korea, Republic of); Kang, Young-Seok [Korea Aerospace Research Institute (KARI), Daejeon (Korea, Republic of); Kim, Byunghui [InGineers Ltd., Seoul (Korea, Republic of)

    2017-04-15

    A Sub-kWe small-scale experimental test loop was manufactured to investigate characteristics of the supercritical carbon dioxide power cycle. A high-speed turbo-generator was also designed and manufactured. The designed rotational speed of this turbo-generator was 200,000 rpm. Because of the low expansion ratio through the turbine and low mass flowrate, the rotational speed of the turbo-generator was high. Therefore, it was difficult to select the rotating parts and design the turbine wheel, axial force balance and rotor dynamics in the lab-scale experimental test loop. Using only one channel of the nozzle, the partial admission method was adapted to reduce the rotational speed of the rotor. This was the world’s first approach to the supercritical carbon dioxide turbo-generator. A cold-run test using nitrogen gas under an atmospheric condition was conducted to observe the effect of the partial admission nozzle on the rotor dynamics. The vibration level of the rotor was obtained using a gap sensor, and the results showed that the effect of the partial admission nozzle on the rotor dynamics was allowable.

  12. COSTMODL - AN AUTOMATED SOFTWARE DEVELOPMENT COST ESTIMATION TOOL

    Science.gov (United States)

    Roush, G. B.

    1994-01-01

    The cost of developing computer software consumes an increasing portion of many organizations' budgets. As this trend continues, the capability to estimate the effort and schedule required to develop a candidate software product becomes increasingly important. COSTMODL is an automated software development estimation tool which fulfills this need. Assimilating COSTMODL to any organization's particular environment can yield significant reduction in the risk of cost overruns and failed projects. This user-customization capability is unmatched by any other available estimation tool. COSTMODL accepts a description of a software product to be developed and computes estimates of the effort required to produce it, the calendar schedule required, and the distribution of effort and staffing as a function of the defined set of development life-cycle phases. This is accomplished by the five cost estimation algorithms incorporated into COSTMODL: the NASA-developed KISS model; the Basic, Intermediate, and Ada COCOMO models; and the Incremental Development model. This choice affords the user the ability to handle project complexities ranging from small, relatively simple projects to very large projects. Unique to COSTMODL is the ability to redefine the life-cycle phases of development and the capability to display a graphic representation of the optimum organizational structure required to develop the subject project, along with required staffing levels and skills. The program is menu-driven and mouse sensitive with an extensive context-sensitive help system that makes it possible for a new user to easily install and operate the program and to learn the fundamentals of cost estimation without having prior training or separate documentation. The implementation of these functions, along with the customization feature, into one program makes COSTMODL unique within the industry. COSTMODL was written for IBM PC compatibles, and it requires Turbo Pascal 5.0 or later and Turbo

  13. Condition monitoring of steam turbo generators of captive power plant at HWP (Manuguru) through vibration analysis

    International Nuclear Information System (INIS)

    Krishnareddy, G.; Chandramouli, M.; Gupta, R.V.

    2002-01-01

    Turbo Generator is a critical equipment in steam based power plant circuit. Any failure causes loss of production and hence as applicable to Heavy Water Plant, Manuguru, it results in loss of heavy water production as the captive power plant at Manuguru is solely designed to supply steam and power to Main Plant, which is meant for production of heavy water. Thereby condition monitoring is very much essential and required as part of predictive maintenance program for the turbo generators which are in continuous operation. This paper focuses on identification of the turbo generator system through vibration spectrum, characterising and differentiating the fault mechanisms, trending the faults through changes in vibration spectrums and orbit plots and subsequently planning for corrective actions/measures after evaluating the changes in machine conditions

  14. Dynamic configuration management of a multi-standard and multi-mode reconfigurable multi-ASIP architecture for turbo decoding

    Science.gov (United States)

    Lapotre, Vianney; Gogniat, Guy; Baghdadi, Amer; Diguet, Jean-Philippe

    2017-12-01

    The multiplication of connected devices goes along with a large variety of applications and traffic types needing diverse requirements. Accompanying this connectivity evolution, the last years have seen considerable evolutions of wireless communication standards in the domain of mobile telephone networks, local/wide wireless area networks, and Digital Video Broadcasting (DVB). In this context, intensive research has been conducted to provide flexible turbo decoder targeting high throughput, multi-mode, multi-standard, and power consumption efficiency. However, flexible turbo decoder implementations have not often considered dynamic reconfiguration issues in this context that requires high speed configuration switching. Starting from this assessment, this paper proposes the first solution that allows frame-by-frame run-time configuration management of a multi-processor turbo decoder without compromising the decoding performances.

  15. Performance Evaluation of HARQ Technique with UMTS Turbo Code

    Directory of Open Access Journals (Sweden)

    S. S. Brkić

    2011-11-01

    Full Text Available The hybrid automatic repeat request technique (HARQ represents the error control principle which combines an error correcting code and automatic repeat request procedure (ARQ, within the same transmission system. In this paper, using Monte Carlo simulation process, the characteristics of HARQ technique are determined, for the case of the Universal Mobile Telecommunication System (UMTS turbo code.

  16. MR colonography with fecal tagging: comparison between 2D turbo FLASH and 3D FLASH sequences

    International Nuclear Information System (INIS)

    Papanikolaou, Nickolas; Grammatikakis, John; Maris, Thomas; Prassopoulos, Panos; Gourtsoyiannis, Nicholas; Lauenstein, Thomas

    2003-01-01

    The objective of this study was to compare inversion recovery turbo 2D fast low-angle shot (FLASH) and 3D FLASH sequences for fecal-tagged MR colonography studies. Fifteen consecutive patients with indications for colonoscopy underwent MR colonography with fecal tagging. An inversion recovery turbo-FLASH sequence was applied and compared in terms of artifacts presence, efficiency for masking residual stool, and colonic wall conspicuity with a fat-saturated 3D FLASH sequence. Both sequences were acquired following administration of paramagnetic contrast agent. Contrast-to-noise ratio and relative contrast between colonic wall and lumen were calculated and compared for both sequences. Turbo 2D FLASH provided fewer artifacts, higher efficiency for masking the residual stool, and colonic wall conspicuity equivalent to 3D FLASH. An inversion time of 10 ms provided homogeneously low signal intensity of the colonic lumen. Contrast to noise between colonic wall and lumen was significantly higher in the 3D FLASH images, whereas differences in relative contrast were not statistically significant. An optimized inversion-recovery 2D turbo-FLASH sequence provides better fecal tagging results and should be added to the 3D FLASH sequence when designing dark-lumen MR colonography examination protocols. (orig.)

  17. Experimental Study in a Cascade Row for Improving the Performance of a Partially Admitted Turbo-Expander

    Directory of Open Access Journals (Sweden)

    Soo-Yong Cho

    2015-12-01

    Full Text Available Turbo-expanders are widely used as power generators in the field of energy conversion such as organic Rankine cycle (ORC systems. When the available thermal energy is not sufficient to operate the turbo-expander in full admission, it is much better to operate in partial admission instead of stand-down. However, the performance of the turbo-expander greatly depends on the operating conditions. Among many operating conditions, the flow angle at the nozzle and solidity can be major factors affecting the performance of the expander. In order to investigate the optimal operation conditions, experiments were conducted in a linear cascade apparatus simulating the operation of turbo-expander in partial admission. Three different nozzle flow angles of 58°, 65°, and 72° were adopted, and the experiments were conducted with respective solidities of 1.25, 1.38, and 1.67 at each nozzle flow angle. The cross section of the nozzle was rectangular and the chord of the tested blade was 200 mm. The blades moved in a rotational direction, and the forces on the blades were measured with the surface pressure at steady state. The experimental results showed that the rotational force increased for a larger solidity or for a smaller nozzle flow angle.

  18. Design and Implementation of Adaptive Turbo Encoder for Quantized Software Defined Low-Power DVB-RCS Radios

    Directory of Open Access Journals (Sweden)

    S. H. Elramly

    2010-11-01

    Full Text Available Turbo codes are employed in every robust wireless digital communications system. Those codes have been adopted for the satellite return channel in DVB-RCS (Return Channel via Satellite standard. In Software Defined Radios (SDRs, Field Programmable Gate Array technology (FPGA is considered a highly configurable option for implementing many sophisticated signal processing tasks. The implementation for such codes is complex and dissipates a large amount of power. This paper studies the efficient implementation of quantized DVB-RCS turbo coding. Also, a low-power, turbo encoder for DVB-RCS is described using a VHDL code. The proposed encoder design is implemented on Xilinx Virtex-II Pro, XC2vpx30 FPGA chip. FPGA Advantage Pro package provided by Mentor Graphics is used for VHDL description and ISE 10.1 by Xilinx is used for synthetization.

  19. Sistema automatizado de tratamiento de datos hidroquímicos para el chequeo de la calidad de las aguas

    Directory of Open Access Journals (Sweden)

    Reguera, E.

    1990-12-01

    Full Text Available The objective of this work is to ilustrate the use of the SAMA automatic system (Water Monitoring Automatic System to aid the water chemical composition control. This system is based in the determination of mathematical relationships between ionic concentration and electric conductivity. The system was developped in Turbo Pascal for IBM compatible microcomputer. The example of application that is presented in this paper correspond with waters from coastal karstic aquifer affected by marine intrusion. This waters are used for citric irrigation.El objetivo de este trabajo es ilustrar el uso del sistema de programas «SAMA» (Sistema Automatizado para el Monitoreo de las Aguas para la ayuda en el control de la composición química de la aguas. El mismo se basa en la determinación de ecuaciones de dependencia matemática entre la concentración iónica y la conductividad eléctrica. Ha sido implementado en lenguaje Turbo Pascal para microcomputadoras IBM compatibles. El ejemplo de aplicación que se presenta corresponde a aguas de un acuífera kárstico litoral afectado por la intrusión marina las cuales se usan en el regadío de cítricos.

  20. Latin American Boom and the Polisystem Movility: a Discussion on the Pascale Casanova Proposed

    OpenAIRE

    Ternicier, Constanza

    2014-01-01

    This article attempts to establish a theoretical discussion before its application. Its starting point is Pascale Casanova’s thesis about the universalism of French literature, which will later be contested. Using comparative studies, the article will seek to challenge the static and stable concept of the world system that was developed by the French author. To achieve this, the proposed dialogue will explore Even-Zohar’s theory of polysytems, along with Françoise Perus´s ideas about the Lati...

  1. Measurement and control system for cryogenic helium gas bearing turbo-expander experimental platform based on Siemens PLC S7-300

    Energy Technology Data Exchange (ETDEWEB)

    Li, J.; Xiong, L. Y.; Peng, N.; Dong, B.; Liu, L. Q. [Key Laboratory of Cryogenics, Technical Institute of Physics and Chemistry, Chinese Academy of Sciences, Beijing, 100190 (China); Wang, P. [Beijing Sciample Technology Co., Ltd., Beijing, 100190 (China)

    2014-01-29

    An experimental platform for cryogenic Helium gas bearing turbo-expanders is established at the Technical Institute of Physics and Chemistry, Chinese Academy of Sciences. This turbo-expander experimental platform is designed for performance testing and experimental research on Helium turbo-expanders with different sizes from the liquid hydrogen temperature to the room temperature region. A measurement and control system based on Siemens PLC S7-300 for this turbo-expander experimental platform is developed. Proper sensors are selected to measure such parameters as temperature, pressure, rotation speed and air flow rate. All the collected data to be processed are transformed and transmitted to S7-300 CPU. Siemens S7-300 series PLC CPU315-2PN/DP is as master station and two sets of ET200M DP remote expand I/O is as slave station. Profibus-DP field communication is established between master station and slave stations. The upper computer Human Machine Interface (HMI) is compiled using Siemens configuration software WinCC V6.2. The upper computer communicates with PLC by means of industrial Ethernet. Centralized monitoring and distributed control is achieved. Experimental results show that this measurement and control system has fulfilled the test requirement for the turbo-expander experimental platform.

  2. Measurement and control system for cryogenic helium gas bearing turbo-expander experimental platform based on Siemens PLC S7-300

    Science.gov (United States)

    Li, J.; Xiong, L. Y.; Peng, N.; Dong, B.; Wang, P.; Liu, L. Q.

    2014-01-01

    An experimental platform for cryogenic Helium gas bearing turbo-expanders is established at the Technical Institute of Physics and Chemistry, Chinese Academy of Sciences. This turbo-expander experimental platform is designed for performance testing and experimental research on Helium turbo-expanders with different sizes from the liquid hydrogen temperature to the room temperature region. A measurement and control system based on Siemens PLC S7-300 for this turbo-expander experimental platform is developed. Proper sensors are selected to measure such parameters as temperature, pressure, rotation speed and air flow rate. All the collected data to be processed are transformed and transmitted to S7-300 CPU. Siemens S7-300 series PLC CPU315-2PN/DP is as master station and two sets of ET200M DP remote expand I/O is as slave station. Profibus-DP field communication is established between master station and slave stations. The upper computer Human Machine Interface (HMI) is compiled using Siemens configuration software WinCC V6.2. The upper computer communicates with PLC by means of industrial Ethernet. Centralized monitoring and distributed control is achieved. Experimental results show that this measurement and control system has fulfilled the test requirement for the turbo-expander experimental platform.

  3. United States Air Force Summer Research Program -- 1991. High School Apprenticeship Program (HSAP) Reports, Volume 13: Wright Laboratory

    Science.gov (United States)

    1991-12-01

    subroutines will be implemented in the program to provide for enhanced flexibility and increased user-friendliness. The final product should allow ease...would convert Turbo Pascal into Quick C. The converter worked well, and I was able to finish most of the code conversion (minus the commenting) during the...benchmarking had two variables - the computer system the tests were to be performed on and the vendor marketing a VHDL implementation for that computer

  4. Philology and Music in the Work of Pascal Quignard

    Directory of Open Access Journals (Sweden)

    John Hamilton

    2009-01-01

    Full Text Available The persistent association of philology and music in the work of Pascal Quignard is mediated through various modalities of silence. Throughout Quignard’s novels, essays and treatises, musical sensibility and philological obsession work to silence the all-too-loud, abstracting processes of communication, representation, narration, or discourse. Upon sketching out the general terms and definitions that Quignard employs across his writing career, the essay turns to two especially illustrative examples: Quignard’s reading of Lucretius and his reflections on Plato’s discussion of misology. Misology, denoting a deep mistrust of words, ends up serving as a synonym for philology itself; it is a hatred of words—that is, a hatred of the way words are subsumed into logical discourse—that presents itself as the only true love of words, a love that respects a word’s resistance to any system, a philology that attends to a word’s relation to silence and thereby to the music of singularity.

  5. Preprocessor that Enables the Use of GridProTM Grids for Unsteady Reynolds-Averaged Navier-Stokes Code TURBO

    Science.gov (United States)

    Shyam, Vikram

    2010-01-01

    A preprocessor for the Computational Fluid Dynamics (CFD) code TURBO has been developed and tested. The preprocessor converts grids produced by GridPro (Program Development Company (PDC)) into a format readable by TURBO and generates the necessary input files associated with the grid. The preprocessor also generates information that enables the user to decide how to allocate the computational load in a multiple block per processor scenario.

  6. The LHCb Turbo stream

    CERN Document Server

    AUTHOR|(CDS)2070171

    2016-01-01

    The LHCb experiment will record an unprecedented dataset of beauty and charm hadron decays during Run II of the LHC, set to take place between 2015 and 2018. A key computing challenge is to store and process this data, which limits the maximum output rate of the LHCb trigger. So far, LHCb has written out a few kHz of events containing the full raw sub-detector data, which are passed through a full offline event reconstruction before being considered for physics analysis. Charm physics in particular is limited by trigger output rate constraints. A new streaming strategy includes the possibility to perform the physics analysis with candidates reconstructed in the trigger, thus bypassing the offline reconstruction. In the Turbo stream the trigger will write out a compact summary of physics objects containing all information necessary for analyses. This will allow an increased output rate and thus higher average efficiencies and smaller selection biases. This idea will be commissioned and developed during 2015 wi...

  7. Comparison of Pascal and the dBASE III PLUS language in programming an inventory management system

    OpenAIRE

    Chang, To.

    1987-01-01

    Approved for public release; distribution is unlimited Before the widespread use of Database Management Systems (DBMS), programmers have had to rely on the third generation language such as COBOL, Pascal, and PL/I to implement their application programs. These programs are usually very hard to maintain and modify unless very disciplined structured programming techniques are used. However, with the DBMS, the ease of development, maintenance, and modification of data-man...

  8. La vrai morale se moque de la morale: questões éticas em Pascal

    Directory of Open Access Journals (Sweden)

    Telma de Souza Birchal

    2002-12-01

    Full Text Available Em Pascal encontramos um duplo registro da questão moral: por um lado, o autor dos Pensées dirige uma dura crítica aos ideais morais da filosofia, especialmente aos do estoicismo; por outro, ele afirma uma "verdadeira moral" que "zomba da moral". A análise desse duplo registro será feita a partir de quatro contextos encontrados nos Pensamentos: 1- O contexto epistemológico da diferença entre espírito geométrico e espírito de finesse, ao qual se remetem os termos correlatos "moral do espírito" e "moral do julgamento"; 2- O contexto antropológico da "desproporção do homem" e da virtude como meio-termo; 3- O contexto antropológico - teológico da miséria e da grandeza do homem 4- O contexto metafísico-teológico da teoria das "três ordens de coisas". A "verdadeira moral" constitui-se, afinal, por dois movimentos: no primeiro, a moral pascaliana é simplesmente naturalista e compartilha do espírito mecanicista do seu século. Em seu segundo movimento, ela é teológica e constitui-se essencialmente como uma hermenêutica do desejo.We find in Pascal a double approach to the moral issue. On the one hand the author of the Pensées strongly criticizes the moral ideals of philosophy, in particular those of Stoicism but, on the other, he claims that there is a "true morals" which "mocks of morals". We here analyze this double approach from the point of view of four contexts exhibited in the Pensées: 1- The epistemological context that distinguishes the "esprit de géométrie" and the "esprit de finesse" which points, respectively, to a "moral of the ' esprit'" and to a "moral of judgment". 2- The anthropological context of the "disproportion of men" and of virtue as mean 3- The anthropological-theological context of the misery and greatness of man. 4- The metaphysical-theological context of the theory of the "three orders of things". The "true morals" is construed in two movements. In the first, Pascal's morals is naturalistic and

  9. The Effect of Crude Extract of Turbo coronatus from the Persian Gulf on Serum Biochemical Parameters and Hematiological Parameters of Rats

    Directory of Open Access Journals (Sweden)

    Amir Vazirizadeh

    2017-05-01

    Full Text Available : Turbotoxins are marine secondary metabolites that produce in Turbinidae family and were isolated from Japanese Turbo marmorata for the first time. A few research has been done on these metabolites so far. Another species, Turbo coronatus exists in Iran. The main aim of the current project was to investigate some biological effects of the crude extract of Turbo coronatus from the Persian Gulf . Materials and methods: In this study, 18 rats were selected in three groups including the control group. The experimental groups received ½ and 1/3 lethal doses intravenously and serum levels of liver and muscle enzymes, electrolytes and complete blood counts (CBC were measured after 24 hours. : The levels of liver and muscle enzymes, amylase, sodium, potassium, calcium, phosphorus, ferrous, haptoglobin, albumin and creatinine were significantly increased in experimental group compared with the control group by injection of crude extract of Turbo coronatus; however, hemoglobin, mean corpuscular volume (MCV, red blood cell count, magnesium, and glucose levels were significantly decreased in the experimental group compared with the control group. : Intravenous injection of ½ and 1/3 lethal doses of the crude extract of Turbo coronatus to rats produced rhabdomyolysis and hepatocytes injury. In addition, the crude extract injection acted as a haematoxin and decreased hemoglobin and MCV.

  10. Detection of brain metastasis. Comparison of Turbo-FLAIR imaging, T2-weighted imaging and double-dose gadolinium-enhanced MR imaging

    International Nuclear Information System (INIS)

    Okubo, Toshiyuki; Hayashi, Naoto; Shirouzu, Ichiro; Abe, Osamu; Ohtomo, Kuni; Sasaki, Yasuhito; Aoki, Shigeki; Wada, Akihiko

    1998-01-01

    The purpose of this study was to compare Turbo-FLAIR imaging, T 2 -weighted imaging, and double-dose gadolinium-enhanced MR imaging in the detection of brain metastasis. Using the three sequences, 20 consecutive patients with brain metastases were prospectively studied with a 1.5-Tesla system. Three independent, blinded readers assessed the images for the presence, size, number, and location of metastatic lesions. In the detection of large lesions (>0.5 cm), Turbo-FLAIR imaging (38/48, 79%) was not significantly different from gadolinium-enhanced imaging (42/48, 88%) (p=0.273). T 2 -weighted imaging (31/48, 65%), however, was inferior to gadolinium-enhanced imaging (p<0.05). There was no difference between Turbo-FLAIR imaging and gadolinium-enhanced imaging in the accuracy of detecting solitary brain metastasis (4/4, 100%). In conclusion, Turbo-FLAIR imaging is a useful, noninvasive screening modality for brain metastasis. Its use may lead to cost savings in the diagnosis of brain metastases and may impact positively the cost-effectiveness of treatment. (author)

  11. Tonometría Goldmann versus tonometría de Pascal en pacientes poscirugía refractiva con LASIK Results of Goldman tonometry vs Pascal tonometry in patients after the refractive surgery with LASIK

    Directory of Open Access Journals (Sweden)

    Ileana González Silverio

    2009-06-01

    Full Text Available OBJETIVO: Comparar las cifras de presión intraocular obtenidas mediante el tonómetro de aplanación de Goldmann y el tonómetro de contorno dinámico de Pascal, así como la variación del espesor corneal central, antes y después de la cirugía refractiva con LASIK y así establecer la relación entre los dos tonómetros. MÉTODOS: Se estudiaron 74 pacientes (140 ojos, mayores de 21 años, con miopía estable (de -1 dioptrías a -10 dioptrías, defecto cilíndrico inferior a -3 dioptrías y espesor corneal central menor de 480 micras. Los pacientes fueron intervenidos con excímer láser (técnica de LASIK, en el Servicio de Cirugía Refractiva del Instituto Cubano de Oftalmología "Ramón Pando Ferrer", de diciembre de 2006 a marzo de 2007, con un seguimiento posoperatorio de 1 año, aunque se estimó el comportamiento de las variables al mes de la cirugía. RESULTADOS: Predominó discretamente el sexo femenino, el grupo de edad de 21 a 39 años constituyó el 81 %, y la miopía moderada en 74 ojos el 52,8 %. El valor de la presión intraocular con tonómetro de contorno dinámico superó al obtenido con el de Goldmann en 2 mm Hg en el preoperatorio y en 3,7 mm Hg en el posoperatorio. Se correlacionó la variación del espesor corneal posterior al LASIK y la presión intraocular según el tonómetro utlizado. CONCLUSIONES: Los valores de la presión con el tonómetro de Pascal son más confiables que los obtenidos con el tonómetro de aplanación de Goldmann, cuando el espesor corneal central se aleja de lo estipulado como normal.OBJECTIVES: To compare the intraocular pressure figures obtained with Goldman applanation tonometer and with Pascal dynamic contour tonometer, as well as the central corneal thickness variation before and after the refractive surgery with LASIK, and to set the relationship between both tonometers. METHODS: Seventy four patients (140 eyes aged over 21 years, with stable myopia (-1 to -10 dioptres, cylinder defect

  12. The Turbo-Fuel-Cell 1.0 - family concept

    Science.gov (United States)

    Berg, H. P.; Himmelberg, A.; Lehmann, M.; Dückershoff, R.; Neumann, M.

    2018-01-01

    The “Turbo-Fuel-Cell-Technology” has been described as a MGT-SOFC hybrid system consisting of a recuperated micro gas turbine (MGT) process with an embedded solid oxide fuel cell (SOFC) subsystem. SOFC stacks are connected to “SOFC stack grapes” and are equipped with the so called HEXAR-Module. This module is composed of a high-temperature heat exchanger (HEX), an afterburner (A) and a steam reformer (R). The MGT-concept is based on a generator driven directly by the turbomachine and a recuperator, which returns the exhaust heat to the pressurized compressor outlet air. This provides the necessary base for a highly effective, pure MGT process and the “MGT-SOFC-high-efficiency process”. This paper describes the concept and the thermodynamic background of a highly effective and compact design of the “Turbo-Fuel-Cell 1.0-Family” in the electrical performance class from 100 to 500 kW. The technological state of the system is shown and a rating of the system with comparative parameters is discussed. It becomes visible that all necessary basic technologies should be available and that the technology (for stationary applications) can have the “entry into services (E.I.S.)” in the next 10 years. The MGT-SOFC performance map under different operation conditions is discussed. This article also provides an overview of the research on MGT-SOFC-Systems and the scenario of an energy supply network and a mobile energy conversion of the future introduction.

  13. Experimental assessment of pre-turbo aftertreatment configurations in a single stage turbocharged diesel engine. Part 1: Steady-state operation

    OpenAIRE

    Luján, José M.; Bermúdez, Vicente; Piqueras, P.; Garcia Afonso, Oscar

    2015-01-01

    Diesel oxidation catalysts and diesel particulate filters are standard aftertreatment systems in Diesel engines which are traditionally placed downstream of the turbine. However, pre-turbo aftertreatment configurations are being approached as a way to improve the aftertreatment performance in terms of light-off and passive regeneration. This exhaust line architecture can also benefit fuel economy. The objective of this work is to analyse experimentally how the pre-turbo aftertreatment placeme...

  14. On the Comparative Performance Analysis of Turbo-Coded Non-Ideal Sigle-Carrier and Multi-Carrier Waveforms over Wideband Vogler-Hoffmeyer HF Channels

    Directory of Open Access Journals (Sweden)

    F. Genc

    2014-09-01

    Full Text Available The purpose of this paper is to compare the turbo-coded Orthogonal Frequency Division Multiplexing (OFDM and turbo-coded Single Carrier Frequency Domain Equalization (SC-FDE systems under the effects of Carrier Frequency Offset (CFO, Symbol Timing Offset (STO and phase noise in wide-band Vogler-Hoffmeyer HF channel model. In mobile communication systems multi-path propagation occurs. Therefore channel estimation and equalization is additionally necessary. Furthermore a non-ideal local oscillator generally is misaligned with the operating frequency at the receiver. This causes carrier frequency offset. Hence in coded SC-FDE and coded OFDM systems; a very efficient, low complex frequency domain channel estimation and equalization is implemented in this paper. Also Cyclic Prefix (CP based synchronization synchronizes the clock and carrier frequency offset.The simulations show that non-ideal turbo-coded OFDM has better performance with greater diversity than non-ideal turbo-coded SC-FDE system in HF channel.

  15. Evaluation of diffusivity in the anterior lobe of the pituitary gland: 3D turbo field echo with diffusion-sensitized driven-equilibrium preparation.

    Science.gov (United States)

    Hiwatashi, A; Yoshiura, T; Togao, O; Yamashita, K; Kikuchi, K; Kobayashi, K; Ohga, M; Sonoda, S; Honda, H; Obara, M

    2014-01-01

    3D turbo field echo with diffusion-sensitized driven-equilibrium preparation is a non-echo-planar technique for DWI, which enables high-resolution DWI without field inhomogeneity-related image distortion. The purpose of this study was to evaluate the feasibility of diffusion-sensitized driven-equilibrium turbo field echo in evaluating diffusivity in the normal pituitary gland. First, validation of diffusion-sensitized driven-equilibrium turbo field echo was attempted by comparing it with echo-planar DWI. Five healthy volunteers were imaged by using diffusion-sensitized driven-equilibrium turbo field echo and echo-planar DWI. The imaging voxel size was 1.5 × 1.5 × 1.5 mm(3) for diffusion-sensitized driven-equilibrium turbo field echo and 1.5 × 1.9 × 3.0 mm(3) for echo-planar DWI. ADCs measured by the 2 methods in 15 regions of interests (6 in gray matter and 9 in white matter) were compared by using the Pearson correlation coefficient. The ADC in the pituitary anterior lobe was then measured in 10 volunteers by using diffusion-sensitized driven-equilibrium turbo field echo, and the results were compared with those in the pons and vermis by using a paired t test. The ADCs from the 2 methods showed a strong correlation (r = 0.79; P pituitary gland were 1.37 ± 0.13 × 10(-3) mm(2)/s, which were significantly higher than those in the pons (1.01 ± 0.24 × 10(-3) mm(2)/s) and the vermis (0.89 ± 0.25 × 10(-3) mm(2)/s, P pituitary gland.

  16. T2-weighted MR imaging of liver lesions: a prospective evaluation comparing turbo spin-echo, breath-hold turbo spin-echo and half-Fourier turbo spin-echo (HASTE) sequences; Estudio de lesiones hepaticas con imagenes de resonancia magnetica potenciadas en T2: evaluacion prospectiva comparando secuencias turbo eco del espin, turbo eco del espin con respiracion sostenida y half-Fourier turbo eco del espin (HASTE)

    Energy Technology Data Exchange (ETDEWEB)

    Martin, J.; Villajos, M.; Oses, M. J.; Veintemillas, M.; Rue, M.; Puig, J.; Sentis, M. [Fundacion Parc Tauli. Sabadell (Spain)

    2000-07-01

    To compare turbo spin-echo (TSE), breath-hold TSE and half-Fourier acquisition single-shot turbo spin-echo (HASTE) sequences quantitatively and qualitatively in T2-weighted images of liver lesions. The authors evaluated prospectively 89 liver lesions in 73 patients using a 1.0-T magnetic resonance system to compare TSE, breath-hold TSE and HASTE sequences. The quantitative parameters were: lesion-to-liver contrast and lesion-to-liver contrast-to-noise ratio. The qualitative analysis was performed by two observers in consensus who examined four parameters: respiratory artifacts, lesion edge definition, intrahepatic vessel definition and image quality. Repeated measures analysis of variance was utilized to compare the quantitative variables and Friedman's nonparametric test for the qualitative parameters. In quantitative terms, the lesion-to-liver contrast was similar in TSE and breath-hold TSE sequences (2.45{+-}1.44 versus 2.60{+-}1.66), both of which were significantly better than the HASTE sequence (1.12{+-}0.72; p<0.001). The lesion-to-liver contrast-to-noise ratio was significantly higher in the TSE sequence (62.60{+-}46.40 versus 40.22{+-}25.35 versus 50.90{+-}32.10 for TSE, breath-hold TSE and HASTE sequences, respectively; p<0.001). In the qualitative comparisons, the HASTE sequence was significantly better than the TSE and breath-hold TSE sequences (p<0.001) in terms of artifacts and definition of lesion edge and intrahepatic vessels. Image quality was also significantly greater in the HASTE sequence (p<0.001). In quantitative terms, the TSE sequence is better than the breath-hold TSE and HASTE sequences, but there are no movement artifacts in the HASTE sequence, which is also significantly superior to TSE and breath-hold TSE sequences in qualitative terms and, thus, can be employed for T2-weighted images in liver studies. (Author) 17 refs.

  17. Validation of Heat Transfer and Film Cooling Capabilities of the 3-D RANS Code TURBO

    Science.gov (United States)

    Shyam, Vikram; Ameri, Ali; Chen, Jen-Ping

    2010-01-01

    The capabilities of the 3-D unsteady RANS code TURBO have been extended to include heat transfer and film cooling applications. The results of simulations performed with the modified code are compared to experiment and to theory, where applicable. Wilcox s k-turbulence model has been implemented to close the RANS equations. Two simulations are conducted: (1) flow over a flat plate and (2) flow over an adiabatic flat plate cooled by one hole inclined at 35 to the free stream. For (1) agreement with theory is found to be excellent for heat transfer, represented by local Nusselt number, and quite good for momentum, as represented by the local skin friction coefficient. This report compares the local skin friction coefficients and Nusselt numbers on a flat plate obtained using Wilcox's k-model with the theory of Blasius. The study looks at laminar and turbulent flows over an adiabatic flat plate and over an isothermal flat plate for two different wall temperatures. It is shown that TURBO is able to accurately predict heat transfer on a flat plate. For (2) TURBO shows good qualitative agreement with film cooling experiments performed on a flat plate with one cooling hole. Quantitatively, film effectiveness is under predicted downstream of the hole.

  18. La lección de Pascal en la articulación entre el sujeto y el lazo social contemporáneo

    Directory of Open Access Journals (Sweden)

    Marie-Jean Sauret

    2015-05-01

    Full Text Available Blaise Pascal es un actor del inventodel capitalismo y su subjetividadlogra vincularse con el imperativode goce del capitalismo naciente.Su relación con el goce hace sospecharuna posición perversa queinventa la perversión generalizada.No obstante, su “escisión” (libertinoy moralista, sus heteronomías,el rechazo de las satisfaccionessexuales, la estabilización por labúsqueda científica, en particularmatemática, hablan en favor dela psicosis. ¿Pero si fuera Asperger(hipótesis de los Lefort? Es comosi en la articulación de la apuesta,Pascal pudiera desarrollar unaenunciación propia sin riesgo. EsteOtro, finalmente, se combina, dela mejor manera posible, con lalógica del discurso capitalista queél perfecciona: primacía del cálculoy de la evaluación, forclusión de lacastración y rechazo de las cosasdel amor.

  19. Thermal efficiency improvement in high output diesel engines a comparison of a Rankine cycle with turbo-compounding

    International Nuclear Information System (INIS)

    Weerasinghe, W.M.S.R.; Stobart, R.K.; Hounsham, S.M.

    2010-01-01

    Thermal management, in particular, heat recovery and utilisation in internal combustion engines result in improved fuel economy, reduced emissions, fast warm up and optimized cylinder head temperatures. turbo-compounding is a heat recovery technique that has been successfully used in medium and large scale engines. Heat recovery to a secondary fluid and expansion is used in large scale engines, such as in power plants in the form of heat recovery steam generators (HRSG) . The present paper presents a thermodynamic analysis of turbo-compounding and heat recovery and utilisation through a fluid power cycle, a technique that is also applicable to medium and small scale engines. In a fluid power cycle, the working fluid is stored in a reservoir and expanded subsequently. The reservoir acts as an energy buffer that improves the overall efficiency, significantly. This paper highlights the relative advantage of exhaust heat secondary power cycles over turbo-compounding with the aid of MATLAB based QSS Toolbox simulation results. Steam has been selected as the working fluid in this work for its superior heat capacity over organic fluids and gases.

  20. Traffic Efficiency Evaluation of Elliptical Roundabout Compared with Modern and Turbo Roundabouts Considering Traffic Signal Control

    Directory of Open Access Journals (Sweden)

    Hadi Hatami

    2017-02-01

    Full Text Available This paper compared the performance of elliptical roundabout with turbo and modern roundabouts. It considers the effects of increasing the central island radius and speed limit on delay and capacity. Three types of roundabouts (modern, turbo and elliptical roundabouts with different numbers of lanes (single lane, two-lane and three-lane were designed. Unsignalized and signalized controls were applied for these roundabouts. The robustness of the designed roundabouts was investigated for saturated and unsaturated flow conditions. Based on the obtained results, increasing the central island radius had both positive and negative effects on delay and capacity. However, a positive effect on these variables was observed in all roundabouts when increasing the speed limit. In unsignalized and signalized control under unsaturated flow conditions, a modern roundabout had lower delay time than an elliptical roundabout. Moreover, in saturated flow, the elliptical roundabout had the best performance in terms of delay. Overall, in comparison with the turbo roundabouts, modern and elliptical roundabouts had the highest capacities in unsignalized and signalized controls. This study can provide useful information for engineers who decide to design a roundabout.

  1. Image processor for high resolution video

    International Nuclear Information System (INIS)

    Pessoa, P.P.; Assis, J.T.; Cardoso, S.B.; Lopes, R.T.

    1989-01-01

    In this paper, we discuss an image presentation and processing system developed in Turbo Pascal 5.0 Language. Our system allows the visualization and processing of images in 16 different colors, taken at a time from a set of 64 possible ones. Digital filters of the mean, mediam Laplacian, gradient and histograms equalization type have been implemented, so as to allow a better image quality. Possible applications of our system are also discussed e.g., satellites, computerized tomography, medicine, microscopes. (author) [pt

  2. Modernization of the turbo in the Laguna Verde Nuclear Power Plant

    International Nuclear Information System (INIS)

    Liebana, B.; Merino, A.; Cobos, A.; Gonzalez, J. J.

    2010-01-01

    The power increase of the Laguna Verde Nuclear Power Plant is a project for the rehabilitation and modernization of the turbo and associated equipment to get an increase of its power and of its service life. The project scope includes the design, the engineering, the equipment supply, the installation, the testing and the commissioning. This paper describes the first phase of the project.

  3. T2-weighted MR imaging of liver lesions: a prospective evaluation comparing turbo spin-echo, breath-hold turbo spin-echo and half-Fourier turbo spin-echo (HASTE) sequences

    International Nuclear Information System (INIS)

    Martin, J.; Villajos, M.; Oses, M. J.; Veintemillas, M.; Rue, M.; Puig, J.; Sentis, M.

    2000-01-01

    To compare turbo spin-echo (TSE), breath-hold TSE and half-Fourier acquisition single-shot turbo spin-echo (HASTE) sequences quantitatively and qualitatively in T2-weighted images of liver lesions. The authors evaluated prospectively 89 liver lesions in 73 patients using a 1.0-T magnetic resonance system to compare TSE, breath-hold TSE and HASTE sequences. The quantitative parameters were: lesion-to-liver contrast and lesion-to-liver contrast-to-noise ratio. The qualitative analysis was performed by two observers in consensus who examined four parameters: respiratory artifacts, lesion edge definition, intrahepatic vessel definition and image quality. Repeated measures analysis of variance was utilized to compare the quantitative variables and Friedman's nonparametric test for the qualitative parameters. In quantitative terms, the lesion-to-liver contrast was similar in TSE and breath-hold TSE sequences (2.45±1.44 versus 2.60±1.66), both of which were significantly better than the HASTE sequence (1.12±0.72; p<0.001). The lesion-to-liver contrast-to-noise ratio was significantly higher in the TSE sequence (62.60±46.40 versus 40.22±25.35 versus 50.90±32.10 for TSE, breath-hold TSE and HASTE sequences, respectively; p<0.001). In the qualitative comparisons, the HASTE sequence was significantly better than the TSE and breath-hold TSE sequences (p<0.001) in terms of artifacts and definition of lesion edge and intrahepatic vessels. Image quality was also significantly greater in the HASTE sequence (p<0.001). In quantitative terms, the TSE sequence is better than the breath-hold TSE and HASTE sequences, but there are no movement artifacts in the HASTE sequence, which is also significantly superior to TSE and breath-hold TSE sequences in qualitative terms and, thus, can be employed for T2-weighted images in liver studies. (Author) 17 refs

  4. LHCb : The LHCb Turbo stream

    CERN Multimedia

    Puig Navarro, Albert

    2015-01-01

    The LHCb experiment will record an unprecedented dataset of beauty and charm hadron decays during Run II of the LHC, set to take place between 2015 and 2018. A key computing challenge is to store and process this data, which limits the maximum output rate of the LHCb trigger. So far, LHCb has written out a few kHz of events containing the full raw sub-detector data, which are passed through a full offline event reconstruction before being considered for physics analysis. Charm physics in particular is limited by trigger output rate constraints. A new streaming strategy includes the possibility to perform the physics analysis with candidates reconstructed in the trigger, thus bypassing the offline reconstruction. In the "turbo stream" the trigger will write out a compact summary of "physics" objects containing all information necessary for analyses, and this will allow an increased output rate and thus higher average efficiencies and smaller selection biases. This idea will be commissioned and developed during...

  5. Estado nutricional de niños palúdicos residentes en El Bagre y Turbo, Antioquia, Colombia, 2004-2005

    Directory of Open Access Journals (Sweden)

    Rosa Magdalena Uscátegui

    2007-12-01

    Resultados. La prevalencia de niños con desnutrición crónica moderada o grave fue de 22,6%; la de desnutrición global moderada o grave de 10,8% y la aguda de 2,3%. Las prevalencias fueron mayores entre varones y residentes en Turbo. Conclusiones. Las prevalencias de desnutrición fueron superiores a las reportadas en la última Encuesta Nacional de Demografía y Salud (2005, y en los residentes en Turbo fueron mayores a las encontradas en el Urabá antioqueño.

  6. A New Turbo-shaft Engine Control Law during Variable Rotor Speed Transient Process

    Science.gov (United States)

    Hua, Wei; Miao, Lizhen; Zhang, Haibo; Huang, Jinquan

    2015-12-01

    A closed-loop control law employing compressor guided vanes is firstly investigated to solve unacceptable fuel flow dynamic change in single fuel control for turbo-shaft engine here, especially for rotorcraft in variable rotor speed process. Based on an Augmented Linear Quadratic Regulator (ALQR) algorithm, a dual-input, single-output robust control scheme is proposed for a turbo-shaft engine, involving not only the closed loop adjustment of fuel flow but also that of compressor guided vanes. Furthermore, compared to single fuel control, some digital simulation cases using this new scheme about variable rotor speed have been implemented on the basis of an integrated system of helicopter and engine model. The results depict that the command tracking performance to the free turbine rotor speed can be asymptotically realized. Moreover, the fuel flow transient process has been significantly improved, and the fuel consumption has been dramatically cut down by more than 2% while keeping the helicopter level fight unchanged.

  7. Pascal software structures achieve definite control of the 24 MFTF sustaining neutral-beam power supplies

    International Nuclear Information System (INIS)

    Anon.

    1982-01-01

    Precise control of large, complex systems is not assured unless there is known to be no unintended interactions in the control system. The software controlling the sustaining neutral-beam power supplies of the Mirror Fusion Test Facility accomplishes this feat. The software structures comprise some 16,000 lines of commented Pascal code, distributed amoung 10 different tasks. Each task may control any of the 24 power supplies. All the tasks are strictly event-driven, and are not subject to any system mode. Since there is no global information in the software, we know that all the power supplies are controlled independently

  8. An Off-Grid Turbo Channel Estimation Algorithm for Millimeter Wave Communications

    Directory of Open Access Journals (Sweden)

    Lingyi Han

    2016-09-01

    Full Text Available The bandwidth shortage has motivated the exploration of the millimeter wave (mmWave frequency spectrum for future communication networks. To compensate for the severe propagation attenuation in the mmWave band, massive antenna arrays can be adopted at both the transmitter and receiver to provide large array gains via directional beamforming. To achieve such array gains, channel estimation (CE with high resolution and low latency is of great importance for mmWave communications. However, classic super-resolution subspace CE methods such as multiple signal classification (MUSIC and estimation of signal parameters via rotation invariant technique (ESPRIT cannot be applied here due to RF chain constraints. In this paper, an enhanced CE algorithm is developed for the off-grid problem when quantizing the angles of mmWave channel in the spatial domain where off-grid problem refers to the scenario that angles do not lie on the quantization grids with high probability, and it results in power leakage and severe reduction of the CE performance. A new model is first proposed to formulate the off-grid problem. The new model divides the continuously-distributed angle into a quantized discrete grid part, referred to as the integral grid angle, and an offset part, termed fractional off-grid angle. Accordingly, an iterative off-grid turbo CE (IOTCE algorithm is proposed to renew and upgrade the CE between the integral grid part and the fractional off-grid part under the Turbo principle. By fully exploiting the sparse structure of mmWave channels, the integral grid part is estimated by a soft-decoding based compressed sensing (CS method called improved turbo compressed channel sensing (ITCCS. It iteratively updates the soft information between the linear minimum mean square error (LMMSE estimator and the sparsity combiner. Monte Carlo simulations are presented to evaluate the performance of the proposed method, and the results show that it enhances the angle

  9. VALVE TURBO-ALTERNATOR AS ADDITIONAL HYBRID CAR DEVICE FOR THE HIGH-VOLTAGE BATTERY CHARGE

    Directory of Open Access Journals (Sweden)

    S. Kolesnikov

    2009-01-01

    Full Text Available The description of the hybrid car, its drive components and method of the solution of the problem with moving period of the car on electric pulling by means of valve turbo-alternator is given in this article.

  10. Deficiencia de glucosa 6-fostato deshidrogenasa en hombres sanos y en pacientes maláricos; Turbo (Antioquia, Colombia Deficiency of glucose-6-phosphate dehydrogenase in healthy men and malaria patients; Turbo (Antioquia, Colombia

    Directory of Open Access Journals (Sweden)

    Jaime Carmona-Fonseca

    2008-06-01

    Full Text Available INTRODUCCIÓN: En América Latina la deficiencia de glucosa 6-fosfato deshidrogenasa (d-G6PD ha sido poco estudiada y en Colombia solo conocemos tres publicaciones antiguas. Urge conocer más la prevalencia de d-G6PD, sobre todo ahora que el tratamiento de la malaria vivax plantea aumentar la dosis diaria o total de primaquina. OBJETIVO: Medir la prevalencia de d-G6PD en poblaciones masculina sana y de enfermos con malaria por Plasmodium vivax, en Turbo (Urabá, departamento de Antioquia, Colombia. METODOLOGÍA: Encuestas de prevalencia, para evaluar la G6PD en dos poblaciones de Turbo (Antioquia: hombres sanos; hombres y mujeres con malaria vivax. Se trabajó con muestras diseñadas con criterios estadístico-epidemiológicos. La actividad enzimática se midió con el método normalizado de Beutler para valorar la G6PD en hemolizados. RESULTADOS: Entre los hombres sanos (n = 508, el intervalo de confianza 95% para el promedio (IC95% estuvo entre 4,15 y 4,51 UI/g hemoglobina y 14,8% presentaron valores por debajo del "límite normal" de INTRODUCTION: Glucose-6-phosphate dehydrogenase (G6PD deficiency in Latin America has not been fully studied and in Colombia only three outdated publications are known. Recent information on the prevalence of G6PD deficiency is required now, because the recommended treatment of vivax malaria requires higher daily or total doses of primaquine. OBJECTIVE: To measure the prevalence of G6PD in a healthy male population and in a Plasmodium vivax infected population in Turbo (Urabá, Antioquia Department, Colombia. METHOD: Prevalence survey to evaluate G6PD in two populations of Turbo (Antioquia: healthy male; male and female with vivax malaria. The work was carried out on population samples selected using statistical and epidemiological criteria. Enzyme activity was measured using Beutler's normalized method to evaluate G6PD after hemolysis. RESULTS: For the healthy male group (n = 508, and with a 95% confidence

  11. 14 CFR 121.643 - Fuel supply: Nonturbine and turbo-propeller-powered airplanes: Supplemental operations.

    Science.gov (United States)

    2010-01-01

    ... operating nontransport category airplanes type certificated after December 31, 1964, to fly for 30 minutes...-powered airplanes: Supplemental operations. 121.643 Section 121.643 Aeronautics and Space FEDERAL AVIATION... Flight Release Rules § 121.643 Fuel supply: Nonturbine and turbo-propeller-powered airplanes...

  12. Optimal control design of turbo spin-echo sequences with applications to parallel-transmit systems

    NARCIS (Netherlands)

    Sbrizzi, Alessandro; Hoogduin, Hans; Hajnal, Joseph V; van den Berg, CAT; Luijten, Peter R; Malik, Shaihan J

    PURPOSE: The design of turbo spin-echo sequences is modeled as a dynamic optimization problem which includes the case of inhomogeneous transmit radiofrequency fields. This problem is efficiently solved by optimal control techniques making it possible to design patient-specific sequences online.

  13. Engineering & Performance of DuoTurbo: Microturbine with Counter-Rotating Runners

    Science.gov (United States)

    Biner, D.; Hasmatuchi, V.; Violante, D.; Richard, S.; Chevailler, S.; Andolfatto, L.; Avellan, F.; Münch, C.

    2016-11-01

    Considering the nuclear phase-out strategy of several European countries and the future tendency to promote renewable energies, the exploitation of small hydropower sites (industrial partners. The modular in-line “plug & play” technology requires low investment, reaching economic feasibility with an available power between 5 kW and 25 kW. One stage of the microturbine consists of two axial counter-rotating runners that form a compact independent unit. Each runner of the turbine holds its own rim generator, the DuoTurbo-configuration involving that each hydraulic runner is integral with each electrical rotor. The possibility of stacking several stages in series enables covering quite a wide range of hydraulic power and, thus, recovering a maximum of energy dissipated in release valves of water supply systems. The present work introduces the global concept of the implemented prototype of the DuoTurbo-microturbine, to target a maximal injected power of 5 kW for a discharge of 9 l/s and a head of 24.5 m per stage. The main features of the hydraulic, the mechanical, the electrical and the electronic design are presented. The hydraulic performance is, then, assessed using CFD simulations for the expected operating range. Finally, the performance measurements of the single-stage prototype installed in the hydraulic test rig of the HES-SO Valais//Wallis are presented.

  14. Trellis and turbo coding iterative and graph-based error control coding

    CERN Document Server

    Schlegel, Christian B

    2015-01-01

    This new edition has been extensively revised to reflect the progress in error control coding over the past few years. Over 60% of the material has been completely reworked, and 30% of the material is original. Convolutional, turbo, and low density parity-check (LDPC) coding and polar codes in a unified framework. Advanced research-related developments such as spatial coupling. A focus on algorithmic and implementation aspects of error control coding.

  15. Turbo Equalization Techniques Toward Robust PDM 16-QAM Optical Fiber Transmission

    DEFF Research Database (Denmark)

    Arlunno, Valeria; Caballero Jambrina, Antonio; Borkowski, Robert

    2014-01-01

    In this paper, we show numerically and experimentally that turbo equalization (TE) is an efficient technique to mitigate performance degradations stemming from optical fiber propagation effects in both optical fiber dispersion managed and unmanaged coherent detection links. The effectiveness....... As TE can be included in the current coherent detection transceiver technologies and complement other equalization techniques, it has prospects for application in next-generation high-capacity and long-reach optical transmission links....

  16. Design and Development of a 200-kW Turbo-Electric Distributed Propulsion Testbed

    Science.gov (United States)

    Papathakis, Kurt V.; Kloesel, Kurt J.; Lin, Yohan; Clarke, Sean; Ediger, Jacob J.; Ginn, Starr

    2016-01-01

    The National Aeronautics and Space Administration (NASA) Armstrong Flight Research Center (AFRC) (Edwards, California) is developing a Hybrid-Electric Integrated Systems Testbed (HEIST) Testbed as part of the HEIST Project, to study power management and transition complexities, modular architectures, and flight control laws for turbo-electric distributed propulsion technologies using representative hardware and piloted simulations. Capabilities are being developed to assess the flight readiness of hybrid electric and distributed electric vehicle architectures. Additionally, NASA will leverage experience gained and assets developed from HEIST to assist in flight-test proposal development, flight-test vehicle design, and evaluation of hybrid electric and distributed electric concept vehicles for flight safety. The HEIST test equipment will include three trailers supporting a distributed electric propulsion wing, a battery system and turbogenerator, dynamometers, and supporting power and communication infrastructure, all connected to the AFRC Core simulation. Plans call for 18 high performance electric motors that will be powered by batteries and the turbogenerator, and commanded by a piloted simulation. Flight control algorithms will be developed on the turbo-electric distributed propulsion system.

  17. Evaluation of myelination and myelination disorders with turbo inversion recovery magnetic resonance imaging

    International Nuclear Information System (INIS)

    Daldrup, H.E.; Schuierer, G.; Link, T.M.; Moeller, H.; Bick, U.; Peters, P.E.; Kurlemann, G.

    1997-01-01

    The aim of our work was to determine the efficacy of turbo inversion recovery spin echo (TIRSE) pulse sequences in differentiating patients with normal and abnormal myelination. Twenty neurological normal children (aged 5 months to 12 years) as well as 65 children presenting clinically with neurologic developmental deficits (aged 2 months to 10 years) were examined using TIRSE, T1-weighted SE, and T2-weighted turbo SE pulse sequences. Contrast-to-noise-ratio (CNR) between myelinated white and gray matter was compared for the different pulse sequences. In addition, two readers analyzed all images qualitatively by consensus. The CNR values were significantly higher on TIRSE images as compared with conventional images (p < 0.05). Forty-two neurologically abnormal patients displayed a normal myelination on all sequences, whereas 23 showed an abnormal myelination. The TIRSE sequence provided a sensitive and specific depiction of an abnormal myelination in all of these patients. The TIRSE sequence provided additional information to conventional pulse sequences in determining myelination disorders in children, especially in children older than 2 years. (orig.)

  18. Recursive generation of Cartesian angular momentum coupling trees for SO(3)

    International Nuclear Information System (INIS)

    Sherborne, B.S.; Stedman, G.E.

    1990-01-01

    Two computer algorithms are evaluated for the reduction of angular momentum coupling trees with vector (j=1) terminals with a Cartesian choice of basis as used in nonlinear optics. Rather than employ advanced tensor algebra, both methods essentially iterate in distinct ways the basic techniques of angular momentum coupling. Turbo Pascal programs implementing these algorithms are presented and compared. The accompanying analysis integrates the Cartesian tensor approach and the diagrammatic approach to the solution of problems in nonlinear optics. The programs generate TeX files for the relevant angular momentum diagrams. (orig.)

  19. An Introduction to Fractals and Chaos

    Science.gov (United States)

    1989-06-01

    figures in this report were created with programs written in Turbo Pascal 4.0 on a Zenith 248 with EGA. They are in the public domain. A figure was...upgraded both his graphics 1975, with the publication of his first and photographic equipment to pro- book in French, translated into English duce, with...spi.ce 1v.rtr!0!ts .... ....,, ,, ..... ,. -, 1 0 0.8 b 0.6 0.4 0.2 0 Figure 3. A parafita i the ield of aaus’ i’arer ;% omnics , thi t. uiac 1, .- ~VO.iil

  20. SYMBOL LEVEL DECODING FOR DUO-BINARY TURBO CODES

    Directory of Open Access Journals (Sweden)

    Yogesh Beeharry

    2017-05-01

    Full Text Available This paper investigates the performance of three different symbol level decoding algorithms for Duo-Binary Turbo codes. Explicit details of the computations involved in the three decoding techniques, and a computational complexity analysis are given. Simulation results with different couple lengths, code-rates, and QPSK modulation reveal that the symbol level decoding with bit-level information outperforms the symbol level decoding by 0.1 dB on average in the error floor region. Moreover, a complexity analysis reveals that symbol level decoding with bit-level information reduces the decoding complexity by 19.6 % in terms of the total number of computations required for each half-iteration as compared to symbol level decoding.

  1. The new 1.6 l turbo spark-ignition engine by GM Powertrain Europe; Der neue 1,6-l-Turbo-Ottomotor von GM Powertrain Europe

    Energy Technology Data Exchange (ETDEWEB)

    Frensch, M.; Heusler, H.; Mohr, J.; Loehnert, T.; Steffens, K. [GM Powertrain Germany GmbH, Ruesselsheim (Germany)

    2006-03-15

    With this new turbo charged 1.6 l engine, GM Powertrain Europe presents another application from the mid-size gasoline engine family, internally called the Family 1 engine, which was first introduced in 2003. This third variant of the Family 1 Generation 3 architecture will be offered for the first time in the spring of 2006. It is combined with the M32 6-speed transmission in an Opel Meriva OPC as its top-of-the-line engine offering. Using an integrated exhaust manifold turbocharger, the engine reaches a maximum performance of 132 kW and a torque of 230 Nm. (orig.)

  2. Pulsed arterial spin labeling using TurboFLASH with suppression of intravascular signal.

    Science.gov (United States)

    Pell, Gaby S; Lewis, David P; Branch, Craig A

    2003-02-01

    Accurate quantification of perfusion with the ADC techniques requires the suppression of the majority of the intravascular signal. This is normally achieved with the use of diffusion gradients. The TurboFLASH sequence with its ultrashort repetition times is not readily amenable to this scheme. This report demonstrates the implementation of a modified TurboFLASH sequence for FAIR imaging. Intravascular suppression is achieved with a modified preparation period that includes a driven equilibrium Fourier transform (DEFT) combination of 90 degrees-180 degrees-90 degrees hard RF pulses subsequent to the inversion delay. These pulses rotate the perfusion-prepared magnetization into the transverse plane where it can experience the suitably placed diffusion gradients before being returned to the longitudinal direction by the second 90 degrees pulse. A value of b = 20-30 s/mm(2) was thereby found to suppress the majority of the intravascular signal. For single-slice perfusion imaging, quantification is only slightly modified. The technique can be readily extended to multislice acquisition if the evolving flow signal after the DEFT preparation is considered. An advantage of the modified preparation scheme is evident in the multislice FAIR images by the preservation of the sign of the magnetization difference. Copyright 2003 Wiley-Liss, Inc.

  3. Influence of Extrinsic Information Scaling Coefficient on Double-Iterative Decoding Algorithm for Space-Time Turbo Codes with Large Number of Antennas

    Directory of Open Access Journals (Sweden)

    TRIFINA, L.

    2011-02-01

    Full Text Available This paper analyzes the extrinsic information scaling coefficient influence on double-iterative decoding algorithm for space-time turbo codes with large number of antennas. The max-log-APP algorithm is used, scaling both the extrinsic information in the turbo decoder and the one used at the input of the interference-canceling block. Scaling coefficients of 0.7 or 0.75 lead to a 0.5 dB coding gain compared to the no-scaling case, for one or more iterations to cancel the spatial interferences.

  4. Contrast-enhanced dynamic MR nephrography using the TurboFLASH navigator-gating technique in children

    International Nuclear Information System (INIS)

    Boss, Andreas; Schaefer, Juergen F.; Claussen, Claus D.; Kueper, Klaus; Schlemmer, Heinz-Peter; Martirosian, Petros; Schick, Fritz; Hacker, Hans-Walter; Darge, Kassa

    2006-01-01

    The purpose of this work was to test the feasibility of an MR examination protocol for the comprehensive assessment of renal morphology, excretion and split renal function using a navigator-gated TurboFLASH sequence. A navigator-gated T1-weighted single-slice TurboFLASH sequence suitable for dynamic MR urography and nephrography was implemented. A protocol was developed allowing for assessment of urinary excretion and split renal function by recording the renal clearance of a gadolinium (Gd) diethylene-triamine-pentacetic-acid (DTPA) bolus. Ten patients aged between 14 months and 14 years (mean age 4.8±4.6 years) were evaluated with the following indications: pelvicalyceal dilatation (n=4), follow-up after pyeloplasty (n=1), duplex systems (n=3), large renal cyst (n=1), and renal insufficiency (n=1). Dynamic MR urography and MR split renal function were compared to MAG3 scintigraphy. Evaluation of morphology, excretion and function required 50-60 minutes examination time, plus 10 minutes for post-processing. The TurboFLASH sequence yielded image acquisition at nearly identical diaphragm positions allowing for accurate region-of-interest evaluation within the renal parenchyma and the urinary passage. Static and dynamic MR urography showed the morphology of the urinary tract and excretion with sufficient diagnostic imaging quality, and the results were in diagnostic compliance with scintigraphy. MRI and scintigraphy yielded similar results for split renal function with a correlation coefficient of R=0.968 determined by linear regression. Our conclusions were that the method is robust, easy to perform on a clinical 1.5 T MRI system, rapid to evaluate and post-process and, therefore, easy to incorporate into clinical routine. Compared to scintigraphy, the higher spatial resolution of the MR examination provides additional important information improving the management of the pediatric patients without the application of radioactive tracers. (orig.)

  5. Study of heat insulated turbo compound engine. Shanetsugata tabo konpaundo engine to tomoni ayumu

    Energy Technology Data Exchange (ETDEWEB)

    Hirai, K [Isuzu Motors Ltd., Tokyo (Japan). Ceramics Research Lab.

    1994-02-01

    For a main purpose of development of the heat insulated turbo compound engine using the ceramics, the Isuzu Ceramics Inst. Co., Ltd. was established by the Isuzu Motors Ltd. in 1988. The main study subjects take up various topics such as a development of the new engine system for actualizing a low fuel consumption and low emission, an improvement of deteriorated combustion caused by the insulation, a development of energy recovery facility for utilizing effectively the exhaust energy from the engines, a development of power electronics technology for controlling the recovery facility, a study and development of ceramics as the insulation material and so forth. The outstanding characteristics of this institute are that a development of the heat insulated turbo compound engine is set as the main study subject, but at the same time that a commercialization of the various derivation technology derived from this study. Even just the main study subjects currently under way are counted up to a number close to 10 items, and consequently the efforts are being continued in each field assigned for solving the subjects. 6 figs.

  6. Modelling of the heat load in the piston of turbo diesel engine - continuation

    Directory of Open Access Journals (Sweden)

    Piotr GUSTOF

    2007-01-01

    Full Text Available In this study the mathematical description of characteristic surfaces of the heat exchange of the piston and temperature distribution of the turbo diesel engine at the beginning phase its work was presented. The computations were performed by means of the two-zone combustion model, the boundary conditions of III kind and the finite elements method (MES by using of COSMOS/M program.

  7. Determination of Permissible Short-Time Emergency Overloading of Turbo-Generators and Synchronous Compensators

    Directory of Open Access Journals (Sweden)

    V. A. Anischenko

    2011-01-01

    Full Text Available The paper shows that failure to take into account variable ratio of short-time emergency overloading of turbo-generators (synchronous compensators that can lead to underestimation of overloading capacity or impermissible insulation over-heating.A method has been developed for determination of permissible duration of short-time emergency over-loading that takes into account changes of over-loading ratio in case of a failure.

  8. Empirical study of classification process for two-stage turbo air classifier in series

    Science.gov (United States)

    Yu, Yuan; Liu, Jiaxiang; Li, Gang

    2013-05-01

    The suitable process parameters for a two-stage turbo air classifier are important for obtaining the ultrafine powder that has a narrow particle-size distribution, however little has been published internationally on the classification process for the two-stage turbo air classifier in series. The influence of the process parameters of a two-stage turbo air classifier in series on classification performance is empirically studied by using aluminum oxide powders as the experimental material. The experimental results show the following: 1) When the rotor cage rotary speed of the first-stage classifier is increased from 2 300 r/min to 2 500 r/min with a constant rotor cage rotary speed of the second-stage classifier, classification precision is increased from 0.64 to 0.67. However, in this case, the final ultrafine powder yield is decreased from 79% to 74%, which means the classification precision and the final ultrafine powder yield can be regulated through adjusting the rotor cage rotary speed of the first-stage classifier. 2) When the rotor cage rotary speed of the second-stage classifier is increased from 2 500 r/min to 3 100 r/min with a constant rotor cage rotary speed of the first-stage classifier, the cut size is decreased from 13.16 μm to 8.76 μm, which means the cut size of the ultrafine powder can be regulated through adjusting the rotor cage rotary speed of the second-stage classifier. 3) When the feeding speed is increased from 35 kg/h to 50 kg/h, the "fish-hook" effect is strengthened, which makes the ultrafine powder yield decrease. 4) To weaken the "fish-hook" effect, the equalization of the two-stage wind speeds or the combination of a high first-stage wind speed with a low second-stage wind speed should be selected. This empirical study provides a criterion of process parameter configurations for a two-stage or multi-stage classifier in series, which offers a theoretical basis for practical production.

  9. La Turbo-Egalisation pour les transmission numériques à grande efficacité spectrale sur les canaux sélectifs en fréquence

    OpenAIRE

    Le Bidan , Raphaël

    2003-01-01

    This thesis deals with the problem of combining equalization with decoding for high data rate bandwidth-efficient transmissions over frequency-selective channels. Specifically, we focus on Turbo-Equalization which establishes an exchange of soft information between the equalizer and the decoder in an iterative manner. We first consider MAP turbo-equalizers which rely on trellis-based equalizers optimum in the sense of minimizing the symbol error probability. We show that these receivers achie...

  10. Development of probabilistic fracture mechanics code PASCAL and user's manual

    Energy Technology Data Exchange (ETDEWEB)

    Shibata, Katsuyuki; Onizawa, Kunio [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment; Li, Yinsheng; Kato, Daisuke [Fuji Research Institute Corporation, Tokyo (Japan)

    2001-03-01

    As a part of the aging and structural integrity research for LWR components, a new PFM (Probabilistic Fracture Mechanics) code PASCAL (PFM Analysis of Structural Components in Aging LWR) has been developed since FY1996. This code evaluates the failure probability of an aged reactor pressure vessel subjected to transient loading such as PTS (Pressurized Thermal Shock). The development of the code has been aimed to improve the accuracy and reliability of analysis by introducing new analysis methodologies and algorithms considering the recent development in the fracture mechanics methodologies and computer performance. The code has some new functions in optimized sampling and cell dividing procedure in stratified Monte Carlo simulation, elastic-plastic fracture criterion of R6 method, extension analysis models in semi-elliptical crack, evaluation of effect of thermal annealing and etc. In addition, an input data generator of temperature and stress distribution time histories was also prepared in the code. Functions and performance of the code have been confirmed based on the verification analyses and some case studies on the influence parameters. The present phase of the development will be completed in FY2000. Thus this report provides the user's manual and theoretical background of the code. (author)

  11. Assessment of diagnosing metastatic bone tumor on T2*-weighted images. Comparison between turbo spin echo (TSE) method and gradient echo (GE) method

    International Nuclear Information System (INIS)

    Hayashi, Takahiko; Sugiyama, Akira; Katayama, Motoyuki

    1996-01-01

    We examined the usefulness of T2 * weighted gradient field echo images for diagnosis for metastatic bone tumors in comparison with T2 weighted turbo spin echo (fast spin echo) images. In T2 * weighted gradient field echo sequence to obtain maximum contrast-to-noise ratio (CNR), we experimentally manipulated flip angle (FA) (5deg-90deg), repetition time (TR) (400, 700 msec), and echo time (TE) (10-50 msec). The best CNR was 16.4 in fast low angle shot (FLASH) (TE: 24 msec, TR: 700 msec, FA: 40deg). Magnetic resonance imaging was carried out in 28 patients with metastatic bone tumors. In addition to conventional T1 weighted spin echo images, T2 weighted turbo spin echo (fast spin echo images) and T2 * weighted gradient field echo images were obtained. T2 * weighted gradient field echo images were superior to T2 weighted turbo spin echo (fast spin echo) images in delineating the tumors, adjacent fat tissues, and bone marrow. (author)

  12. Validation of DIVA: an expert system for the diagnostic of turbo-generator vibrations

    International Nuclear Information System (INIS)

    Chevalier, R.; Ricard, B.; Tiarri, J.P.; Bonnet, J.C.

    1990-01-01

    The project presented in this paper concerns the development of an expert system dealing with the diagnosis of turbo-generator vibrations. DIVA - Diagnosis of Shaft Line Vibrations - is a joint project which is carried out by ALSTHOM, Electricite de France and Laboratoire de Marcoussis, research centre of CGE. This article first presents the organisation of the system and then the goals and results of the tests already achieved [fr

  13. Operational Safety Assessment of Turbo Generators with Wavelet Rényi Entropy from Sensor-Dependent Vibration Signals

    Directory of Open Access Journals (Sweden)

    Xiaoli Zhang

    2015-04-01

    Full Text Available With the rapid development of sensor technology, various professional sensors are installed on modern machinery to monitor operational processes and assure operational safety, which play an important role in industry and society. In this work a new operational safety assessment approach with wavelet Rényi entropy utilizing sensor-dependent vibration signals is proposed. On the basis of a professional sensor and the corresponding system, sensor-dependent vibration signals are acquired and analyzed by a second generation wavelet package, which reflects time-varying operational characteristic of individual machinery. Derived from the sensor-dependent signals’ wavelet energy distribution over the observed signal frequency range, wavelet Rényi entropy is defined to compute the operational uncertainty of a turbo generator, which is then associated with its operational safety degree. The proposed method is applied in a 50 MW turbo generator, whereupon it is proved to be reasonable and effective for operation and maintenance.

  14. Scaling Deep Learning Workloads: NVIDIA DGX-1/Pascal and Intel Knights Landing

    Energy Technology Data Exchange (ETDEWEB)

    Gawande, Nitin A.; Landwehr, Joshua B.; Daily, Jeffrey A.; Tallent, Nathan R.; Vishnu, Abhinav; Kerbyson, Darren J.

    2017-07-03

    Deep Learning (DL) algorithms have become ubiquitous in data analytics. As a result, major computing vendors --- including NVIDIA, Intel, AMD and IBM --- have architectural road-maps influenced by DL workloads. Furthermore, several vendors have recently advertised new computing products as accelerating DL workloads. Unfortunately, it is difficult for data scientists to quantify the potential of these different products. This paper provides a performance and power analysis of important DL workloads on two major parallel architectures: NVIDIA DGX-1 (eight Pascal P100 GPUs interconnected with NVLink) and Intel Knights Landing (KNL) CPUs interconnected with Intel Omni-Path. Our evaluation consists of a cross section of convolutional neural net workloads: CifarNet, CaffeNet, AlexNet and GoogleNet topologies using the Cifar10 and ImageNet datasets. The workloads are vendor optimized for each architecture. GPUs provide the highest overall raw performance. Our analysis indicates that although GPUs provide the highest overall performance, the gap can close for some convolutional networks; and KNL can be competitive when considering performance/watt. Furthermore, NVLink is critical to GPU scaling.

  15. Impact of Turbocharger Non-Adiabatic Operation on Engine Volumetric Efficiency and Turbo Lag

    Directory of Open Access Journals (Sweden)

    S. Shaaban

    2012-01-01

    Full Text Available Turbocharger performance significantly affects the thermodynamic properties of the working fluid at engine boundaries and hence engine performance. Heat transfer takes place under all circumstances during turbocharger operation. This heat transfer affects the power produced by the turbine, the power consumed by the compressor, and the engine volumetric efficiency. Therefore, non-adiabatic turbocharger performance can restrict the engine charging process and hence engine performance. The present research work investigates the effect of turbocharger non-adiabatic performance on the engine charging process and turbo lag. Two passenger car turbochargers are experimentally and theoretically investigated. The effect of turbine casing insulation is also explored. The present investigation shows that thermal energy is transferred to the compressor under all circumstances. At high rotational speeds, thermal energy is first transferred to the compressor and latter from the compressor to the ambient. Therefore, the compressor appears to be “adiabatic” at high rotational speeds despite the complex heat transfer processes inside the compressor. A tangible effect of turbocharger non-adiabatic performance on the charging process is identified at turbocharger part load operation. The turbine power is the most affected operating parameter, followed by the engine volumetric efficiency. Insulating the turbine is recommended for reducing the turbine size and the turbo lag.

  16. Analyses on the Performance and Interaction Between the Impeller and Casing in a Small-Size Turbo-Compressor

    Science.gov (United States)

    Kim, Youn-Jea; Kim, Dong-Won

    The effects of casing shapes on the performance and the interaction between an impeller and a casing in a small-size turbo-compressor are investigated. Numerical analysis is conducted for the turbo-compressor with circular and single volute casings from the inlet to a discharge nozzle. The optimum design for each element is important to develop the small-size turbo-compressor using alternative refrigerant as a working fluid. Typically, the rotating speed of the compressor is in the range of 40000-45000rpm because of the small size of an impeller diameter. A blade of an impeller has backswept two-dimensional shape due to tip clearance and a vane diffuser has wedge type. In order to predict the flow pattern inside the entire impeller, the vaneless diffuser and the casing, calculations with multiple frames of reference method between the rotating and stationery parts of the domain are carried out. For compressible turbulent flow fields, the continuity and time-averaged three-dimensional Navier-Stokes equations are employed. To evaluate the performance of two types of casings, the static pressure recovery and loss coefficients are obtained with various flow rates. Also, static pressure distributions around casings are studied for different casing shapes, which are very important to predict the distribution of radial load. To prove the accuracy of numerical results, measurements of static pressure around the casing and pressure difference between the inlet and the outlet of the compressor are performed for the circular casing. The comparison of experimental and numerical results is conducted, and reasonable agreement is obtained.

  17. Clinical analysis of PASCAL laser and Krypton ion laser treatment of diabetic retinopathy%PASCAL激光与氪离子激光治疗糖尿病视网膜病变观察分析

    Institute of Scientific and Technical Information of China (English)

    董如娇; 陈芳; 李冬育; 赵霞; 董明霞

    2014-01-01

    Objective To evaluate the clinical efficacy difference of PASCAL laser and krypton ion laser treatment of diabetic retinopathy.Methods From June 2010 to June 2012 in The Eye hospital of Tangshan,200 cases (378 eyes) of pre-diabetic proliferative retinopathy and 200 cases (296 eyes) of proliferative diabetic retinopathy were randomly divided into PASCAL laser treatment groups and krypton ion laser treatment group.FFA,vision correction,and comfort questionnaire were re-examined three months after treatment.Results There were similar efficacy on promote avascular area subsided in patients with pre-proliferative diabetic retinopathy both using PASCAL laser and krypton ion laser treatment,the difference was not statistically significant.However,visual impairment was significantly less by PASCAL laser than krypton ion laser treatment (x2 27.562a,P 0.000,P <0.01),patients tolerated PASCAL laser significantly better than krypton ion laser (x21.940Ea,P 0.000,P <0.01),the above differences were statistically significant.The promoting neovascular regression role of PASCAL laser was weaker than krypton ion laser in the treatment of patients with proliferative diabetic retinopathy (x2-7.562a,P 0.000,P <0.01).PASCAL laser on visual impairment was significantly less than krypton ion laser (x2 13.408a,P 0.000,P <0.01),patients tolerated PASCAL laser significantly better than krypton ion laser (x2 1.025Ea,P 0.000,P <0.01),the above differences were statistically significant.Conclusions PASCAL laser compared with krypton ion laser treatment has some advantages in the early proliferative diabetic retinopathy,while the poor results in the treatment of proliferative diabetic retinopathy.%目的 探讨PASCAL激光与氪离子激光治疗糖尿病视网膜病变的临床疗效的差异.方法 对2010年6月至2012年6月在唐山市眼科医院就诊的200例增殖前期糖尿病视网膜病变患者378只眼;另外选取200例增殖期糖尿病视网膜病变患者296

  18. Development of elements of the condition monitoring system of turbo generators of thermal power stations and nuclear power plants

    Science.gov (United States)

    Kumenko, A. I.; Kostyukov, V. N.; Kuz'minykh, N. Yu.; Boichenko, S. N.; Timin, A. V.

    2017-08-01

    The rationale is given for the improvement of the regulatory framework for the use of shaft sensors for the in-service condition monitoring of turbo generators and the development of control systems of shaft surfacing and misalignments of supports. A modern concept and a set of methods are proposed for the condition monitoring of the "shaft line-thrust bearing oil film-turbo generator supports" system elements based on the domestic COMPACS® technology. The system raw data are design, technology, installation, and operating parameters of the turbo generator as well as measured parameters of the absolute vibration of supports and mechanical quantities, relative displacements and relative vibration of the rotor teeth in accordance with GOST R 55263-2012. The precalculated shaft line assembly line in the cold state, the nominal parameters of rotor teeth positions on the dynamic equilibrium curve, the static and dynamic characteristics of the oil film of thrust bearings, and the shaft line stiffness matrix of unit support displacements have been introduced into the system. Using the COMPACS-T system, it is planned to measure positions and oscillations of rotor teeth, to count corresponding static and dynamic characteristics of the oil film, and the static and dynamic loads in the supports in real time. Using the obtained data, the system must determine the misalignments of supports and corrective alignments of rotors of coupling halves, voltages in rotor teeth, welds, and bolts of the coupling halves, and provide automatic conclusion if condition monitoring parameters correspond to standard values. A part of the methodological support for the proposed system is presented, including methods for determining static reactions of supports under load, the method for determining shaft line stiffness matrices, and the method for solving the inverse problem, i.e., the determination of the misalignments of the supports by measurements of rotor teeth relative positions in bearing

  19. Experience with the Pascal® photocoagulator: An analysis of over 1200 laser procedures with regard to parameter refinement

    Directory of Open Access Journals (Sweden)

    Sheth Saumil

    2011-01-01

    Full Text Available Aim: To systematically refine and recommend parameter settings of spot size, power, and treatment duration using the Pascal® photocoagulator, a multi-spot, semi-automated, short-duration laser system. Materials and Methods: A retrospective consecutive series with 752 Caucasian eyes and 1242 laser procedures over two years were grouped into, (1 374 macular focal / grid photocoagulation (FP, (2, 666 panretinal photocoagulation (PRP, and (3 202 barrage photocoagulation (BP. Parameters for power, duration, spot number, and spot size were recorded for every group. Results: Power parameters for all groups showed a non-gaussian distribution; FP group, median 190 mW, range 100 - 950 mW, and PRP group, median 800 mW, range 100 - 2000 mW. On subgroup comparison, for similar spot size, as treatment duration decreased, the power required increased, albeit in a much lesser proportion than that given by energy = power x time. Most frequently used patterns were single spot (89% of cases in FP, 5 Χ 5 box (72% in PRP, and 2 Χ 2 box (78% in BP. Spot diameters as high as ≈ 700 μm on retina were given in the PRP group. Single session PRP was attempted in six eyes with a median spot count of 3500. Conclusion: Overall, due to the small duration of its pulse, the Pascal® photocoagulator tends to use higher powers, although much lower cumulative energies, than those used in a conventional laser. The consequent lesser heat dissipation, especially lateral, can allow one to use relatively larger spot sizes and give more closely spaced burns, without incurring significant side effects.

  20. Strength analysis of an aircraft turbo-compressor engine turbine disc

    Science.gov (United States)

    Klimko, Marek

    2017-09-01

    This article deals with a strength analysis of a gas turbine rotor disc of the concrete type of an aircraft turbo-compressor engine (ATCE). The introductory part is dedicated to a basic description of the given engine, including the main technical parameters entering the calculation. The calculation is carried out by the finite difference method. This method allows to determine the tension of a generally shaped disc, which is affected by centrifugal forces of its weight, external load and heat stress caused by the difference of thermal gradients along the disc radius. The result of calculations are dependencies of the most important parameters, such as the reduced stress, radial stress, or the safety coefficient along the disc radius.

  1. MACROINVERTEBRADOS ASOCIADOS A LAS RAÍCES SUMERGIDAS DEL MANGLE ROJO (Rhizophora mangle EN LAS BAHÍAS TURBO Y EL UNO, GOLFO DE URABÁ (CARIBE COLOMBIANO

    Directory of Open Access Journals (Sweden)

    GARCÍA PADILLA JESÚS MARÍA

    2010-05-01

    Full Text Available Con el fin de establecer el comportamiento de la salinidad y las características de la fauna de macroinvertebrados asociados a las raíces de Rhizophora mangle en las Bahías de Turbo y El Uno, se realizaron cuatro muestreos entre septiembre del 2004 y febrero del 2005, en tres sectores de las Bahías. Los valores de salinidad experimentaron cambios muy importantes en el tiempo y fluctuaron entre 2 y 32 unidades. En total, se cuantificaron 26 especies en Bahía Turbo y 28 en Bahía El Uno. Mientras la diversidad en la Bahía Turbo varió entre 0,77 en septiembre y 2,22 noviembre, en Bahía El Uno, los valores fluctuaron entre 1,14 en noviembre y 1,95 en septiembre. La mayoría de las especies son frecuentes en las raíces de mangle de la región caribe y poseen un carácter eurihalino.

  2. Determination of vitality in myocardial infarction. Comparison of single- and multi-slice MRI techniques with TurboFlash and TrueFISP sequences

    International Nuclear Information System (INIS)

    Huber, A.; Schoenberg, S.O.; Spannagl, B.; Rieber, J.; Klauss, V.; Reiser, M.F.

    2004-01-01

    The aim of the study was to compare the diagnostic accuracy in imaging viability of the myocardium with a multislice inversions recovery 2D single shot TrueFISP sequence and an established inversion recovery TurboFlash sequence. Twelve patients with myocardial infarction were examined at a 1.5 tesla MR system (Sonata, Siemens, Medical Systems) 10 min after application of a single dose multihance (0,1 mmol/kg body weight) with a 2D multislice technique (inversion recovery single shot TrueFISP), that allows to image the entire short axis during one breathhold and a 2D single slice technique (inversion recovery TurboFlash), that requires one breathhold per slice. Signal intensity was determined in normal myocardium, in the infarcted myocardium and in the left ventricle. The contrast/noise ratio of normal and infarcted myocardium was determined. The areas of hyperintense infarction were compared for both sequence techniques. The multislice single shot 2D IR-TrueFisp sequence has a lower contrast/noise ratio than the IR-TurboFlash sequence (mean values 6.9 vs. 12.5) for viable and non viable myocardium. The assessment of the volume of the infarction is possible with excellent correlation of both techniques (r=0.97, p [de

  3. Plan de marketing para el posicionamiento de mercado del Taller Automotriz "Los Turbos".

    OpenAIRE

    Lomas Lomas, Shirley Karina; Riera Cevallos, Jenny Belén

    2015-01-01

    Propuesta de un plan de marketing para mejorar el posicionamiento del taller automotriz “Los Turbos”, a través de la evaluación del comportamiento del cliente y el diseño de estrategias, que permitan al negocio obtener una ventaja competitiva, incrementando la cuota de mercado y las ventas crezcan. Proposal for a marketing plan to improve the positioning of the business "Turbos", through the evaluation of customer behavior and designing strategies that allow the business to obtain a ...

  4. High technology at 'General Turbo', DH 12/13 balance-over speed testing stand

    International Nuclear Information System (INIS)

    Nuta, Florian Nicolae; Vasiliu, Dinu; Mauna, Traian

    2005-01-01

    'General Turbo' activity started in 1970 including building the balancing and over speed stand. DH 12/13 is the latest up-to-date facility of this type, the best one of the five in Europe, and was commissioned in 2004. The facility was especially built to be used for Romanian Nuclear Power Plant rotor testing and also for thermal very big rotors. The paper underlines the main attributes and the components of the facility DH 12/13 based on the Schenck technology. (authors)

  5. Geometry Analysis and Effect of Turbulence Model on the Radial Rotor Turbo-Expander Design for Small Organic Rankine Cycle System

    Directory of Open Access Journals (Sweden)

    Maulana Arifin

    2015-07-01

    Full Text Available Organic Rankine Cycle (ORC is one of the most promising technology for small electric power generations. The geometry analysis and the effect of turbulence model on the radial turbo-expanders design for small ORC power generation systems were discussed in this paper. The rotor blades and performance were calculated using several working fluids such as R134a, R143a, R245fa, n-Pentane, and R123. Subsequently, a numerical study was carried out in the fluid flow area with R134a and R123 as the working fluids. Analyses were performed using Computational Fluid Dynamics (CFD ANSYS Multiphysics on two real gas models, with the k-epsilon and SST (shear stress transport turbulence models. The result shows the distribution of Mach number, pressure, velocity and temperature along the rotor blade of the radial turbo-expanders and estimation of performance at various operating conditions. The operating conditions are as follow: 250,000 grid mesh flow area, real gas model SST at steady state condition, 0.4 kg/s of mass flow rate, 15,000 rpm rotor speed, 5 bar inlet pressure, and 373K inlet temperature. By using those conditions, CFD analysis shows that the turbo-expander able to produce 6.7 kW and 5.5 kW of power when using R134a and R123, respectively.

  6. Improved visualization of collateral ligaments of the ankle: multiplanar reconstructions based on standard 2D turbo spin-echo MR images

    International Nuclear Information System (INIS)

    Duc, Sylvain R.; Mengiardi, Bernard; Pfirrmann, Christian W.A.; Hodler, Juerg; Zanetti, Marco

    2007-01-01

    The purpose of the study was to evaluate the visualization of the collateral ankle ligaments on multiplanar reconstructions (MPR) based on standard 2D turbo spin-echo images. Coronal and axial T2-weighted turbo spin-echo and MPR angled parallel to the course of the ligaments of 15 asymptomatic and 15 symptomatic ankles were separately analyzed by two musculoskeletal radiologists. Image quality was assessed in the asymptomatic ankles qualitatively. In the symptomatic ankles interobserver agreement and reader confidence was determined for each ligament. On MPR the tibionavicular and calcaneofibular ligaments were more commonly demonstrated on a single image than on standard MR images (reader 1: 13 versus 0, P=0.002; reader 2: 14 versus 1, P=0.001 and reader 1: 13 versus 2, P=0.001; reader 2: 14 versus 0, P<0.001). The tibionavicular ligament was considered to be better delineated on MPR by reader 1 (12 versus 3, P=0.031). In the symptomatic ankles, reader confidence was greater with MPR for all ligaments except for the tibiocalcanear ligament (both readers) and the anterior and posterior talofibular ligaments (for reader 2). Interobserver agreement was increased with MPR for the tibionavicular ligament. Multiplanar reconstructions of 2D turbo spin-echo images improve the visualization of the tibionavicular and calcaneofibular ligaments and strengthen diagnostic confidence for these ligaments. (orig.)

  7. A verification plan of rotor dynamics of turbo-machine system supported by AMB for the GTHTR300 (step 1)

    International Nuclear Information System (INIS)

    Takizuka, Takakazu; Takada, Shoji; Kosugiyama, Shinichi; Kunitomi, Kazuhiko; Xing, Yan

    2003-01-01

    A program for research and development on magnetic bearing suspended rotor dynamics was planned for the Gas Turbine High Temperature Reactor (GTHTR300) plant. The magnetic bearing to suspend the turbo-machine rotor of GTHTR300 is unique because the required load capacity is much larger than that of existing one. The turbo-compressor and generator rotors, each of which is suspended by two radial bearings, pass over the first and the second critical speeds to bending mode, respectively. The rotor design fulfilled the standard limit of vibration amplitude of 75 μm at the rated rotational speed by optimising the stiffness of the magnetic bearings. A test apparatus was designed in the program. The test apparatus is composed of 1/3-scale two test rotors simulating turbo-compressor and generator rotors which are connected by a flexible coupling or a rigid coupling. Because the load capacity is almost in proportion to the projected area of the bearing, the load capacity of the magnetic bearing is almost 1/10 of the actual one. The test rotors were designed so that their critical speeds and vibration modes match the actual ones. The test will verify the rotor design and demonstrate the rotor vibration control technology of the magnetic bearing. This paper shows the outline of the test device and the test plan for the magnetic bearing suspended rotor system. The present study is entrusted from the Ministry of Education, Culture, Sports, Science and Technology of Japan. (author)

  8. Two-stage turbo-compressor for heat pumps. Stage 1: Feasibility study; Compresseur radial pour pompe a chaleur bietagee. Phase 1: etude de faisabilite

    Energy Technology Data Exchange (ETDEWEB)

    Shiffmann, J; Molyneaux, A [Ofttech SA, Parc Scientifique de l' EPFL-C, Lausanne (Switzerland); Favrat, D; Marechal, F; Zehnder, M; Godat, J [Swiss Federal Institue of Technology (EPFL), Laboratoire d' energetique industrielle, Lausanne (Switzerland)

    2002-07-01

    This report describes the work performed by Ofttech SA, in collaboration with the Industrial Energy Laboratory (LENI) of the Swiss Federal Institute of Technology (EPFL) in Lausanne, investigating the feasibility of designing an oil-free turbo-compressor for domestic retrofit heat pump applications. The primary objective for a retrofit heat pump is that it produces heating water at 60 {sup o}C (with at least 10 {sup o}C temperature rise) with an external air temperature of -12 {sup o}C and can supply at least 10 kW. This would enable the air-water heat pump to directly replace oil or gas boilers. To enable a heat pump to produce the required hot water with a sufficient Coefficient of Performance (COP) a two-stage compressor is the most sensible technical solution currently available. This report shows how a turbo-compressor consisting of a single rotor with two centrifugal compressor wheels, running at variable speeds up to 240,000 rpm, can provide a unique solution with better predicted performance than existing solutions. This is possible by the use of bearings lubricated with gaseous refrigerant - excluding completely the need for oil in the system with its associated heat transfer, system, environmental and cost disadvantages. These bearings need radial clearances between 5 and 10 micrometers, leading to manufacturing tolerances in the order of magnitude of one micrometer. Various possible refrigerants are discussed with R134a being chosen for this study. Investigations performed by the company Asea Brown Boveri (ABB) are reported showing the possible design of the two small turbo-compressors resulting in wheels of less than 20 mm. The electric motor for this directly driven compressor together with the wheels and gas bearings will result in a complete rotor of less than 100 mm long - making it smaller, lighter and cheaper than existing compressors. The main conclusion is that the overall performance of this novel turbo-compressor when compared with the

  9. Turbo-Satori: a neurofeedback and brain-computer interface toolbox for real-time functional near-infrared spectroscopy.

    Science.gov (United States)

    Lührs, Michael; Goebel, Rainer

    2017-10-01

    Turbo-Satori is a neurofeedback and brain-computer interface (BCI) toolbox for real-time functional near-infrared spectroscopy (fNIRS). It incorporates multiple pipelines from real-time preprocessing and analysis to neurofeedback and BCI applications. The toolbox is designed with a focus in usability, enabling a fast setup and execution of real-time experiments. Turbo-Satori uses an incremental recursive least-squares procedure for real-time general linear model calculation and support vector machine classifiers for advanced BCI applications. It communicates directly with common NIRx fNIRS hardware and was tested extensively ensuring that the calculations can be performed in real time without a significant change in calculation times for all sampling intervals during ongoing experiments of up to 6 h of recording. Enabling immediate access to advanced processing features also allows the use of this toolbox for students and nonexperts in the field of fNIRS data acquisition and processing. Flexible network interfaces allow third party stimulus applications to access the processed data and calculated statistics in real time so that this information can be easily incorporated in neurofeedback or BCI presentations.

  10. Energy and exergy analysis of the turbo-generators and steam turbine for the main feed water pump drive on LNG carrier

    International Nuclear Information System (INIS)

    Mrzljak, Vedran; Poljak, Igor; Mrakovčić, Tomislav

    2017-01-01

    Highlights: • Two low-power steam turbines in the LNG carrier propulsion plant were investigated. • Energy and exergy efficiencies of both steam turbines vary between 46% and 62%. • The ambient temperature has a low impact on exergy efficiency of analyzed turbines. • The maximum efficiencies area of both turbines was investigated. • A method for increasing the turbo-generator efficiencies by 1–3% is presented. - Abstract: Nowadays, marine propulsion systems are mainly based on internal combustion diesel engines. Despite this fact, a number of LNG carriers have steam propulsion plants. In such plants, steam turbines are used not only for ship propulsion, but also for electrical power generation and main feed water pump drive. Marine turbo-generators and steam turbine for the main feed water pump drive were investigated on the analyzed LNG carrier with steam propulsion plant. The measurements of various operating parameters were performed and obtained data were used for energy and exergy analysis. All the measurements and calculations were performed during the ship acceleration. The analysis shows that the energy and exergy efficiencies of both analyzed low-power turbines vary between 46% and 62% what is significantly lower in comparison with the high-power steam turbines. The ambient temperature has a low impact on exergy efficiency of analyzed turbines (change in ambient temperature for 10 °C causes less than 1% change in exergy efficiency). The highest exergy efficiencies were achieved at the lowest observed ambient temperature. Also, the highest efficiencies were achieved at 71.5% of maximum developed turbo-generator power while the highest efficiencies of steam turbine for the main feed water pump drive were achieved at maximum turbine developed power. Replacing the existing steam turbine for the main feed water pump drive with an electric motor would increase the turbo-generator energy and exergy efficiencies for at least 1–3% in all analyzed

  11. Design and Testing of a Combustor for a Turbo-Ramjet Engine for UAV and Missile Applications

    Science.gov (United States)

    2003-03-01

    CA, September 1999. 6. Al- Namani , S . M., Development of Shrouded Turbojet to Form a Turboramjet for Future Missile Applications, Master’s Thesis...Turbo- ramjet Engine for UAV and Missile Applications 6. AUTHOR( S ) Ross H. Piper III 5. FUNDING NUMBERS 7. PERFORMING ORGANIZATION NAME( S ) AND...ADDRESS(ES) Naval Postgraduate School Monterey, CA 93943-5000 8. PERFORMING ORGANIZATION REPORT NUMBER 9. SPONSORING / MONITORING AGENCY NAME( S

  12. Development of probabilistic fracture mechanics code PASCAL and user's manual

    Energy Technology Data Exchange (ETDEWEB)

    Shibata, Katsuyuki; Onizawa, Kunio [Japan Atomic Energy Research Inst., Tokai, Ibaraki (Japan). Tokai Research Establishment; Li, Yinsheng; Kato, Daisuke [Fuji Research Institute Corporation, Tokyo (Japan)

    2001-03-01

    As a part of the aging and structural integrity research for LWR components, a new PFM (Probabilistic Fracture Mechanics) code PASCAL (PFM Analysis of Structural Components in Aging LWR) has been developed since FY1996. This code evaluates the failure probability of an aged reactor pressure vessel subjected to transient loading such as PTS (Pressurized Thermal Shock). The development of the code has been aimed to improve the accuracy and reliability of analysis by introducing new analysis methodologies and algorithms considering the recent development in the fracture mechanics methodologies and computer performance. The code has some new functions in optimized sampling and cell dividing procedure in stratified Monte Carlo simulation, elastic-plastic fracture criterion of R6 method, extension analysis models in semi-elliptical crack, evaluation of effect of thermal annealing and etc. In addition, an input data generator of temperature and stress distribution time histories was also prepared in the code. Functions and performance of the code have been confirmed based on the verification analyses and some case studies on the influence parameters. The present phase of the development will be completed in FY2000. Thus this report provides the user's manual and theoretical background of the code. (author)

  13. Scaling deep learning workloads: NVIDIA DGX-1/Pascal and Intel Knights Landing

    Energy Technology Data Exchange (ETDEWEB)

    Gawande, Nitin A.; Landwehr, Joshua B.; Daily, Jeffrey A.; Tallent, Nathan R.; Vishnu, Abhinav; Kerbyson, Darren J.

    2017-08-24

    Deep Learning (DL) algorithms have become ubiquitous in data analytics. As a result, major computing vendors --- including NVIDIA, Intel, AMD, and IBM --- have architectural road-maps influenced by DL workloads. Furthermore, several vendors have recently advertised new computing products as accelerating large DL workloads. Unfortunately, it is difficult for data scientists to quantify the potential of these different products. This paper provides a performance and power analysis of important DL workloads on two major parallel architectures: NVIDIA DGX-1 (eight Pascal P100 GPUs interconnected with NVLink) and Intel Knights Landing (KNL) CPUs interconnected with Intel Omni-Path or Cray Aries. Our evaluation consists of a cross section of convolutional neural net workloads: CifarNet, AlexNet, GoogLeNet, and ResNet50 topologies using the Cifar10 and ImageNet datasets. The workloads are vendor-optimized for each architecture. Our analysis indicates that although GPUs provide the highest overall performance, the gap can close for some convolutional networks; and the KNL can be competitive in performance/watt. We find that NVLink facilitates scaling efficiency on GPUs. However, its importance is heavily dependent on neural network architecture. Furthermore, for weak-scaling --- sometimes encouraged by restricted GPU memory --- NVLink is less important.

  14. Multiple implementation of a reactor protection code in PHI2, PASCAL, and IFTRAN on the SIEMENS-330 computer

    International Nuclear Information System (INIS)

    Gmeiner, L.; Lemperle, W.; Voges, U.

    1978-01-01

    In safety related computer applications, as in the case of a reactor protection system considered here, mostly multi-computer systems are necessary for reasons of reliability and availability. The hardware structure of the protection system and the software requierements derived from it are explained. In order to study the effects of diversified programming of the three computers the protection codes were implemented in the languages IFTRAN, PASCAL, and PHI2. According to the experience gained diversified programming seems to be a proper means to prevent identical programming errors in all three computers on one hand and to detect ambiguities of the specification on the other. During all of the experiment the errors occurring were recorded in detail and at the moment are being evaluated. (orig./WB) [de

  15. BER performance comparison of optical CDMA systems with/without turbo codes

    Science.gov (United States)

    Kulkarni, Muralidhar; Chauhan, Vijender S.; Dutta, Yashpal; Sinha, Ravindra K.

    2002-08-01

    In this paper, we have analyzed and simulated the BER performance of a turbo coded optical code-division multiple-access (TC-OCDMA) system. A performance comparison has been made between uncoded OCDMA and TC-OCDMA systems employing various OCDMA address codes (optical orthogonal codes (OOCs), Generalized Multiwavelength Prime codes (GMWPC's), and Generalized Multiwavelength Reed Solomon code (GMWRSC's)). The BER performance of TC-OCDMA systems has been analyzed and simulated by varying the code weight of address code employed by the system. From the simulation results, it is observed that lower weight address codes can be employed for TC-OCDMA systems that can have the equivalent BER performance of uncoded systems employing higher weight address codes for a fixed number of active users.

  16. An Iterative Multiuser Detector for Turbo-Coded DS-CDMA Systems

    Directory of Open Access Journals (Sweden)

    Takawira Fambirai

    2005-01-01

    Full Text Available We propose an iterative multiuser detector for turbo-coded synchronous and asynchronous direct-sequence CDMA (DS-CDMA systems. The receiver is derived from the maximum a posteriori (MAP estimation of the single user's transmitted data, conditioned on information about the estimate of the multiple-access interference (MAI and the received signal from the channel. This multiple-access interference is reconstructed by making hard decisions on the users' detected bits at the preceding iteration. The complexity of the proposed receiver increases linearly with the number of users. The proposed detection scheme is compared with a previously developed one. The multiuser detector proposed in this paper has a better performance when the transmitted powers of all active users are equal in the additive white Gaussian noise (AWGN channel. Also, the detector is found to be resilient against the near-far effect.

  17. Mathematical operations in cytogenetic dosimetry: Dosgen

    International Nuclear Information System (INIS)

    Garcia L, O.; Zequera J, T.

    1996-01-01

    Handling of formulas and mathematical procedures for fitting and using of dose-response relationships in cytogenetic dosimetry is often difficulted by the absence of collaborators specialized in mathematics and computation. DOSGEN program contains the main mathematical operations which are used in cytogenetic dosimetry. It is able to run in IBM compatible Pc's by non-specialized personnel.The program possibilities are: Poisson distribution fitting test for the number of aberration per cell, dose assessment for whole body irradiation, dose assessment for partial irradiation and determination of irradiated fraction. The program allows on screen visualization and printing of results. DOSGEN has been developed in turbo pascal and is 33Kb of size. (authors). 4 refs

  18. TURBO: a computer program for two-dimensional incompressible fluid flow analysis using a two-equations turbulence model

    International Nuclear Information System (INIS)

    Botelho, D.A.; Moreira, M.L.

    1991-06-01

    The Reynolds turbulent transport equations for an incompressible fluid are integrated on a bi-dimensional staggered grid, for velocity and pressure, using the SIMPLER method. With the resulting algebraic relations it was developed the TURBO program, which final objectives are the thermal stratification and natural convection analysis of nuclear reactor pools. This program was tested in problems applications with analytic or experimental solutions previously known. (author)

  19. Turbo-Proton Echo Planar Spectroscopic Imaging (t-PEPSI) MR technique in the detection of diffuse axonal damage in brain injury. Comparison with Gradient-Recalled Echo (GRE) sequence.

    Science.gov (United States)

    Giugni, E; Sabatini, U; Hagberg, G E; Formisano, R; Castriota-Scanderbeg, A

    2005-01-01

    Diffuse axonal injury (DAI) is a common type of primary neuronal injury in patients with severe traumatic brain injury, and is frequently accompanied by tissue tear haemorrhage. The T2*-weighted gradient-recalled echo (GRE) sequences are more sensitive than T2-weighted spin-echo images for detection of haemorrhage. This study was undertaken to determine whether turbo-PEPSI, an extremely fast multi-echo-planar-imaging sequence, can be used as an alternative to the GRE sequence for detection of DAI. Nineteen patients (mean age 24,5 year) with severe traumatic brain injury (TBI), occurred at least 3 months earlier, underwent a brain MRI study on a 1.5-Tesla scanner. A qualitative evaluation of the turbo-PEPSI sequences was performed by identifying the optimal echo time and in-plane resolution. The number and size of DAI lesions, as well as the signal intensity contrast ratio (SI CR), were computed for each set of GRE and turbo-PEPSI images, and divided according to their anatomic location into lobar and/or deep brain. There was no significant difference between GRE and turbo-PEPSI sequences in the total number of DAI lesions detected (283 vs 225 lesions, respectively). The GRE sequence identified a greater number of hypointense lesions in the temporal lobe compared to the t-PEPSI sequence (72 vs 35, pPEPSI than for the GRE sequence (pPEPSI sequence can be used as an alternative to the GRE to assess brain DAI in severe TBI patients, especially if uncooperative and medically unstable.

  20. Order of 4 November 1988 on treatment by ionizing radiation of rice flour and its products obtained by turbo-separation

    International Nuclear Information System (INIS)

    1988-01-01

    This Order fixes the conditions for the sale of rice flour and products obtained from its turbo-separation whose microbial decontamination was obtained through exposure to cobalt 60 or cesium 137 gamma-rays or accelerated electron beams with an energy below or equal to 10 Mev. (NEA) [fr

  1. [Care work in the health sector based on the psychodynamics of work and the care perspective: An interview with Pascale Molinier].

    Science.gov (United States)

    Wlosko, Miriam; Ros, Cecilia

    2015-09-01

    This interview with Pascale Molinier was carried out in Buenos Aires in October 2014, in the context of activities organized by the Health and Work Program at the Department of Community Health of the Universidad Nacional de Lanús, Argentina. The interview explores the relationship between work and subjectivation, examining the role of work in the structuring of the psyche, in the dynamics of pleasure and suffering, and in the construction of gender identities. "Feminized" work - that of nurses, caregivers and maids, among others - is examined from a "care" perspective, analyzing its intrinsic invisibility and impossibility of being quantified and measured, which makes it a challenge to management-based logic.

  2. 40 years of Porsche turbo engines. The basis for future innovations; 40 Jahre Porsche Turbomotoren. Basis fuer zukuenftige Innovationen

    Energy Technology Data Exchange (ETDEWEB)

    Neusser, Heinz-Jakob; Kerkau, Martin; Schwarzenthal, Dietmar; Hemmerlein, Norbert [Dr. Ing. h.c. F. Porsche AG, Weissach (Germany)

    2011-07-01

    Porsche has been developing turbocharged gasoline engines for road and race vehicles for more than 40 years. Many significant innovations in turbocharging technology have been realised in the development history of the 911 Turbo in particular. With its downsizing concept, this engine remains synonymous with high performance in combination with incomparable fuel efficiency among high performance cars. The basis for future engine concepts with reduced fuel consumption lies in a combination of turbocharging with a reduction in engine displacement and number of cylinders. All necessary and innovative technologies such as Variable Turbine Geometry (VTG), Direct Fuel Injection (DFI) and the variable valve timing system VarioCam Plus {sup registered} are already realised in Porsche production engines and impressively demonstrate the potential of modern turbo engines. The light TiAl turbine wheel that will be implemented in the Porsche Panamera represents the latest innovation for further improvement in the throttle response. This set of technologies makes it possible to solve the conflict of goals between high performance and low fuel consumption. (orig.)

  3. Ber analysis of iterative turbo encoded miso wireless communication system under implementation of q-ostbc scheme

    OpenAIRE

    Kabir, M. Hasnat; Ullah, Shaikh Enayet; Zaman, Mustari; Rashed, Md. Golam

    2012-01-01

    In this paper, a comprehensive study has been made to evaluate the performance of a MISO wireless communication system. The 4-by-1 spatially multiplexed Turbo encoded system under investigation incorporates Quasi-orthogonal space-time block coding (Q-STBC) and ML signal detection schemes under QPSK, QAM, 16PSK and 16QAM digital modulations. The simulation results elucidate that a significant improvement of system performance is achieved in QAM modulation. The results are also indicative of no...

  4. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (UNIX VERSION)

    Science.gov (United States)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  5. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (MACINTOSH VERSION)

    Science.gov (United States)

    Riley, G.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  6. Advantages of variable-speed operation of hydraulic turbo-engines; Vorteile durch den drehzahlvariablen Betrieb von hydraulischen Stroemungsmaschinen

    Energy Technology Data Exchange (ETDEWEB)

    Harbort, T. [Stuttgart Univ. (Germany). Inst. fuer Stroemungsmechanik und Hydraulische Stroemungsmaschinen

    1997-12-31

    The performance of current hydraulic turbo-engines in the variable speed sector is monitored and judged. The study covers radial and axial engines as well as Pelton turbines. Variable-speed operation of hydraulic turbo-engines can be realized by means of different combinations of electrical rotating machines and frequency converters. The operating range of the frequency converter plays an important role in the optimization of performance and is taken into account. The smoothness of run of reaction turbines and their cavitation performance can be enhanced by speed regulation. But above all, efficiency is more or less substantially enhanced during partial load or in the case of greatly varying heights of drop. The latter holds true also of Pelton turbines. (orig.) [Deutsch] Das Betriebsverhalten der gaengigen hydraulischen Stroemungsmaschinen wird in Hinblick auf den drehzahlvariablen Betrieb erfasst und beurteilt. Die Untersuchung erfolgt fuer Radialmaschinen, Axialmaschinen und Peltonturbinen. Der drehzahlvariable Betrieb hydraulischer Stroemungsmaschinen kann mit verschiedenen Kombinationen von elektrischen Maschinen und Frequenzumrichtern realisiert werden. Der Arbeitsbereich des Frequenzumrichters spielt eine wichtige Rolle fuer die Optimierung des Betriebsverhaltens und wird beruecksichtigt. Bei Ueberdruckturbinen kann man durch Drehzahlregelung eine groessere Laufruhe sowie ein guenstigeres Kavitationsverhalten erreichen. Vor allem aber sind im Teillastbereich oder bei stark schwankenden Fallhoehen mehr oder weniger grosse Wirkungsgradgewinne erzielbar. Das letztere gilt auch fuer Peltonturbinen. (orig.)

  7. Design and Prototyping Flow of Flexible and Efficient NISC-Based Architectures for MIMO Turbo Equalization and Demapping

    Directory of Open Access Journals (Sweden)

    Mostafa Rizk

    2016-08-01

    Full Text Available In the domain of digital wireless communication, flexible design implementations are increasingly explored for different applications in order to cope with diverse system configurations imposed by the emerging wireless communication standards. In fact, shrinking the design time to meet market pressure, on the one hand, and adding the emerging flexibility requirement and, hence, increasing system complexity, on the other hand, require a productive design approach that also ensures final design quality. The no instruction set computer (NISC approach fulfills these design requirements by eliminating the instruction set overhead. The approach offers static scheduling of the datapath, automated register transfer language (RTLsynthesis and allows the designer to have direct control of hardware resources. This paper presents a complete NISC-based design and prototype flow, from architecture specification till FPGA implementation. The proposed design and prototype flow is illustrated through two case studies of flexible implementations, which are dedicated to low-complexity MIMO turbo-equalizer and a universal turbo-demapper. Moreover, the flexibility of the proposed prototypes allows supporting all communication modes defined in the emerging wireless communication standards, such LTE, LTE-Advanced, WiMAX, WiFi and DVB-RCS. For each prototype, its functionality is evaluated, and the resultant performance is verified for all system configurations.

  8. New Turbo Compound Systems in Automotive Industry for Internal Combustion Engine to Recover Energy

    Science.gov (United States)

    Chiriac, R.; Chiru, A.; Condrea, O.

    2017-10-01

    The large amount of heat is scattered in the internal combustion engine through exhaust gas, coolant, convective and radiant heat transfer. Of all these residual heat sources, exhaust gases have the potential to recover using various modern heat recovery techniques. Waste heat recovery from an engine could directly reduce fuel consumption, increase available electrical power and improve overall system efficiency and if it would be used a turbochargers that can also produce energy. This solution is called turbo aggregation and has other ways to develop it in other areas of research like the electrical field. [1-3

  9. Bacterial survival following shock compression in the GigaPascal range

    Science.gov (United States)

    Hazael, Rachael; Fitzmaurice, Brianna C.; Foglia, Fabrizia; Appleby-Thomas, Gareth J.; McMillan, Paul F.

    2017-09-01

    The possibility that life can exist within previously unconsidered habitats is causing us to expand our understanding of potential planetary biospheres. Significant populations of living organisms have been identified at depths extending up to several km below the Earth's surface; whereas laboratory experiments have shown that microbial species can survive following exposure to GigaPascal (GPa) pressures. Understanding the degree to which simple organisms such as microbes survive such extreme pressurization under static compression conditions is being actively investigated. The survival of bacteria under dynamic shock compression is also of interest. Such studies are being partly driven to test the hypothesis of potential transport of biological organisms between planetary systems. Shock compression is also of interest for the potential modification and sterilization of foodstuffs and agricultural products. Here we report the survival of Shewanella oneidensis bacteria exposed to dynamic (shock) compression. The samples examined included: (a) a "wild type" (WT) strain and (b) a "pressure adapted" (PA) population obtained by culturing survivors from static compression experiments to 750 MPa. Following exposure to peak shock pressures of 1.5 and 2.5 GPa the proportion of survivors was established as the number of colony forming units (CFU) present after recovery to ambient conditions. The data were compared with previous results in which the same bacterial samples were exposed to static pressurization to the same pressures, for 15 minutes each. The results indicate that shock compression leads to survival of a significantly greater proportion of both WT and PA organisms. The significantly shorter duration of the pressure pulse during the shock experiments (2-3 μs) likely contributes to the increased survival of the microbial species. One reason for this can involve the crossover from deformable to rigid solid-like mechanical relaxational behavior that occurs for

  10. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (IBM PC VERSION)

    Science.gov (United States)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  11. The Evidence of Imposex in Turbo sp. from Ujungpiring Waters of Jepara

    Science.gov (United States)

    Nuraini, RAT; Hartati, R.; Endrawati, H.; Widianingsih; Rachma, MJ; Mahendrajaya, RT

    2018-02-01

    Imposex is an endocrine disruption syndrome, in which females of marine gastropods develop sexual characteristics of males (penis and/or vas deferens). This syndrome is caused by tributyltin (TBT) or triphenyltin (TPT), toxic organotin compounds found in naval paints used as antifouling system in boats and artificial structures. The main objective of this study was to assess the incidence and severity of imposex in Turbosp.A hundred individus of Turbo sp was collected from Ujung Piring waters of Jepara, and observed for their sex and imposex. The results showed that the ratio male and female was 1.13 : 1, and the frequency of imposex females was 64.58%. The relative penis size were longer in imposex female than in male. The possibility of pollution was clearly shown from high evidence of imposex female.

  12. Evaluation of large girth LDPC codes for PMD compensation by turbo equalization.

    Science.gov (United States)

    Minkov, Lyubomir L; Djordjevic, Ivan B; Xu, Lei; Wang, Ting; Kueppers, Franko

    2008-08-18

    Large-girth quasi-cyclic LDPC codes have been experimentally evaluated for use in PMD compensation by turbo equalization for a 10 Gb/s NRZ optical transmission system, and observing one sample per bit. Net effective coding gain improvement for girth-10, rate 0.906 code of length 11936 over maximum a posteriori probability (MAP) detector for differential group delay of 125 ps is 6.25 dB at BER of 10(-6). Girth-10 LDPC code of rate 0.8 outperforms the girth-10 code of rate 0.906 by 2.75 dB, and provides the net effective coding gain improvement of 9 dB at the same BER. It is experimentally determined that girth-10 LDPC codes of length around 15000 approach channel capacity limit within 1.25 dB.

  13. Improved imaging of cochlear nerve hypoplasia using a 3-Tesla variable flip-angle turbo spin-echo sequence and a 7-cm surface coil.

    Science.gov (United States)

    Giesemann, Anja M; Raab, Peter; Lyutenski, Stefan; Dettmer, Sabine; Bültmann, Eva; Frömke, Cornelia; Lenarz, Thomas; Lanfermann, Heinrich; Goetz, Friedrich

    2014-03-01

    Magnetic resonance imaging of the temporal bone has an important role in decision making with regard to cochlea implantation, especially in children with cochlear nerve deficiency. The purpose of this study was to evaluate the usefulness of the combination of an advanced high-resolution T2-weighted sequence with a surface coil in a 3-Tesla magnetic resonance imaging scanner in cases of suspected cochlear nerve aplasia. Prospective study. Seven patients with cochlear nerve hypoplasia or aplasia were prospectively examined using a high-resolution three-dimensional variable flip-angle turbo spin-echo sequence using a surface coil, and the images were compared with the same sequence in standard resolution using a standard head coil. Three neuroradiologists evaluated the magnetic resonance images independently, rating the visibility of the nerves in diagnosing hypoplasia or aplasia. Eight ears in seven patients with hypoplasia or aplasia of the cochlear nerve were examined. The average age was 2.7 years (range, 9 months-5 years). Seven ears had accompanying malformations. The inter-rater reliability in diagnosing hypoplasia or aplasia was greater using the high-resolution three-dimensional variable flip-angle turbo spin-echo sequence (fixed-marginal kappa: 0.64) than with the same sequence in lower resolution (fixed-marginal kappa: 0.06). Examining cases of suspected cochlear nerve aplasia using the high-resolution three-dimensional variable flip-angle turbo spin-echo sequence in combination with a surface coil shows significant improvement over standard methods. © 2013 The American Laryngological, Rhinological and Otological Society, Inc.

  14. The Effect of Flywheel Unbalance on Gear Noise in the Hydraulic Power Plant Turbo-Generator

    Directory of Open Access Journals (Sweden)

    Tomeh Elias

    2017-01-01

    Full Text Available The Effect of Flywheel Unbalance on Gear Noise in the Hydraulic Power Plant Turbo-Generator. Hydraulic power plants are systems that produce electrical energy with high investment costs. In order to fulfil their goals, investments should create conditions for a safe production of energy in a long lasting and reliable way, and with the required power and quality. These goals are possible to reach by an optional control process linked to a systematic monitoring of the operating machinery state, using the method of vibration diagnostics. Lately, there has been an increase of noise level in the hydraulic power plants.

  15. Performance Comparisons of Improved Regular Repeat Accumulate (RA and Irregular Repeat Accumulate (IRA Turbo Decoding

    Directory of Open Access Journals (Sweden)

    Ahmed Abdulkadhim Hamad

    2017-08-01

    Full Text Available In this paper, different techniques are used to improve the turbo decoding of regular repeat accumulate (RA and irregular repeat accumulate (IRA codes. The adaptive scaling of a-posteriori information produced by Soft-output Viterbi decoder (SOVA is proposed. The encoded pilots are another scheme that applied for short length RA codes. This work also suggests a simple and a fast method to generate a random interleaver having a free 4 cycle Tanner graph. Progressive edge growth algorithm (PEG is also studied and simulated to create the Tanner graphs which have a great girth.

  16. PERCEIVED IMPACT OF THE YOUTH ENTERPRISE DEVELOPMENT FUND ON THE YOUTH TOWARDS THE ESTABLISHMENT OF SMALL SCALE RURAL ENTERPRISES IN TURBO DIVISION, UASIN-GISHU COUNTY, KENYA

    Directory of Open Access Journals (Sweden)

    Jasper E Nyaura

    2017-02-01

    Full Text Available The inception of the Youth Enterprise Development Fund has seen the rise of youth groups in rural areas. This paper is thus aimed at understanding the impact of the fund towards the youth establishment of small scale enterprises in Turbo Division. A descriptive research design was used in this paper. Data was collected using focused group discussion and self-administered questionnaires thus they were administered to the selected youth groups found in selected parts of the Turbo Division. Purposive technique was used in the specific youth of aged bracket 18 year to 35 years. Further, purposive and stratified sampling techniques were used in targeted youth groups. The sample size used was 147 drawn from Turbo Division. The salient findings of the study are that indeed the youth joined the small scale enterprises to obtain benefits through collaborative efforts, to gain and obtain skills and experiences, obtaining start-up capital and finally due to the unemployment. Moreover, impact made by the fund on individual life included; promoting togetherness, promoting income and sustained livelihoods thus improved economic statues, and eventually enhanced skills and experience that led to acquiring of more skills by joining polytechnics. Furthermore the fund had enhanced group development and participation. It is recommended that there should be enhanced youth group sustainability towards proper utilization of the fund.

  17. CLIPS 6.0 - C LANGUAGE INTEGRATED PRODUCTION SYSTEM, VERSION 6.0 (DEC VAX VMS VERSION)

    Science.gov (United States)

    Donnell, B.

    1994-01-01

    CLIPS, the C Language Integrated Production System, is a complete environment for developing expert systems -- programs which are specifically intended to model human expertise or knowledge. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 6.0 provides a cohesive tool for handling a wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming allows knowledge to be represented as heuristics, or "rules-of-thumb" which specify a set of actions to be performed for a given situation. Object-oriented programming allows complex systems to be modeled as modular components (which can be easily reused to model other systems or create new components). The procedural programming capabilities provided by CLIPS 6.0 allow CLIPS to represent knowledge in ways similar to those allowed in languages such as C, Pascal, Ada, and LISP. Using CLIPS 6.0, one can develop expert system software using only rule-based programming, only object-oriented programming, only procedural programming, or combinations of the three. CLIPS provides extensive features to support the rule-based programming paradigm including seven conflict resolution strategies, dynamic rule priorities, and truth maintenance. CLIPS 6.0 supports more complex nesting of conditional elements in the if portion of a rule ("and", "or", and "not" conditional elements can be placed within a "not" conditional element). In addition, there is no longer a limitation on the number of multifield slots that a deftemplate can contain. The CLIPS Object-Oriented Language (COOL) provides object-oriented programming capabilities. Features supported by COOL include classes with multiple inheritance, abstraction, encapsulation, polymorphism, dynamic binding, and message passing with message-handlers. CLIPS 6.0 supports tight integration of the rule-based programming features of CLIPS with

  18. Multiobjective Design of Turbo Injection Mode for Axial Flux Motor in Plastic Injection Molding Machine by Particle Swarm Optimization

    Directory of Open Access Journals (Sweden)

    Jian-Long Kuo

    2015-01-01

    Full Text Available This paper proposes a turbo injection mode (TIM for an axial flux motor to apply onto injection molding machine. Since the injection molding machine requires different speed and force parameters setting when finishing a complete injection process. The interleaved winding structure in the motor provides two different injection levels to provide enough injection forces. Two wye-wye windings are designed to switch two control modes conveniently. Wye-wye configuration is used to switch two force levels for the motor. When only one set of wye-winding is energized, field weakening function is achieved. Both of the torque and speed increase under field weakening operation. To achieve two control objectives for torque and speed of the motor, fuzzy based multiple performance characteristics index (MPCI with particle swarm optimization (PSO is used to find out the multiobjective optimal design solution. Both of the torque and speed are expected to be maximal at the same time. Three control factors are selected as studied factors: winding diameter, winding type, and air-gap. Experimental results show that both of the torque and speed increase under the optimal condition. This will provide enough large torque and speed to perform the turbo injection mode in injection process for the injection molding machine.

  19. Performance of turbo high-pitch dual-source CT for coronary CT angiography: first ex vivo and patient experience

    Energy Technology Data Exchange (ETDEWEB)

    Morsbach, Fabian; Gordic, Sonja; Husarik, Daniela; Frauenfelder, Thomas; Alkadhi, Hatem [University Hospital Zurich, Institute of Diagnostic and Interventional Radiology, Zurich (Switzerland); Desbiolles, Lotus; Leschka, Sebastian [University Hospital Zurich, Institute of Diagnostic and Interventional Radiology, Zurich (Switzerland); Kantonsspital St. Gallen, Divison of Radiology and Nuclear Medicine, St. Gallen (Switzerland); Schmidt, Bernhard; Allmendinger, Thomas [Siemens AG, Healthcare Sector, Forchheim (Germany); Wildermuth, Simon [Kantonsspital St. Gallen, Divison of Radiology and Nuclear Medicine, St. Gallen (Switzerland)

    2014-08-15

    To evaluate image quality, maximal heart rate allowing for diagnostic imaging, and radiation dose of turbo high-pitch dual-source coronary computed tomographic angiography (CCTA). First, a cardiac motion phantom simulating heart rates (HRs) from 60-90 bpm in 5-bpm steps was examined on a third-generation dual-source 192-slice CT (prospective ECG-triggering, pitch 3.2; rotation time, 250 ms). Subjective image quality regarding the presence of motion artefacts was interpreted by two readers on a four-point scale (1, excellent; 4, non-diagnostic). Objective image quality was assessed by calculating distortion vectors. Thereafter, 20 consecutive patients (median, 50 years) undergoing clinically indicated CCTA were included. In the phantom study, image quality was rated diagnostic up to the HR75 bpm, with object distortion being 1 mm or less. Distortion increased above 1 mm at HR of 80-90 bpm. Patients had a mean HR of 66 bpm (47-78 bpm). Coronary segments were of diagnostic image quality for all patients with HR up to 73 bpm. Average effective radiation dose in patients was 0.6 ± 0.3 mSv. Our combined phantom and patient study indicates that CCTA with turbo high-pitch third-generation dual-source 192-slice CT can be performed at HR up to 75 bpm while maintaining diagnostic image quality, being associated with an average radiation dose of 0.6 mSv. (orig.)

  20. Performance of turbo high-pitch dual-source CT for coronary CT angiography: first ex vivo and patient experience

    International Nuclear Information System (INIS)

    Morsbach, Fabian; Gordic, Sonja; Husarik, Daniela; Frauenfelder, Thomas; Alkadhi, Hatem; Desbiolles, Lotus; Leschka, Sebastian; Schmidt, Bernhard; Allmendinger, Thomas; Wildermuth, Simon

    2014-01-01

    To evaluate image quality, maximal heart rate allowing for diagnostic imaging, and radiation dose of turbo high-pitch dual-source coronary computed tomographic angiography (CCTA). First, a cardiac motion phantom simulating heart rates (HRs) from 60-90 bpm in 5-bpm steps was examined on a third-generation dual-source 192-slice CT (prospective ECG-triggering, pitch 3.2; rotation time, 250 ms). Subjective image quality regarding the presence of motion artefacts was interpreted by two readers on a four-point scale (1, excellent; 4, non-diagnostic). Objective image quality was assessed by calculating distortion vectors. Thereafter, 20 consecutive patients (median, 50 years) undergoing clinically indicated CCTA were included. In the phantom study, image quality was rated diagnostic up to the HR75 bpm, with object distortion being 1 mm or less. Distortion increased above 1 mm at HR of 80-90 bpm. Patients had a mean HR of 66 bpm (47-78 bpm). Coronary segments were of diagnostic image quality for all patients with HR up to 73 bpm. Average effective radiation dose in patients was 0.6 ± 0.3 mSv. Our combined phantom and patient study indicates that CCTA with turbo high-pitch third-generation dual-source 192-slice CT can be performed at HR up to 75 bpm while maintaining diagnostic image quality, being associated with an average radiation dose of 0.6 mSv. (orig.)

  1. The influence of the engine load on value and temperature distribution in the valve seats of turbo diesel engine

    Directory of Open Access Journals (Sweden)

    Aleksander HORNIK

    2009-01-01

    Full Text Available In this paper was presented the numerical computations of the influence of engine load on value and temperature distribution of characteristic surfaces of the heat transfer of the valve seats in Turbo diesel engine at the beginning phase of its work. The computations were performed by means of a two-zone combustion model, the boundary of III kind conditions and the finite elements method (FEM by adaptation of the COSMOS/M program.

  2. Modernization of the turbo in the Laguna Verde Nuclear Power Plant; Modernizacion del turbogrupo en la Central Nuclear de Laguna Verde

    Energy Technology Data Exchange (ETDEWEB)

    Liebana, B.; Merino, A.; Cobos, A.; Gonzalez, J. J.

    2010-07-01

    The power increase of the Laguna Verde Nuclear Power Plant is a project for the rehabilitation and modernization of the turbo and associated equipment to get an increase of its power and of its service life. The project scope includes the design, the engineering, the equipment supply, the installation, the testing and the commissioning. This paper describes the first phase of the project.

  3. Automatic regulation of the feedwater turbo-pump capacity for the single-turbine 1000 MW NPP unit

    International Nuclear Information System (INIS)

    Pavlysh, O.N.; Garbuzov, I.P.; Reukov, Yu.N.

    1985-01-01

    A schematic of the flow regulators (FR) of feedwater turbo-pumps (FTP) for the single-turbine 1000 MW NPP unit is presented. The FR operate in response to feedwoter signals from FTP or in response to FTP rotor rotational speed and control automatic speed governars. The FR automatic regulation ensures limitation of FTP rotor maximum rotational speed at a feedwater flow rate excess equal to 3600 T/h. The transients in the automatic regulation system are considered. Production tests of FTP FR confirmed the FR operation reliability and the right choice of the regulator concept and structure

  4. Computer simulation of the heavy-duty turbo-compounded diesel cycle for studies of engine efficiency and performance

    Science.gov (United States)

    Assanis, D. N.; Ekchian, J. A.; Heywood, J. B.; Replogle, K. K.

    1984-01-01

    Reductions in heat loss at appropriate points in the diesel engine which result in substantially increased exhaust enthalpy were shown. The concepts for this increased enthalpy are the turbocharged, turbocompounded diesel engine cycle. A computer simulation of the heavy duty turbocharged turbo-compounded diesel engine system was undertaken. This allows the definition of the tradeoffs which are associated with the introduction of ceramic materials in various parts of the total engine system, and the study of system optimization. The basic assumptions and the mathematical relationships used in the simulation of the model engine are described.

  5. Version pressure feedback mechanisms for speculative versioning caches

    Science.gov (United States)

    Eichenberger, Alexandre E.; Gara, Alan; O& #x27; Brien, Kathryn M.; Ohmacht, Martin; Zhuang, Xiaotong

    2013-03-12

    Mechanisms are provided for controlling version pressure on a speculative versioning cache. Raw version pressure data is collected based on one or more threads accessing cache lines of the speculative versioning cache. One or more statistical measures of version pressure are generated based on the collected raw version pressure data. A determination is made as to whether one or more modifications to an operation of a data processing system are to be performed based on the one or more statistical measures of version pressure, the one or more modifications affecting version pressure exerted on the speculative versioning cache. An operation of the data processing system is modified based on the one or more determined modifications, in response to a determination that one or more modifications to the operation of the data processing system are to be performed, to affect the version pressure exerted on the speculative versioning cache.

  6. A new microcomputer program for processing data in neutron activation analysis

    International Nuclear Information System (INIS)

    Beeley, P.A.; Page, J.A.; Heimlich, M.S.; Queen's Univ., Kingston, ON; Edward, J.B.; Bennett, L.G.I.

    1993-01-01

    A new utility program for processing data in neutron activation analysis (NAA) has been developed for use on MS-DOS microcomputers. Peak areas are read from ASCII data files of gamma-ray spectra which have been processed by a Gaussian peak fitting program, GAMANAL-PC. Elemental concentrations are then calculated by this new program, QUACANAL, via a semi-absolute algorithm that uses pre-determined activation constants. User-defined ASCII library files are employed to specify the elements of interest required for analysis, and (n, p) and (n, α) interferences are taken into account. The program has been written in turbo PASCAL, is menu driven and contains options for processing data from cyclic NAA. An interactive philosophy has been used in designing the program. (author) 12 refs.; 2 figs.; 1 tab

  7. Automatic Thermal Control System with Temperature Difference or Derivation Feedback

    Directory of Open Access Journals (Sweden)

    Darina Matiskova

    2016-02-01

    Full Text Available Automatic thermal control systems seem to be non-linear systems with thermal inertias and time delay. A controller is also non-linear because its information and power signals are limited. The application of methods that are available to on-linear systems together with computer simulation and mathematical modelling creates a possibility to acquire important information about the researched system. This paper provides a new look at the heated system model and also designs the structure of the thermal system with temperature derivation feedback. The designed system was simulated by using a special software in Turbo Pascal. Time responses of this system are compared to responses of a conventional thermal system. The thermal system with temperature derivation feedback provides better transients, better quality of regulation and better dynamical properties.

  8. Dynamic Stability Study of Static Gas Bearing for Small Cryogenic Turbo-Expander

    International Nuclear Information System (INIS)

    Wang Xuemin; Zhuang Ming; Zhang Qiyong; Li Shanshan; Fu Bao

    2011-01-01

    An experimental method is presented to analyze the dynamic stability of the gas bearing for small cryogenic turbo-expanders. The rotation imbalance response and the shape of the rotor orbit were obtained for different speeds up to 110,000 rpm, and the critical speed of the rotor-bearing system was determined by a Bode diagram. An FFT signal analytical method was applied to identify the resonance frequency, and the waterfall plot was presented. During the whole process of speeding up to the designed speed of 110,000 rpm, the rotor-bearing works stably with no whirl instability, which is validated in a waterfall plot. Also, the tested rotor-bearing model was analyzed theoretically. It was proved that the experimental results were highly consistent with those of theoretical calculations. Thus the experimental method proposed here to analyze the dynamic stability of the gas bearing is feasible. (fusion engineering)

  9. High-Speed Turbo-TCM-Coded Orthogonal Frequency-Division Multiplexing Ultra-Wideband Systems

    Directory of Open Access Journals (Sweden)

    Wang Yanxia

    2006-01-01

    Full Text Available One of the UWB proposals in the IEEE P802.15 WPAN project is to use a multiband orthogonal frequency-division multiplexing (OFDM system and punctured convolutional codes for UWB channels supporting a data rate up to 480 Mbps. In this paper, we improve the proposed system using turbo TCM with QAM constellation for higher data rate transmission. We construct a punctured parity-concatenated trellis codes, in which a TCM code is used as the inner code and a simple parity-check code is employed as the outer code. The result shows that the system can offer a much higher spectral efficiency, for example, 1.2 Gbps, which is 2.5 times higher than the proposed system. We identify several essential requirements to achieve the high rate transmission, for example, frequency and time diversity and multilevel error protection. Results are confirmed by density evolution.

  10. Some problems raised by the operation of large nuclear turbo-generator sets. Solutions proposed for the protection of large size generators

    International Nuclear Information System (INIS)

    Chaumienne, J.-P.

    1976-01-01

    The operating requirements of nuclear power stations call for relays with ever increasing performances. This urges the development of new electronic systems while giving high importance to their reliability. So as to provide for easy application and minitoring of the relays, even when the turbo-generator unit is operating, a new cubicle design is considered which offers maximum safety and flexibility in use [fr

  11. A controlled experiment on the impact of software structure on maintainability

    Science.gov (United States)

    Rombach, Dieter H.

    1987-01-01

    The impact of software structure on maintainability aspects including comprehensibility, locality, modifiability, and reusability in a distributed system environment is studied in a controlled maintenance experiment involving six medium-size distributed software systems implemented in LADY (language for distributed systems) and six in an extended version of sequential PASCAL. For all maintenance aspects except reusability, the results were quantitatively given in terms of complexity metrics which could be automated. The results showed LADY to be better suited to the development of maintainable software than the extension of sequential PASCAL. The strong typing combined with high parametrization of units is suggested to improve the reusability of units in LADY.

  12. PRAXIS, High Level Computer Language for System Applications

    International Nuclear Information System (INIS)

    Holloway, F.W.

    1998-01-01

    1 - Description of program or function: PRAXIS is a systems implementation programming language designed especially for control and communications programming. It is a modern, strongly-typed, block-structured language similar to PASCAL but with extensions and features particular to control systems applications. The software consists of three PRAXIS compilers and three associated support utilities - the PRAXIS RMS-11 Interface, a set of procedures, functions, and type declarations which allow PRAXIS programs to interface to the RMS-11 Input/Output system under VAX/VMS and the RSX-11M systems; TEXTIO, character I/O software for terminal and line-printer text operations; and UNPASCAL, a program which translates simple PASCAL programs into PRAXIS. The compilers included are: a VAX/VMS version which generates VAX code, a VAX/VMS version which generates PDP11 codes, and a PDP11/RSX-11M version which generates PDP11 code. NESC Edition B of PRAXIS is designated as Version 7.3 by the contributors. The PDP11 compiler is not supported and has not been changed since February 1982. 2 - Method of solution: The PRAXIS compilers use LALR parsing technique to generate an intermediate machine-independent code. This is then processed using templates for the target computer to generate actual machine instructions

  13. The "Physical feedbacks of Arctic PBL, Sea ice, Cloud and AerosoL (PASCAL)" campaign during the Arctic POLARSTERN expedition PS106 in spring 2017.

    Science.gov (United States)

    Macke, A.

    2017-12-01

    The Polar regions are important components in the global climate system. The widespread surface snow and ice cover strongly impacts the surface energy budget, which is tightly coupled to global atmospheric and oceanic circulations. The coupling of sea ice, clouds and aerosol in the transition zone between Open Ocean and sea ice is the focus of the PASCAL investigations to improve our understanding of the recent dramatic reduction in Arctic sea-ice. A large variety of active/passive remote sensing, in-situ-aerosol observation, and spectral irradiance measurements have been obtained during the German research icebreaker POLARSTERN expedition PS106, and provided detailed information on the atmospheric spatiotemporal structure, aerosol and cloud chemical and microphysical properties as well as the resulting surface radiation budget. Nearly identical measurements at the AWIPEV Base (German - French Research Base) in Ny-Ålesund close to the Open Ocean and collocated airborne activities of the POLAR 5 and POLAR 6 AWI aircraft in the framework of the ACLOUD project have been carried out in parallel. The airborne observations have been supplemented by observations of the boundary layer structure (mean and turbulent quantities) from a tethered balloon reaching up to 1500 m, which was operated at an ice floe station nearby POLARSTERN for two weeks. All observational activities together with intense modelling at various scales are part of the German Collaborative Research Cluster TR 172 "Arctic Amplification" that aims to provide an unprecedented picture of the complex Arctic weather and climate system. The presentation provides an overview of the measurements on-board POLARSTERN and on the ice floe station during PASCAL from May 24 to July 21 2017. We conclude how these and future similar measurements during the one-year ice drift of POLARSTERN in the framework of MOSAiC help to reduce uncertainties in Arctic aerosol-cloud interaction, cloud radiative forcing, and surface

  14. University of Geneva honours LHC project leader Lyn Evans at 450th anniversary ceremony. The honorary degrees, which recognize endeavours in human rights and in fostering dialogue between nations, were also awarded to Mary Robinson, Desmond Tutu, as well as Pascal Lamy .

    CERN Multimedia

    Maximilien Brice

    2009-01-01

    University of Geneva honours LHC project leader Lyn Evans at 450th anniversary ceremony. The honorary degrees, which recognize endeavours in human rights and in fostering dialogue between nations, were also awarded to Mary Robinson, Desmond Tutu, as well as Pascal Lamy .

  15. Prospective Study of Plasmodium vivax Malaria Recurrence after Radical Treatment with a Chloroquine-Primaquine Standard Regimen in Turbo, Colombia

    Science.gov (United States)

    Blair, Silvia; Akinyi Okoth, Sheila; Udhayakumar, Venkatachalam; Marcet, Paula L.; Escalante, Ananias A.; Alexander, Neal; Rojas, Carlos

    2016-01-01

    Plasmodium vivax recurrences help maintain malaria transmission. They are caused by recrudescence, reinfection, or relapse, which are not easily differentiated. A longitudinal observational study took place in Turbo municipality, Colombia. Participants with uncomplicated P. vivax infection received supervised treatment concomitantly with 25 mg/kg chloroquine and 0.25 mg/kg/day primaquine for 14 days. Incidence of recurrence was assessed over 180 days. Samples were genotyped, and origins of recurrences were established. A total of 134 participants were enrolled between February 2012 and July 2013, and 87 were followed for 180 days, during which 29 recurrences were detected. The cumulative incidence of first recurrence was 24.1% (21/87) (95% confidence interval [CI], 14.6 to 33.7%), and 86% (18/21) of these events occurred between days 51 and 110. High genetic diversity of P. vivax strains was found, and 12.5% (16/128) of the infections were polyclonal. Among detected recurrences, 93.1% (27/29) of strains were genotyped as genetically identical to the strain from the previous infection episode, and 65.5% (19/29) of infections were classified as relapses. Our results indicate that there is a high incidence of P. vivax malaria recurrence after treatment in Turbo municipality, Colombia, and that a large majority of these episodes are likely relapses from the previous infection. We attribute this to the primaquine regimen currently used in Colombia, which may be insufficient to eliminate hypnozoites. PMID:27185794

  16. A histogram memory plug-in board for IBM-PC based nuclear pulse height analysis applications

    International Nuclear Information System (INIS)

    Behere, Anita; Ghodgaonkar, M.D.

    1989-01-01

    The histogram memory PC plug-in board has 8K x 24 dual ported memory with access from PC as well as from on board data acquisition logic. The arbitration control logic monitors the memory access requests from both the sources and honours them on first come first served basis. The data acquisition logic takes only 840 ns. to perform Read-Modify-Write memory operation. The data acquisition logic incorporates ADC interface logic for connecting to a NIM ADC which is normally housed in a NIM system along with other required front-end processing modules. Two interval timers are provided on the board. One of them provides Live Time/Clock Time counting and the other generates a 200 ms interrupt which is used for live spectrum display. The board is fully supported with system and data processing software developed in Turbo Pascal. (author)

  17. SECAN: system for the evaluation of the consequences of nuclear accidents

    International Nuclear Information System (INIS)

    Avila, R.; Cardenas, G.; Sanchez, J.L.; Magarino, R.

    1993-01-01

    The SECAN code is an useful mean to evaluate operatively accidents that cause radioactive releases to the atmosphere and its impact on the man and the environment. The calculation of external radiation doses to the whole body because of the cloud and the deposit, as well as the doses in isolated organs by inhalation, superficial and volumetric concentration values, and external doses rate is found among its possibilities. This code also offers criteria to take measures for the protection of the population according to the zone covered and the amount of peoples involved depending on the selected intervention level. The main output ways are presented in tables, graphic and automatized map of the site of Juragua nuclear power plant, where is clearly shown the radiological situation. This code has been elaborated in Turbo Pascal 6.0 for IBM-compatible computers

  18. Computer generation of random deviates

    International Nuclear Information System (INIS)

    Cormack, John

    1991-01-01

    The need for random deviates arises in many scientific applications. In medical physics, Monte Carlo simulations have been used in radiology, radiation therapy and nuclear medicine. Specific instances include the modelling of x-ray scattering processes and the addition of random noise to images or curves in order to assess the effects of various processing procedures. Reliable sources of random deviates with statistical properties indistinguishable from true random deviates are a fundamental necessity for such tasks. This paper provides a review of computer algorithms which can be used to generate uniform random deviates and other distributions of interest to medical physicists, along with a few caveats relating to various problems and pitfalls which can occur. Source code listings for the generators discussed (in FORTRAN, Turbo-PASCAL and Data General ASSEMBLER) are available on request from the authors. 27 refs., 3 tabs., 5 figs

  19. Des tables pascales aux tables astronomiques et retour.

    Directory of Open Access Journals (Sweden)

    Max Lejbowicz

    2006-05-01

    Full Text Available L’article étudie la naissance et le développement du calendrier ecclésiastique chrétien, i. e. le comput, depuis les premiers témoignages de la célébration annuelle de la résurrection de Jésus jusqu’aux traductions des tables astronomiques arabes au xiie siècle. Il privilégie les procédures qui aboutissent à la détermination des dates pascales et à leur mise en forme tabulaire. Les analyses sont conduites à partir d’un double point de vue. L’un est scientifique. Il s’appuie sur les données astronomiques retenues par Ptolémée et sur l’apport de la tradition mathématique grecque au calcul par approximations. Les cycles soli-lunaires sont posés à partir des fractions continues et le cycle soli-hebdomadaire à partir du plus petit commun multiple. Le second point de vue est social : l’unification du comput participe à celle de la chrétienté comprise comme une configuration politico-religieuse. Deux conclusions s’imposent. Quelle que soit l’importance que la civilisation médiévale a attribuée au comput, il reste que : 1 / les Pâques sont porteuses de significations irréductibles aux techniques chronométriques qui inscrivent cette fête dans le déroulement de l’année ; 2 / ces techniques ont toutefois marqué profondément les curiosités intellectuelles des Latins et les ont préparé à accueillir avec ferveur les zīj et la numération de position.The article studies the birth and development of the Christian ecclesiastical calendar, i.e. the computus, from the first witnesses to the yearly celebration of the resurrection of Jesus to the translations of arabic astronomical tables in the 12th century. It focuses on the procedures which resulted in determinig the dates of Easter and their being put into tabular form. These analyses were undertaken from two perspectives. One was scientific, relying on the astronomical data preserved by Ptolemy and on the contribution of the Greek mathematical

  20. An application of the maximal independent set algorithm to course ...

    African Journals Online (AJOL)

    In this paper, we demonstrated one of the many applications of the Maximal Independent Set Algorithm in the area of course allocation. A program was developed in Pascal and used in implementing a modified version of the algorithm to assign teaching courses to available lecturers in any academic environment and it ...

  1. Interactive Controls Analysis (INCA)

    Science.gov (United States)

    Bauer, Frank H.

    1989-01-01

    Version 3.12 of INCA provides user-friendly environment for design and analysis of linear control systems. System configuration and parameters easily adjusted, enabling INCA user to create compensation networks and perform sensitivity analysis in convenient manner. Full complement of graphical routines makes output easy to understand. Written in Pascal and FORTRAN.

  2. Acid-Base Disorders--A Computer Simulation.

    Science.gov (United States)

    Maude, David L.

    1985-01-01

    Describes and lists a program for Apple Pascal Version 1.1 which investigates the behavior of the bicarbonate-carbon dioxide buffer system in acid-base disorders. Designed specifically for the preclinical medical student, the program has proven easy to use and enables students to use blood gas parameters to arrive at diagnoses. (DH)

  3. Écriture et dissidence dans les fictions spéculatives de Pascal Quignard : sur l´exemple de Boutès

    Directory of Open Access Journals (Sweden)

    Patricia Martínez García

    2013-04-01

    Full Text Available In Boutès (2008 Pascal Quignard rescues the figure of this pre-Homeric neglected hero, hidden in one of the best known mythological legends, that of Ja-son and Argona, to which Apollonius of Rhodes only dedicates but a few lines. Contrary to Ulysses and Orpheus, Butes abandons the rowing and lets himself be carried away by the sirens’ chant. In Quignard´s opinion, he dissents from the exemplary model of the heroes that have founded our culture, and dissociates himself from the group that tries to enclose and domesticate the outcast. Based on Quignard´s reading of this myth, we propose an approach to his writing as a token of ethic and aesthetic dissidence, affecting different aspects: dissidence from prevailing models of socialization, dissi-dence from traditional literary forms and conventional genres, dissidence from meta-narratives and their linear vision of history, and finally, dissidence from modern conceptions of time and progress.

  4. A higher level language data acquisition system (III) - the user data acquisition program

    International Nuclear Information System (INIS)

    Finn, J.M.; Gulbranson, R.L.; Huang, T.L.

    1983-01-01

    The nuclear physics group at the University of Illinois has implemented a data acquisition system using modified versions of the Concurrent Pascal and Sequential Pascal languages. The user, a physicist, develops a data acquisition ''operating system'', written in these higher level languages, which is tailored to the planned experiment. The user must include only those system functions which are essential to the task, thus improving efficiency. The user program is constructed from simple modules, mainly consisting of Concurrent Pascal PROCESSes, MONITORs, and CLASSes together with appropriate data type definitions. Entire programs can be put together using ''cut and paste'' techniques. Planned enhancements include the automating of this process. Systems written for the Perkin-Elmer 3220 using this approach can easily exceed 2 kHz data rates for event by event handling; 20 kHz data rates have been achieved by the addition of buffers in the interrupt handling software. These rates have been achieved without the use of special-purpose hardware such as micro-programmed branch drivers. With the addition of such devices even higher data rates should be possible

  5. Population structure and accompanying biota of the snail Turbo (Callopoma funiculosus (Gastropoda: Turbinidae, on Socorro Island, Revillagigedo Archipelago, Mexico

    Directory of Open Access Journals (Sweden)

    Oscar E Holguin Quiñones

    2006-12-01

    Full Text Available The porcelain snail, Turbo funiculosus, is a potential fishery resource that almost has not been studied or used commercially. In March of 1992, we sampled T. funiculosus in Bahía Binners and Bahía Blanca, Socorro Island, Revillagigedo Archipelago, using 25 m² quadrants. We found that total length varies between 3.0 and 85 mm, proportional weight between 3.0 and 228 g, and density between 6.21 and 9.87 ind/m². The largest organisms (over 50 mm contain 30.6 % of soft parts. Porcelain snail populations remain unexploited on Revillagedo Archipelago and could be a potential resource under an adequate management strategy. Rev. Biol. Trop. 54 (4: 1079-1084. Epub 2006 Dec. 15.El caracol porcelana, Turbo funiculosus, es un recurso pesquero potencial que casi no ha sido estudiado ni se ha utilizado comercialmente. En marzo de 1992, se realizó un muestreo de T. funiculosus en Bahía Binners y Bahía Blanca, isla Socorro, archipiélago Revillagigedo, empleando cuadrantes de 25 m2. Se encontraron variaciones en la longitud total entre 3.0 y 85 mm, el peso proporcional entre 3.0 y 228 g, y la densidad entre 6.21 y 9.87 ind/m2. Los organismos de mayor tamaño (más de 50 mm contienen 30.6 % de partes suaves. Las poblaciones del caracol porcelana siguen siendo inexplotadas en el archipiélago Revillagedo y podrían ser un recurso potencial de la industria pesquera bajo un adecuado plan de manejo.

  6. Usefulness of dual echo volumetric isotropic turbo spin echo acquisition (VISTA) in MR imaging of the temporomandibular joint

    International Nuclear Information System (INIS)

    Sugimori, Yuko; Tanaka, Shigeko; Naito, Yukari; Nishimura, Tetsuya; Yamamoto, Akira; Miki, Yukio; Ohfuji, Satoko; Katsumata, Yasutomo

    2013-01-01

    We investigated the ability to detect the articular disk and joint effusion of the temporomandibular joint (TMJ) of a method of dual echo volumetric isotropic turbo spin echo acquisition (DE-VISTA) additional fusion images (AFI). DE-VISTA was performed in the 26 TMJ of 13 volunteers and 26 TMJ of 13 patients. Two-dimensional (2D) dual echo turbo spin echo was performed in the 26 TMJ of 13 volunteers. On a workstation, we added proton density-weighted images (PDWI) and T 2 weighted images (T 2 WI) of the DE-VISTA per voxel to reconstruct DE-VISTA-AFI. Two radiologists reviewed these images visually and quantitatively. Visual evaluation of the articular disk was equivalent between DE-VISTA-AFI and 2D-PDWI. The sliding thin-slab multiplanar reformation (MPR) method of DE-VISTA-AFI could detect all articular disks. The ratio of contrast (CR) of adipose tissue by the articular disk to that of the articular disk itself was significantly higher in DE-VISTA-AFI than DE-VISTA-PDWI (P 2 WI but in only 3 of those joints in 2D-T 2 WI. The CR of joint effusion to adipose tissue on DE-VISTA-AFI did not differ significantly from that on DE-VISTA-PDWI. However, using DE-VISTA-T 2 WI in addition to DE-VISTA-PDWI, we could visually identify joint effusion on DE-VISTA-AFI that could not be identified on DE-VISTA-PDWI alone. DE-VISTA-AFI can depict the articular disk and a small amount of joint effusion by the required plane of MPR using the sliding thin-slab MPR method. (author)

  7. A Low-Complexity UEP Methodology Demonstrated on a Turbo-Encoded Wavelet Image Satellite Downlink

    Directory of Open Access Journals (Sweden)

    Salemi Eric

    2008-01-01

    Full Text Available Realizing high-quality digital image transmission via a satellite link, while optimizing resource distribution and minimizing battery consumption, is a challenging task. This paper describes a methodology to optimize a turbo-encoded wavelet-based satellite downlink progressive image transmission system with unequal error protection (UEP techniques. To achieve that goal, we instantiate a generic UEP methodology onto the system, and demonstrate that the proposed solution has little impact on the average performance, while greatly reducing the run-time complexity. Based on a simple design-time distortion model and a low-complexity run-time algorithm, the provided solution can dynamically tune the system's configuration to any bitrate constraint or channel condition. The resulting system outperforms in terms of peak signal-to-noise ratio (PSNR, a state-of-the-art, fine-tuned equal error protection (EEP solution by as much as 2 dB.

  8. A Low-Complexity UEP Methodology Demonstrated on a Turbo-Encoded Wavelet Image Satellite Downlink

    Directory of Open Access Journals (Sweden)

    Eric Salemi

    2008-01-01

    Full Text Available Realizing high-quality digital image transmission via a satellite link, while optimizing resource distribution and minimizing battery consumption, is a challenging task. This paper describes a methodology to optimize a turbo-encoded wavelet-based satellite downlink progressive image transmission system with unequal error protection (UEP techniques. To achieve that goal, we instantiate a generic UEP methodology onto the system, and demonstrate that the proposed solution has little impact on the average performance, while greatly reducing the run-time complexity. Based on a simple design-time distortion model and a low-complexity run-time algorithm, the provided solution can dynamically tune the system's configuration to any bitrate constraint or channel condition. The resulting system outperforms in terms of peak signal-to-noise ratio (PSNR, a state-of-the-art, fine-tuned equal error protection (EEP solution by as much as 2 dB.

  9. MENINGKATKAN HASIL BELAJAR KIDS ATLETIK LEMPAR TURBO MELALUI MODIFIKASI PERMAINAN BOLA BEREKOR BAGI SISWA KELAS 5 SDN 1 SUKOREJO TAHUN AJARAN 2013/2014

    Directory of Open Access Journals (Sweden)

    Hasan Khoerudin

    2015-03-01

    Full Text Available The purpose of this study was to determine the improvement of learning outcomes athletic kids throwing turbo through modification of the game ball tailed for the Grade 5 Elementary School 1 Sukorejo academic year 2013/2014 . This study uses action research. In the implementation consists of two cycles. The instrument used in this study is the test performance of students, student observation sheet, and a written test. Based on the results, the percentage of mastery learning in the first cycle, psychomotor aspects of 32.4 %, 76.5 % affective aspects, cognitive aspects of 94.2 %, and mastery learning students classically 64.7 % of the total number of students. In the second cycle psychomotor aspects of 76.5 %, 88.2 % affective aspects, cognitive aspects of 97.1 %, and mastery learning students classically 85.3 % of the total number of students. In the present study showed an increase in student learning in classical completeness by 20.6 %, from 64.7 % to the first cycle to 85.3 % in the second cycle. Based on the above results, it was concluded that the modification of the game ball tailed in teaching athletic kids throwing turbo can improve student learning outcomes the Grade 5 Elementary School 1 Sukorejo academic year 2013/2014.

  10. The Habitat of Yellow Mouth Turban Turbo Chrysostomus, Linnaeus, 1758

    Science.gov (United States)

    Soekendarsi, E.

    2018-03-01

    In general, yellow mouth turban snail Turbo chrysostomus L. 1758 was found in intertidal and coral reef area. This animal is active at night (nocturnal) and settles the coral reef-flats area to do its activity as substrate. In doing its activity, yellow mouth turban snail can be found in the depth of 50 cm until 4 m of tidal area. The adult yellow mouth turban snails are found in great number at intertidal area’s border and at coastal area of coral reef-flats. Methodology that was used in this study is visual analysis (descriptive method), and divided into two parameters which were observed, i.e. abiotic and biotic. Abiotic components that were measured are; Oxygen (ppm), pH, Water Temperature (°C), Salinity (ppm), Ammonia (mg/L), Nitrate (mg/L), Nitrite (mg/L), and Calsium Carbonat (mg/L).Whereas, biotic components that were measured are; substrates, seaweeds, other organisms, and epilithon. The observation’s result of yellow mouth turban snail’s environmental condition showed: abiotic condition of the waters consists of oxygen 3-5 ppm, seawater pH 7-8, seawater temperature 23-26°C, and the salinity of 32-33 ppm. The Habitat of yellow mouth turban snail settled the reef-flats area that is overgrown covered by seaweed Sargassum sp. as the place to do its activity.

  11. Development of a program in LABVIEW platform to controlling and monitoring a Sievert-type system for comminution of metallic uranium and its alloys

    International Nuclear Information System (INIS)

    Dutra, Aimore R.R.; Ferraz, Wilmar B.; Ferreira, Ricardo A.N.

    2011-01-01

    A comminution process by hydriding-dehydriding method was developed at CDTN-Centro de Desenvolvimento da Tecnologia Nuclear with the purpose of obtaining plate type nuclear fuel. This fuel requires the use of metallic uranium and its alloys in form of powders. This comminution process was performed based on a Sievert system. Initially this system was controlled and monitored by a computer program developed in Turbo Pascal language. In order to improve the control of the comminution process, a new program was developed in LabVIEW platform. This paper presents a description of this new program and the main aspects of the operation of the system. The more accurate monitoring and controlling of the various stages of the comminution process as well as greater flexibility in the choice of input data, real-time graphics, generation of reports and a reduction of time passivation were achieved. (author)

  12. Development of a program in LABVIEW platform to controlling and monitoring Sievert-type system for comminution of metallic uranium and its alloys

    International Nuclear Information System (INIS)

    Dutra, Aimore R.R.; Ferraz, Wilmar B.; Ferreira, Ricardo A.N.

    2011-01-01

    A comminution process by hydriding-de hydriding method was developed at CDTN-Centro de Desenvolvimento da Tecnologia Nuclear with the purpose of obtaining plate type nuclear fuel. This fuel requires the use of metallic uranium and its alloys in form of powders. This comminution process was performed based on a Sievert system. Initially this system was controlled and monitored by a computer program developed in Turbo Pascal language. In order to improve the control of the comminution process, a new program was developed in LabVIEW platform. This paper presents a description of this new program and the main aspects of the operation of the system. The more accurate monitoring and controlling of the various stages of the comminution process as well as greater flexibility in the choice of input data, real-time graphics, generation of reports and a reduction of time passivation were achieved. (author)

  13. Development of a program in LABVIEW platform to controlling and monitoring a Sievert-type system for comminution of metallic uranium and its alloys

    Energy Technology Data Exchange (ETDEWEB)

    Dutra, Aimore R.R.; Ferraz, Wilmar B.; Ferreira, Ricardo A.N., E-mail: ferrazw@cdtn.b, E-mail: ranf@cdtn.b [Centro de Desenvolvimento da Tecnologia Nuclear (CDTN/CNEN-MG), Belo Horizonte, MG (Brazil)

    2011-07-01

    A comminution process by hydriding-dehydriding method was developed at CDTN-Centro de Desenvolvimento da Tecnologia Nuclear with the purpose of obtaining plate type nuclear fuel. This fuel requires the use of metallic uranium and its alloys in form of powders. This comminution process was performed based on a Sievert system. Initially this system was controlled and monitored by a computer program developed in Turbo Pascal language. In order to improve the control of the comminution process, a new program was developed in LabVIEW platform. This paper presents a description of this new program and the main aspects of the operation of the system. The more accurate monitoring and controlling of the various stages of the comminution process as well as greater flexibility in the choice of input data, real-time graphics, generation of reports and a reduction of time passivation were achieved. (author)

  14. Development of a program in LABVIEW platform to controlling and monitoring Sievert-type system for comminution of metallic uranium and its alloys

    Energy Technology Data Exchange (ETDEWEB)

    Dutra, Aimore R.R.; Ferraz, Wilmar B.; Ferreira, Ricardo A.N., E-mail: ferrazw@cdtn.b, E-mail: ranf@cdtn.b [Centro de Desenvolvimento da Tecnologia Nuclear (CDTN/CNEN-MG), Belo Horizonte, MG (Brazil)

    2011-07-01

    A comminution process by hydriding-de hydriding method was developed at CDTN-Centro de Desenvolvimento da Tecnologia Nuclear with the purpose of obtaining plate type nuclear fuel. This fuel requires the use of metallic uranium and its alloys in form of powders. This comminution process was performed based on a Sievert system. Initially this system was controlled and monitored by a computer program developed in Turbo Pascal language. In order to improve the control of the comminution process, a new program was developed in LabVIEW platform. This paper presents a description of this new program and the main aspects of the operation of the system. The more accurate monitoring and controlling of the various stages of the comminution process as well as greater flexibility in the choice of input data, real-time graphics, generation of reports and a reduction of time passivation were achieved. (author)

  15. Guide to the Revised Ground-Water Flow and Heat Transport Simulator: HYDROTHERM - Version 3

    Science.gov (United States)

    Kipp, Kenneth L.; Hsieh, Paul A.; Charlton, Scott R.

    2008-01-01

    The HYDROTHERM computer program simulates multi-phase ground-water flow and associated thermal energy transport in three dimensions. It can handle high fluid pressures, up to 1 ? 109 pascals (104 atmospheres), and high temperatures, up to 1,200 degrees Celsius. This report documents the release of Version 3, which includes various additions, modifications, and corrections that have been made to the original simulator. Primary changes to the simulator include: (1) the ability to simulate unconfined ground-water flow, (2) a precipitation-recharge boundary condition, (3) a seepage-surface boundary condition at the land surface, (4) the removal of the limitation that a specified-pressure boundary also have a specified temperature, (5) a new iterative solver for the linear equations based on a generalized minimum-residual method, (6) the ability to use time- or depth-dependent functions for permeability, (7) the conversion of the program code to Fortran 90 to employ dynamic allocation of arrays, and (8) the incorporation of a graphical user interface (GUI) for input and output. The graphical user interface has been developed for defining a simulation, running the HYDROTHERM simulator interactively, and displaying the results. The combination of the graphical user interface and the HYDROTHERM simulator forms the HYDROTHERM INTERACTIVE (HTI) program. HTI can be used for two-dimensional simulations only. New features in Version 3 of the HYDROTHERM simulator have been verified using four test problems. Three problems come from the published literature and one problem was simulated by another partially saturated flow and thermal transport simulator. The test problems include: transient partially saturated vertical infiltration, transient one-dimensional horizontal infiltration, two-dimensional steady-state drainage with a seepage surface, and two-dimensional drainage with coupled heat transport. An example application to a hypothetical stratovolcano system with unconfined

  16. A Lagrangian parcel based mixing plane method for calculating water based mixed phase particle flows in turbo-machinery

    Science.gov (United States)

    Bidwell, Colin S.

    2015-05-01

    A method for calculating particle transport through turbo-machinery using the mixing plane analogy was developed and used to analyze the energy efficient engine . This method allows the prediction of temperature and phase change of water based particles along their path and the impingement efficiency and particle impact property data on various components in the engine. This methodology was incorporated into the LEWICE3D V3.5 software. The method was used to predict particle transport in the low pressure compressor of the . The was developed by NASA and GE in the early 1980s as a technology demonstrator and is representative of a modern high bypass turbofan engine. The flow field was calculated using the NASA Glenn ADPAC turbo-machinery flow solver. Computations were performed for a Mach 0.8 cruise condition at 11,887 m assuming a standard warm day for ice particle sizes of 5, 20 and 100 microns and a free stream particle concentration of . The impingement efficiency results showed that as particle size increased average impingement efficiencies and scoop factors increased for the various components. The particle analysis also showed that the amount of mass entering the inner core decreased with increased particle size because the larger particles were less able to negotiate the turn into the inner core due to particle inertia. The particle phase change analysis results showed that the larger particles warmed less as they were transported through the low pressure compressor. Only the smallest 5 micron particles were warmed enough to produce melting with a maximum average melting fraction of 0.18. The results also showed an appreciable amount of particle sublimation and evaporation for the 5 micron particles entering the engine core (22.6 %).

  17. Factores de riesgo sociales y ambientales relacionados con casos de leptospirosis de manejo ambulatorio y hospitalario, Turbo, Colombia

    Directory of Open Access Journals (Sweden)

    Dionisia Yusti

    2013-08-01

    Full Text Available Introducción. La leptospirosis es un problema de salud pública en el Urabá colombiano y poco se sabe sobre las condiciones ambientales y sociales de esta enfermedad en la región. Objetivo. Explorar algunos factores de riesgo relacionados con leptospirosis de manejo hospitalario y ambulatorio, en pacientes del municipio de Turbo durante los años 2010 y 2011. Materiales y métodos. Mediante un estudio descriptivo se exploraron factores relacionados conla exposición a Leptospira spp. (aspectos socio-demográficos, hábitos, condiciones físicas y de saneamiento de la vivienda, hacinamiento, fuentes de agua potable, presencia de roedores sinantrópicos y convivencia con animales en pacientes con leptospirosis que requirieron manejo hospitalario en el municipio de Turbo durante los años 2010 y 2011. Se utilizaron medidas estadísticas estandarizadas para estudios descriptivos. Resultados. Se encontró que el hábito de caminar descalzo en ambientes domésticos representó 4,27 (1,32-13,82 veces el riesgo para presentar leptospirosis de manejo hospitalario (p=0,012. El análisis multivariado exploratorio mostró que la presencia de fauna silvestre en las viviendas puede estar relacionada también con casos de manejo hospitalario. Este hallazgo representó 4,22 (1,13-15,72 veces el riesgo comparado con los casos ambulatorios que manifestaron no tener este tipo deanimales dentro de la vivienda (p=0,032. Conclusión. Este estudio plantea bases para diseñar e implementar intervenciones efectivas, orientadas desde el perfil de riesgos al que se exponen sus habitantes, en un área geográfica queexhibe una epidemiología dinámica de contexto complejo para leptospirosis.   doi: http://dx.doi.org/10.7705/biomedica.v33i0.1457

  18. Preliminary thermodynamic study for an efficient turbo-blower external combustion Rankine cycle

    Science.gov (United States)

    Romero Gómez, Manuel; Romero Gómez, Javier; Ferreiro Garcia, Ramón; Baaliña Insua, Álvaro

    2014-08-01

    This research paper presents a preliminary thermodynamic study of an innovative power plant operating under a Rankine cycle fed by an external combustion system with turbo-blower (TB). The power plant comprises an external combustion system for natural gas, where the combustion gases yield their thermal energy, through a heat exchanger, to a carbon dioxide Rankine cycle operating under supercritical conditions and with quasi-critical condensation. The TB exploits the energy from the pressurised exhaust gases for compressing the combustion air. The study is focused on the comparison of the combustion system's conventional technology with that of the proposed. An energy analysis is carried out and the effect of the flue gas pressure on the efficiency and on the heat transfer in the heat exchanger is studied. The coupling of the TB results in an increase in efficiency and of the convection coefficient of the flue gas with pressure, favouring a reduced volume of the heat exchanger. The proposed innovative system achieves increases in efficiency of around 12 % as well as a decrease in the heat exchanger volume of 3/5 compared with the conventional technology without TB.

  19. On-Board Real-Time Optimization Control for Turbo-Fan Engine Life Extending

    Science.gov (United States)

    Zheng, Qiangang; Zhang, Haibo; Miao, Lizhen; Sun, Fengyong

    2017-11-01

    A real-time optimization control method is proposed to extend turbo-fan engine service life. This real-time optimization control is based on an on-board engine mode, which is devised by a MRR-LSSVR (multi-input multi-output recursive reduced least squares support vector regression method). To solve the optimization problem, a FSQP (feasible sequential quadratic programming) algorithm is utilized. The thermal mechanical fatigue is taken into account during the optimization process. Furthermore, to describe the engine life decaying, a thermal mechanical fatigue model of engine acceleration process is established. The optimization objective function not only contains the sub-item which can get fast response of the engine, but also concludes the sub-item of the total mechanical strain range which has positive relationship to engine fatigue life. Finally, the simulations of the conventional optimization control which just consider engine acceleration performance or the proposed optimization method have been conducted. The simulations demonstrate that the time of the two control methods from idle to 99.5 % of the maximum power are equal. However, the engine life using the proposed optimization method could be surprisingly increased by 36.17 % compared with that using conventional optimization control.

  20. Modeling of turbulent flows in cooling channels of turbo-machineries; Modelisation des ecoulements turbulents dans des canaux de refroidissement de turbomachines

    Energy Technology Data Exchange (ETDEWEB)

    Bidart, A.; Caltagirone, J.P.; Parneix, S. [Laboratoire MASTER-ENSCPB, 33 - Talence (France)

    1997-12-31

    The MASTER laboratory has been involved since several years in the creation and utilization of modeling tools for the prediction of 3-D turbulent flows and heat transfers in turbine blades in order to optimize the cooling systems of turbo-machineries. This paper describes one of the test-cases that has been used for the validation of the `Aquilon` calculation code developed in this aim. Then, the modeling performed with the `Fluent` industrial code in order to evaluate the possible improvements of the Aquilon code, is presented. (J.S.) 5 refs.

  1. Exergy Analysis of a Subcritical Refrigeration Cycle with an Improved Impulse Turbo Expander

    Directory of Open Access Journals (Sweden)

    Zhenying Zhang

    2014-08-01

    Full Text Available The impulse turbo expander (ITE is employed to replace the throttling valve in the vapor compression refrigeration cycle to improve the system performance. An improved ITE and the corresponding cycle are presented. In the new cycle, the ITE not only acts as an expansion device with work extraction, but also serves as an economizer with vapor injection. An increase of 20% in the isentropic efficiency can be attained for the improved ITE compared with the conventional ITE owing to the reduction of the friction losses of the rotor. The performance of the novel cycle is investigated based on energy and exergy analysis. A correlation of the optimum intermediate pressure in terms of ITE efficiency is developed. The improved ITE cycle increases the exergy efficiency by 1.4%–6.1% over the conventional ITE cycle, 4.6%–8.3% over the economizer cycle and 7.2%–21.6% over the base cycle. Furthermore, the improved ITE cycle is also preferred due to its lower exergy loss.

  2. 80 K - Helium circuit with innovative, gas-bearing, oil-free turbo compressor. Conception, realization, commissioning and test of the 80 K refrigeration supply for the superconducting electron source at HZB; 80 K - Helium-Kreis mit innovativem, gasgelagertem, oelfreiem Turbokompressor. Konzeption, Realisierung, Inbetriebnahme und Test der 80 K-Kaelteversorgung fuer die supraleitenden Elektronenquelle am HZB

    Energy Technology Data Exchange (ETDEWEB)

    Gloeckner, Felix [Helmholtz-Zentrum Berlin fuer Materialien und Energie GmbH, Berlin (Germany)

    2017-07-01

    The system presented in this paper supplies the test module for the superconducting electron source (GunLab) at the Helmholtz-Zentrum Berlin (HZB) with 500 W cooling capacity at 80 K.Since direct evaporation of liquid nitrogen in the module is not desirable for safety reasons, the system operates with an intermediate helium circuit. In order to use not only the latent cold of liquid nitrogen, but also the sensitive component, a new concept consisting of a dual heat exchanger and a bath cryostat is used. The coldbox also contains an adjustable bypass with integrated electric heater for test purposes.A new type of warm compressor is used to circulate the helium. The turbo compressor is oil-free, gas-stored and in helium-tight semi-hermetic design. In order to take advantage of these unique properties, Fischer Engineering AG has adapted the turbo compressor for use with helium.The paper concludes with a test of the system and an insight into the current operating experience, as well as a preview of the next, larger version of bERLinPro. [German] Die in diesem Paper vorgestellte Anlage versorgt das Testmodul fuer die supraleitende Elektronenquelle (GunLab) am Helmholtz-Zentrum Berlin (HZB) mit 500 W Kuehlleistung bei 80 K. Da eine Direktverdampfung von Fluessigstickstoff im Modul aus Sicherheitsgruenden nicht erwuenscht ist, arbeitet die Anlage mit einem Heliumzwischenkreis. Um nicht nur die latente Kaelte des fluessigen Stickstoffs, sondern auch den sensiblen Anteil zu nutzen, wird ein neues Konzept, bestehend aus einem Dualwaermeuebertrager und einem Badkryostaten verwendet. Die Coldbox enthaelt fuer Testzwecke darueber hinaus einen regelbaren Bypass mit inte-griertem elektrischem Heizer. Fuer die Umwaelzung des Heliums kommt eine neue Art eines warmen Kompressors zum Einsatz. Der Turbokom-pressor ist oelfrei, gasgelagert und in heliumdichter halb-hermetischer Bauweise ausgefuehrt. Um dessen, in dieser Leistungsklasse einzigartigen Eigenschaften zu nutzen, wurde der

  3. Effect of DMDF on the PM emission from a turbo-charged diesel engine with DDOC and DPOC

    International Nuclear Information System (INIS)

    Geng, Peng; Yao, Chunde; Wang, Quangang; Wei, Lijiang; Liu, Junheng; Pan, Wang; Han, Guopeng

    2015-01-01

    Highlights: • A new technical route on the reductions of smoke emissions and PM was introduced. • Smoke emissions and PM from turbo-charged diesel engine with DMDF were measured. • Interior relation on dry-soot, smoke opacity and PM was analyzed. • Effects of DMDF, DDOC and DPOC on smoke emissions and PM were investigated. • Particle number and mass concentrations and size contribution with DMDF were realized. - Abstract: This study is aimed to investigate the combined application of diesel methanol dual fuel (DMDF) and a simple after-treatment for reducing particulate matter (PM) emissions of a diesel engine. The effects of DMDF, a double diesel oxidation catalyst (DDOC) and a DOC closely coupled with a particulate oxidation catalyst (POC) in series (DPOC) on smoke emissions, particulate mass and number concentrations and size distributions were analyzed. Tests were conducted on a 4-cylinder turbo-charged, inter-cooling, mechanical in-line fuel injection pump diesel engine modified to DMDF combustion mode. Testing results showed that, before the DDOC and the DPOC, the dry-soot and smoke opacity efficiency decreases with the increase of substitution ratio of methanol at high engine load. There is a significant decrease of smoke opacity in DMDF mode after the DDOC, while the DPOC has a significant effect on the reduction in dry-soot emission. There is an average reduction in dry-soot by 25% in pure diesel fuel mode after the DDOC, while in DMDF mode, the average reduction is more than 60%, and the maximum reduction in dry-soot is up to 96%. There is a slightly reduction in PM emissions at low substitution ratio of methanol, while the high substitution ratio of methanol leads to more reduction in PM emissions. After the DDOC and the DPOC, particulate number and mass concentrations, especially nuclear particles, can be significantly reduced when the exhaust gas temperature is enough high

  4. Algorithms and programming tools for image processing on the MPP, part 2

    Science.gov (United States)

    Reeves, Anthony P.

    1986-01-01

    A number of algorithms were developed for image warping and pyramid image filtering. Techniques were investigated for the parallel processing of a large number of independent irregular shaped regions on the MPP. In addition some utilities for dealing with very long vectors and for sorting were developed. Documentation pages for the algorithms which are available for distribution are given. The performance of the MPP for a number of basic data manipulations was determined. From these results it is possible to predict the efficiency of the MPP for a number of algorithms and applications. The Parallel Pascal development system, which is a portable programming environment for the MPP, was improved and better documentation including a tutorial was written. This environment allows programs for the MPP to be developed on any conventional computer system; it consists of a set of system programs and a library of general purpose Parallel Pascal functions. The algorithms were tested on the MPP and a presentation on the development system was made to the MPP users group. The UNIX version of the Parallel Pascal System was distributed to a number of new sites.

  5. [External cephalic version].

    Science.gov (United States)

    Navarro-Santana, B; Duarez-Coronado, M; Plaza-Arranz, J

    2016-08-01

    To analyze the rate of successful external cephalic versions in our center and caesarean sections that would be avoided with the use of external cephalic versions. From January 2012 to March 2016 external cephalic versions carried out at our center, which were a total of 52. We collected data about female age, gestational age at the time of the external cephalic version, maternal body mass index (BMI), fetal variety and situation, fetal weight, parity, location of the placenta, amniotic fluid index (ILA), tocolysis, analgesia, and newborn weight at birth, minor adverse effects (dizziness, hypotension and maternal pain) and major adverse effects (tachycardia, bradycardia, decelerations and emergency cesarean section). 45% of the versions were unsuccessful and 55% were successful. The percentage of successful vaginal delivery in versions was 84% (4% were instrumental) and 15% of caesarean sections. With respect to the variables studied, only significant differences in birth weight were found; suggesting that birth weight it is related to the outcome of external cephalic version. Probably we did not find significant differences due to the number of patients studied. For women with breech presentation, we recommend external cephalic version before the expectant management or performing a cesarean section. The external cephalic version increases the proportion of fetuses in cephalic presentation and also decreases the rate of caesarean sections.

  6. Usefulness of turbo spin-echo MR imaging in meniscal tears of the knee

    International Nuclear Information System (INIS)

    Jeong, Gun Young; Choi, Chang Lak; Chung, Jin Young; Han, Tae Il; Jang, Hong Im; Kim, Ji Min; Han, Hyun Young; Song, Mun Kab; Yang, Chang Kyu

    1998-01-01

    To evaluate the usefulness and diagnostic accuracy of turbo spin-echo(TSE) proton-density and T2-weighted images of meniscal tears of the knee. We retrospectively evaluated the sensitivity, specificity, and accuracy of TSE proton density and T2-weighted images of meniscal tears confirmed arthroscopically or surgically in 47 patients(98 menisci). The routine TSE parameters used in all patients were the dual echo sequence with sagittal proton density and T2-weighed images(4000/16, 90/5/2 [TR/effectiveTE/ETL/NEX]), and fat-suppressed coronal proton density and T2-weighted images. The chi-square test was used for statistical analysis. The sensitivity, specificity, and accuracy of TSE proton density images for the detection of meniscal tears were 93.9%, 93.8%, and 93.9%, respectively, in the medial meniscus, and 92.9%, 91.4%, and 91.8% in the lateral. On T2-weighted images the corresponding figures were 87.9%, 8%, and 89.8%, respectively, in the medial meniscus, and 64.3%, 91.4%, and 83.7% in the lateral. With regard to sensitivity and accuracy, TSE proton density images of meniscal tears were superior to TSE T2-weighted images.=20

  7. CFD Study of Turbo-Ramjet Interactions in Hypersonic Airbreathing Propulsion System

    Science.gov (United States)

    Chang, Ing; Hunter, Louis G.

    1996-01-01

    Advanced airbreathing propulsion systems used in Mach 4-6 mission scenarios, usually involve turbo-ramjet configurations. As the engines transition from turbojet to ramjet, there is an operational envelope where both engines operate simultaneously. In the first phase of our study, an over/under nozzle configuration was analyzed. The two plumes from the turbojet and ramjet interact at the end of a common 2-D cowl, where they both reach an approximate Mach 3.0 condition and then jointly expand to Mach 3.6 at the common nozzle exit plane. For the problem analyzed, the turbojet engine operates at a higher nozzle pressure ratio than the ramjet, causes the turbojet plume overpowers the ramjet plume, deflecting it approximately 12 degrees downward and in turn the turbojet plume is deflected 6 degrees upward. In the process, shocks were formed at the deflections and a shear layer formed at the confluence of the two jets. This particular case was experimentally tested and the data were used to compare with a computational fluid dynamics (CFD) study using the PARC2D code. The CFD results were in good agreement with both static pressure distributions on the cowl separator and on nozzle walls. The thrust coefficients were also in reasonable agreement. In addition, inviscid relationships were developed around the confluence point, where the two exhaust jets meet, and these results compared favorably with the CFD results. In the second phase of our study, a 3-D CFD solution was generated to compare with the 2-D solution. The major difference between the 2-D and 3-D solutions was the interaction of the shock waves, generated by the plume interactions, on the sidewall. When a shock wave interacts with a sidewall and sidewall boundary layer, it is called a glancing shock sidewall interaction. These interactions entrain boundary layer flow down the shockline into a vortical flow pattern. The 3-D plots show the streamlines being entrained down the shockline. The pressure of the flow

  8. Automating software design system DESTA

    Science.gov (United States)

    Lovitsky, Vladimir A.; Pearce, Patricia D.

    1992-01-01

    'DESTA' is the acronym for the Dialogue Evolutionary Synthesizer of Turnkey Algorithms by means of a natural language (Russian or English) functional specification of algorithms or software being developed. DESTA represents the computer-aided and/or automatic artificial intelligence 'forgiving' system which provides users with software tools support for algorithm and/or structured program development. The DESTA system is intended to provide support for the higher levels and earlier stages of engineering design of software in contrast to conventional Computer Aided Design (CAD) systems which provide low level tools for use at a stage when the major planning and structuring decisions have already been taken. DESTA is a knowledge-intensive system. The main features of the knowledge are procedures, functions, modules, operating system commands, batch files, their natural language specifications, and their interlinks. The specific domain for the DESTA system is a high level programming language like Turbo Pascal 6.0. The DESTA system is operational and runs on an IBM PC computer.

  9. Influence of engine speed and the course of the fuel injection characteristics on forming the average combustion temperature in the cylinder of turbo diesel engine

    Directory of Open Access Journals (Sweden)

    Piotr GUSTOF

    2007-01-01

    Full Text Available Average combustion temperatures inside a turbo diesel engine for the same load and the same total doze of fuel for two rotational speeds: 2004 [rpm] and 4250 [rpm] are presented in this paper. The aim of this work is also the evaluation of the influence of the temporary course of the fuel injection characteristics on forming temperature in theengine cylinder space for these temperatures. The calculations were carried out by means of two zone combustion model.

  10. Geochemical modelling. Pt.1, Pt.2

    International Nuclear Information System (INIS)

    Skytte Jensen, B.; Jensen, H.; Pearson, F.J.

    1992-01-01

    This work is carried out under cost-sharing contract with the European Atomic Energy Community in the framework of its fourth research programme on radioactive waste management and radioactive waste storage. This final report is subdivided into two parts. In the first part, JENSEN, a computer code for the computation of chemical equilibria in aqueous systems, describes the structure, function and use of a new geochemical computer program intended for PC's. The program, which is written in Turbo Pascal, version 4, is fundamentally similar to most other geochemical programs, but combines in one program several of the merits these programs have. The intention has been to make an advanced program, which also should be user friendly and fast, and to attain this several new algorithms have been developed and implemented. The program has a built-in database mainly based on the CHEMVAL compilation containing data for 395 soluble species and 149 minerals. The program can find equilibria in the presence of all or some of these soluble species, under conditions or fixed or floating pH and / or Redox potential. The program by itself eliminates a bad guess of a candidate for precipitation. In the present version, the program can identify which minerals and how much of them there will be formed when equilibrium is established. In the second part, LITTLE JOE, an expert system to support geochemical modelling, describes the construction of a minor expert system for use in the evaluation of analytical data for the composition of ground waters from limestone formation. Although the example given is rather limited in scope, the application of the expert system for the evaluation of the analytical data clearly demonstrates the mature expert knowledge imbedded in the system which is contrasted with the uncritical acceptance of analytical or theoretical data. With the overall neglect of ion-exchange and the formation of solid solutions in geochemical calculations, geochemistry is

  11. Global Precipitation Climatology Project (GPCP) - Monthly, Version 2.2 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Version 2.2 of the dataset has been superseded by a newer version. Users should not use version 2.2 except in rare cases (e.g., when reproducing previous studies...

  12. Centrically reordered inversion recovery half-Fourier single-shot turbo spin-echo sequence: improvement of the image quality of oxygen-enhanced MRI

    International Nuclear Information System (INIS)

    Ohno, Yoshiharu; Hatabu, Hiroto; Higashino, Takanori; Kawamitsu, Hideaki; Watanabe, Hirokazu; Takenaka, Daisuke; Cauteren, Marc van; Sugimura, Kazuro

    2004-01-01

    Purpose: The purpose of the study presented here was to determine the improvement in image quality of oxygen-enhanced magnetic resonance (MR) subtraction imaging obtained with a centrically reordered inversion recovery half-Fourier single-shot turbo spin-echo (c-IR-HASTE) sequence compared with that obtained with a conventional sequentially reordered inversion recovery single-shot HASTE (s-IR-HASTE) sequence for pulmonary imaging. Materials and methods: Oxygen-enhanced MR imaging using a 1.5 T whole body scanner was performed on 12 healthy, non-smoking volunteers. Oxygen-enhanced MR images were obtained with the coronal two-dimensional (2D) c-IR-HASTE sequence and 2D s-IR-HASTE sequence combined with respiratory triggering. For a 256x256 matrix, 132 phase-encoding steps were acquired including four steps for phase correction. Inter-echo spacing for each sequence was 4.0 ms. The effective echo time (TE) for c-IR-HASTE was 4.0 ms, and 16 ms for s-IR-HASTE. The inversion time (TI) was 900 ms. To determine the improvement in oxygen-enhanced MR subtraction imaging by c-IR-HASTE, CNRs of subtraction image, overall image quality, and image degradation of the c-IR-HASTE and s-IR-HASTE techniques were statistically compared. Results: CNR, overall image quality, and image degradation of c-IR-HASTE images showed significant improvement compared to those s-IR-HASTE images (P<0.05). Conclusion: Centrically reordered inversion recovery half-Fourier single-shot turbo spin-echo (c-IR-HASTE) sequence enhanced the signal from the lung and improved the image quality of oxygen-enhanced MR subtraction imaging

  13. GAP: yet another image processing system for solar observations.

    Science.gov (United States)

    Keller, C. U.

    GAP is a versatile, interactive image processing system for analyzing solar observations, in particular extended time sequences, and for preparing publication quality figures. It consists of an interpreter that is based on a language with a control flow similar to PASCAL and C. The interpreter may be accessed from a command line editor and from user-supplied functions, procedures, and command scripts. GAP is easily expandable via external FORTRAN programs that are linked to the GAP interface routines. The current version of GAP runs on VAX, DECstation, Sun, and Apollo computers. Versions for MS-DOS and OS/2 are in preparation.

  14. Global Historical Climatology Network (GHCN), Version 1 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  15. Numerical Recipes in C++: The Art of Scientific Computing (2nd edn). Numerical Recipes Example Book (C++) (2nd edn). Numerical Recipes Multi-Language Code CD ROM with LINUX or UNIX Single-Screen License Revised Version

    International Nuclear Information System (INIS)

    Borcherds, P

    2003-01-01

    The two Numerical Recipes books are marvellous. The principal book, The Art of Scientific Computing, contains program listings for almost every conceivable requirement, and it also contains a well written discussion of the algorithms and the numerical methods involved. The Example Book provides a complete driving program, with helpful notes, for nearly all the routines in the principal book. The first edition of Numerical Recipes: The Art of Scientific Computing was published in 1986 in two versions, one with programs in Fortran, the other with programs in Pascal. There were subsequent versions with programs in BASIC and in C. The second, enlarged edition was published in 1992, again in two versions, one with programs in Fortran (NR(F)), the other with programs in C (NR(C)). In 1996 the authors produced Numerical Recipes in Fortran 90: The Art of Parallel Scientific Computing as a supplement, called Volume 2, with the original (Fortran) version referred to as Volume 1. Numerical Recipes in C++ (NR(C++)) is another version of the 1992 edition. The numerical recipes are also available on a CD ROM: if you want to use any of the recipes, I would strongly advise you to buy the CD ROM. The CD ROM contains the programs in all the languages. When the first edition was published I bought it, and have also bought copies of the other editions as they have appeared. Anyone involved in scientific computing ought to have a copy of at least one version of Numerical Recipes, and there also ought to be copies in every library. If you already have NR(F), should you buy the NR(C++) and, if not, which version should you buy? In the preface to Volume 2 of NR(F), the authors say 'C and C++ programmers have not been far from our minds as we have written this volume, and we think that you will find that time spent in absorbing its principal lessons will be amply repaid in the future as C and C++ eventually develop standard parallel extensions'. In the preface and introduction to NR

  16. A TURBO-GENERATOR DESIGN SYNTHESIS BASED ON THE NUMERICAL-FIELD CALCULATIONS AT VARYING THE NUMBER OF STATOR SLOTS

    Directory of Open Access Journals (Sweden)

    V. I. Milykh

    2016-12-01

    Full Text Available Purpose. The work is dedicated to the presentation of the principle of construction and implementation of an automated synthesis system of the turbo-generator (TG electromagnetic system in the case of its modernization. This is done on the example of changing the number of the stator core slots. Methodology. The basis of the synthesis is a TG basic construction. Its structure includes the mathematical and physical-geometrical models, as well as the calculation model for the FEMM software environment, providing the numerical calculations of the magnetic fields and electromagnetic parameters of TG. The mathematical model links the changing and basic dimensions and parameters of the electromagnetic system, provided that the TG power parameters are ensured. The physical-geometrical model is the geometric mapping of the electromagnetic system with the specified physical properties of its elements. This model converts the TG electromagnetic system in a calculation model for the FEMM program. Results. Testing of the created synthesis system is carried out on the example of the 340 MW TG. The geometric, electromagnetic and power parameters of its basic construction and its new variants at the different numbers of the stator slots are compared. The harmonic analysis of the temporal function of the stator winding EMF is also made for the variants being compared. Originality. The mathematical model, relating the new and base parameters of TG at the changing of the number of the stator slots is created. A Lua script, providing the numerical-field calculations of the TG electromagnetic parameters in the FEMM software environment is worked out. Construction of the constructive and calculation models, the numerical-field calculations and delivery of results are performed by a computer automatically, that ensures high efficiency of the TG design process. Practical value. The considered version of the TG modernization on the example of changing the number of the

  17. Resistencia de Plasmodium falciparum a tres fármacos antimaláricos en Turbo (Antioquia, Colombia, 1998

    Directory of Open Access Journals (Sweden)

    Blair Silvia

    2001-01-01

    Full Text Available En 1998, se determinó in vivo e in vitro la frecuencia y el grado de resistencia de Plasmodium falciparum a los tres fármacos antimaláricos (cloroquina, amodiaquina y sulfadoxina/ pirimetamina más utilizados en el municipio de Turbo (zona de Urabá, Antioquia, Colombia en una muestra representativa de la población con malaria. Se realizaron análisis clínicos y parasitológicos durante 14 días según la prueba estándar recomendada por la Organización Mundial de la Salud. In vivo, P. falciparum mostró resistencia a la cloroquina, amodiaquina y sulfadoxina/pirimetamina con una frecuencia de 97, 7 y 13%, respectivamente; in vitro, las cifras correspondientes fueron de 21, 23 y 9%, respectivamente. La concordancia entre los resultados in vivo e in vitro fue de 23% para la cloroquina.

  18. Real-Time Observation of Platinum Redispersion on Ceria-Based Oxide by In-situ Turbo-XAS in Fluorescence Mode

    International Nuclear Information System (INIS)

    Nagai, Yasutaka; Dohmae, Kazuhiko; Tanabe, Toshitaka; Shinjoh, Hirofumi; Takagi, Nobuyuki; Ikeda, Yasuo; Guilera, Gemma; Pascarelli, Sakura; Newton, Mark; Matsumoto, Shin'ichi

    2007-01-01

    A real-time observation of the redispersion behavior of sintered Pt on ceria-based oxide was made possible by in-situ time-resolved Turbo-XAS in fluorescence mode. 2 wt% Pt/Ce-Zr-Y mixed oxide samples were prepared, and then treated under an aging condition. The average Pt particle size measured by CO absorption method after aging was 7 nm. Redispersion treatments of the previously aged catalyst were carried out at 600 deg. C within an in-situ XAS cell in a cyclical flow of reducing/oxidizing gases. Pt L3-edge XANES spectra were collected every 1.1 second under in-situ conditions. From a change in the XANES spectra, we observed that the Pt particle size of the aged catalyst decreased from 7 to 5 nm after 60 seconds and then to 3 nm after 1000 seconds

  19. Usefulness of fluid attenuated inversion recovery(FLAIR) image in mesial temporal sclerosis : comparison with turbo spin-echo T2-weighted image

    Energy Technology Data Exchange (ETDEWEB)

    Son, Seok Hyun; Chang, Seung Kuk; Eun, Choong Ki [Pusan Paik Hospital, Inje Univ. College of Medicine, Kimhae (Korea, Republic of)

    1999-12-01

    To determine the usefulness of fluid attenuated inversion recovery(FLAIR) imaging for the in detection of high signal intensity of hippocampus or amygdala in mesial temporal sclerosis (MTS), compared with that of turbo spin-echo T2-weighted imaging. Two neuroradiologists independently analyzed randomly mixed MR images of 20 lesions of 17 patients in whom MTS had been diagnosed, and ten normal controls. All subjects underwent both who performed both FLAIR and turbo spin-echo T2-weighted imaging, in a blind fashion. In order to determine hippocampal morphology, oblique coronal images perpendicular to the long axis of the hippocampus were obtained. The detection rate of high signal intensity in hippocampus or amygdala, the radiologists' preferred imaging sequence, and intersubject consistency of detection were evaluated. Signal intensity in hippocampus or amygdala was considered high if substantially higher than signal intensity in the cortex of adjacent temporo-parietal lobe. In all normal controls, FLAIR and spin-echo T2-weighted images showed normal signal intensity in hippocampus or amygdala. In MTS, the mean detection rate of high signal intensity in hippocampus or amygdala, as seen on FLAIR images was 93%, compared with 43% on spin-echo T2-weighted images. In all cases in which signal intensity on FLAIR images was normal, signal intensity on spin-echo T2-weighted images was also normal. The radiologists preferred the contrast properties of FLAIR to those of spin-echo T2-weighted images. In the diagnosis of MTS using MRI, FLAIR images are more useful for the detection of high signal intensity of hippocampus or amygdala than are spin-echo T2-weighted images. In the diagnosis of MTS, FLAIR imaging is therefore a suitable alternative to spin-echo T2-weighted imaging.

  20. Usefulness of fluid attenuated inversion recovery(FLAIR) image in mesial temporal sclerosis : comparison with turbo spin-echo T2-weighted image

    International Nuclear Information System (INIS)

    Son, Seok Hyun; Chang, Seung Kuk; Eun, Choong Ki

    1999-01-01

    To determine the usefulness of fluid attenuated inversion recovery(FLAIR) imaging for the in detection of high signal intensity of hippocampus or amygdala in mesial temporal sclerosis (MTS), compared with that of turbo spin-echo T2-weighted imaging. Two neuroradiologists independently analyzed randomly mixed MR images of 20 lesions of 17 patients in whom MTS had been diagnosed, and ten normal controls. All subjects underwent both who performed both FLAIR and turbo spin-echo T2-weighted imaging, in a blind fashion. In order to determine hippocampal morphology, oblique coronal images perpendicular to the long axis of the hippocampus were obtained. The detection rate of high signal intensity in hippocampus or amygdala, the radiologists' preferred imaging sequence, and intersubject consistency of detection were evaluated. Signal intensity in hippocampus or amygdala was considered high if substantially higher than signal intensity in the cortex of adjacent temporo-parietal lobe. In all normal controls, FLAIR and spin-echo T2-weighted images showed normal signal intensity in hippocampus or amygdala. In MTS, the mean detection rate of high signal intensity in hippocampus or amygdala, as seen on FLAIR images was 93%, compared with 43% on spin-echo T2-weighted images. In all cases in which signal intensity on FLAIR images was normal, signal intensity on spin-echo T2-weighted images was also normal. The radiologists preferred the contrast properties of FLAIR to those of spin-echo T2-weighted images. In the diagnosis of MTS using MRI, FLAIR images are more useful for the detection of high signal intensity of hippocampus or amygdala than are spin-echo T2-weighted images. In the diagnosis of MTS, FLAIR imaging is therefore a suitable alternative to spin-echo T2-weighted imaging

  1. Contrast-enhanced Magnetic Resonance Imaging of Pelvic Bone Metastases at 3.0 T: Comparison Between 3-dimensional T1-weighted CAIPIRINHA-VIBE Sequence and 2-dimensional T1-weighted Turbo Spin-Echo Sequence.

    Science.gov (United States)

    Yoon, Min A; Hong, Suk-Joo; Lee, Kyu-Chong; Lee, Chang Hee

    2018-06-12

    This study aimed to compare 3-dimensional T1-weighted gradient-echo sequence (CAIPIRINHA-volumetric interpolated breath-hold examination [VIBE]) with 2-dimensional T1-weighted turbo spin-echo sequence for contrast-enhanced magnetic resonance imaging (MRI) of pelvic bone metastases at 3.0 T. Thirty-one contrast-enhanced MRIs of pelvic bone metastases were included. Two contrast-enhanced sequences were evaluated for the following parameters: overall image quality, sharpness of pelvic bone, iliac vessel clarity, artifact severity, and conspicuity and edge sharpness of the smallest metastases. Quantitative analysis was performed by calculating signal-to-noise ratio and contrast-to-noise ratio of the smallest metastases. Significant differences between the 2 sequences were assessed. CAIPIRINHA-VIBE had higher scores for overall image quality, pelvic bone sharpness, iliac vessel clarity, and edge sharpness of the metastatic lesions, and had less artifacts (all P 0.05). Our results suggest that CAIPIRINHA-VIBE may be superior to turbo spin-echo for contrast-enhanced MRI of pelvic bone metastases at 3.0 T.

  2. Turbo machine tip clearance and vibration measurements using a fibre optic laser Doppler position sensor

    Science.gov (United States)

    Pfister, T.; Büttner, L.; Czarske, J.; Krain, H.; Schodl, R.

    2006-07-01

    This paper presents a novel fibre optic laser Doppler position sensor for single blade tip clearance and vibration measurements at turbo machines, which offers high temporal resolution and high position resolution simultaneously. The sensor principle is based on the generation of a measurement volume consisting of two superposed fan-like interference fringe systems with contrary fringe spacing gradients using wavelength division multiplexing. A flexible and robust measurement system with an all-passive fibre coupled measurement head has been realized employing diffractive and refractive optics. Measurements of tip clearance and rotor vibrations at a transonic centrifugal compressor performed during operation at up to 50 000 rpm (833 Hz) corresponding to 21.7 kHz blade frequency and 586 m s-1 blade tip velocity are presented. The results are in excellent agreement with those of capacitive probes. The mean uncertainty of the position measurement was around 20 µm and, thus, considerably better than for conventional tip clearance probes. Consequently, this sensor is capable of fulfilling the requirements for future active clearance control systems and has great potential for in situ and online tip clearance and vibration measurements at metallic and non-metallic turbine blades with high precision.

  3. Differentiation between hepatic haemangiomas and cysts with an inversion recovery single-shot turbo spin-echo (SSTSE) sequence using the TI nulling value of hepatic haemangioma with sensitivity encoding

    International Nuclear Information System (INIS)

    Katada, Yoshiaki; Nozaki, Miwako; Yasumoto, Mayumi; Ishii, Chikako; Tanaka, Hiroshi; Nakamoto, Kazuya; Ohashi, Isamu

    2010-01-01

    To evaluate the additional value of inversion recovery (IR) single-shot turbo spin-echo (SSTSE) imaging with sensitivity encoding (SENSE) using the inversion time (TI) value of hepatic haemangioma as a supplement to conventional T2-weighted turbo spin-echo (TSE) imaging for the discrimination of hepatic haemangiomas and cysts. A total of 134 lesions (77 hepatic haemangiomas, 57 hepatic cysts) in 59 patients were evaluated. Three readers evaluated these images and used a five-point scale to evaluate the lesion status. A receiver operating characteristic (ROC) analysis and 2 x 2 table analysis were used. The ROC analysis for all the readers and all the cases revealed a significantly higher area under the curve (AUC) for the combination of moderately and heavily T2-weighted TSE with IR-SSTSE images (0.945) than for moderately and heavily T2-weighted TSE images alone (0.894) (P < 0.001). For the combination of T2-weighted TSE with IR-SSTSE versus T2-weighted TSE alone, the 2 x 2 table analysis revealed a higher true-positive rate; this difference was statistically significant (P < 0.0001). The introduction of IR-SSTSE with SENSE sequences significantly improves the diagnostic accuracy of the differentiation of hepatic haemangioma and cysts while increasing the time required for routine abdominal imaging by only 20 s. (orig.)

  4. The diagnostic value of magnetic resonance urography using a balanced turbo field echo sequence

    Energy Technology Data Exchange (ETDEWEB)

    Cifci, Egemen; Coban, Goekcen [Baskent University Faculty of Medicine, Department of Radiology, Konya (Turkey); Cicek, Tufan; Goenuelalan, Umut [Baskent University Faculty of Medicine, Department of Urology, Konya (Turkey)

    2016-12-15

    The aim of the study was to compare the inter-observer variability and the accuracy of magnetic resonance urography (MRU) using a thin sectional balanced-turbo field echo (B-TFE) sequence for detecting ureteral calculi and to determine the effect of additional factors (size, density and location of the calculus) on the sensitivity and specificity of the MRU. MRU and CT images were evaluated independently by two radiologists according to presence, density and localization of calculi. The degrees of inter-rater agreement for categorical items were evaluated by the Kappa coefficient. According to the 1st and 2nd observers, the sensitivity of MRU was 65.9 %, 71.8 % and the specificity of MRU was 95.9 %, 100 %, respectively. Inter-observer agreement was 84.6 % for stone detection. The larger size had a better effect on detectability (p < 0.05). Also, the higher density had a better impact on detectability (p < 0.05). Our study has shown that B-TFE MRU was useful to detect ureteral calculi. However, B-TFE MRU has low sensitivity and high specificity in comparison with CT images. MRU is a reasonable alternative imaging technique for follow-up periods of selective groups like patients with large urinary stones, children or pregnant patients when ionizing radiation is undesirable. (orig.)

  5. Global Historical Climatology Network - Daily (GHCN-Daily), Version 2 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  6. Geochemical and Crystallographic Study of Turbo Torquatus (Mollusca: Gastropoda) From Southwestern Australia

    Science.gov (United States)

    Roger, L. M.; George, A. D.; Shaw, J.; Hart, R. D.; Roberts, M. P.; Becker, T.; Evans, N. J.; McDonald, B. J.

    2018-01-01

    Shells of the marine gastropod Turbo torquatus were sampled from three different locations along the Western Australian coastline, namely Marmion Lagoon (31°S), Rottnest Island (32°S), and Hamelin Bay (34°S). Marmion Lagoon and Rottnest Island have similar sea surface temperature ranges that are ˜1°C warmer than Hamelin Bay, with all sites influenced by the warm southward flowing Leeuwin Current. The shells were characterized using crystallographic, spectroscopic, and geochemical analyses. Shell mineral composition varies between the three sites suggesting the influence of sea surface temperature, oxygen consumption, and/or bedrock composition on shell mineralogy and preferential incorporation and/or elemental discrimination of Mg, P, and S. Furthermore, T. torquatus was found to exert control over the incorporation of most, if not all, the elements measured here, suggesting strong biological regulation. At all levels of testing, the concentrations of Li varied significantly, which indicates that this trace element may not be a suitable environmental proxy. Variation in Sr concentration between sites and between specimens reflects combined environmental and biological controls suggesting that Sr/Ca ratios in T. torquatus cannot be used to estimate sea surface temperature without experimentally accounting for metabolic and growth effects. The mineral composition and microstructure of T. torquatus shells may help identify sea surface temperature variations on geological time scales. These findings support the previously hypothesized involvement of an active selective pathway across the calcifying mantle of T. torquatus for most, if not all, the elements measured here.

  7. Endometrial cancer: preoperative staging using three-dimensional T2-weighted turbo spin-echo and diffusion-weighted MR imaging at 3.0 T: a prospective comparative study

    Energy Technology Data Exchange (ETDEWEB)

    Hori, Masatoshi; Kim, Tonsok; Onishi, Hiromitsu; Nakamoto, Atsushi; Tomiyama, Noriyuki [Osaka University Graduate School of Medicine, Department of Radiology, Suita, Osaka (Japan); Imaoka, Izumi; Kagawa, Yuki; Murakami, Takamichi [Kinki University School of Medicine, Department of Radiology, Osaka (Japan); Ueguchi, Takashi; Tatsumi, Mitsuaki [Osaka University Hospital, Department of Radiology, Osaka (Japan); Enomoto, Takayuki [Osaka University Graduate School of Medicine, Department of Obstetrics and Gynecology, Osaka (Japan); Niigata University School of Medicine, Department of Obstetrics and Gynecology, Niigata (Japan); Kimura, Tadashi [Osaka University Graduate School of Medicine, Department of Obstetrics and Gynecology, Osaka (Japan)

    2013-08-15

    To prospectively assess the efficacy of 3-T magnetic resonance (MR) imaging using the three-dimensional turbo spin-echo T2-weighted and diffusion-weighted technique (3D-TSE/DW) compared with that of conventional imaging using the two-dimensional turbo spin-echo T2-weighted and dynamic contrast-enhanced technique (2D-TSE/DCE) for the preoperative staging of endometrial cancer, with pathological analysis as the reference standard. Seventy-one women with endometrial cancer underwent MR imaging using 3D-TSE/DW (b = 1,000 s/mm{sup 2}) and 2D-TSE/DCE. Two radiologists independently assessed the two imaging sets. Accuracy, sensitivity, and specificity for staging were analysed with the McNemar test; the areas under the receiver operating characteristic curve (Az) were compared with a univariate z-score test. The results for assessing deep myometrial invasion, accuracy, sensitivity, specificity and Az, respectively, were as follows: 3D-TSE/DW - observer 1, 87 %, 95 %, 85 % and 0.96; observer 2, 92 %, 84 %, 94 % and 0.95; 2D-TSE/DCE - observer 1, 80 %, 79 %, 81 % and 0.89; observer 2, 86 %, 84 %, 87 % and 0.86. Most of the values were higher with 3D-TSE/DW without significant differences (P > 0.12). For assessing cervical stromal invasion, there were no significant differences in those values for both observers (P > 0.6). Accuracy of 3D-TSE/DW was at least equivalent to that of the conventional technique for the preoperative assessment of endometrial cancer. (orig.)

  8. NCDC International Best Track Archive for Climate Stewardship (IBTrACS) Project, Version 2 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Version 2 of the dataset has been superseded by a newer version. Users should not use version 2 except in rare cases (e.g., when reproducing previous studies that...

  9. NCDC International Best Track Archive for Climate Stewardship (IBTrACS) Project, Version 1 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Version 1 of the dataset has been superseded by a newer version. Users should not use version 1 except in rare cases (e.g., when reproducing previous studies that...

  10. Versioning Complex Data

    Energy Technology Data Exchange (ETDEWEB)

    Macduff, Matt C.; Lee, Benno; Beus, Sherman J.

    2014-06-29

    Using the history of ARM data files, we designed and demonstrated a data versioning paradigm that is feasible. Assigning versions to sets of files that are modified with some special assumptions and domain specific rules was effective in the case of ARM data, which has more than 5000 datastreams and 500TB of data.

  11. Estado nutricional y condiciones de vida de los niños menores de cinco años del área urbana del municipio de Turbo, Antioquia, Colombia, 2004

    Directory of Open Access Journals (Sweden)

    Gloria Alcaraz

    2008-03-01

    Full Text Available Introducción. La desnutrición es un problema para quienes la padecen y para el futuro de las sociedades a las que pertenecen. Es importante conocer su magnitud para plantear soluciones. Objetivo. Evaluar el estado nutricional de los niños en el área urbana de Turbo por indicadores antropométricos y alimentarios, e identificar los factores sociodemográficos, ambientales, alimentarios y de salud asociados con el riesgo de desnutrición. Materiales y métodos. Estudio descriptivo de corte transversal. La muestra estuvo conformada por 606 niños. Se hizo una selección aleatoria proporcional y polietápica de los barrios y manzanas del área urbana de Turbo. Se realizó evaluación antropométrica y aplicación de un cuestionario sobre aspectos socioeconómicos y antecedentes nutricionales a la madre. Resultados. Utilizando un punto de corte de –2 unidades Z, las prevalencias de desnutrición global (insuficiencia ponderal, crónica y aguda fueron 11,1% (IC95% 8,5-13,6, 11,7% (IC95% 9,1-14,4 y 2,8% (IC95% 1,4-4,2, respectivamente. Tomando como punto de corte –1 unidades Z, las prevalencias aumentaron a 41,7% (IC95% 37,7-45,8, 36,9% (IC95% 33,0-40,9 y 24,6% (IC95% 21,1-28,1, respectivamente. En el análisis bivariado se encontraron los mayores riesgos de desnutrición global, aguda y crónica para el sexo masculino; de desnutrición global y crónica, para mayores de un año; de desnutrición crónica, para niños que pertenecían a hogares de más de cinco miembros, hijos de mujeres con bajo nivel educativo, que recibieron lactancia materna por más de un año y que tenían más hermanos. Conclusiones. La clasificación del estado nutricional utilizando indicadores antropométricos muestra que el riesgo de desnutrición en la población infantil del área urbana de Turbo estuvo por encima de los promedios nacionales. El estado nutricional está asociado con múltiples factores. De ahí, la importancia de abordarlos intersectorialmente para

  12. Mangroves on the Edge: Anthrome-Dependent Fragmentation Influences Ecological Condition (Turbo, Colombia, Southern Caribbean

    Directory of Open Access Journals (Sweden)

    Juan Felipe Blanco-Libreros

    2015-06-01

    Full Text Available Marine protected areas are commonly seen as the most effective strategy for protecting mangroves from external human pressures but little is known about the role of public land-tenure contexts (dense settlements, agricultural or range lands and wild anthromes on clearing rates, patch properties, and ecological condition. We addressed the following questions using a peri-urban to wild gradient along the anthropogenic coastal-scape in Turbo Municipality (Colombia, Southern Caribbean: Do the different deforestation rates observed under peri-urban, rural, military-protected and wild land-use-and-tenure contexts, promote distinctive fragmentation patterns? Do these patterns influence loggers’ access and ultimately ecosystem ecological condition? Loss rate (1938–2009 was the greatest peri-urban mangroves and positively correlated with urban edge and patch density. Pasture edge was highest in rural mangroves while mean patch area was higher in protected and wild mangroves. An Anthropogenic Disturbance Index (ADI was strongly correlated with reduced mean patch area and increased patch density, due to increased trampling and logging, that ultimately promoted high densities of thin (diameter: <5 cm Laguncularia racemosa trees but had no significant effect on the presence of a dominant benthic gastropod. In conclusion, both protection and remoteness were effective in reducing anthropogenic edges and fragmentation, and thus contributed to a high ecological condition in mangroves at a major deforestation hotspot.

  13. The Unified Extensional Versioning Model

    DEFF Research Database (Denmark)

    Asklund, U.; Bendix, Lars Gotfred; Christensen, H. B.

    1999-01-01

    Versioning of components in a system is a well-researched field where various adequate techniques have already been established. In this paper, we look at how versioning can be extended to cover also the structural aspects of a system. There exist two basic techniques for versioning - intentional...

  14. Assessment of radionuclide databases in CAP88 mainframe version 1.0 and Windows-based version 3.0.

    Science.gov (United States)

    LaBone, Elizabeth D; Farfán, Eduardo B; Lee, Patricia L; Jannik, G Timothy; Donnelly, Elizabeth H; Foley, Trevor Q

    2009-09-01

    In this study the radionuclide databases for two versions of the Clean Air Act Assessment Package-1988 (CAP88) computer model were assessed in detail. CAP88 estimates radiation dose and the risk of health effects to human populations from radionuclide emissions to air. This program is used by several U.S. Department of Energy (DOE) facilities to comply with National Emission Standards for Hazardous Air Pollutants regulations. CAP88 Mainframe, referred to as version 1.0 on the U.S. Environmental Protection Agency Web site (http://www.epa.gov/radiation/assessment/CAP88/), was the very first CAP88 version released in 1988. Some DOE facilities including the Savannah River Site still employ this version (1.0) while others use the more user-friendly personal computer Windows-based version 3.0 released in December 2007. Version 1.0 uses the program RADRISK based on International Commission on Radiological Protection Publication 30 as its radionuclide database. Version 3.0 uses half-life, dose, and risk factor values based on Federal Guidance Report 13. Differences in these values could cause different results for the same input exposure data (same scenario), depending on which version of CAP88 is used. Consequently, the differences between the two versions are being assessed in detail at Savannah River National Laboratory. The version 1.0 and 3.0 database files contain 496 and 838 radionuclides, respectively, and though one would expect the newer version to include all the 496 radionuclides, 35 radionuclides are listed in version 1.0 that are not included in version 3.0. The majority of these has either extremely short or long half-lives or is no longer in production; however, some of the short-lived radionuclides might produce progeny of great interest at DOE sites. In addition, 122 radionuclides were found to have different half-lives in the two versions, with 21 over 3 percent different and 12 over 10 percent different.

  15. Quantification of gadolinium-DTPA concentrations for different inversion times using an IR-turbo flash pulse sequence: a study on optimizing multislice perfusion imaging

    DEFF Research Database (Denmark)

    Fritz-Hansen, T; Rostrup, Egill; Ring, P B

    1998-01-01

    a system responding linearly to input. R1 are linearly related to changes in the concentration of gadolinium (Gd)-diethylenetriaminepentaacetic acid (DTPA), and R1 is a parameter that can be derived from the magnetic resonance (MR) signal. The accuracy of calculated R1 using an IR turbo fast low-angle shot...... was evaluated in phantoms and for increasing TIs using spectroscopically measured R1 values as reference. Signal curves, obtained in vivo after a bolus injection of Gd-DTPA, were used in an analytical computer program to study the effect of different TI-values on accurate calculation of R1. Results show...... that TIeff should be DTPA in blood accurately, whereas the myocardial response can be measured correctly for TIeff

  16. NETS - A NEURAL NETWORK DEVELOPMENT TOOL, VERSION 3.0 (MACINTOSH VERSION)

    Science.gov (United States)

    Phillips, T. A.

    1994-01-01

    allows the user to generate C code to implement the network loaded into the system. This permits the placement of networks as components, or subroutines, in other systems. In short, once a network performs satisfactorily, the Generate C Code option provides the means for creating a program separate from NETS to run the network. Other features: files may be stored in binary or ASCII format; multiple input propagation is permitted; bias values may be included; capability to scale data without writing scaling code; quick interactive testing of network from the main menu; and several options that allow the user to manipulate learning efficiency. NETS is written in ANSI standard C language to be machine independent. The Macintosh version (MSC-22108) includes code for both a graphical user interface version and a command line interface version. The machine independent version (MSC-21588) only includes code for the command line interface version of NETS 3.0. The Macintosh version requires a Macintosh II series computer and has been successfully implemented under System 7. Four executables are included on these diskettes, two for floating point operations and two for integer arithmetic. It requires Think C 5.0 to compile. A minimum of 1Mb of RAM is required for execution. Sample input files and executables for both the command line version and the Macintosh user interface version are provided on the distribution medium. The Macintosh version is available on a set of three 3.5 inch 800K Macintosh format diskettes. The machine independent version has been successfully implemented on an IBM PC series compatible running MS-DOS, a DEC VAX running VMS, a SunIPC running SunOS, and a CRAY Y-MP running UNICOS. Two executables for the IBM PC version are included on the MS-DOS distribution media, one compiled for floating point operations and one for integer arithmetic. The machine independent version is available on a set of three 5.25 inch 360K MS-DOS format diskettes (standard

  17. Patterns of treatment for childhood malaria among caregivers and health care providers in Turbo, Colombia = Pautas de tratamiento para la malaria infantil entre los cuidadores y profesionales de la salud en Turbo, Colombia

    Directory of Open Access Journals (Sweden)

    López de Mesa, Ysabel Polanco

    2012-04-01

    Full Text Available Malaria represents a major cause of death among children in many areas of the world, especially in tropical countries. Colombia constitutes a malaria endemic country in 90% of its territory. This study, undertaken in Turbo (Antioquia, examined care-seeking patterns and barriers to appropriate treatment for Colombian children with fever and /or convulsions, two key symptoms of malaria. The study focused on community perceptions of and responses to febrile illness, using illness narratives as the primary data collection vehicle. The researcher used semi-structured interviews for health narratives with caregivers and health providers. Analyses of 67 illness narratives collected in the course of the study indicated that caregivers, the majority of which are mothers, recognize fever and treat it promptly. They identified fever, chills, headache, vomiting, and weakness as the most frequent symptoms of malaria. Synchronic and diachronic analyses showed that most treatments begin at home. Common home treatments include baths with herbs and use of anti-pyretic drugs. Neither caregivers nor traditional healers conceptualized malaria as a disease that La malaria representa una causa importante de muerte infantil en muchas áreas del mundo, especialmente en países tropicales. Colombia es considerado como un país endémico para malaria en el 90% de su territorio. Este estudio, llevado a cabo en la localidad de Turbo (Antioquia, exploró los patrones de cuidados y las barreras para el tratamiento apropiado en niños colombianos con fiebre y/o convulsiones, dos síntomas claves de la malaria. El estudio se concentró en las percepciones y respuestas de la comunidad ante la enfermedad febril, utilizando narrativas de la enfermedad como vehículo principal de la recolección de datos. El investigador usó entrevistas semi-estructuradas para las narrativas de enfermedad con los cuidadores de los niños y con los proveedores la salud. El análisis de 67

  18. Agenda pública local. Los casos de los municipios de El Carmen de Viboral y Turbo, Antioquia-Colombia

    Directory of Open Access Journals (Sweden)

    Olga Lucía Zapata Cortés

    2016-01-01

    Full Text Available La conformación de la agenda gubernamental en los municipios de El Carmen de Viboral y Turbo recorrió caminos diferentes. En el primer caso, se propuso una Asamblea Municipal como espacio de participación en el marco de la formulación del Plan de Desarrollo; en el segundo caso, se prefirió la contratación de un consultor externo para la elaboración del Plan de Desarrollo y hubo escasa participación ciudadana. Mediante un estudio de caso, apoyado en el análisis documental y el enfoque de corrientes múltiples para el estudio de la agenda pública, se observan formas diferenciadas de conformar la agenda, así como de aprovechar la participación de las comunidades en este proceso. También se observa que a pesar de las capacidades y fortalezas que trae consigo la presencia de la universidad pública en estos municipios, la incidencia de la Universidad de Antioquia en la configuración de la agenda local es escasa.

  19. Manage costs and revenues by achieving continuous measurement certainty with the Auto-Adjust Turbo Meter; Gerez les couts et les recettes en acquerant une certitude continuelle de mesure grace au Auto-Adjust Turbo Meter

    Energy Technology Data Exchange (ETDEWEB)

    Anderson, D. [Invensys Energy Metering, Pennsylvania (United States)

    2000-07-01

    Uncertainty in flow measurement and its consequent ramifications are accepted as normal costs of transporting and distributing natural gas. However, a notable advancement in turbine meter technology, pioneered by Invensys Energy Metering, uses two rotors in a tandem configuration to offer unique capabilities beyond those of the tried-and-proven, single-rotor turbine. A flow meter, which monitors its own performance and adjusts its measurement, on a real-time basis, for any deviations from its initial calibration, could largely eliminate many of the costs and lost revenue associated with flow metering and measurement uncertainty. The dual-rotor turbine, trade named the Auto-Adjust Turbo Meter (AAT), is such a flow meter; it provides Continuous Measurement Certainty, with the accompanying potential for enhanced management of costs and revenues. Proprietary algorithms in the AAT's secondary electronics correlate the velocities of the main rotor and the downstream sensing rotor, over the full range of the meter's rated capacity and pressure, such that a real-time adjustment to the indicated volume corrects it to the actual volume. Improved gas accountability results, and substantial savings related to meter site visits, meter testing and repair, preventive maintenance programs, and measurement disputes can be realized. Test data and case histories from a broad range of end users are related to demonstrate areas of potential savings and revenue recovery. (author)

  20. Verification of RESRAD-RDD. (Version 2.01)

    Energy Technology Data Exchange (ETDEWEB)

    Cheng, Jing-Jy [Argonne National Lab. (ANL), Argonne, IL (United States); Flood, Paul E. [Argonne National Lab. (ANL), Argonne, IL (United States); LePoire, David [Argonne National Lab. (ANL), Argonne, IL (United States); Kamboj, Sunita [Argonne National Lab. (ANL), Argonne, IL (United States); Yu, Charley [Argonne National Lab. (ANL), Argonne, IL (United States)

    2015-09-01

    In this report, the results generated by RESRAD-RDD version 2.01 are compared with those produced by RESRAD-RDD version 1.7 for different scenarios with different sets of input parameters. RESRAD-RDD version 1.7 is spreadsheet-driven, performing calculations with Microsoft Excel spreadsheets. RESRAD-RDD version 2.01 revamped version 1.7 by using command-driven programs designed with Visual Basic.NET to direct calculations with data saved in Microsoft Access database, and re-facing the graphical user interface (GUI) to provide more flexibility and choices in guideline derivation. Because version 1.7 and version 2.01 perform the same calculations, the comparison of their results serves as verification of both versions. The verification covered calculation results for 11 radionuclides included in both versions: Am-241, Cf-252, Cm-244, Co-60, Cs-137, Ir-192, Po-210, Pu-238, Pu-239, Ra-226, and Sr-90. At first, all nuclidespecific data used in both versions were compared to ensure that they are identical. Then generic operational guidelines and measurement-based radiation doses or stay times associated with a specific operational guideline group were calculated with both versions using different sets of input parameters, and the results obtained with the same set of input parameters were compared. A total of 12 sets of input parameters were used for the verification, and the comparison was performed for each operational guideline group, from A to G, sequentially. The verification shows that RESRAD-RDD version 1.7 and RESRAD-RDD version 2.01 generate almost identical results; the slight differences could be attributed to differences in numerical precision with Microsoft Excel and Visual Basic.NET. RESRAD-RDD version 2.01 allows the selection of different units for use in reporting calculation results. The results of SI units were obtained and compared with the base results (in traditional units) used for comparison with version 1.7. The comparison shows that RESRAD

  1. HANFORD TANK WASTE OPERATIONS SIMULATOR VERSION DESCRIPTION DOCUMENT

    International Nuclear Information System (INIS)

    ALLEN, G.K.

    2003-01-01

    This document describes the software version controls established for the Hanford Tank Waste Operations Simulator (HTWOS). It defines: the methods employed to control the configuration of HTWOS; the version of each of the 26 separate modules for the version 1.0 of HTWOS; the numbering rules for incrementing the version number of each module; and a requirement to include module version numbers in each case results documentation. Version 1.0 of HTWOS is the first version under formal software version control. HTWOS contains separate revision numbers for each of its 26 modules. Individual module version numbers do not reflect the major release HTWOS configured version number

  2. The comparison of CAP88-PC version 2.0 versus CAP88-PC version 1.0

    International Nuclear Information System (INIS)

    Yakubovich, B.A.; Klee, K.O.; Palmer, C.R.; Spotts, P.B.

    1997-12-01

    40 CFR Part 61 (Subpart H of the NESHAP) requires DOE facilities to use approved sampling procedures, computer models, or other approved procedures when calculating Effective Dose Equivalent (EDE) values to members of the public. Currently version 1.0 of the approved computer model CAP88-PC is used to calculate EDE values. The DOE has upgraded the CAP88-PC software to version 2.0. This version provides simplified data entry, better printing characteristics, the use of a mouse, and other features. The DOE has developed and released version 2.0 for testing and comment. This new software is a WINDOWS based application that offers a new graphical user interface with new utilities for preparing and managing population and weather data, and several new decay chains. The program also allows the user to view results before printing. This document describes a test that confirmed CAP88-PC version 2.0 generates results comparable to the original version of the CAP88-PC program

  3. Acoustic noise reduction in T 1- and proton-density-weighted turbo spin-echo imaging.

    Science.gov (United States)

    Ott, Martin; Blaimer, Martin; Breuer, Felix; Grodzki, David; Heismann, Björn; Jakob, Peter

    2016-02-01

    To reduce acoustic noise levels in T 1-weighted and proton-density-weighted turbo spin-echo (TSE) sequences, which typically reach acoustic noise levels up to 100 dB(A) in clinical practice. Five acoustic noise reduction strategies were combined: (1) gradient ramps and shapes were changed from trapezoidal to triangular, (2) variable-encoding-time imaging was implemented to relax the phase-encoding gradient timing, (3) RF pulses were adapted to avoid the need for reversing the polarity of the slice-rewinding gradient, (4) readout bandwidth was increased to provide more time for gradient activity on other axes, (5) the number of slices per TR was reduced to limit the total gradient activity per unit time. We evaluated the influence of each measure on the acoustic noise level, and conducted in vivo measurements on a healthy volunteer. Sound recordings were taken for comparison. An overall acoustic noise reduction of up to 16.8 dB(A) was obtained by the proposed strategies (1-4) and the acquisition of half the number of slices per TR only. Image quality in terms of SNR and CNR was found to be preserved. The proposed measures in this study allowed a threefold reduction in the acoustic perception of T 1-weighted and proton-density-weighted TSE sequences compared to a standard TSE-acquisition. This could be achieved without visible degradation of image quality, showing the potential to improve patient comfort and scan acceptability.

  4. Bone marrow lesions: evaluation with fat-suppression turbo spin echo MR imaging at 0.5T

    International Nuclear Information System (INIS)

    Chrysikopoulos, H.; Papazoglou, A.; Roussakis, A.; Andreou, J.

    1996-01-01

    The purpose of this study was the assessment of the diagnostic value of fat-suppression T2-weighted images for a variety of bone marrow lesions. We performed 40 studies of the axial or appendicular skeleton in 33 patients (age range 4-80 years) with neoplastic, inflammatory or traumatic lesions with a 0.5 T system (Gyroscan T5, Philips Medical Systems, Best, The Netherlands). Fat-suppression T2-weighted images [turbo spin echo (TSE) with spectral presaturation with inversion recovery (SPIR)] were obtained in addition to the routine T1-weighted SE and T2-weighted TSE sequences. Fat-suppression TSE T2-weighted images were better than standard TSE T2-weighted images in 25 studies. In 11 of them demonstration and characterization of the lesions (known from T1-weighted images) was possible only after fat suppression. In the other 14 patients demonstration of the full extent of the lesion especially to the nearby soft tissues was possible only after fat suppression. In 13 studies no advantage was conferred by SPIR, whereas in two instances T2-weighted images were better. Fat-suppression T2-weighted images are diagnostically useful in a variety of lesions of the musculoskeletal system, but their limitations should be known. (orig.)

  5. A comparison of the Space Station version of ASTROMAG with two free-flyer versions

    International Nuclear Information System (INIS)

    Green, M.A.

    1992-06-01

    This Report compares the Space Station version of ASTROMAG with free-flyer versions of ASTROMAG which could fly on an Atlas lla rocket and a Delta rocket. Launch with either free-flyer imposes severe weight limits on the magnet and its cryogenic system. Both versions of ASTROMAG magnet which fly on free-flying satellites do not have to be charged more than once during the mission. This permits one to simplify the charging system and the cryogenic system. The helium ll pump loop which supplies helium to the gas cooled electrical leads can be eliminated in both of the free-flyer versions of the ASTROMAG magnet. This report describes the superconducting dipole moment correction coils which are necessary for the magnet to operate on a free-flying satellite

  6. Versioning of printed products

    Science.gov (United States)

    Tuijn, Chris

    2005-01-01

    During the definition of a printed product in an MIS system, a lot of attention is paid to the production process. The MIS systems typically gather all process-related parameters at such a level of detail that they can determine what the exact cost will be to make a specific product. This information can then be used to make a quote for the customer. Considerably less attention is paid to the content of the products since this does not have an immediate impact on the production costs (assuming that the number of inks or plates is known in advance). The content management is typically carried out either by the prepress systems themselves or by dedicated workflow servers uniting all people that contribute to the manufacturing of a printed product. Special care must be taken when considering versioned products. With versioned products we here mean distinct products that have a number of pages or page layers in common. Typical examples are comic books that have to be printed in different languages. In this case, the color plates can be shared over the different versions and the black plate will be different. Other examples are nation-wide magazines or newspapers that have an area with regional pages or advertising leaflets in different languages or currencies. When considering versioned products, the content will become an important cost factor. First of all, the content management (and associated proofing and approval cycles) becomes much more complex and, therefore, the risk that mistakes will be made increases considerably. Secondly, the real production costs are very much content-dependent because the content will determine whether plates can be shared across different versions or not and how many press runs will be needed. In this paper, we will present a way to manage different versions of a printed product. First, we will introduce a data model for version management. Next, we will show how the content of the different versions can be supplied by the customer

  7. Clinical presentation of severe malaria due plasmodiun falciparum. casecontrol study in Tumaco and Turbo (Colombia. Clínica de la malaria complicada debida a P. falciparum Estudio de casos y controles en Tumaco y Turbo (Colombia

    Directory of Open Access Journals (Sweden)

    Jaime Carmona Fonseca

    2006-04-01

    Full Text Available Background: Latin American studies on severe falciparum malaria are scarce, therefore, the pattern of complications of the region is uknown. Objectives. To identify characterize severe malaria in patients from Tumaco (Nariño and Turbo (Antioquia in Colombia. Methods. The 2000 World Health Organization criteria for complicated malaria were applied in a cases and controls study. Results. 64 cases (P falciparum complicated malaria and 135 controls (P falciparum uncomplicated malaria were included. The time of evolution of the disease (mean 5.6 days in cases and 5.9 in the controls and the frequency of most symptoms were similar in both groups (p>0.05. However, respiratory distress and jaundice was more frequent in the cases (p<0.05. The mean glycemia and creatinina values were similar in both groups; hemoglobin and platelet count were lower in the cases (p<0.05 when compared to controls. On the other hand, blood ureic nitrogen, aspartatoaminotransferase, and total and direct bilirrubin were lower in controls (p<0.05. The frequency of complications in the cases was as follows: hyperparasitaemia 48%, liver dysfunction 44%, acute respiratory distress syndrome 9%, kidney failure 6%, severe thrombocytopenia 5%, severe anemia 3%, cerebral malaria 3% and severe hipoglycemia 2%. The WHO criteria for severe malaria were compared with others and the implications are discussed. Antecedentes y problema: son muy pocos los estudios latinoamericanos sobre malaria por Plasmodium falciparum (P falciparum complicada y se requiere estudiarla para identificar un patrón propio. OBJETIVOS. Identificar las complicaciones presentes en pacientes de Tumaco (Nariño y Turbo (Antioquia en Colombia, con malaria por P falciparum. MÉTODOS. Diseño de casos y controles. Se aplicaron los criterios diagnósticos de complicación OMS-2000 (Organización Mundial de la Salud. RESULTADOS. Se captaron 64 casos (con malaria por P. falciparum complicada y 135 controles (con malaria por

  8. NETS - A NEURAL NETWORK DEVELOPMENT TOOL, VERSION 3.0 (MACHINE INDEPENDENT VERSION)

    Science.gov (United States)

    Baffes, P. T.

    1994-01-01

    allows the user to generate C code to implement the network loaded into the system. This permits the placement of networks as components, or subroutines, in other systems. In short, once a network performs satisfactorily, the Generate C Code option provides the means for creating a program separate from NETS to run the network. Other features: files may be stored in binary or ASCII format; multiple input propagation is permitted; bias values may be included; capability to scale data without writing scaling code; quick interactive testing of network from the main menu; and several options that allow the user to manipulate learning efficiency. NETS is written in ANSI standard C language to be machine independent. The Macintosh version (MSC-22108) includes code for both a graphical user interface version and a command line interface version. The machine independent version (MSC-21588) only includes code for the command line interface version of NETS 3.0. The Macintosh version requires a Macintosh II series computer and has been successfully implemented under System 7. Four executables are included on these diskettes, two for floating point operations and two for integer arithmetic. It requires Think C 5.0 to compile. A minimum of 1Mb of RAM is required for execution. Sample input files and executables for both the command line version and the Macintosh user interface version are provided on the distribution medium. The Macintosh version is available on a set of three 3.5 inch 800K Macintosh format diskettes. The machine independent version has been successfully implemented on an IBM PC series compatible running MS-DOS, a DEC VAX running VMS, a SunIPC running SunOS, and a CRAY Y-MP running UNICOS. Two executables for the IBM PC version are included on the MS-DOS distribution media, one compiled for floating point operations and one for integer arithmetic. The machine independent version is available on a set of three 5.25 inch 360K MS-DOS format diskettes (standard

  9. NOAA Climate Data Record (CDR) of Ocean Heat Fluxes, Version 1.0 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  10. GENII Version 2 Users’ Guide

    Energy Technology Data Exchange (ETDEWEB)

    Napier, Bruce A.

    2004-03-08

    The GENII Version 2 computer code was developed for the Environmental Protection Agency (EPA) at Pacific Northwest National Laboratory (PNNL) to incorporate the internal dosimetry models recommended by the International Commission on Radiological Protection (ICRP) and the radiological risk estimating procedures of Federal Guidance Report 13 into updated versions of existing environmental pathway analysis models. The resulting environmental dosimetry computer codes are compiled in the GENII Environmental Dosimetry System. The GENII system was developed to provide a state-of-the-art, technically peer-reviewed, documented set of programs for calculating radiation dose and risk from radionuclides released to the environment. The codes were designed with the flexibility to accommodate input parameters for a wide variety of generic sites. Operation of a new version of the codes, GENII Version 2, is described in this report. Two versions of the GENII Version 2 code system are available, a full-featured version and a version specifically designed for demonstrating compliance with the dose limits specified in 40 CFR 61.93(a), the National Emission Standards for Hazardous Air Pollutants (NESHAPS) for radionuclides. The only differences lie in the limitation of the capabilities of the user to change specific parameters in the NESHAPS version. This report describes the data entry, accomplished via interactive, menu-driven user interfaces. Default exposure and consumption parameters are provided for both the average (population) and maximum individual; however, these may be modified by the user. Source term information may be entered as radionuclide release quantities for transport scenarios, or as basic radionuclide concentrations in environmental media (air, water, soil). For input of basic or derived concentrations, decay of parent radionuclides and ingrowth of radioactive decay products prior to the start of the exposure scenario may be considered. A single code run can

  11. A constructive version of AIP revisited

    NARCIS (Netherlands)

    Barros, A.; Hou, T.

    2008-01-01

    In this paper, we review a constructive version of the Approximation Induction Principle. This version states that bisimilarity of regular processes can be decided by observing only a part of their behaviour. We use this constructive version to formulate a complete inference system for the Algebra

  12. Model-based version management system framework

    International Nuclear Information System (INIS)

    Mehmood, W.

    2016-01-01

    In this paper we present a model-based version management system. Version Management System (VMS) a branch of software configuration management (SCM) aims to provide a controlling mechanism for evolution of software artifacts created during software development process. Controlling the evolution requires many activities to perform, such as, construction and creation of versions, identification of differences between versions, conflict detection and merging. Traditional VMS systems are file-based and consider software systems as a set of text files. File based VMS systems are not adequate for performing software configuration management activities such as, version control on software artifacts produced in earlier phases of the software life cycle. New challenges of model differencing, merge, and evolution control arise while using models as central artifact. The goal of this work is to present a generic framework model-based VMS which can be used to overcome the problem of tradition file-based VMS systems and provide model versioning services. (author)

  13. Determining Optimal Decision Version

    Directory of Open Access Journals (Sweden)

    Olga Ioana Amariei

    2014-06-01

    Full Text Available In this paper we start from the calculation of the product cost, applying the method of calculating the cost of hour- machine (THM, on each of the three cutting machines, namely: the cutting machine with plasma, the combined cutting machine (plasma and water jet and the cutting machine with a water jet. Following the calculation of cost and taking into account the precision of manufacturing of each machine, as well as the quality of the processed surface, the optimal decisional version needs to be determined regarding the product manufacturing. To determine the optimal decisional version, we resort firstly to calculating the optimal version on each criterion, and then overall using multiattribute decision methods.

  14. The optimization of balanced turbo field echo sequence for depicting pelvic venous plexuses

    International Nuclear Information System (INIS)

    Takatsu, Yasuo; Koyama, Takashi

    2010-01-01

    Evaluating the relation between the developing range and the extent of invasion of a malignant tumor around the pelvic venous plexus is an important index for making strategic therapeutic decisions. In this study, we tried to depict a venous plexus in the pelvis using Balanced Turbo Field Echo (B-TFE). At first, we used an original phantom (derived from one layer of lard and another of agar (0.1%gadolinium-diethylenetriaminepentaacetic acid (Gd-DTPA), 0.9%NaCl), each 500 ml, and we changed the Start Up Echo (SUE); 0-30, spectral attenuated inversion recovery (SPAIR) inversion delay time (delay time); 0-200 ms, shot interval (SI); 1150, 1500 ms and evaluated the degree of fat suppression in signal-to-noise ratio (SNR), contrast-to-noise ratio (CNR) (the air signal method). The fat suppression-effect was found to be high in delay time; 120 ms in SUE; 0, SI; 1150 ms and 160 ms in SUE; 0, SI; 1500 ms was different SUE>0 each delay time. As for the images of healthy volunteers (5 men and 5 women), after fixing optimum conditions, we evaluated the images visually, as assessed by two radiologists and two radiographers, comparing between SUE; 0-30 and SI; 1150 and 1500 ms. According to the visual evaluation, the fat suppression-effect was worse, more than with the delay time; 20. We judged the best image of the venous plexus in the pelvis as being at SUE; 10, SI; 1500 ms. We think that using the B-TFE can help distinguish pelvic venous plexuses, by setting an optimum sequence. (author)

  15. Detailed analysis of the Japanese version of the Rapid Dementia Screening Test, revised version.

    Science.gov (United States)

    Moriyama, Yasushi; Yoshino, Aihide; Muramatsu, Taro; Mimura, Masaru

    2017-11-01

    The number-transcoding task on the Japanese version of the Rapid Dementia Screening Test (RDST-J) requires mutual conversion between Arabic and Chinese numerals (209 to , 4054 to , to 681, to 2027). In this task, question and answer styles of Chinese numerals are written horizontally. We investigated the impact of changing the task so that Chinese numerals are written vertically. Subjects were 211 patients with very mild to severe Alzheimer's disease and 42 normal controls. Mini-Mental State Examination scores ranged from 26 to 12, and Clinical Dementia Rating scores ranged from 0.5 to 3. Scores of all four subtasks of the transcoding task significantly improved in the revised version compared with the original version. The sensitivity and specificity of total scores ≥9 on the RDST-J original and revised versions for discriminating between controls and subjects with Clinical Dementia Rating scores of 0.5 were 63.8% and 76.6% on the original and 60.1% and 85.8% on revised version. The revised RDST-J total score had low sensitivity and high specificity compared with the original RDST-J for discriminating subjects with Clinical Dementia Rating scores of 0.5 from controls. © 2017 Japanese Psychogeriatric Society.

  16. Version 2 of RSXMULTI

    International Nuclear Information System (INIS)

    Heinicke, P.; Berg, D.; Constanta-Fanourakis, P.; Quigg, E.K.

    1985-01-01

    MULTI is a general purpose, high speed, high energy physics interface to data acquisition and data investigation system that runs on PDP-11 and VAX architecture. This paper describes the latest version of MULTI, which runs under RSX-11M version 4.1 and supports a modular approach to the separate tasks that interface to it, allowing the same system to be used in single CPU test beam experiments as well as multiple interconnected CPU, large scale experiments. MULTI uses CAMAC (IEE-583) for control and monitoring of an experiment, and is written in FORTRAN-77 and assembler. The design of this version, which simplified the interface between tasks, and eliminated the need for a hard to maintain homegrown I/O system is also discussed

  17. Geometrically undistorted MRI in the presence of field inhomogeneities using compressed sensing accelerated broadband 3D phase encoded turbo spin-echo imaging

    International Nuclear Information System (INIS)

    Van Gorp, Jetse S; Bakker, Chris J G; Bouwman, Job G; Zijlstra, Frank; Seevinck, Peter R; Smink, Jouke

    2015-01-01

    In this study, we explore the potential of compressed sensing (CS) accelerated broadband 3D phase-encoded turbo spin-echo (3D-PE-TSE) for the purpose of geometrically undistorted imaging in the presence of field inhomogeneities. To achieve this goal 3D-PE-SE and 3D-PE-TSE sequences with broadband rf pulses and dedicated undersampling patterns were implemented on a clinical scanner. Additionally, a 3D multi-spectral spin-echo (ms3D-SE) sequence was implemented for reference purposes. First, we demonstrated the influence of susceptibility induced off-resonance effects on the spatial encoding of broadband 3D-SE, ms3D-SE, 3D-PE-SE and 3D-PE-TSE using a grid phantom containing a titanium implant (Δχ = 182 ppm) with x-ray CT as a gold standard. These experiments showed that the spatial encoding of 3D-PE-(T)SE was unaffected by susceptibility induced off-resonance effects, which caused geometrical distortions and/or signal hyper-intensities in broadband 3D-SE and, to a lesser extent, in ms3D-SE frequency encoded methods. Additionally, an SNR analysis was performed and the temporally resolved signal of 3D-PE-(T)SE sequences was exploited to retrospectively decrease the acquisition bandwidth and obtain field offset maps. The feasibility of CS acceleration was studied retrospectively and prospectively for the 3D-PE-SE sequence using an existing CS algorithm adapted for the reconstruction of 3D data with undersampling in all three phase encoded dimensions. CS was combined with turbo-acceleration by variable density undersampling and spherical stepwise T 2 weighting by randomly sorting consecutive echoes in predefined spherical k-space layers. The CS-TSE combination resulted in an overall acceleration factor of 60, decreasing the original 3D-PE-SE scan time from 7 h to 7 min. Finally, CS accelerated 3D-PE-TSE in vivo images of a titanium screw were obtained within 10 min using a micro-coil demonstrating the feasibility of geometrically undistorted MRI near severe

  18. International conference, ICPRAM 2012

    CERN Document Server

    Sánchez, J; Fred, Ana; Pattern recognition : applications and methods : revised selected papers

    2013-01-01

    This edited book includes extended and revised versions of a set of selected papers from the First International Conference on Pattern Recognition (ICPRAM 2012), held in Vilamoura, Algarve, Portugal, from 6 to 8 February, 2012, sponsored by the Institute for Systems and Technologies of Information Control and Communication (INSTICC) and held in cooperation with the Association for the Advancement of Artificial Intelligence (AAAI) and Pattern Analysis, Statistical Modelling and Computational Learning (PASCAL2). The conference brought together researchers, engineers and practitioners interested on the areas of Pattern Recognition, both from theoretical and application perspectives.

  19. A Nuisance Alarm Data System for evaluation of intrusion detectors

    International Nuclear Information System (INIS)

    Ream, W.K.

    1990-01-01

    A Nuisance Alarm Data System (NADS) was developed to gather long-term background alarm data on exterior intrusion detectors as part of their evaluation. Since nuisance alarms play an important part in the selection of intrusion detectors for use at Department of Energy (DOE) facilities, an economical and reliable way to monitor and record these alarms was needed. NADS consists of an IBM personal computer and printer along with other commercial units to communicate with the detectors, to gather weather data, and to record video for assessment. Each alarm, its assessment, and the weather conditions occurring at alarm time are placed into a data base that is used in the evaluation of the detector. The operating software is written in Turbo Pascal for easy maintenance and modification. A portable system, based on the NADS design, has been built and shipped to other DOE locations to do on-site alarm monitoring. This has been valuable for the comparison of different detectors in the on-site environment and for testing new detectors when the appropriate conditions do not exist or cannot be simulated at the Exterior Intrusion Detection Testbed

  20. Sistema automático para determinação seqüencial de cianeto livre e total empregando eletrodo tubular íon-seletivo de membrana homogênea

    Directory of Open Access Journals (Sweden)

    Marin Maria Angélica Bonadiman

    2000-01-01

    Full Text Available This study presents an automated system for potentiometric determination of free and total cyanide which employs a homogeneous membrane tubular ion-selective electrode. After the electrode is assembled, it is connected to a system composed of 3 three-way solenoid valves, sample line, carrier line, acid stream, and gas diffusion chamber. A Turbo Pascal® computer program, developed specifically for this task, automatically performs all the steps involved in data acquisition and processing. The proposed analytical procedure offers operational simplicity, since detection is performed by a tubular electrode, whose assembly is fast and easy. The system has shown reproducibility (r.s.d. < 0.5%, n=6 and high speed (30 readings/hour; it is efficient for determination of free and total cyanide in waste waters of starch processing plants. The detection limit was 1.2x10-5 and 1.5x10-5 mol L-1, for determination of free and total cyanide, respectively. The linear response range was between 1.2x10-5 and 1.0x10-2 mol L-1 for free cyanide and between 1.5x10-5 and 1.0x10-2 for total cyanide.

  1. PC based 8-parameter data acquisition system

    International Nuclear Information System (INIS)

    Gupta, J.D.; Naik, K.V.; Jain, S.K.; Pathak, R.V.; Suman, B.

    1989-01-01

    Multiparameter data acquisition (MPA) systems which analyse nuclear events with respect to more than one property of the event are essential tools for the study of some complex nuclear phenomena requiring analysis of time coincident spectra. For better throughput and accuracy each parameter is digitized by its own ADC. A stand alone low cost IBM PC based 8-parameter data acquisition system developed by the authors makes use of Address Recording technique for acquiring data from eight 12 bit ADC's in the PC Memory. Two memory buffers in the PC memory are used in ping-pong fashion so that data acquisition in one bank and dumping of data onto PC disk from the other bank can proceed simultaneously. Data is acquired in the PC memory through DMA mode for realising high throughput and hardware interrupt is used for switching banks for data acquisition. A comprehensive software package developed in Turbo-Pascal offers a set of menu-driven interactive commands to the user for setting-up system parameters and control of the system. The system is to be used with pelletron accelerator. (author). 5 figs

  2. NOAA Climate Data Record (CDR) of Sea Surface Temperature - WHOI, Version 1.0 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  3. NOAA Climate Data Record (CDR) of Ocean Near Surface Atmospheric Properties, Version 1 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  4. Optimal MR pulse sequences for hepatic hemangiomas : comparison of T2-weighted turbo-spin-echo, T2-weighted breath-hold turbo-spin-echo, and T1-weighted FLASH dynamic imaging

    International Nuclear Information System (INIS)

    Wang, Wen Chao; Choi, Byung Ihn; Han, Joon Koo; Kim, Tae Kyoung; Cho, Soon Gu

    1997-01-01

    To optimize MR imaging pulse sequences in the imaging of hepatic hemangioma and to evaluate on dynamic MR imaging the enhancing characteristics of the lesions. Twenty patients with 35 hemangiomas were studied by using Turbo-spin-echo (TSE) sequence (T2-weighted, T2- and heavily T2-weighted breath-hold) and T1-weighted FLASH imaging acquired before, immediately on, and 1, 3 and 5 minutes after injection of a bolus of Gd-DTPA (0.1mmol/kg). Phased-array multicoil was employed. Images were quantitatively analyzed for lesion-to-liver signal difference to noise ratios (SD/Ns), and lesion-to-liver signal ratios (H/Ls), and qualitatively analyzed for lesion conspicuity. The enhancing characteristics of the hemangiomas were described by measuring the change of signal intensity as a curve in T1-weighted FLASH dynamic imaging. For T2-weighted images, breath-hold T2-weighted TSE had a slightly higher SD/N than other pulse sequences, but there was no statistical difference in three fast pulse sequences (p=0.211). For lesion conspicuity, heavily T2-weighted breath-hold TSE images was superior to T2-weighted breath-hold or non-breath-hold TSE (H/L, 5.75, 3.81, 2.87, respectively, p<0.05). T2-weighted breath-hold TSE imaging was more effective than T2-weighted TSE imaging in removing lesion blurring or lack of sharpness, and there was a 12-fold decrease in acquisition time (20sec versus 245 sec). T1-weighted FLASH dynamic images of normal liver showed peak enhancement at less than 1 minute, and of hemangioma at more than 3 minutes;the degree of enhancement for hemangioma decreased after a 3 minute delay. T2-weighed breath-hold TSE imaging and Gd-DTPA enhanced FLASH dynamic imaging with 5 minutes delay are sufficient for imaging hepatic hemangiomas

  5. Reliability and validity of the Japanese version of the Resilience Scale and its short version

    Directory of Open Access Journals (Sweden)

    Kondo Maki

    2010-11-01

    Full Text Available Abstract Background The clinical relevance of resilience has received considerable attention in recent years. The aim of this study is to demonstrate the reliability and validity of the Japanese version of the Resilience Scale (RS and short version of the RS (RS-14. Findings The original English version of RS was translated to Japanese and the Japanese version was confirmed by back-translation. Participants were 430 nursing and university psychology students. The RS, Center for Epidemiologic Studies Depression Scale (CES-D, Rosenberg Self-Esteem Scale (RSES, Social Support Questionnaire (SSQ, Perceived Stress Scale (PSS, and Sheehan Disability Scale (SDS were administered. Internal consistency, convergent validity and factor loadings were assessed at initial assessment. Test-retest reliability was assessed using data collected from 107 students at 3 months after baseline. Mean score on the RS was 111.19. Cronbach's alpha coefficients for the RS and RS-14 were 0.90 and 0.88, respectively. The test-retest correlation coefficients for the RS and RS-14 were 0.83 and 0.84, respectively. Both the RS and RS-14 were negatively correlated with the CES-D and SDS, and positively correlated with the RSES, SSQ and PSS (all p Conclusions This study demonstrates that the Japanese version of RS has psychometric properties with high degrees of internal consistency, high test-retest reliability, and relatively low concurrent validity. RS-14 was equivalent to the RS in internal consistency, test-retest reliability, and concurrent validity. Low scores on the RS, a positive correlation between the RS and perceived stress, and a relatively low correlation between the RS and depressive symptoms in this study suggest that validity of the Japanese version of the RS might be relatively low compared with the original English version.

  6. Montage Version 3.0

    Science.gov (United States)

    Jacob, Joseph; Katz, Daniel; Prince, Thomas; Berriman, Graham; Good, John; Laity, Anastasia

    2006-01-01

    The final version (3.0) of the Montage software has been released. To recapitulate from previous NASA Tech Briefs articles about Montage: This software generates custom, science-grade mosaics of astronomical images on demand from input files that comply with the Flexible Image Transport System (FITS) standard and contain image data registered on projections that comply with the World Coordinate System (WCS) standards. This software can be executed on single-processor computers, multi-processor computers, and such networks of geographically dispersed computers as the National Science Foundation s TeraGrid or NASA s Information Power Grid. The primary advantage of running Montage in a grid environment is that computations can be done on a remote supercomputer for efficiency. Multiple computers at different sites can be used for different parts of a computation a significant advantage in cases of computations for large mosaics that demand more processor time than is available at any one site. Version 3.0 incorporates several improvements over prior versions. The most significant improvement is that this version is accessible to scientists located anywhere, through operational Web services that provide access to data from several large astronomical surveys and construct mosaics on either local workstations or remote computational grids as needed.

  7. Fetomaternal hemorrhage during external cephalic version.

    Science.gov (United States)

    Boucher, Marc; Marquette, Gerald P; Varin, Jocelyne; Champagne, Josette; Bujold, Emmanuel

    2008-07-01

    To estimate the frequency and volume of fetomaternal hemorrhage during external cephalic version for term breech singleton fetuses and to identify risk factors involved with this complication. A prospective observational study was performed including all patients undergoing a trial of external cephalic version for a breech presentation of at least 36 weeks of gestation between 1987 and 2001 in our center. A search for fetal erythrocytes using the standard Kleihauer-Betke test was obtained before and after each external cephalic version. The frequency and volume of fetomaternal hemorrhage were calculated. Putative risk factors for fetomaternal hemorrhage were evaluated by chi(2) test and Mann-Whitney U test. A Kleihauer-Betke test result was available before and after 1,311 trials of external cephalic version. The Kleihauer-Betke test was positive in 67 (5.1%) before the procedure. Of the 1,244 women with a negative Kleihauer-Betke test before external cephalic version, 30 (2.4%) had a positive Kleihauer-Betke test after the procedure. Ten (0.8%) had an estimated fetomaternal hemorrhage greater than 1 mL, and one (0.08%) had an estimated fetomaternal hemorrhage greater than 30 mL. The risk of fetomaternal hemorrhage was not influenced by parity, gestational age, body mass index, number of attempts at version, placental location, or amniotic fluid index. The risk of detectable fetomaternal hemorrhage during external cephalic version was 2.4%, with fetomaternal hemorrhage more than 30 mL in less than 0.1% of cases. These data suggest that the performance of a Kleihauer-Betke test is unwarranted in uneventful external cephalic version and that in Rh-negative women, no further Rh immune globulin is necessary other than the routine 300-microgram dose at 28 weeks of gestation and postpartum. II.

  8. Progress Towards AIRS Science Team Version-7 at SRT

    Science.gov (United States)

    Susskind, Joel; Blaisdell, John; Iredell, Lena; Kouvaris, Louis

    2016-01-01

    The AIRS Science Team Version-6 retrieval algorithm is currently producing level-3 Climate Data Records (CDRs) from AIRS that have been proven useful to scientists in understanding climate processes. CDRs are gridded level-3 products which include all cases passing AIRS Climate QC. SRT has made significant further improvements to AIRS Version-6. At the last Science Team Meeting, we described results using SRT AIRS Version-6.22. SRT Version-6.22 is now an official build at JPL called 6.2.4. Version-6.22 results are significantly improved compared to Version-6, especially with regard to water vapor and ozone profiles. We have adapted AIRS Version-6.22 to run with CrIS/ATMS, at the Sounder SIPS which processed CrIS/ATMS data for August 2014. JPL AIRS Version-6.22 uses the Version-6 AIRS tuning coefficients. AIRS Version-6.22 has at least two limitations which must be improved before finalization of Version-7: Version-6.22 total O3 has spurious high values in the presence of Saharan dust over the ocean; and Version-6.22 retrieved upper stratospheric temperatures are very poor in polar winter. SRT Version-6.28 addresses the first concern. John Blaisdell ran the analog of AIRS Version-6.28 in his own sandbox at JPL for the 14th and 15th of every month in 2014 and all of July and October for 2014. AIRS Version-6.28a is hot off the presses and addresses the second concern.

  9. Intercomparison of ILAS-II version 1.4 and version 2 target parameters with MIPAS-Envisat measurements

    Directory of Open Access Journals (Sweden)

    A. Griesfeller

    2008-02-01

    Full Text Available This paper assesses the mean differences between the two ILAS-II data versions (1.4 and 2 by comparing them with MIPAS measurements made between May and October 2003. For comparison with ILAS-II results, MIPAS data processed at the Institut für Meteorologie und Klimaforschung, Karlsruhe, Germany (IMK in cooperation with the Instituto de Astrofísica de Andalucía (IAA in Granada, Spain, were used. The coincidence criteria of ±300 km in space and ±12 h in time for H2O, N2O, and CH4 and the coincidence criteria of ±300 km in space and ±6 h in time for ClONO2, O3, and HNO3 were used. The ILAS-II data were separated into sunrise (= Northern Hemisphere and sunset (= Southern Hemisphere. For the sunrise data, a clear improvement from version 1.4 to version 2 was observed for H2O, CH4, ClONO2, and O3. In particular, the ILAS-II version 1.4 mixing ratios of H2O and CH4 were unrealistically small, and those of ClONO2 above altitudes of 30 km unrealistically large. For N2O and HNO3, there were no large differences between the two versions. Contrary to the Northern Hemisphere, where some exceptional profiles deviated significantly from known climatology, no such outlying profiles were found in the Southern Hemisphere for both versions. Generally, the ILAS-II version 2 data were in better agreement with the MIPAS data than the version 1.4, and are recommended for quantitative analysis in the stratosphere. For H2O data in the Southern Hemisphere, further data quality evaluation is necessary.

  10. Development of a Chinese version of the Oswestry Disability Index version 2.1.

    Science.gov (United States)

    Lue, Yi-Jing; Hsieh, Ching-Lin; Huang, Mao-Hsiung; Lin, Gau-Tyan; Lu, Yen-Mou

    2008-10-01

    Cross-cultural adaptation and cross-sectional psychometric testing in a convenience sample of patients with low back pain. To translate and culturally adapt the Oswestry Disability Index version 2.1 (ODI 2.1) into a Mandarin Chinese version and to assess its reliability and validity. The Chinese ODI 2.1 has not been developed and validated. The ODI 2.1 was translated and culturally adapted to the Chinese version. The validity of the translated Chinese version was assessed by examining the relationship between the ODI and other well-known measures. Test-retest reliability was examined in 52 of these patients, who completed a second questionnaire within 1 week. Internal consistency of the ODI 2.1 was excellent with Cronbach's alpha = 0.903. The intraclass correlation coefficient of test-retest reliability was 0.89. The minimal detectable change was 12.8. The convergent validity of the Chinese ODI is supported by its high correlation with other physical functional status measures (Roland Morris Disability Questionnaire and SF-36 physical functioning subscale, r = 0.76 and -0.75, respectively), and moderate correlation with other measures (Visual Analogue Scale, r = 0.68) and certain SF-36 subscales (role-physical, bodily pain, and social functioning, r range: -0.49 to -0.57). As expected, the ODI was least correlated with nonfunctional measures (SF-36 mental subscale and role-emotional subscale, r = -0.25 and -0.33, respectively). The results of this study indicate that the Chinese version of the ODI 2.1 is a reliable and valid instrument for the measurement of functional status in patients with low back pain.

  11. Community participation in the Gulf of Uraba: The Case of Bocas del Atrato township and the village of El Roto, municipality of Turbo, Antioquia

    International Nuclear Information System (INIS)

    Taborda M, Alexander; Maldonado L, Carolina; Palacio, Jaime

    2008-01-01

    The text sets out from the study of socio cultural aspects and particularly addressing on community participation, the results of a pilot aquaculture project to breed snook (C. undecimalis ) and tarpon (Megalops atlanticus) in The Corregimiento Bocas del Atrato and The Vereda El Roto, Municipality of Turbo, Antioquia. Interdisciplinary work that seeks to generate scientific knowledge tools to assist in mitigating the decline of fish resource in which is based the livelihood of these people, through Participatory Action Research methods. We analyze some socioeconomic and cultural aspects of these communities that influenced the development of the project, along with reflections on the experiences, by way of recommendations for future work such as a call to self critical review of what is the practice interdisciplinary projects of intervention within the framework of sustainable development. The research was conducted between January 2007 and June 2008.

  12. Development of a PI fuzzy-neural control of two freedom degrees, applied to the velocity control of a turbo-gas unit; Desarrollo de un control PI neurodifuso no lineal de dos grados de libertad, aplicado al control de velocidad de una unidad turbogas

    Energy Technology Data Exchange (ETDEWEB)

    Castelo C, Luis; Garduno R, Raul [Instituto de Investigaciones Electricas, Cuernavaca, Morelos (Mexico); Marmol M, Enrique Q [Cento Nacional de Investigacion y Desarrollo Tecnologico (Cenidet), Cuernavaca, Morelos (Mexico)

    2005-07-01

    The Instituto de Investigaciones Electricas has developed and implemented control systems in power stations with turbo gas unit (TGU) and of combined cycle power plants in which it has been detected several necessities and opportunities of technological development. One of most important is the improvement of the strategies of velocity control, power and temperature of the TGU, in order to obtain a safer and profitable operation. Since these units demand a strict and greater number of control requirements, because they are characterized by operating at temperatures, pressures and velocities higher than those of another type of units. An alternative to improve the control strategies of the TGU is the use of other control structures and the use of control techniques with diffuse logic, which can surpass the disadvantages of the conventional control. Due to the former, the reliability requirements of the TGU to get on line without fault, when required, have remarkably increased. The frequent accomplishment of starts, synchronization, load takings and shut-downs in a successful way and in automatic form, strongly depend on the capacities of the control system. During the starting, the main task of the control system consists of accelerating to the turbo-generator from the turn-shaft velocity to the nominal velocity according to a predefined acceleration pattern. The velocity control generates the control actions to accelerate the turbo-generator in a safe way that avoids the occurrence of instabilities of the working fluid, vibration discharges and resonances, high temperatures and combustion instabilities, and in addition, in the minimum of time, with fuel saving and preserving the useful life of the turbo-generator. [Spanish] El Instituto de Investigaciones Electricas ha desarrollado e implantado sistemas de control en centrales con unidad turbo gas (UTG) y centrales de ciclo combinado en las que se ha detectado varias necesidades y oportunidades de desarrollo

  13. ELIPGRID-PC: Upgraded version

    International Nuclear Information System (INIS)

    Davidson, J.R.

    1995-12-01

    Evaluating the need for and the effectiveness of remedial cleanup at waste sites often includes finding average contaminant concentrations and identifying pockets of contamination called hot spots. The standard tool for calculating the probability of detecting pockets of contamination called hot spots has been the ELIPGRID code of singer and Wickman. The ELIPGRID-PC program has recently made this algorithm available for an IBM reg-sign personal computer (PC) or compatible. A new version of ELIPGRID-PC, incorporating Monte Carlo test results and simple graphics, is herein described. Various examples of how to use the program for both single and multiple hot spot cases are given. The code for an American National Standards Institute C version of the ELIPGRID algorithm is provided, and limitations and further work are noted. This version of ELIPGRID-PC reliably meets the goal of moving Singer's ELIPGRID algorithm to the PC

  14. Reliability and validity of the Japanese version of the Resilience Scale and its short version.

    Science.gov (United States)

    Nishi, Daisuke; Uehara, Ritei; Kondo, Maki; Matsuoka, Yutaka

    2010-11-17

    The clinical relevance of resilience has received considerable attention in recent years. The aim of this study is to demonstrate the reliability and validity of the Japanese version of the Resilience Scale (RS) and short version of the RS (RS-14). The original English version of RS was translated to Japanese and the Japanese version was confirmed by back-translation. Participants were 430 nursing and university psychology students. The RS, Center for Epidemiologic Studies Depression Scale (CES-D), Rosenberg Self-Esteem Scale (RSES), Social Support Questionnaire (SSQ), Perceived Stress Scale (PSS), and Sheehan Disability Scale (SDS) were administered. Internal consistency, convergent validity and factor loadings were assessed at initial assessment. Test-retest reliability was assessed using data collected from 107 students at 3 months after baseline. Mean score on the RS was 111.19. Cronbach's alpha coefficients for the RS and RS-14 were 0.90 and 0.88, respectively. The test-retest correlation coefficients for the RS and RS-14 were 0.83 and 0.84, respectively. Both the RS and RS-14 were negatively correlated with the CES-D and SDS, and positively correlated with the RSES, SSQ and PSS (all p reliability, and relatively low concurrent validity. RS-14 was equivalent to the RS in internal consistency, test-retest reliability, and concurrent validity. Low scores on the RS, a positive correlation between the RS and perceived stress, and a relatively low correlation between the RS and depressive symptoms in this study suggest that validity of the Japanese version of the RS might be relatively low compared with the original English version.

  15. Introducing external cephalic version in a Malaysian setting.

    Science.gov (United States)

    Yong, Stephen P Y

    2007-02-01

    To assess the outcome of external cephalic version for routine management of malpresenting foetuses at term. Prospective observational study. Tertiary teaching hospital, Malaysia. From September 2003 to June 2004, a study involving 41 pregnant women with malpresentation at term was undertaken. An external cephalic version protocol was implemented. Data were collected for identifying characteristics associated with success or failure of external cephalic version. Maternal and foetal outcome measures including success rate of external cephalic version, maternal and foetal complications, and characteristics associated with success or failure; engagement of presenting part, placental location, direction of version, attempts at version, use of intravenous tocolytic agent, eventual mode of delivery, Apgar scores, birth weights, and maternal satisfaction with the procedure. Data were available for 38 women. External cephalic version was successful in 63% of patients; the majority (75%) of whom achieved a vaginal delivery. Multiparity (odds ratio=34.0; 95% confidence interval, 0.67-1730) and high amniotic fluid index (4.9; 1.3-18.2) were associated with successful external cephalic version. Engagement of presenting part (odds ratio=0.0001; 95% confidence interval, 0.00001-0.001) and a need to resort to backward somersault (0.02; 0.00001-0.916) were associated with poor success rates. Emergency caesarean section rate for foetal distress directly resulting from external cephalic version was 8%, but there was no perinatal or maternal adverse outcome. The majority (74%) of women were satisfied with external cephalic version. External cephalic version has acceptable success rates. Multiparity, liquor volume, engagement of presenting part, and the need for backward somersault were strong predictors of outcome. External cephalic version is relatively safe, simple to learn and perform, and associated with maternal satisfaction. Modern obstetric units should routinely offer the

  16. External cephalic version-related risks: a meta-analysis.

    Science.gov (United States)

    Grootscholten, Kim; Kok, Marjolein; Oei, S Guid; Mol, Ben W J; van der Post, Joris A

    2008-11-01

    To systematically review the literature on external cephalic version-related complications and to assess if the outcome of a version attempt is related to complications. In March 2007 we searched MEDLINE, EMBASE, and the Cochrane Central Register of Controlled Trials. Studies reporting on complications from an external cephalic version attempt for singleton breech pregnancies after 36 weeks of pregnancy were selected. We calculated odds ratios (ORs) from studies that reported both on complications as well as on the position of the fetus immediately after the procedure. We found 84 studies, reporting on 12,955 version attempts that reported on external cephalic version-related complications. The pooled complication rate was 6.1% (95% CI 4.7-7.8), 0.24% for serious complications (95% confidence interval [CI] 0.17-0.34) and 0.35% for emergency cesarean deliveries (95% CI 0.26-0.47). Complications were not related to external cephalic version outcome (OR 1.2 (95% CI 0.93-1.7). External cephalic version is a safe procedure. Complications are not related to the fetal position after external cephalic version.

  17. Inclusion in the Workplace - Text Version | NREL

    Science.gov (United States)

    Careers » Inclusion in the Workplace - Text Version Inclusion in the Workplace - Text Version This is the text version for the Inclusion: Leading by Example video. I'm Martin Keller. I'm the NREL of the laboratory. Another very important element in inclusion is diversity. Because if we have a

  18. Contrast-enhanced turbo spin-echo(TSE) T1-weighted imaging: improved contrast of enhancing lesions

    International Nuclear Information System (INIS)

    Choi, Sung Wook; Lee, Ghi Jai; Shim, Jae Chan; Lee, Young Ju; Jeong, Se Hyung; Kim, Ho kyun

    1997-01-01

    The purpose of this study was to evaluate the effect of contrast improvement of enhancing brain lesions by inherent magnetization transfer effect in turbo spin-echo(TSE)T1-weighted MR imaging. Twenty-six enhancing lesions of 19 patients were included in this study. Using a 1.0T superconductive MR unit, contrast-enhanced SE T1-weighted images(TR=3D600 msec, TE=3D12 msec, NEX=3D2, acquistition time=3D4min 27sec) and contrast-enhanced TSE T1-weighted images(TR=3D600 msec, TE=3D12, acquistition time=3D1min 44sec) were obtained. Signal intensities at enhancing lesions and adjacent white matter were measured in the same regions of both images. Signal-to-noise ratio(SNR) of enhancing lesions and adjacent white matter, and con-trast-to-noise ratio(CNR) and lesion-to-background contrast (LBC) of enhancing lesions were calculated and statistically analysed using the paired t-test. On contrast-enhanced TSE T1-weighted images, SNR of enhancing lesions and adjacent white matter decreased by 18%(p<0.01) and 32%(p<0.01), respectively, compared to contrast-enhanced SE T1-weighted images. CNR and LBC of enhancing lesions increased by 16%(p<0.05) and 66%(p<0.01), respectively. Due to the proposed inherent magnetization transfer effects in TSE imaging, con-trast-enhanced T1-weighted TSE images demonstrated a statistically significant improvement in CNR and LBC, compared to conventional contrast-enhanced T1-weighted SE images, and scan time was much shorter

  19. Efficient turbine control. Advantages through controlling internal turbine power in place of turbo generator output; Effektive Turbinenregelung. Vorteile durch die Regelung der inneren Turbinenleistung anstelle der Turbogeneratorleistung

    Energy Technology Data Exchange (ETDEWEB)

    Sindelar, R.

    1999-07-01

    Hitherto, the electrical output of turbo generators has generally been controlled by means of power output controllers. Load changes caused, for example, by changeovers to isolated unit operation where the load requirements are unknown at first, often resulted in `wrong way control` effects that sometimes even caused entire turbine generator sets to fail. Controlling the internal turbine power makes it possible to avoid such consequences. (orig.) [Deutsch] Die elektrische Leistung eines Turbogenerators wurde bislang durch Leistungsregler geregelt. Im Falle einer Lastaenderung, wie sie beispielsweise beim Uebergang in den Betrieb auf ein Teilnetz (Insel-) mit vorher unbekannter Last vorkommt, trat ein Falschregeleffekt auf. Auf diesen wurden bereits Turbosatzausfaelle zurueckgefuehrt. Wird anstelle der elektrischen Leistung allerdings die innere Turbinenleistung geregelt, so tritt der Falschregeleffekt nicht ein. (orig.)

  20. Comparing two versions of the Karolinska Sleepiness Scale (KSS).

    Science.gov (United States)

    Miley, Anna Åkerstedt; Kecklund, Göran; Åkerstedt, Torbjörn

    2016-01-01

    The Karolinska Sleepiness Scale (KSS) is frequently used to study sleepiness in various contexts. However, it exists in two versions, one with labels on every other step (version A), and one with labels on every step (version B) on the 9-point scale. To date, there are no studies examining whether these versions can be used interchangeably. The two versions were here compared in a 24 hr wakefulness study of 12 adults. KSS ratings were obtained every hour, alternating version A and B. Results indicated that the two versions are highly correlated, do not have different response distributions on labeled and unlabeled steps, and that the distributions across all steps have a high level of correspondence (Kappa = 0.73). It was concluded that the two versions are quite similar.

  1. MRI of focal liver lesions using a 1.5T turbo-spinecho technique compared with spinecho technique; MRT fokaler Leberlaesionen bei 1,5T Turbo-Spinecho im Vergleich mit der Spinecho-Technik

    Energy Technology Data Exchange (ETDEWEB)

    Steiner, S. [Strahlenklinik und Poliklinik, Universitaetsklinikum Rudolf Virchow, Freie Univ. Berlin (Germany); Vogl, T.J. [Strahlenklinik und Poliklinik, Universitaetsklinikum Rudolf Virchow, Freie Univ. Berlin (Germany); Fischer, P. [Strahlenklinik und Poliklinik, Universitaetsklinikum Rudolf Virchow, Freie Univ. Berlin (Germany); Steger, W. [Strahlenklinik und Poliklinik, Universitaetsklinikum Rudolf Virchow, Freie Univ. Berlin (Germany); Neuhaus, P. [Chirurgische Klinik, Universitaetsklinikum Rudolf Virchow, Freie Univ. Berlin (Germany); Keck, H. [Chirurgische Klinik, Universitaetsklinikum Rudolf Virchow, Freie Univ. Berlin (Germany)

    1995-08-01

    In our study 35 patients with suspected focal liver lesions were examined. Standardised imaging protocol included a conventional T{sub 2}-weighted SE sequence (T{sub R}/T{sub E} = 2000/90/45, acquisition time = 10.20) as well as a T{sub 2}-weighted TSE sequence (T{sub R}/T{sub E} = 4700/90, acquisition time = 6.33). Calculation of S/N and C/N ratio as a basis of quantitative evaluation was done using standard methods. A diagnostic score was implemented to enable qualitative assessment. In 7% (n=2) the TSE sequence enabled detection of further liver lesions showing a size of less than 1 cm in diameter. Comparing anatomical details the TSE sequence was superior. S/N and C/N ratio of anatomic and pathologic structures of the TSE sequence were higher compared to results of the SE sequence. (orig./MG) [Deutsch] In einer prospektiven Studie wurden 35 Patienten mit fokalen Leberlaesionen untersucht. Das standardisierte Untersuchungsschema der Studie umfasste eine konventionelle SE-Sequenz mit T{sub R}/T{sub E} = 2000/90/45 (Akquisitionszeit = 10,20 min) sowie eine TSE-Sequenz mit T{sub R}/T{sub E} = 4700/90 (Akquisitionszeit = 6.33 min). Die Berechnung des S/R- sowie der K/R-Quotienten als Grundlage des quantitativen Vergleichs erfolgte nach Standardmethoden. Der qualitative Vergleich beider Sequenzen erfolgte durch Einschaetzung der Bildqualitaet anhand eines Stufenschemas. In 7% (n=2) konnten mit Hilfe der TSE-Sequenz mehr suspekte Laesionen detektiert werden. Ein Vergleich der Darstellung der anatomischen Detailerkennbarkeit zeigte Ueberlegenheit der TSE-Sequenz. Die S/R-Quotienten und K/R-Quotienten bezogen auf anatomische und pathologische Strukturen wiesen fuer die Turbo-Spinecho-Sequenz hoehere Werte auf. (orig./MG)

  2. Regenerative Heater Optimization for Steam Turbo-Generation Cycles of Generation IV Nuclear Power Plants with a Comparison of Two Concepts for the Westinghouse International Reactor Innovative and Secure (IRIS)

    International Nuclear Information System (INIS)

    Williams, W.C.

    2002-01-01

    The intent of this study is to discuss some of the many factors involved in the development of the design and layout of a steam turbo-generation unit as part of a modular Generation IV nuclear power plant. Of the many factors involved in the design and layout, this research will cover feed water system layout and optimization issues. The research is arranged in hopes that it can be generalized to any Generation IV system which uses a steam powered turbo-generation unit. The research is done using the ORCENT-II heat balance codes and the Salisbury methodology to be reviewed herein. The Salisbury methodology is used on an original cycle design by Famiani for the Westinghouse IRIS and the effects due to parameter variation are studied. The vital parameters of the Salisbury methodology are the incremental heater surface capital cost (S) in $/ft 2 , the value of incremental power (I) in $/kW, and the overall heat transfer coefficient (U) in Btu/ft 2 -degrees Fahrenheit-hr. Each is varied in order to determine the effects on the cycles overall heat rate, output, as well as, the heater surface areas. The effects of each are shown. Then the methodology is then used to compare the optimized original Famiani design consisting of seven regenerative feedwater heaters with an optimized new cycle concept, INRC8, containing four regenerative heaters. The results are shown. It can be seen that a trade between the complexity of the seven stage regenerative Famiani cycle and the simplicity of the INRC8 cycle can be made. It is desired that this methodology can be used to show the ability to evaluate modularity through the value of size a complexity of the system as well as the performance. It also shows the effectiveness of the Salisbury methodology in the optimization of regenerative cycles for such an evaluation

  3. Magnetic resonance imaging in cadaver dogs with metallic vertebral implants at 3 Tesla: evaluation of the WARP-turbo spin echo sequence.

    Science.gov (United States)

    Griffin, John F; Archambault, Nicholas S; Mankin, Joseph M; Wall, Corey R; Thompson, James A; Padua, Abraham; Purdy, David; Kerwin, Sharon C

    2013-11-15

    Laboratory investigation, ex vivo. Postoperative complications are common after spinal implantation procedures, and magnetic resonance imaging (MRI) would be the ideal modality to image these patients. Unfortunately, the implants cause artifacts that can render MRI nondiagnostic. The WARP-turbo spin echo (TSE) sequence has been developed to mitigate artifacts caused by metal. The objective of this investigation was to evaluate the performance of the WARP-TSE sequence in canine cadaver specimens after implantation with metallic vertebral implants. Magnetic field strength, implant type, and MRI acquisition technique all play a role in the severity of susceptibility artifacts. The WARP-TSE sequence uses increased bandwidth, view angle tilting, and SEMAC (slice-encoding metal artifact correction) to correct for susceptibility artifact. The WARP-TSE technique has outperformed conventional techniques in patients, after total hip arthroplasty. However, published reports of its application in subjects with vertebral column implants are lacking. Ex vivo anterior stabilization of the atlantoaxial joint was performed on 6 adult small breed (implantation with stainless steel implants. N/A.

  4. Epidemiologia de la malaria falciparum complicada: estudio de casos y controles en Tumaco y Turbo, Colombia, 2003 The epidemiology of complicated falciparum malaria: case and controls study in Tumaco and Turbo, Colombia, 2003

    Directory of Open Access Journals (Sweden)

    Alberto Tobón C.

    2006-09-01

    Full Text Available OBJETIVOS: Identificar aspectos del hospedero, del parásito y del ambiente asociados con ocurrencia de malaria por Plasmodium falciparum complicada. MÉTODOS: Estudio de casos y controles en pacientes de Tumaco y Turbo (Colombia aplicando los criterios de complicación de la Organización Mundial de la Salud. RESULTADOS: Entre noviembre 2002 y julio 2003 se captaron 64 casos (malaria complicada y 135 controles (malaria no complicada. Las complicaciones fueron: hiperparasitemia (40%, falla hepática (36%, síndrome dificultad respiratoria aguda (7%, falla renal (4%, trombocitopenia grave (3%, anemia grave (2%, malaria cerebral (2% e hipoglicemia grave (1%. Se encontraron como factores de riesgo para malaria falciparum complicada: a Los antecedentes de malaria falciparum durante el último año fueron menores en los casos (OR= 7.0 (1.2-43.6 P=0.019; b Mayor uso previo de antimaláricos en los casos (OR=2.2 (1.1-4.4 P=0.031 y c mayor uso de cloroquina en los casos (OR=7.4 (1.1-7.8 P=0.017. Se hallaron los alelos MAD-20 y K1 del gen msp1 y FC-27 e IC-1 del gen msp2, cuya distribución de frecuencias fue similar entre casos y controles, aunque el alelo K1 mostró una variación importante entre grupos (casos: 9.4%, controles: 3.5%. La frecuencia de "signos de peligro" fue significativamente mayor en los casos (OR= 3.3, (1.5-7.4 P=0.001. Los criterios de complicación malárica de la Organización Mundial de la Salud se comparan con otros y se discuten algunas implicaciones. CONCLUSIÓN: Se identificaron como factores de riesgo para malaria falciparum complicada, la ausencia de antecedentes de malaria falciparum en el último año y el uso de antimaláricos antes de llegar al hospital.OBJECTIVES: Aimed at identifying host and parasite aspects associated to the presence of Plasmodium falciparum complicated malaria. METHODS: Case and controls study in patients from Tumaco and Turbo (Colombia. We used the World Health Organization criteria to assess the

  5. [Effects mangrove conversion to pasture on density and shell size of two gastropods in the Turbo River Delta (Urabá Gulf, Caribbean coast of Colombia)].

    Science.gov (United States)

    Blanco, Juan F; Castaño, María C

    2012-12-01

    Mangrove deforestation is widespread in the Greater Caribbean but its impact on macrobenthos has not been evaluated to date. In order to assess the impact of mangrove conversion to pasture, densities and shell sizes of two dominant gastropods (Neritina virginea and Melampus coffeus) were compared among four mangrove types: 1) Rhizophora mangle-dominated fringing mangroves, 2) Avicennia germinans-dominated basin mangroves, 3) Mixed-species basin mangroves, and 4) A. germinans- basin mangroves converted to pastures, in the Turbo River Delta (Urabá Gulf, Colombia). Mangrove types were polygon-delimited with satellite images and color aerial photographs were taken in 2009. Various (nsoil properties (e.g. temperature, pH, organic matter content). Finally, we also hypothesize that the local extinction of N. virginea due to clear-cutting may exert strong negative effects on the ecosystem function because it is a dominant omnivore.

  6. FORM version 4.0

    Science.gov (United States)

    Kuipers, J.; Ueda, T.; Vermaseren, J. A. M.; Vollinga, J.

    2013-05-01

    We present version 4.0 of the symbolic manipulation system FORM. The most important new features are manipulation of rational polynomials and the factorization of expressions. Many other new functions and commands are also added; some of them are very general, while others are designed for building specific high level packages, such as one for Gröbner bases. New is also the checkpoint facility, that allows for periodic backups during long calculations. Finally, FORM 4.0 has become available as open source under the GNU General Public License version 3. Program summaryProgram title: FORM. Catalogue identifier: AEOT_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEOT_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: GNU General Public License, version 3 No. of lines in distributed program, including test data, etc.: 151599 No. of bytes in distributed program, including test data, etc.: 1 078 748 Distribution format: tar.gz Programming language: The FORM language. FORM itself is programmed in a mixture of C and C++. Computer: All. Operating system: UNIX, LINUX, Mac OS, Windows. Classification: 5. Nature of problem: FORM defines a symbolic manipulation language in which the emphasis lies on fast processing of very large formulas. It has been used successfully for many calculations in Quantum Field Theory and mathematics. In speed and size of formulas that can be handled it outperforms other systems typically by an order of magnitude. Special in this version: The version 4.0 contains many new features. Most important are factorization and rational arithmetic. The program has also become open source under the GPL. The code in CPC is for reference. You are encouraged to upload the most recent sources from www.nikhef.nl/form/formcvs.php because of frequent bug fixes. Solution method: See "Nature of Problem", above. Additional comments: NOTE: The code in CPC is for reference. You are encouraged

  7. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (MACINTOSH VERSION)

    Science.gov (United States)

    Culbert, C.

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  8. NOAA Climate Data Record (CDR) of AVHRR Daily and Monthly Aerosol Optical Thickness over Global Oceans, Version 2.0 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Version 2 of the dataset has been superseded by a newer version. Users should not use version 2 except in rare cases (e.g., when reproducing previous studies that...

  9. NOAA Climate Data Record (CDR) of AVHRR Daily and Monthly Aerosol Optical Thickness over Global Oceans, Version 1.0 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Version 1 of the dataset has been superseded by a newer version. Users should not use version 1 except in rare cases (e.g., when reproducing previous studies that...

  10. Apontamentos de Pascal

    OpenAIRE

    Luisa Costa Sousa

    2000-01-01

    Neste trabalho introduzimos alguns conceitos fundamentais parapodermos comunicar com um computador de modo a que este executeuma dada tarefa. Para isso temos de especif icar uma sequência depassos através de uma linguagem compreendida pelo computador(linguagem de programação), de modo a que ele possa efectuar essatarefa, ou seja temos de escrever um programa. A actividade deescrever programas chama-se programação. Desejamos assim, comeste trabalho, efectuar uma introdução à programação discip...

  11. ANGUI PASCAL.mdi

    African Journals Online (AJOL)

    USER

    l'amélioration des paramètres chimiques de deux types de sols. Il s'agit d'un ... et de dolomie (pour comparaison) pendant 30 j, en vue d'étudier leurs effets sur le pH, la capacité d'échange .... 5,5 n'ayant pas subi de coagulation-floculation.

  12. Schema Versioning for Multitemporal Relational Databases.

    Science.gov (United States)

    De Castro, Cristina; Grandi, Fabio; Scalas, Maria Rita

    1997-01-01

    Investigates new design options for extended schema versioning support for multitemporal relational databases. Discusses the improved functionalities they may provide. Outlines options and basic motivations for the new design solutions, as well as techniques for the management of proposed schema versioning solutions, includes algorithms and…

  13. Moxibustion for Cephalic Version of Breech Presentation.

    Science.gov (United States)

    Schlaeger, Judith M; Stoffel, Cynthia L; Bussell, Jeanie L; Cai, Hui Yan; Takayama, Miho; Yajima, Hiroyoshi; Takakura, Nobuari

    2018-05-01

    Moxibustion, a form of traditional Chinese medicine (TCM), is the burning of the herb moxa (Folium Artemisiae argyi or mugwort) over acupuncture points. It is often used in China to facilitate cephalic version of breech presentation. This article reviews the history, philosophy, therapeutic use, possible mechanisms of action, and literature pertaining to its use for this indication. For moxibustion, moxa can be rolled into stick form, placed directly on the skin, or placed on an acupuncture needle and ignited to warm acupuncture points. Studies have demonstrated that moxibustion may promote cephalic version of breech presentation and may facilitate external cephalic version. However, there is currently a paucity of research on the effects of moxibustion on cephalic version of breech presentation, and thus there is a need for further studies. Areas needing more investigation include efficacy, safety, optimal technique, and best protocol for cephalic version of breech presentation. © 2018 by the American College of Nurse-Midwives.

  14. London SPAN version 4 parameter file format

    International Nuclear Information System (INIS)

    2004-06-01

    Powernext SA is a Multilateral Trading Facility in charge of managing the French power exchange through an optional and anonymous organised trading system. Powernext SA collaborates with the clearing organization LCH.Clearnet SA to secure and facilitate the transactions. The French Standard Portfolio Analysis of Risk (SPAN) is a system used by LCH.Clearnet to calculate the initial margins from and for its clearing members. SPAN is a computerized system which calculates the impact of several possible variations of rates and volatility on by-product portfolios. The initial margin call is equal to the maximum probable loss calculated by the system. This document contains details of the format of the London SPAN version 4 parameter file. This file contains all the parameters and risk arrays required to calculate SPAN margins. London SPAN Version 4 is an upgrade from Version 3, which is also known as LME SPAN. This document contains the full revised file specification, highlighting the changes from Version 3 to Version 4

  15. Diez años de eficacia terapéutica de la cloroquina en malaria no complicada por Plasmodium vivax, Turbo, Antioquia, años 2002 y 2011

    Directory of Open Access Journals (Sweden)

    Alexandra Ríos

    2013-09-01

    Full Text Available Introducción. La eficacia terapéutica de los antipalúdicos debe ser vigilada permanentemente debido al problema de resistencia. En Colombia existen pocos estudios que evalúen la eficacia de la cloroquina en la malaria no complicada por Plasmodium vivax. Objetivo. Evaluar la respuesta terapéutica de la cloroquina en el tratamiento del paludismo no complicado por P. vivax en el año 2011 en Turbo, Antioquia, y comparar estos resultados con los del estudio realizado en el año 2002 en el mismo municipio. Materiales y métodos. Se llevaron a cabo dos estudios en los que se incluyeron 152 participantes (50 en el año 2002 y 102 en el año 2011, todos mayores de cinco años, con malaria no complicada e infección simple por P. vivax, según los criterios de la Organización Mundial de la Salud (OMS. Se evaluó la eficacia terapéutica de la cloroquina, según los protocolos vigentes de la Organización anamericana de la Salud (1998 y la OMS (2009; se dio tratamiento estándar supervisado con 1.500 mg de cloroquina en tres días y se hizo seguimiento clínico y parasitológico los días 0, 1, 2, 3, 7, 14 y 21 en el año 2002 y, además, el día 28 en el año 2011. Al finalizar el seguimiento se suministró primaquinaa una dosis diaria de 0,25 mg/kg durante 14 días en todos los participantes. Resultados. Los resultados clínico y parasitológicos fueron adecuados en el 100 % de los participantes de ambos estudios. Conclusiones. La cloroquina continúa siendo eficaz para el tratamiento de la malaria no complicada por P. vivax en Turbo, Antioquia.   doi: http://dx.doi.org/10.7705/biomedica.v33i3.1631

  16. Toward a microrealistic version of quantum mechanics. II

    International Nuclear Information System (INIS)

    Maxwell, N.

    1976-01-01

    Possible objections to the propensity microrealistic version of quantum mechanics proposed previously are answered. This version of quantum mechanics is compared with the statistical, particle, microrealistic viewpoint, and a crucial experiment is proposed designed to distinguish between these two microrealistic versions of quantum mechanics

  17. COSY INFINITY Version 9

    International Nuclear Information System (INIS)

    Makino, Kyoko; Berz, Martin

    2006-01-01

    In this paper, we review the features in the newly released version of COSY INFINITY, which currently has a base of more than 1000 registered users, focusing on the topics which are new and some topics which became available after the first release of the previous versions 8 and 8.1. The recent main enhancements of the code are devoted to reliability and efficiency of the computation, to verified integration, and to rigorous global optimization. There are various data types available in COSY INFINITY to support these goals, and the paper also reviews the feature and usage of those data types

  18. Evaluation of Psychometric Properties of the Malay Version ...

    African Journals Online (AJOL)

    Evaluation of Psychometric Properties of the Malay Version Perceived Stress Scale in Two Occupational Settings In Malaysia. ... Statistical analysis was carried out using statistical package for the social sciences version 16 (SPSS, Chicago, IL, USA) software. Results: Analysis yielded two factor structure of the Malay version ...

  19. NNEPEQ: Chemical equilibrium version of the Navy/NASA Engine Program

    Science.gov (United States)

    Fishbach, Laurence H.; Gordon, Sanford

    1988-01-01

    The Navy NASA Engine Program, NNEP, currently is in use at a large number of government agencies, commercial companies and universities. This computer code has bee used extensively to calculate the design and off-design (matched) performance of a broad range of turbine engines, ranging from subsonic turboprops to variable cycle engines for supersonic transports. Recently, there has been increased interest in applications for which NNEP was not capable of simulating, namely, high Mach applications, alternate fuels including cryogenics, and cycles such as the gas generator air-turbo-rocker (ATR). In addition, there is interest in cycles employing ejectors such as for military fighters. New engine component models had to be created for incorporation into NNEP, and it was found necessary to include chemical dissociation effects of high temperature gases. The incorporation of these extended capabilities into NNEP is discussed and some of the effects of these changes are illustrated.

  20. NNEPEQ - Chemical equilibrium version of the Navy/NASA Engine Program

    Science.gov (United States)

    Fishbach, L. H.; Gordon, S.

    1989-01-01

    The Navy NASA Engine Program, NNEP, currently is in use at a large number of government agencies, commercial companies and universities. This computer code has been used extensively to calculate the design and off-design (matched) performance of a broad range of turbine engines, ranging from subsonic turboprops to variable cycle engines for supersonic transports. Recently, there has been increased interest in applications for which NNEP was not capable of simulating, namely, high Mach applications, alternate fuels including cryogenics, and cycles such as the gas generator air-turbo-rocker (ATR). In addition, there is interest in cycles employing ejectors such as for military fighters. New engine component models had to be created for incorporation into NNEP, and it was found necessary to include chemical dissociation effects of high temperature gases. The incorporation of these extended capabilities into NNEP is discussed and some of the effects of these changes are illustrated.

  1. User's manual, version 1.00 for Monteburns, version 3.01

    International Nuclear Information System (INIS)

    Poston, D.I.; Trellue, H.R.

    1998-06-01

    Monteburns is a fully automated tool that links the Monte Carlo transport code MCNP with the radioactive decay and burnup code ORIGEN2. Monteburns produces a large number of criticality and burnup results based on various material feed/removal specifications, power(s), and time intervals. The program processes input from the user that specifies the system geometry, initial material compositions, feed/removal specifications, and other code-specific parameters. Various results from MCNP, ORIGEN2, and other calculations are then output successively as the code runs. The principle function of monteburns is to transfer one-group cross section and flux values from MCNP to ORIGEN2, and then transfer the resulting material compositions (after irradiation and/or decay) from ORIGEN2 back to MCNP in a repeated, cyclic fashion. The basic requirement of the code is that the user have a working MCNP input file and other input parameters; all interaction with ORIGEN2 and other calculations are performed by monteburns. This report serves as a user's manual for monteburns. It describes how the code functions, what input the user must provide, the calculations performed by the code, and it presents the format required for input files, as well as samples of these files. Monteburns is still in a developmental stage; thus, additions and/or changes may be made over time, and the user's manual will change as well. This is the first version of the user's manual (valid for monteburns version 3.01); users should contact the authors to inquire if a more recent version is available

  2. Reducing contrast contamination in radial turbo-spin-echo acquisitions by combining a narrow-band KWIC filter with parallel imaging.

    Science.gov (United States)

    Neumann, Daniel; Breuer, Felix A; Völker, Michael; Brandt, Tobias; Griswold, Mark A; Jakob, Peter M; Blaimer, Martin

    2014-12-01

    Cartesian turbo spin-echo (TSE) and radial TSE images are usually reconstructed by assembling data containing different contrast information into a single k-space. This approach results in mixed contrast contributions in the images, which may reduce their diagnostic value. The goal of this work is to improve the image contrast from radial TSE acquisitions by reducing the contribution of signals with undesired contrast information. Radial TSE acquisitions allow the reconstruction of multiple images with different T2 contrasts using the k-space weighted image contrast (KWIC) filter. In this work, the image contrast is improved by reducing the band-width of the KWIC filter. Data for the reconstruction of a single image are selected from within a small temporal range around the desired echo time. The resulting dataset is undersampled and, therefore, an iterative parallel imaging algorithm is applied to remove aliasing artifacts. Radial TSE images of the human brain reconstructed with the proposed method show an improved contrast when compared with Cartesian TSE images or radial TSE images with conventional KWIC reconstructions. The proposed method provides multi-contrast images from radial TSE data with contrasts similar to multi spin-echo images. Contaminations from unwanted contrast weightings are strongly reduced. © 2014 Wiley Periodicals, Inc.

  3. NPS-PASCAL. A Microcomputer-based Implementation of the PASCAL Programming Language.

    Science.gov (United States)

    1980-03-01

    re:ader is familiar with Ref’s. 1 and 2. 13. kPFCkA The! first step in ccntinuirgg the NPq-?ASCkL -ro~lect was to corivert the soure nro--rar-s fro... sour cm ro- re- Cti s - intor-ediate lantgueee file an! -aT -rr an ontiral li 5t I - of the sourn- oro-:re7 to te- -orsolp. --- ore zess :r h wa s t...If f = e tnen halt. All actual -arameters have beer . copied into the foral narareter locratio< in the PC?. (4) PT locatior (IDLC + t - p()) top c f

  4. Major Upgrades to the AIRS Version-6 Ozone Profile Methodology

    Science.gov (United States)

    Susskind, Joel; Blaisdell, John; Iredell, Lena

    2015-01-01

    This research is a continuation of part of what was shown at the last AIRS Science Team Meeting in the talk Improved Water Vapor and Ozone Profiles in SRT AIRS Version-6.X and the AIRS February 11, 2015 NetMeeting Further improvements in water vapor and ozone profiles compared to Version-6.AIRS Version-6 was finalized in late 2012 and is now operational. Version-6 contained many significant improvements in retrieval methodology compared to Version-5. However, Version-6 retrieval methodology used for the water vapor profile q(p) and ozone profile O3(p) retrievals is basically unchanged from Version-5, or even from Version-4. Subsequent research has made significant improvements in both water vapor and O3 profiles compared to Version-6. This talk will concentrate on O3 profile retrievals. Improvements in water vapor profile retrievals are given in a separate presentation.

  5. Efecto de la conversión del manglar a potrero sobre la densidad y tallas de dos gasterópodos en el delta del río Turbo (golfo de Urabá, Caribe colombiano Effects mangrove conversion to pasture on density and shell size of two gastropods in the Turbo River Delta (Urabá Gulf, Caribbean coast of Colombia

    Directory of Open Access Journals (Sweden)

    Juan F. Blanco

    2012-12-01

    Full Text Available El delta del río Turbo es una de las áreas del golfo de Urabá, Colombia donde la tala de manglar es más extensa y activa, por lo tanto, se evaluó el impacto de la conversión de manglar a potrero, comparando la densidad y talla promedio de dos gasterópodos (Neritina virginea y Melampus coffeus, variables dasonómicas, físico-químicas intersticiales y granulométricas del suelo entre varios parches de: 1 manglar de franja, 2 manglar de cuenca, 3 manglar de cuenca mixto y 4 manglar de cuenca convertido a potrero, en el delta del río Turbo de este golfo, entre enero y diciembre 2009. Las densidades y tallas de los gasterópodos fueron mayores en el manglar de franja. N. virginea fue muy abundante pero disminuyó hacia el manglar de cuenca (debido a sus hábitos diádromos, y desapareció casi completamente en los potreros, donde los individuos estuvieron agregados en las pocas áreas anegadas. En los potreros, los individuos de M. coffeus estuvieron agrupados en los árboles remanentes debido a su hábito arborícola y su condición de pulmonado. Se sugiere que la escasez de los gasterópodos está relacionada con la degradación del microhábitat físico, y la alteración de propiedades del suelo. Finalmente, también planteamos que la extinción local de N. virginea debida a la tala puede ejercer fuertes efectos negativos sobre la función ecosistémica debido a que es un omnívoro dominante.Mangrove deforestation is widespread in the Greater Caribbean but its impact on macrobenthos has not been evaluated to date. In order to assess the impact of mangrove conversion to pasture, densities and shell sizes of two dominant gastropods (Neritina virginea and Melampus coffeus were compared among four mangrove types: 1 Rhizophora mangle-dominated fringing mangroves, 2 Avicennia germinans-dominated basin mangroves, 3 Mixed-species basin mangroves, and 4 A. germinansbasin mangroves converted to pastures, in the Turbo River Delta (Urabá Gulf

  6. Comparison of CFD-calculations of centrifugal compressor stages by NUMECA Fine Turbo and ANSYS CFX programs

    Science.gov (United States)

    Galerkin, Y. B.; Voinov, I. B.; Drozdov, A. A.

    2017-08-01

    Computational Fluid Dynamics (CFD) methods are widely used for centrifugal compressors design and flow analysis. The calculation results are dependent on the chosen software, turbulence models and solver settings. Two of the most widely applicable programs are NUMECA Fine Turbo and ANSYS CFX. The objects of the study were two different stages. CFD-calculations were made for a single blade channel and for full 360-degree flow paths. Stage 1 with 3D impeller and vaneless diffuser was tested experimentally. Its flow coefficient is 0.08 and loading factor is 0.74. For stage 1 calculations were performed with different grid quality, a different number of cells and different models of turbulence. The best results have demonstrated the Spalart-Allmaras model and mesh with 1.854 million cells. Stage 2 with return channel, vaneless diffuser and 3D impeller with flow coefficient 0.15 and loading factor 0.5 was designed by the known Universal Modeling Method. Its performances were calculated by the well identified Math model. Stage 2 performances by CFD calculations shift to higher flow rate in comparison with design performances. The same result was obtained for stage 1 in comparison with measured performances. Calculated loading factor is higher in both cases for a single blade channel. Loading factor performance calculated for full flow path (“360 degrees”) by ANSYS CFX is in satisfactory agreement with the stage 2 design performance. Maximum efficiency is predicted accurately by the ANSYS CFX “360 degrees” calculation. “Sector” calculation is less accurate. Further research is needed to solve the problem of performances mismatch.

  7. Reduction of respiratory ghosting motion artifacts in conventional two-dimensional multi-slice Cartesian turbo spin-echo: which k-space filling order is the best?

    Science.gov (United States)

    Inoue, Yuuji; Yoneyama, Masami; Nakamura, Masanobu; Takemura, Atsushi

    2018-06-01

    The two-dimensional Cartesian turbo spin-echo (TSE) sequence is widely used in routine clinical studies, but it is sensitive to respiratory motion. We investigated the k-space orders in Cartesian TSE that can effectively reduce motion artifacts. The purpose of this study was to demonstrate the relationship between k-space order and degree of motion artifacts using a moving phantom. We compared the degree of motion artifacts between linear and asymmetric k-space orders. The actual spacing of ghost artifacts in the asymmetric order was doubled compared with that in the linear order in the free-breathing situation. The asymmetric order clearly showed less sensitivity to incomplete breath-hold at the latter half of the imaging period. Because of the actual number of partitions of the k-space and the temporal filling order, the asymmetric k-space order of Cartesian TSE was superior to the linear k-space order for reduction of ghosting motion artifacts.

  8. [External cephalic version of breech presentation at term].

    Science.gov (United States)

    Albrechtsen, Susanne; Berge, Lillian N; Børdahl, Per E; Egeland, Thore; Henriksen, Tore; Håheim, Lise Lund; Øian, Pål

    2005-03-03

    External cephalic version could be an alternative to either vaginal delivery or caesarean section in breech presentation at term. A systematic literature review about external cephalic version in breech presentation. The numbers of breech presentation delivered by caesarean section could probably be reduced in Norway by offering version, but this would not affect perinatal mortality.

  9. Trace contaminant control simulation computer program, version 8.1

    Science.gov (United States)

    Perry, J. L.

    1994-01-01

    The Trace Contaminant Control Simulation computer program is a tool for assessing the performance of various process technologies for removing trace chemical contamination from a spacecraft cabin atmosphere. Included in the simulation are chemical and physical adsorption by activated charcoal, chemical adsorption by lithium hydroxide, absorption by humidity condensate, and low- and high-temperature catalytic oxidation. Means are provided for simulating regenerable as well as nonregenerable systems. The program provides an overall mass balance of chemical contaminants in a spacecraft cabin given specified generation rates. Removal rates are based on device flow rates specified by the user and calculated removal efficiencies based on cabin concentration and removal technology experimental data. Versions 1.0 through 8.0 are documented in NASA TM-108409. TM-108409 also contains a source file listing for version 8.0. Changes to version 8.0 are documented in this technical memorandum and a source file listing for the modified version, version 8.1, is provided. Detailed descriptions for the computer program subprograms are extracted from TM-108409 and modified as necessary to reflect version 8.1. Version 8.1 supersedes version 8.0. Information on a separate user's guide is available from the author.

  10. The Gaia Framework: Version Support In Web Based Open Hypermedia

    DEFF Research Database (Denmark)

    Grønbæk, Kaj; Kejser, Thomas

    2004-01-01

    The GAIA framework prototype, described herein, explores the possibilities and problems that arise when combining versioning and open hypermedia paradigms. It will be argued that it - by adding versioning as a separate service in the hypermedia architecture – is possible to build consistent...... versioning field and GAIA is compared with previous attempts at defining hypermedia versioning frameworks. GAIA is capable of multi-level versioning and versioning of structures and supports freezing mechanisms for both documents and hyperstructure. The experiences from GAIA provide an input to new reference...

  11. The Gaia Framework: Version Support In Web Based Open Hypermedia

    DEFF Research Database (Denmark)

    Kejser, Thomas; Grønbæk, Kaj

    2003-01-01

    The GAIA framework prototype, described herein, explores the possibilities and problems that arise when combining versioning and open hypermedia paradigms. It will be argued that it - by adding versioning as a separate service in the hypermedia architecture - is possible to build consistent...... versioning field and GAIA is compared with previous attempts at defining hypermedia versioning frameworks. GAIA is capable of multi-level versioning and versioning of structures and supports freezing mechanisms for both documents and hyperstructure. The experiences from GAIA provide an input to new reference...

  12. Versions of the Waste Reduction Model (WARM)

    Science.gov (United States)

    This page provides a brief chronology of changes made to EPA’s Waste Reduction Model (WARM), organized by WARM version number. The page includes brief summaries of changes and updates since the previous version.

  13. PROSA version 4.0 manual

    International Nuclear Information System (INIS)

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

    1991-05-01

    This report includes a comprehensive manual of the computer program PROSA which illustrate the handling and functioning of PROSA. The manual PROSA 4.0 (FORTRAN 77) describes the PC Version of PROSA including its program moduls. The PROSA program package is a statistical tool to decide on the basis of statistical assumptions whether in a given sequence of material balance periods a loss of material might have occurred. The evaluation of the material balance data is based on statistical test procedures. In the present PROSA Version 4.0 the three tests CUMUF test, PAGE's test and GEMUF test are applied to a sequence of material balances. PROSA Version 4.0 supports a real sequential evaluation. That means, PROSA is not only able to evaluate a series of MUF values sequentially after the campaign has finished, but also real sequentially during the campaign. PROSA Version 4.0 is a menu-guided computer program. Data input can be performed either by diskette or by key-enter. Result output is primarily an information whether or not an alarm is indicated. This information can be displayed either numerically or graphically. Therefore, a comfortable graphical output utility is attached to PROSA 4.0. The program moduls are compiled and linked with the Ryan Mc-Farland Compiler. The PROSA graphical utility uses the PLOT88 Library of Plotworks, Inc. (orig./HP) [de

  14. Training simulator takes to the road

    International Nuclear Information System (INIS)

    Curtis, J.; Moore, R.

    1993-01-01

    A peripatetic approach to technical training is being adopted by Nuclear Electric in the use with its plants to adopt a compact, mobile simulator for certain training applications. Unlike the fixed digital power plant simulators housed at the company's Oldbury Nuclear Training Center near Bristol and the Cliff Quay Training Centre in Ipswich, these are designed to travel around the country to server users. The first of the mobile simulators will be used to train operators in the safe switching of high voltage apparatus between power stations and the UK National Grid transmission system. The simulator comprises a four-piece, four-position suite of equipment, providing power station and sub-station control room panels and a grid control module, all of which are managed by a tutor's station. It is driven by six IBM PC compatibles - four 486 and two 386 machines - operating under MS-DOS 5 and to a program written in Turbo Pascal. The simulator packs away inside a trailer, which can then be towed behind the tutor's car to its next location. One person can unload and set up the equipment in 30 minutes. Fully staffed, the simulator can be used with up to six operators or for individual tuition at each work station. (author)

  15. Danish version of 'The COPD self-efficacy scale'

    DEFF Research Database (Denmark)

    Emme, Christina; Mortensen, Erik L; Rydahl-Hansen, Susan

    2012-01-01

    Scand J Caring Sci; 2012; 26; 615-623 Danish version of 'The COPD self-efficacy scale': translation and psychometric properties The aim of the study was to translate 'The COPD self-efficacy scale' (CSES) into Danish and to evaluate the psychometric properties of the Danish version (CSES-DK). CSES...... enables assessment of self-efficacy in individuals with chronic obstructive pulmonary disease (COPD). The scale consists of 34 items, describing situations which may cause dyspnoea in patients with COPD. The CSES was translated into Danish using a standard forward-backward translation procedure...... analysis was conducted to compare the internal structure of the Danish version and the American source version. The study included 151 patients with COPD, recruited from three outpatient clinics. Estimates of reliability were in accordance with the original version of CSES (Cronbach's a = 0.97, test...

  16. Ecodesign Directive version 2.0

    DEFF Research Database (Denmark)

    This present report reports on the main findings of the project Ecodesign Directive version 2.0 - from Energy Efficiency to Resource Efficiency. The project is financed by the Danish Environmental Protection Agency and ran from December 2012 to June 2014.......This present report reports on the main findings of the project Ecodesign Directive version 2.0 - from Energy Efficiency to Resource Efficiency. The project is financed by the Danish Environmental Protection Agency and ran from December 2012 to June 2014....

  17. [Fetal version as ambulatory intervention].

    Science.gov (United States)

    Nohe, G; Hartmann, W; Klapproth, C E

    1996-06-01

    The external cephalic version (ECV) of the fetus at term reduces the maternal and fetal risks of intrapartum breech presentation and Caesarean delivery. Since 1986 over 800 external cephalic versions were performed in the outpatient Department of Obstetrics and Gynaecology of the Städtische Frauenklinik Stuttgart. 60.5% were successful. NO severe complications occurred. Sufficient amniotic fluid as well as the mobility of the fetal breech is a major criterion for the success of the ECV. Management requires a safe technique for mother and fetus. This includes ultrasonography, elektronic fetal monitoring and the ability to perform immediate caesarean delivery as well as the performance of ECV without analgesicas and sedatives. More than 70% of the ECV were successful without tocolysis. In unsuccessful cases the additional use of tocolysis improves the success rate only slightly. Therefore routine use of tocolysis does not appear necessary. External cephalic version can be recommended as an outpatient treatment without tocolysis.

  18. Development of HyPEP, A Hydrogen Production Plant Efficiency Calculation Program

    International Nuclear Information System (INIS)

    Lee, Young Jin; Park, Ji Won; Lee, Won Jae; Shin, Young Joon; Kim, Jong Ho; Hong, Sung Deok; Lee, Seung Wook; Hwang, Moon Kyu

    2007-12-01

    Development of HyPEP program for assessing the steady-state hydrogen production efficiency of the nuclear hydrogen production facilities was carried out. The main developmental aims of the HyPEP program are the extensive application of the GUI for enhanced user friendliness and the fast numerical solution scheme. These features are suitable for such calculations as the optimisation calculations. HyPEP was developed with the object-oriented programming techniques. The components of the facility was modelled as objects in a hierarchical structure where the inheritance property of the object oriented program were extensively applied. The Delphi program language which is based on the Object Pascal was used for the HyPEP development. The conservation equations for the thermal hydraulic flow network were setup and the numerical solution scheme was developed and implemented into HyPEP beta version. HyPEP beta version has been developed with working GUI and the numerical solution scheme implementation. Due to the premature end of this project the fully working version of HyPEP was not produced

  19. Detect-PC Software Version 3.0

    International Nuclear Information System (INIS)

    Arista Romeu, E. J.

    2011-01-01

    The 'Thyroid uptake system Detect-PC' developed and manufactured at CEADEN is object of follow-up by its manufacturer in order to fulfill the established national requirements to medical equipment. Taking into account observations from the users of the system, several modifications were implemented that resulted in a new software version, the 3.0.0. These modifications were mainly introduced to easy carrying out the energetic calibration of the system. In this new version all the working modes of the system were thoroughly tested and a Medic Physics was trained in the use of the application software. Acceptance tests were carried out in a thyroid uptake system installed in the Hermanos Ameijeiras Hospital, where this version of the software remained installed and in operation. (Author)

  20. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (IBM PC VERSION)

    Science.gov (United States)

    Riley, G.

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  1. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (DEC RISC ULTRIX VERSION)

    Science.gov (United States)

    TAE SUPPORT OFFICE

    1994-01-01

    programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC

  2. Neuraxial blockade for external cephalic version: Cost analysis.

    Science.gov (United States)

    Yamasato, Kelly; Kaneshiro, Bliss; Salcedo, Jennifer

    2015-07-01

    Neuraxial blockade (epidural or spinal anesthesia/analgesia) with external cephalic version increases the external cephalic version success rate. Hospitals and insurers may affect access to neuraxial blockade for external cephalic version, but the costs to these institutions remain largely unstudied. The objective of this study was to perform a cost analysis of neuraxial blockade use during external cephalic version from hospital and insurance payer perspectives. Secondarily, we estimated the effect of neuraxial blockade on cesarean delivery rates. A decision-analysis model was developed using costs and probabilities occurring prenatally through the delivery hospital admission. Model inputs were derived from the literature, national databases, and local supply costs. Univariate and bivariate sensitivity analyses and Monte Carlo simulations were performed to assess model robustness. Neuraxial blockade was cost saving to both hospitals ($30 per delivery) and insurers ($539 per delivery) using baseline estimates. From both perspectives, however, the model was sensitive to multiple variables. Monte Carlo simulation indicated neuraxial blockade to be more costly in approximately 50% of scenarios. The model demonstrated that routine use of neuraxial blockade during external cephalic version, compared to no neuraxial blockade, prevented 17 cesarean deliveries for every 100 external cephalic versions attempted. Neuraxial blockade is associated with minimal hospital and insurer cost changes in the setting of external cephalic version, while reducing the cesarean delivery rate. © 2015 The Authors. Journal of Obstetrics and Gynaecology Research © 2015 Japan Society of Obstetrics and Gynecology.

  3. MCNP Version 6.2 Release Notes

    Energy Technology Data Exchange (ETDEWEB)

    Werner, Christopher John [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Bull, Jeffrey S. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Solomon, C. J. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Brown, Forrest B. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); McKinney, Gregg Walter [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Rising, Michael Evan [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Dixon, David A. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Martz, Roger Lee [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Hughes, Henry G. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Cox, Lawrence James [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Zukaitis, Anthony J. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Armstrong, J. C. [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Forster, Robert Arthur [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Casswell, Laura [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2018-02-05

    Monte Carlo N-Particle or MCNP® is a general-purpose Monte Carlo radiation-transport code designed to track many particle types over broad ranges of energies. This MCNP Version 6.2 follows the MCNP6.1.1 beta version and has been released in order to provide the radiation transport community with the latest feature developments and bug fixes for MCNP. Since the last release of MCNP major work has been conducted to improve the code base, add features, and provide tools to facilitate ease of use of MCNP version 6.2 as well as the analysis of results. These release notes serve as a general guide for the new/improved physics, source, data, tallies, unstructured mesh, code enhancements and tools. For more detailed information on each of the topics, please refer to the appropriate references or the user manual which can be found at http://mcnp.lanl.gov. This release of MCNP version 6.2 contains 39 new features in addition to 172 bug fixes and code enhancements. There are still some 33 known issues the user should familiarize themselves with (see Appendix).

  4. Improved fat-suppression homogeneity with mDIXON turbo spin echo (TSE) in pediatric spine imaging at 3.0 T.

    Science.gov (United States)

    Pokorney, Amber L; Chia, Jonathan M; Pfeifer, Cory M; Miller, Jeffrey H; Hu, Houchun H

    2017-11-01

    Background Robust fat suppression remains essential in clinical MRI to improve tissue signal contrast, minimize fat-related artifacts, and enhance image quality. Purpose To compare fat suppression between mDIXON turbo spin echo (TSE) and conventional frequency-selective and inversion-recovery methods in pediatric spine MRI. Material and Methods Images from T1-weighted (T1W) and T2-weighted (T2W) TSE sequences coupled with conventional methods and the mDIXON technique were compared in 36 patients (5.8 ± 5.4 years) at 3.0 T. Images from 42 pairs of T1W (n = 16) and T2W (n = 26) scans were acquired. Two radiologists reviewed the data and rated images using a three-point scale in two categories, including the uniformity of fat suppression and overall diagnostic image quality. The Wilcoxon rank-sum test was used to compare the scores. Results The Cohen's kappa coefficient for inter-rater agreement was 0.69 (95% confidence interval [CI], 0.56-0.83). Images from mDIXON TSE were considered superior in fat suppression ( P 3.0 T and should be considered as a permanent replacement of traditional methods, in particular frequency-selective techniques.

  5. Comparative study of image quality between axial T2-weighted BLADE and turbo spin-echo MRI of the upper abdomen on 3.0 T.

    Science.gov (United States)

    Zhang, Lin; Tian, ChunMei; Wang, PeiYuan; Chen, Liang; Mao, XiJin; Wang, ShanShan; Wang, Xu; Dong, JingMin; Wang, Bin

    2015-09-01

    To compare image quality of turbo spin-echo (TSE) with BLADE [which is also named periodically rotated overlapping parallel lines with enhanced reconstruction (PROPELLER)] on magnetic resonance imaging (MRI) for upper abdomen. This study involved the retrospective evaluation of 103 patients (63 males, 40 females; age range 19-76 years; median age 53.8 years) who underwent 3.0 T MRI with both conventional TSE T2-weighted imaging (T2WI) and BLADE TSE T2WI. Two radiologists assessed respiratory motion, gastrointestinal peristalsis, and vascular pulsation artifacts, as well as the sharpness of the liver and pancreas edges. Scores for all magnetic resonance (MR) images were recorded. Wilcoxon's rank test was used to compare hierarchical data. Cohen's kappa coefficient was adopted to analyze interobserver consistency. Compared to TSE T2WI, BLADE TSE T2WI reduced all of the examined motion artifacts and increased the sharpness of the liver and pancreas edges (all P image quality.

  6. Several versions of forward gas ionization calorimeter

    International Nuclear Information System (INIS)

    Babintsev, V.V.; Kholodenko, A.G.; Rodnov, Yu.V.

    1994-01-01

    The properties of several versions of a gas ionization calorimeter are analyzed by means of the simulation with the GEANT code. The jet energy and coordinate resolutions are evaluated. Some versions of the forward calorimeter meet the ATLAS requirements. 13 refs., 15 figs., 7 tabs

  7. Major Upgrades to the AIRS Version-6 Water Vapor Profile Methodology

    Science.gov (United States)

    Susskind, Joel; Blaisdell, John; Iredell, Lena

    2015-01-01

    This research is a continuation of part of what was shown at the last AIRS Science Team Meeting and the AIRS 2015 NetMeeting. AIRS Version 6 was finalized in late 2012 and is now operational. Version 6 contained many significant improvements in retrieval methodology compared to Version 5. Version 6 retrieval methodology used for the water vapor profile q(p) and ozone profile O3(p) retrievals is basically unchanged from Version 5, or even from Version 4. Subsequent research has made significant improvements in both water vapor and O3 profiles compared to Version 6.

  8. Reproducibility of the Portuguese version of the PEDro Scale

    Directory of Open Access Journals (Sweden)

    Silvia Regina Shiwa

    2011-10-01

    Full Text Available The objective of this study was to test the inter-rater reproducibility of the Portuguese version of the PEDro Scale. Seven physiotherapists rated the methodological quality of 50 reports of randomized controlled trials written in Portuguese indexed on the PEDro database. Each report was also rated using the English version of the PEDro Scale. Reproducibility was evaluated by comparing two separate ratings of reports written in Portuguese and comparing the Portuguese PEDro score with the English version of the scale. Kappa coefficients ranged from 0.53 to 1.00 for individual item and an intraclass correlation coefficient (ICC of 0.82 for the total PEDro score was observed. The standard error of the measurement of the scale was 0.58. The Portuguese version of the scale was comparable with the English version, with an ICC of 0.78. The inter-rater reproducibility of the Brazilian Portuguese PEDro Scale is adequate and similar to the original English version.

  9. Nuclear criticality safety handbook. Version 2

    International Nuclear Information System (INIS)

    1999-03-01

    The Nuclear Criticality Safety Handbook, Version 2 essentially includes the description of the Supplement Report to the Nuclear Criticality Safety Handbook, released in 1995, into the first version of Nuclear Criticality Safety Handbook, published in 1988. The following two points are new: (1) exemplifying safety margins related to modelled dissolution and extraction processes, (2) describing evaluation methods and alarm system for criticality accidents. Revision is made based on previous studies for the chapter that treats modelling the fuel system: e.g., the fuel grain size that the system can be regarded as homogeneous, non-uniformity effect of fuel solution, and burnup credit. This revision solves the inconsistencies found in the first version between the evaluation of errors found in JACS code system and criticality condition data that were calculated based on the evaluation. (author)

  10. STAR- A SIMPLE TOOL FOR AUTOMATED REASONING SUPPORTING HYBRID APPLICATIONS OF ARTIFICIAL INTELLIGENCE (UNIX VERSION)

    Science.gov (United States)

    Borchardt, G. C.

    1994-01-01

    The Simple Tool for Automated Reasoning program (STAR) is an interactive, interpreted programming language for the development and operation of artificial intelligence (AI) application systems. STAR provides an environment for integrating traditional AI symbolic processing with functions and data structures defined in compiled languages such as C, FORTRAN and PASCAL. This type of integration occurs in a number of AI applications including interpretation of numerical sensor data, construction of intelligent user interfaces to existing compiled software packages, and coupling AI techniques with numerical simulation techniques and control systems software. The STAR language was created as part of an AI project for the evaluation of imaging spectrometer data at NASA's Jet Propulsion Laboratory. Programming in STAR is similar to other symbolic processing languages such as LISP and CLIP. STAR includes seven primitive data types and associated operations for the manipulation of these structures. A semantic network is used to organize data in STAR, with capabilities for inheritance of values and generation of side effects. The AI knowledge base of STAR can be a simple repository of records or it can be a highly interdependent association of implicit and explicit components. The symbolic processing environment of STAR may be extended by linking the interpreter with functions defined in conventional compiled languages. These external routines interact with STAR through function calls in either direction, and through the exchange of references to data structures. The hybrid knowledge base may thus be accessed and processed in general by either side of the application. STAR is initially used to link externally compiled routines and data structures. It is then invoked to interpret the STAR rules and symbolic structures. In a typical interactive session, the user enters an expression to be evaluated, STAR parses the input, evaluates the expression, performs any file input

  11. RAMS Model for Terrestrial Pathways Version 3. 0 (for microcomputers). Model-Simulation

    Energy Technology Data Exchange (ETDEWEB)

    Niebla, E.

    1989-01-01

    The RAMS Model for Terrestrial Pathways is a computer program for calculation of numeric criteria for land application and distribution and marketing of sludges under the sewage-sludge regulations at 40 CFR Part 503. The risk-assessment models covered assume that municipal sludge with specified characteristics is spread across a defined area of ground at a known rate once each year for a given number of years. Risks associated with direct land application of sludge applied after distribution and marketing are both calculated. The computer program calculates the maximum annual loading of contaminants that can be land applied and still meet the risk criteria specified as input. Software Description: The program is written in the Turbo/Basic programming language for implementation on IBM PC/AT or compatible machines using DOS 3.0 or higher operating system. Minimum core storage is 512K.

  12. A Multi-threaded Version of Field II

    DEFF Research Database (Denmark)

    Jensen, Jørgen Arendt

    2014-01-01

    A multi-threaded version of Field II has been developed, which automatically can use the multi-core capabil- ities of modern CPUs. The memory allocation routines were rewritten to minimize the number of dynamic allocations and to make pre-allocations possible for each thread. This ensures...... that the simulation job can be automatically partitioned and the interdependence between threads minimized. The new code has been compared to Field II version 3.22, October 27, 2013 (latest free-ware version). A 64 element 5 MHz focused array transducer was simulated. One million point scatterers randomly distributed...... in a plane of 20 x 50 mm (width x depth) with random Gaussian amplitudes were simulated using the command calc scat . Dual Intel Xeon CPU E5-2630 2.60 GHz CPUs were used under Ubuntu Linux 10.02 and Matlab version 2013b. Each CPU holds 6 cores with hyper-threading, corresponding to a total of 24 hyper...

  13. SHUFFLE. Windows 95/98/2000 version

    International Nuclear Information System (INIS)

    Slavic, S.; Zefran, B.

    2000-01-01

    Program package SHUFFLE was developed to help the user during fuel loading and unloading operations at a nuclear power plant. The first version, developed in 1992, has been written in the CLIPPER program language and run under the DOS operating system. Since the DOS environment exhibits several drawbacks regarding code portability and flexibility, the recent SHUFFLE version has been transformed to run under the MS Windows operating system. (author)

  14. Changes in Macular Retinal Layers and Peripapillary Nerve Fiber Layer Thickness after 577-nm Pattern Scanning Laser in Patients with Diabetic Retinopathy.

    Science.gov (United States)

    Shin, Ji Soo; Lee, Young Hoon

    2017-12-01

    The aim of this study was to evaluate the changes in thickness of each macular retinal layer, the peripapillary retinal nerve fiber layer (RNFL), and central macular thickness (CMT) after 577-nm pattern scanning laser (PASCAL) photocoagulation in patients with diabetic retinopathy. This retrospective study included 33 eyes with diabetic retinopathy that underwent 577-nm PASCAL photocoagulation. Each retinal layer thickness, peripapillary RNFL thickness, and CMT were measured by spectral-domain optical coherence tomography before 577-nm PASCAL photocoagulation, as well as at 1, 6, and 12 months after 577-nm PASCAL photocoagulation. Computerized intraretinal segmentation of optical coherence tomography was performed to identify the thickness of each retinal layer. The average thickness of the RNFL, ganglion cell layer, inner plexiform layer, inner nuclear layer, inner retinal layer, and CMT at each follow-up increased significantly from baseline (p 0.05). Each macular retinal layer and CMT had a tendency to increase for one year after 577-nm PASCAL photocoagulation, whereas the average thickness of retinal pigment epithelium decreased at one-year follow-up compared to the baseline. Although an increase in peripapillary RNFL thickness was observed one month after 577-nm PASCAL photocoagulation, there were no significant changes at the one-year follow-up compared to the baseline. © 2017 The Korean Ophthalmological Society

  15. External cephalic version facilitation for breech presentation at term.

    Science.gov (United States)

    Hofmeyr, G J

    2001-01-01

    Tocolytic drugs to relax the uterus as well as other methods have been also used in an attempt to facilitate external cephalic version at term. The objective of this review is to assess the effects of routine tocolysis, fetal acoustic stimulation, epidural or spinal analgesia and transabdominal amnioinfusion for external cephalic version at term on successful version and measures of pregnancy outcome. The Cochrane Pregnancy and Childbirth Group Trials Register and the Cochrane Controlled Trials Register were searched. Date of last search: April 2001. Randomised and quasi-randomised trials comparing routine versus selective tocolysis; fetal acoustic stimulation in midline fetal spine positions versus dummy or no stimulation; epidural or spinal analgesia versus no regional analgesia; or transabdominal amnioinfusion versus no amnioinfusion for external cephalic version at term. Eligibility and trial quality were assessed by the reviewer. In seven trials, routine tocolysis was associated with fewer failures of external cephalic version (relative risk 0.74, 95% confidence interval 0.64 to 0.87). There were no significant differences between non-cephalic presentations at birth. Caesarean sections were reduced (relative risk 0.85, confidence interval 0.72-0.99). Fetal acoustic stimulation in midline fetal spine positions was associated with fewer failures of external cephalic version at term (relative risk 0.17, 95% confidence interval 0.05 to 0.60). With epidural or spinal analgesia, external cephalic version failure, non-cephalic births and caesarean sections were reduced in one trial but not the other. The overall differences were not statistically significant. No randomised trials of transabdominal amnioinfusion for external cephalic version at term were located. Routine tocolysis appears to reduce the failure rate of external cephalic version at term. Although promising, there is not enough evidence to evaluate the use of fetal acoustic stimulation in midline fetal

  16. ENDF-6 formats manual. Version of Oct. 1991

    International Nuclear Information System (INIS)

    Rose, P.F.; Dunford, C.L.

    1992-01-01

    ENDF-6 is the international computer file format for evaluated nuclear data. In contrast to the earlier versions (ENDF-4 and ENDF-5) the new version ENDF-6 has been designed not only for neutron reaction data but also for photo-nuclear and charged-particle nuclear reaction data. This document gives a detailed description of the formats and procedures adopted for ENDF-6. The present version includes update pages dated Oct. 1991. (author). Refs, figs, and tabs

  17. Anemia y anemia por déficit de hierro en niños menores de cinco años y su relación con el consumo de hierro en la alimentación. Turbo, Antioquia, Colombia Anemia and iron deficit anemia in children under five years of age and their relation with iron consumption in alimentation, Turbo, Antioquia, Colombia

    Directory of Open Access Journals (Sweden)

    Gloria Margarita Alcaraz López

    2006-09-01

    Full Text Available Objetivo: Determinar la frecuencia de anemia y de anemia por deficiencia de hierro y su relación con el contenido de hierro en la alimentación en niños de 6 meses a 5 años. Materiales y métodos: Estudio descriptivo de corte transversal en el que se estudiaron 113 niños que asistieron a la consulta de crecimiento y desarrollo y al programa de vacunación de la ESE Hospital Francisco Valderrama de Turbo entre el mes de septiembre de 2001 y el mes de junio de 2002. Las pruebas de laboratorio empleadas fueron Hb, ferritina, coprológico directo y sangre oculta en heces. El hierro dietario se estudió con una encuesta semiestructurada. Resultados y discusión: Promedio de Hb 11,3 g/dl (DE 1,4; presentan anemia 48,7%, los más afectados fueron los menores de un año. Promedio de ferritina 47,1 µg/L (DE 58,7, mediana 23,3 µg/L.; 50,4% presentan ferritina baja y de estos, 23,9% presentan agotamiento en los depósitos de hierro. De los 55 niños con anemia 23,6% presentan anemia con deficiencia de hierro. Promedio en el consumo de hierro 7,1 mg/día (DE 3,96; promedio de hierro hemínico de 3,9 mg/día. Promedio de lactancia materna exclusiva: 3 meses. La lactancia se alterna con leche de vaca pasteurizada. De cada 10 menores de un año, 6 tienen anemia con déficit de hierro. Conclusiones: La anemia, la ferritina baja y el bajo consumo de hierro en los niños estudiados perfilan un grave problema de salud pública. Se requiere una política clara y articulada a la cultura de la población para prevenir este problema y sus secuelas en el crecimiento, el desarrollo y en la capacidad cognitiva de los niños.Objective: to determine the frequency of anemia and iron deficit anemia in relation to the iron content in the alimentation of children from 6 months to five years in Turbo. Methodology and materials: transversal descriptive study of 113 children attending the growth, development and vaccination program clinic, from September 2001 to June 2002

  18. Anesthetic management of external cephalic version.

    Science.gov (United States)

    Chalifoux, Laurie A; Sullivan, John T

    2013-09-01

    Breech presentation is common at term and its reduction through external cephalic version represents a noninvasive opportunity to avoid cesarean delivery and the associated maternal morbidity. In addition to uterine relaxants, neuraxial anesthesia is associated with increased success of version procedures when surgical anesthetic dosing is used. The intervention is likely cost effective given the effect size and the avoided high costs of cesarean delivery. Copyright © 2013 Elsevier Inc. All rights reserved.

  19. Implementing version support for complex objects

    OpenAIRE

    Blanken, Henk

    1991-01-01

    New applications in the area of office information systems, computer aided design and manufacturing make new demands upon database management systems. Among others highly structured objects and their history have to be represented and manipulated. The paper discusses some general problems concerning the access and storage of complex objects with their versions and the solutions developed within the AIM/II project. Queries related to versions are distinguished in ASOF queries (asking informati...

  20. External cephalic version before elective caesarean section for breech presentation

    International Nuclear Information System (INIS)

    Zafar, F.; Sanusi, A.

    2008-01-01

    The Royal College of Obstetrics and Gynaecology guidelines state that all uncomplicated breech Presentation should be offered external cephalic version and all such women should be briefed about the risks and benefits of external cephalic version and all such women should be briefed about the risks and benefits of external cephalic version before undertaking the procedure. To ascertain the acceptability of external cephalic version before elective caesarean section for breech Presentation by pregnant ladies and see whether they were adequately informed about the risks and benefits. The clinical audit was registered with the audit department at Watford general hospital and written Consent for the access of medical records was obtained. A retrospective view of 86 accessible medical records out of Total 110 elective breech caesarean sections was done over a period of one year. This retrospective study was conducted at the gynaecology and obstetrics department at Watford general hospital, Watford United Kingdom. Written consent for the access of medical records was obtained. All women who under went elective caesarean section due to breech presentation were included in the study. Out of a total of 110 elective breech caesarean sections performed, the data on 86 cases was selected for the final analysis. The information gathered included patient's profile, whether patient was informed of risks and benefits of external cephalic version, recognition of obstetric risk factors, external cephalic version performed and its success. Out of total 86 caesarean sections 46 were suitable for external cephalic version of whom 37 cases were offered external cephalic version. Among 37 patients who were offered external cephalic version only 15 patients accepted (22 declined) the procedure. Moreover, it was found that the documentation of risk/benefit explanation of the procedure was inadequate. External cephalic version was not successful in any of the patient. Causes for

  1. Basic methodology of tomographic imaging by filtered inverse projection at a turbo-pump. Project report; Methodische Grundlagen fuer die Tomographie durch gefilterte Rueckprojektion an einer Axialpumpe. Projektbericht

    Energy Technology Data Exchange (ETDEWEB)

    Hoppe, D.

    2000-11-01

    A two-phase medium consisting of a fluid containing gas is transported in a turbo-pump via an impeller. The interaction between the gaseous phase and the impeller is to be examined by tomography with gamma rays. Reconstruction of the image of the object is to be made by way of filtered inverse projection. The methodology of using this principle in the given system (geometry and measuring conditions) is explained. (orig./CB) [German] Ein zweiphasiges, aus einer gashaltigen Fluessigkeit bestehendes Medium wird in einer Axialpumpe von einem propellerartigen Laufrad senkrecht zur Drehachse dieses Laufrades transportiert. Die Wechselwirkung zwischen der Gasphase und dem Laufrad soll unter Verwendung von Gamma-Strahlung mittels Tomographie untersucht werden. Dabei ist fuer die Rekonstruktion des Objektbildes das Prinzip der sogenannten gefilterten Rueckprojektion vorgesehen. Die methodischen Grundlagen fuer die Nutzung dieses Prinzips unter von vorgesehenen geometrischen und messtechnischen Bedingungen sind Gegenstand dieser Arbeit. (orig.)

  2. A Statistical Review of CALIOP Version 3 and Version 4 Cloud Aerosol Discrimination

    Science.gov (United States)

    Zeng, S.

    2016-12-01

    The Cloud-Aerosol Lidar with Orthogonal Polarization (CALIOP) on board the Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observations (CALIPSO) mission has now delivered a 10-year record of high-resolution profiles of backscatter at 532 nm and 1064 nm and linear depolarization at 532 nm. These long-term active sensor measurements at global scale have led to significant advances in our understanding of the vertical distribution of clouds and aerosols in the atmosphere. In the fall of 2016, the CALIPSO science team is scheduled to release a new version of their cloud and aerosol data products. The new cloud and aerosol discrimination products are derived using updated probability density functions that account for numerous improvements to the CALIOP calibration and the use of the GMAO MERRA-2 meteorological data. Moreover, the CAD algorithm is now applied to all layers detected, thus greatly improving the identification of such features as overshooting convective clouds, stratospheric aerosol layers, and high intensity dust storms. Post-processing modules are added to the standard CAD algorithm to ensure proper identification of (for example) the tenuous edges of cirrus clouds and water clouds lying beneath optically dense smoke layers. This work presents statistical comparisons between the CALIOP version 3 and version 4 data sets. Areas of improvement are highlighted, sources of continuing uncertainty are discussed and a list of best practices for data users is provided.

  3. Validity and reliability of the Brazilian version of Yale-Brown obsessive compulsive scale-shopping version (YBOCS-SV).

    Science.gov (United States)

    Leite, Priscilla Lourenço; Filomensky, Tatiana Zambrano; Black, Donald W; Silva, Adriana Cardoso

    2014-08-01

    The Yale-Brown Obsessive Compulsive Scale-Shopping Version (YBOCS-SV) is considered the gold standard in the assessment of shopping severity. It is designed to assess cognitions and behaviors relating to compulsive buying behavior. The present study aims to assess the validity of the Brazilian version of this scale. For the study, composed the sample 610 participants: 588 subjects of a general population and 22 compulsive buyers. Factorial analysis was performed to assess the relations and the correlation between the YBOCS-SV, the Compulsive Buying Scale (CBS), and Richmond Compulsive Buying Scale (RCBS), was assessed using Pearson coefficient, for study of convergent and divergent validity. Cronbach's alpha coefficients were used to assess internal consistency. The results show good to excellent psychometric parameters for the YBOCS-SV in its Brazilian version. With regard to correlations, the YBOCS-SV is inversely and proportionally correlated with CBS and the RCBS, indicating that the YBOCS-SV is an excellent instrument for screening compulsive buying. The YBOCS-SV presented high alpha coefficient of Cronbach's alpha (0.92), demonstrating good reliability. The Brazilian version of the YBOCS-SV is indicated to diagnose compulsive buying disorder, and likely use for the purposes intended in the Brazilian population. Copyright © 2014 Elsevier Inc. All rights reserved.

  4. Development and tests of short versions of the Youth Psychopathic traits Inventory and the Youth Psychopathic traits Inventory-Child Version

    NARCIS (Netherlands)

    van Baardewijk, Y.; Andershed, H.; Stegge, G.T.M.; Nilsson, K.W.; Scholte, E.; Vermeiren, R.R.J.M.

    2010-01-01

    The adolescent Youth Psychopathic Traits Inventory (YPI) and its child version (YPI-CV) are sound but lengthy instruments for measuring psychopathic traits in youths. The current study develops psychometrically strong short versions of these instruments. Samples used for item reduction were

  5. Global Ocean Surface Water Partial Pressure of CO2 Database: Measurements Performed During 1968-2007 (Version 2007)

    Energy Technology Data Exchange (ETDEWEB)

    Kozyr, Alex [Oak Ridge National Lab. (ORNL), Oak Ridge, TN (United States). Carbon Dioxide Information Analysis Center

    2008-09-30

    More than 4.1 million measurements of surface water partial pressure of CO2 obtained over the global oceans during 1968-2007 are listed in the Lamont-Doherty Earth Observatory (LDEO) database, which includes open ocean and coastal water measurements. The data assembled include only those measured by equilibrator-CO2 analyzer systems and have been quality-controlled based on the stability of the system performance, the reliability of calibrations for CO2 analysis, and the internal consistency of data. To allow re-examination of the data in the future, a number of measured parameters relevant to pCO2 measurements are listed. The overall uncertainty for the pCO2 values listed is estimated to be ± 2.5 µatm on the average. For simplicity and for ease of reference, this version is referred to as 2007, meaning that data collected through 31 December 2007 has been included. It is our intention to update this database annually. There are 37 new cruise/ship files in this update. In addition, some editing has been performed on existing files so this should be considered a V2007 file. Also we have added a column reporting the partial pressure of CO2 in seawater in units of Pascals. The data presented in this database include the analyses of partial pressure of CO2 (pCO2), sea surface temperature (SST), sea surface salinity (SSS), pressure of the equilibration, and barometric pressure in the outside air from the ship’s observation system. The global pCO2 data set is available free of charge as a numeric data package (NDP) from the Carbon Dioxide Information Analysis Center (CDIAC). The NDP consists of the oceanographic data files and this printed documentation, which describes the procedures and methods used to obtain the data.

  6. Integrated Farm System Model Version 4.3 and Dairy Gas Emissions Model Version 3.3 Software development and distribution

    Science.gov (United States)

    Modeling routines of the Integrated Farm System Model (IFSM version 4.2) and Dairy Gas Emission Model (DairyGEM version 3.2), two whole-farm simulation models developed and maintained by USDA-ARS, were revised with new components for: (1) simulation of ammonia (NH3) and greenhouse gas emissions gene...

  7. The Oswestry Disability Index (version 2.1a): validation of a Dutch language version.

    Science.gov (United States)

    van Hooff, Miranda L; Spruit, Maarten; Fairbank, Jeremy C T; van Limbeek, Jacques; Jacobs, Wilco C H

    2015-01-15

    A cross-sectional study on baseline data. To translate the Oswestry Disability Index (ODI) version 2.1a into the Dutch language and to validate its use in a cohort of patients with chronic low back pain in secondary spine care. Patient-reported outcome measures (PROMs) are commonly accepted to evaluate the outcome of spine interventions. Functional status is an important outcome in spine research. The ODI is a recommended condition-specific patient-reported outcome measure used to evaluate functional status in patients with back pain. As yet, no formal translated Dutch version exists. The ODI was translated according to established guidelines. The final version was built into the electronic web-based system in addition with the Roland Morris Disability Questionnaire, the numeric rating scale for pain severity, 36-Item Short Form Health Survey Questionnaire for quality of life, and the hospital anxiety and depression scale. Baseline data were used of 244 patients with chronic low back pain who participated in a combined physical and psychological program. Floor and ceiling effects, internal consistency, and the construct validity were evaluated using quality criteria. The mean ODI (standard deviation) was 39.6 (12.3); minimum 6, maximum 70. Most of the participants (88%) were moderately to severely disabled. Factor analysis determined a 1-factor structure (36% explained variance) and the homogeneity of ODI items is shown (Cronbach α = 0.79). The construct validity is supported as all (6:6) the a priori hypotheses were confirmed. Moreover, the ODI and Roland Morris Disability Questionnaire, showed a strong significant correlation (r = 0.68, P disability among Dutch patients with chronic low back pain. This translated condition-specific patient-reported outcome measure version is recommended for use in future back pain research and to evaluate outcome of back care in the Netherlands.

  8. Version control of pathway models using XML patches.

    Science.gov (United States)

    Saffrey, Peter; Orton, Richard

    2009-03-17

    Computational modelling has become an important tool in understanding biological systems such as signalling pathways. With an increase in size complexity of models comes a need for techniques to manage model versions and their relationship to one another. Model version control for pathway models shares some of the features of software version control but has a number of differences that warrant a specific solution. We present a model version control method, along with a prototype implementation, based on XML patches. We show its application to the EGF/RAS/RAF pathway. Our method allows quick and convenient storage of a wide range of model variations and enables a thorough explanation of these variations. Trying to produce these results without such methods results in slow and cumbersome development that is prone to frustration and human error.

  9. Validity of the Spanish version of the Emotional Labour Scale.

    Science.gov (United States)

    Picardo, Juan M; López-Fernández, Consuelo; Hervás, María José Abellán

    2014-06-01

    In this article we address concerns raised by Brumit and Glenn (2013) regarding the validity of the Spanish version of the Emotional Labour Scale (ELS). We respond to requests in relation to the translated version of the scale and the eigenvalue series. We also give an explanation of the differences in results between the original version and the Spanish version of the scale. Copyright © 2014 Elsevier Ltd. All rights reserved.

  10. Analysis of Handling Processes of Record Versions in NoSQL Databases

    Directory of Open Access Journals (Sweden)

    Yu. A. Grigorev

    2015-01-01

    Full Text Available This article investigates the handling processes versions of a record in NoSQL databases. The goal of this work is to develop a model, which enables users both to handle record versions and work with a record simultaneously. This model allows us to estimate both a time distribution for users to handle record versions and a distribution of the count of record versions. With eventual consistency (W=R=1 there is a possibility for several users to update any record simultaneously. In this case, several versions of records with the same key will be stored in database. When reading, the user obtains all versions, handles them, and saves a new version, while older versions are deleted. According to the model, the user’s time for handling the record versions consists of two parts: random handling time of each version and random deliberation time for handling a result. Record saving time and records deleting time are much less than handling time, so, they are ignored in the model. The paper offers two model variants. According to the first variant, client's handling time of one record version is calculated as the sum of random handling times of one version based on the count of record versions. This variant ignores explicitly the fact that handling time of record versions may depend on the update count, performed by the other users between the sequential updates of the record by the current client. So there is the second variant, which takes this feature into consideration. The developed models were implemented in the GPSS environment. The model experiments with different counts of clients and different ratio between one record handling time and results deliberation time were conducted. The analysis showed that despite the resemblance of model variants, a difference in change nature between average values of record versions count and handling time is significant. In the second variant dependences of the average count of record versions in database and

  11. Intracranial cerebrospinal fluid spaces imaging using a pulse-triggered three-dimensional turbo spin echo MR sequence with variable flip-angle distribution

    International Nuclear Information System (INIS)

    Hodel, Jerome; Silvera, Jonathan; Bekaert, Olivier; Decq, Philippe; Rahmouni, Alain; Bastuji-Garin, Sylvie; Vignaud, Alexandre; Petit, Eric; Durning, Bruno

    2011-01-01

    To assess the three-dimensional turbo spin echo with variable flip-angle distribution magnetic resonance sequence (SPACE: Sampling Perfection with Application optimised Contrast using different flip-angle Evolution) for the imaging of intracranial cerebrospinal fluid (CSF) spaces. We prospectively investigated 18 healthy volunteers and 25 patients, 20 with communicating hydrocephalus (CH), five with non-communicating hydrocephalus (NCH), using the SPACE sequence at 1.5T. Volume rendering views of both intracranial and ventricular CSF were obtained for all patients and volunteers. The subarachnoid CSF distribution was qualitatively evaluated on volume rendering views using a four-point scale. The CSF volumes within total, ventricular and subarachnoid spaces were calculated as well as the ratio between ventricular and subarachnoid CSF volumes. Three different patterns of subarachnoid CSF distribution were observed. In healthy volunteers we found narrowed CSF spaces within the occipital aera. A diffuse narrowing of the subarachnoid CSF spaces was observed in patients with NCH whereas patients with CH exhibited narrowed CSF spaces within the high midline convexity. The ratios between ventricular and subarachnoid CSF volumes were significantly different among the volunteers, patients with CH and patients with NCH. The assessment of CSF spaces volume and distribution may help to characterise hydrocephalus. (orig.)

  12. Carcinoma of the uterine cervix. High-resolution turbo spin-echo MR imaging with contrast-enhanced dynamic scanning and T2-weighting

    International Nuclear Information System (INIS)

    Abe, Y.; Yamashita, Y.; Namimoto, T.; Takahashi, M.; Katabuchi, H.; Tanaka, N.; Okamura, H.

    1998-01-01

    Purpose: To compare high-resolution contrast-enhanced (Gd-DTPA) dynamic MR imaging with T2-weighted turbo spin-echo (TSE) imaging in the evaluation of uterine cervical carcinoma. Material and Methods: Thirty-two patients with cervical carcinoma underwent MR imaging on a 1.5 T superconductive unit to have the extension of the disease assessed before treatment. A phased-array coil was used in all patients. In 25 patients, surgical confirmation of the diagnosis was obtained after imaging. Radiation therapy was selected for the remaining 7 patients with advanced carcinoma. Qualitative and quantitative image analyses were also performed. Results: The cervical carcinomas showed maximum contrast in the cervical stroma and myometrium in the early dynamic phase. The tumor/cervical-stroma contrast in the early dynamic phase obtained with the T1-weighted TSE technique (contrast-to-noise ratio 22.6) was significantly higher than that obtained in T2-weighted TSE imaging (contrast-to-noise ratio 4.3). In the evaluation of parametrial invasion, the accuracy of T2-weighted imaging was 71.8% and contrast-enhanced dynamic imaging 81.2%. Conclusion: High-resolution contrast-enhanced (Gd-DTPA) dynamic MR imaging in cervical cancer offers improved tumor/cervical-stroma contrast and provides useful information on parametrial invasion. (orig.)

  13. Intracranial cerebrospinal fluid spaces imaging using a pulse-triggered three-dimensional turbo spin echo MR sequence with variable flip-angle distribution

    Energy Technology Data Exchange (ETDEWEB)

    Hodel, Jerome [Unite Analyse et Restauration du Mouvement, UMR-CNRS, 8005 LBM ParisTech Ensam, Paris (France); University Paris Est Creteil (UPEC), Creteil (France); Assistance Publique-Hopitaux de Paris, Paris (France); Hopital Henri Mondor, Department of Neuroradiology, Creteil (France); Hopital Henri Mondor, Creteil (France); Silvera, Jonathan [University Paris Est Creteil (UPEC), Creteil (France); Assistance Publique-Hopitaux de Paris, Paris (France); Hopital Henri Mondor, Department of Neuroradiology, Creteil (France); Bekaert, Olivier; Decq, Philippe [Unite Analyse et Restauration du Mouvement, UMR-CNRS, 8005 LBM ParisTech Ensam, Paris (France); University Paris Est Creteil (UPEC), Creteil (France); Assistance Publique-Hopitaux de Paris, Paris (France); Hopital Henri Mondor, Department of Neurosurgery, Creteil (France); Rahmouni, Alain [University Paris Est Creteil (UPEC), Creteil (France); Assistance Publique-Hopitaux de Paris, Paris (France); Hopital Henri Mondor, Department of Radiology, Creteil (France); Bastuji-Garin, Sylvie [University Paris Est Creteil (UPEC), Creteil (France); Assistance Publique-Hopitaux de Paris, Paris (France); Hopital Henri Mondor, Department of Public Health, Creteil (France); Vignaud, Alexandre [Siemens Healthcare, Saint Denis (France); Petit, Eric; Durning, Bruno [Laboratoire Images Signaux et Systemes Intelligents, UPEC, Creteil (France)

    2011-02-15

    To assess the three-dimensional turbo spin echo with variable flip-angle distribution magnetic resonance sequence (SPACE: Sampling Perfection with Application optimised Contrast using different flip-angle Evolution) for the imaging of intracranial cerebrospinal fluid (CSF) spaces. We prospectively investigated 18 healthy volunteers and 25 patients, 20 with communicating hydrocephalus (CH), five with non-communicating hydrocephalus (NCH), using the SPACE sequence at 1.5T. Volume rendering views of both intracranial and ventricular CSF were obtained for all patients and volunteers. The subarachnoid CSF distribution was qualitatively evaluated on volume rendering views using a four-point scale. The CSF volumes within total, ventricular and subarachnoid spaces were calculated as well as the ratio between ventricular and subarachnoid CSF volumes. Three different patterns of subarachnoid CSF distribution were observed. In healthy volunteers we found narrowed CSF spaces within the occipital aera. A diffuse narrowing of the subarachnoid CSF spaces was observed in patients with NCH whereas patients with CH exhibited narrowed CSF spaces within the high midline convexity. The ratios between ventricular and subarachnoid CSF volumes were significantly different among the volunteers, patients with CH and patients with NCH. The assessment of CSF spaces volume and distribution may help to characterise hydrocephalus. (orig.)

  14. Deforestation and sedimentation in Uraba Gulf mangroves; a synthesis of the impacts on macrobenthos and fishes in the Turbo River Delta

    International Nuclear Information System (INIS)

    Blanco Libreros, Juan Felipe; Taborda Marin, Alexander; Amortegui Torres, Viviana; Arroyave Rincon, Andrea; Sandoval, Alejandro; Estrada, Edgar Andres; Leal Florez, Jenny; Vasquez Arango, Jairo Guillermo; Vivas Narvaez, Alberto

    2013-01-01

    This synthesis relates deforestation and land use change in coastal plain of the Turbo River watershed and impacts upon estuarine fauna in its delta. This watershed is shown within the context of hidroclimatological (rainfall and discharge) variability across the eastern margin of Uraba Gulf. Coastal-plain forest conversion rate to crops were quantified, as a possible explanation of increased sediment transport to the river and the near shore. Despite of the expansion of the delta, mangrove area was reduced as a consequence of conversion to crops and pastures. The dominant mangrove snail Neritina virginea was reduced in density in anthropogenic forest gaps and edges, as well as in pastures, due to altered microhabitats, and can be therefore used as a bio-indicator. The high sedimentation rates seem to be responsible for the faunistic poverty of the benthos, but do not seem responsible of deleterious effects on the dominant species. The diversity and abundance of fishes was greatly altered by high sedimentation near the river mouth. Finally, social features of the human communities were related to landscape changes. Herewith, we reported on the current ecosystem status, as the baseline for proposing management and conservation guidelines in order to prevent and restore impacts on mangroves and the coastal zone in this region.

  15. Comparison of intravoxel incoherent motion diffusion-weighted imaging between turbo spin-echo and echo-planar imaging of the head and neck

    Energy Technology Data Exchange (ETDEWEB)

    Mikayama, Ryoji; Yabuuchi, Hidetake; Nagatomo, Kazuya; Kimura, Mitsuhiro; Kumazawa, Seiji [Kyushu University, Department of Health Sciences, Graduate School of Medical Sciences, Fukuoka (Japan); Sonoda, Shinjiro; Kobayashi, Koji [Kyushu University Hospital, Division of Radiology, Department of Medical Technology, Fukuoka (Japan); Kawanami, Satoshi; Kamitani, Takeshi; Honda, Hiroshi [Kyushu University, Department of Clinical Radiology, Graduate School of Medical Sciences, Fukuoka (Japan)

    2018-01-15

    To compare image quality, apparent diffusion coefficient (ADC), and intravoxel incoherent motion (IVIM)-derived parameters between turbo spin-echo (TSE)-diffusion-weighted imaging (DWI) and echo-planar imaging (EPI)-DWI of the head and neck. Fourteen volunteers underwent head and neck imaging using TSE-DWI and EPI-DWI. Distortion ratio (DR), signal-to-noise ratio (SNR), contrast-to-noise ratio (CNR), ADC and IVIM-derived parameters were compared between the two techniques. Bland-Altman analysis was performed to analyse reproducibility between the quantitative parameters of TSE-DWI and EPI-DWI. DR of TSE-DWI was significantly smaller than that of EPI-DWI. SNR and CNR of TSE-DWI were significantly higher than those of EPI-DWI. ADC and IVIM-derived parameters of TSE-DWI showed higher values than those of EPI-DWI, although the difference was not significant. Bland-Altman analysis showed wide limits of agreement between the two sequences. TSE-DWI can produce better image quality than EPI-DWI, while TSE-DWI possibly exhibits different values of quantitative parameters. Therefore, TSE-DWI could be a good alternative to EPI-DWI for patients sensitive to distortion. However, it is not recommended to use both TSE-DWI and EPI-DWI on follow-up. (orig.)

  16. STAR- A SIMPLE TOOL FOR AUTOMATED REASONING SUPPORTING HYBRID APPLICATIONS OF ARTIFICIAL INTELLIGENCE (DEC VAX VERSION)

    Science.gov (United States)

    Borchardt, G. C.

    1994-01-01

    The Simple Tool for Automated Reasoning program (STAR) is an interactive, interpreted programming language for the development and operation of artificial intelligence (AI) application systems. STAR provides an environment for integrating traditional AI symbolic processing with functions and data structures defined in compiled languages such as C, FORTRAN and PASCAL. This type of integration occurs in a number of AI applications including interpretation of numerical sensor data, construction of intelligent user interfaces to existing compiled software packages, and coupling AI techniques with numerical simulation techniques and control systems software. The STAR language was created as part of an AI project for the evaluation of imaging spectrometer data at NASA's Jet Propulsion Laboratory. Programming in STAR is similar to other symbolic processing languages such as LISP and CLIP. STAR includes seven primitive data types and associated operations for the manipulation of these structures. A semantic network is used to organize data in STAR, with capabilities for inheritance of values and generation of side effects. The AI knowledge base of STAR can be a simple repository of records or it can be a highly interdependent association of implicit and explicit components. The symbolic processing environment of STAR may be extended by linking the interpreter with functions defined in conventional compiled languages. These external routines interact with STAR through function calls in either direction, and through the exchange of references to data structures. The hybrid knowledge base may thus be accessed and processed in general by either side of the application. STAR is initially used to link externally compiled routines and data structures. It is then invoked to interpret the STAR rules and symbolic structures. In a typical interactive session, the user enters an expression to be evaluated, STAR parses the input, evaluates the expression, performs any file input

  17. Neuraxial blockade for external cephalic version: a systematic review.

    Science.gov (United States)

    Sultan, P; Carvalho, B

    2011-10-01

    The desire to decrease the number of cesarean deliveries has renewed interest in external cephalic version. The rationale for using neuraxial blockade to facilitate external cephalic version is to provide abdominal muscular relaxation and reduce patient discomfort during the procedure, so permitting successful repositioning of the fetus to a cephalic presentation. This review systematically examined the current evidence to determine the safety and efficacy of neuraxial anesthesia or analgesia when used for external cephalic version. A systematic literature review of studies that examined success rates of external cephalic version with neuraxial anesthesia was performed. Published articles written in English between 1945 and 2010 were identified using the Medline, Cochrane, EMBASE and Web of Sciences databases. Six, randomized controlled studies were identified. Neuraxial blockade significantly improved the success rate in four of these six studies. A further six non-randomized studies were identified, of which four studies with control groups found that neuraxial blockade increased the success rate of external cephalic version. Despite over 850 patients being included in the 12 studies reviewed, placental abruption was reported in only one patient with a neuraxial block, compared with two in the control groups. The incidence of non-reassuring fetal heart rate requiring cesarean delivery in the anesthesia groups was 0.44% (95% CI 0.15-1.32). Neuraxial blockade improved the likelihood of success during external cephalic version, although the dosing regimen that provides optimal conditions for successful version is unclear. Anesthetic rather than analgesic doses of local anesthetics may improve success. The findings suggest that neuraxial blockade does not compromise maternal or fetal safety during external cephalic version. Crown Copyright © 2011. Published by Elsevier Ltd. All rights reserved.

  18. Multiscale Materials Science: A Mathematical Approach to the Role of Defects and Uncertainty

    Science.gov (United States)

    2015-03-01

    ADDRESS(ES) Ecole Nationale des Ponts et Chaussees 6 et 8 avenue Blaise Pascal, Cite Descartes , Champs sur Marne 77 455 Marne la Vallee Cedex 2...nationale des ponts et chaussees 6 et 8 avenue Blaise-Pascal, Cite Descartes Champs-sur-Marne F-77455 Mame-la-Vallee cedex 2 www.enpc.fr tel...CHAUSSEES 6, AVENUE BLAISE PASCAL 6 ET 8 CITE DESCARTES CHAMPS SUR MARNE, 77420 FR 13d. BUSINESS OFFICE CONTACT: CAROLINA GARCIA-OLMEDO 13e

  19. Standardisation of gujrati version of middlesex hospital questionnaire.

    Science.gov (United States)

    Gada, M T

    1981-04-01

    The Middlesex Hospital Questionnaire is a short clinical diagnostic self rating scale for psychoneurotic patients constructed by Crown and Crisp (1966). Aim of the present study was to prepare Gujarati Version of the M.H.Q. and to establish the reliability and validity of the same.Gujarati version of the M.H.Q. was given to 204 normal population consisting of university students, school teachers, factory workers, house wives and middle aged men from different walks of the life to test the validity. The test was also administered to 30 neurotic patients. This Gujarati version was found to be reliable. There was highly significant difference between normal population and neurotic patients on total score and on all the six subtests, thus establishing the validity of the Gujarati version. It also related well with the clinical diagnosis in most of the cases.

  20. Cubical version of combinatorial differential forms

    DEFF Research Database (Denmark)

    Kock, Anders

    2010-01-01

    The theory of combinatorial differential forms is usually presented in simplicial terms. We present here a cubical version; it depends on the possibility of forming affine combinations of mutual neighbour points in a manifold, in the context of synthetic differential geometry.......The theory of combinatorial differential forms is usually presented in simplicial terms. We present here a cubical version; it depends on the possibility of forming affine combinations of mutual neighbour points in a manifold, in the context of synthetic differential geometry....

  1. Stratified B-trees and versioning dictionaries

    OpenAIRE

    Twigg, Andy; Byde, Andrew; Milos, Grzegorz; Moreton, Tim; Wilkes, John; Wilkie, Tom

    2011-01-01

    A classic versioned data structure in storage and computer science is the copy-on-write (CoW) B-tree -- it underlies many of today's file systems and databases, including WAFL, ZFS, Btrfs and more. Unfortunately, it doesn't inherit the B-tree's optimality properties; it has poor space utilization, cannot offer fast updates, and relies on random IO to scale. Yet, nothing better has been developed since. We describe the `stratified B-tree', which beats all known semi-external memory versioned B...

  2. Efecto de la conversión del manglar a potrero sobre la densidad y tallas de dos gasterópodos en el delta del río Turbo (golfo de Urabá, Caribe colombiano

    Directory of Open Access Journals (Sweden)

    Juan F. Blanco

    2012-12-01

    Full Text Available El delta del río Turbo es una de las áreas del golfo de Urabá, Colombia donde la tala de manglar es más extensa y activa, por lo tanto, se evaluó el impacto de la conversión de manglar a potrero, comparando la densidad y talla promedio de dos gasterópodos (Neritina virginea y Melampus coffeus, variables dasonómicas, físico-químicas intersticiales y granulométricas del suelo entre varios parches de: 1 manglar de franja, 2 manglar de cuenca, 3 manglar de cuenca mixto y 4 manglar de cuenca convertido a potrero, en el delta del río Turbo de este golfo, entre enero y diciembre 2009. Las densidades y tallas de los gasterópodos fueron mayores en el manglar de franja. N. virginea fue muy abundante pero disminuyó hacia el manglar de cuenca (debido a sus hábitos diádromos, y desapareció casi completamente en los potreros, donde los individuos estuvieron agregados en las pocas áreas anegadas. En los potreros, los individuos de M. coffeus estuvieron agrupados en los árboles remanentes debido a su hábito arborícola y su condición de pulmonado. Se sugiere que la escasez de los gasterópodos está relacionada con la degradación del microhábitat físico, y la alteración de propiedades del suelo. Finalmente, también planteamos que la extinción local de N. virginea debida a la tala puede ejercer fuertes efectos negativos sobre la función ecosistémica debido a que es un omnívoro dominante.

  3. An Agent-Based Monetary Production Simulation Model

    DEFF Research Database (Denmark)

    Bruun, Charlotte

    2006-01-01

    An Agent-Based Simulation Model Programmed in Objective Borland Pascal. Program and source code is downloadable......An Agent-Based Simulation Model Programmed in Objective Borland Pascal. Program and source code is downloadable...

  4. The Reliability and Validity of the Japanese Version of the Stroke Impact Scale Version 3.0.

    Science.gov (United States)

    Ochi, Mitsuhiro; Ohashi, Hiroshi; Hachisuka, Kenji; Saeki, Satoru

    It is important to evaluate body functions and structures, activity, and participation in stroke rehabilitation. The Stroke Impact Scale (SIS), a new stroke-specific self-report measure that was developed by Duncan et al, is widely used to measure multidimensional consequences about health-related quality of life. The SIS version 3.0 includes 9 domains (strength, hand function, activity of daily living and instrumental activity of daily living, mobility, communication, emotion, memory and thinking, participation, and recovery). Patients are asked to make a percentage rating of their recovery since their stroke on a visual analog scale of 0 to 100 for the stroke recovery domain. Each item in the 8 domains other than stroke recovery are scored in a range of 1 to 5 as a raw score and calculated using the manual to a final score. We developed a Japanese version of the SIS version 3.0 and assessed its reliability and validity in 32 chronic stroke survivors. The internal consistency (Cronbach's α 3.0 is valid, reliable, and clinically useful for stroke survivors.

  5. Itil version 3 at a glance information quick reference

    CERN Document Server

    Long, John

    2008-01-01

    ITILA(R) Version 3 At a Glance takes a graphical approach to consolidating the information of ITILA(R) version 3. ITILA(R) is an internationally-recognized set of best practices for providing IT service management. IT organizations worldwide are implementing ITILA(R) as a vehicle for improving IT service quality and improve return on investment for IT services. The desk referencea (TM)s unique graphical approach will take otherwise complex textual descriptions and make the information accessible in a series of consistent, simple diagrams. ITILA(R) Version 3 At a Glance will be of interest to organizations looking to train their staffs in a consistent and cost-effective way. Further, this book is ideal for anyone involved in planning consulting, implementing, or testing an ITILA(R) Version 3 implementation. Each chapter in ITILA(R) Version 3 at a Glance summarizes one of the ITILA(R) v3 books in the following consistent structure: - Brief Description of the Stage - Overview Diagram of the Stage - Key Concepts ...

  6. External Cephalic Version-Related Risks A Meta-analysis

    NARCIS (Netherlands)

    Grootscholten, Kim; Kok, Marjolein; Oei, S. Guid; Mol, Ben W. J.; van der Post, Joris A.

    2008-01-01

    OBJECTIVE: To systematically review the literature on external cephalic version-related complications and to assess if the outcome of a version attempt is related to complications. DATA SOURCES: In March 2007 we searched MEDLINE, EMBASE, and the Cochrane Central Register of Controlled Trials.

  7. Sistemas de transmisión del conocimiento etnobotánico de plantas silvestres comestibles en Turbo, Antioquia, Colombia.

    Directory of Open Access Journals (Sweden)

    Ramón Antonio Mosquera Mena

    2015-03-01

    Full Text Available Los diferentes estudios etnobotánicos y etnoecológicos, muestran no solo la gran riqueza de recursos naturales que muchas comunidades han aprovechado de manera sostenible en el tiempo, si no también, la preocupación por la falta de sistematización del conocimiento debido a diferentes situaciones que lo dificultan. Esta investigación tiene como propósito mostrar los diferentes sistemas de transmisión del conocimiento que los habitantes del municipio de Turbo, Antioquia, Colombia, han utilizado para que las generaciones presentes y futuras reconozcan las plantas silvestres comestibles, lo cual es útil para tomar decisiones frente a la necesidad de sistematización del conocimiento de la biodiversidad local. Se utiliza una metodología que comprende las etapas de diseño de la encuesta etnobotánica, la aplicación de la misma teniendo en cuenta el tamaño de la población lo que arroja un total de 360 encuestas aplicadas en los 18 corregimientos del municipio, agrupados en cuatro sectores fisiográficos: Serranía, Litoral, Abanico Aluvial y Planicie Inundable. Los resultados muestran las formas de transmisión de conocimiento en cada uno de los corregimientos que componen la geografía del territorio, evidenciando que continúan primando sistemas de transmisión oral con muy baja sistematización y con un desinterés de la población joven por reconocer dichos recursos orientados a la preservación como fuentede alimento.

  8. Value of Fat-Suppressed Proton-Density-Weighted Turbo Spin-Echo Sequences in Detecting Meniscal Lesions: Comparison with Arthroscopy

    International Nuclear Information System (INIS)

    Schaefer, F.K.W.; Schaefer, P.J.; Brossmann, J.; Frahm, C.; Hilgert, R.E.; Heller, M.; Jahnke, T.

    2006-01-01

    Purpose: To evaluate fat-suppressed (FS) proton-density-weighted (PDw) turbo spin-echo (TSE) magnetic resonance imaging (MRI) compared to arthroscopy in the detection of meniscal lesions. Material and Methods: In a prospective study, 31 knee joints were imaged on a 1.5T MR scanner before arthroscopy using the following sequences: (a) coronal and sagittal FS-PDw TSE (TR/TE: 4009/15 ms); (b) coronal T1w SE (TR/TE: 722/20 ms), and sagittal PDw TSE (TR/TE: 3800/15 ms). Other imaging parameters were: slice thickness 3 mm, FOV 160 mm, matrix 256x256. A total of 186 meniscal regions (62 menisci; anterior horn, body, posterior horn) were evaluated. Standard of reference was arthroscopy. Sensitivity, specificity, negative predictive value (npv), positive predictive value (ppv), and accuracy were calculated. Results: Arthroscopically, meniscal lesions were detected in 55/186 segments (35 medial and 20 lateral meniscal lesions). Sensitivity, specificity, npv, ppv, and accuracy for combination of coronal and sagittal FS PDw TSE were 91.4%, 98.3%, 95%, 97%, and 93.5% for the medial meniscus, and 90%, 98.6%, 97.3%, 94.7%, and 96.8% for the lateral. The results were comparable to the combination of coronal T1w SE and sagittal PDw TSE for the medial (88.6%, 98.3%, 93.4%, 96.9%, 91.4%) and the lateral (90%, 95.9%, 97.2%, 85.7%, 92.5%) meniscus. Conclusion: FS PDw TSE-MR sequences are an excellent alternative for the detection of meniscal lesions in comparison with diagnostic arthroscopy

  9. Qualitative and quantitative assessment of wrist MRI at 3.0T - Comparison between isotropic 3D turbo spin echo and isotropic 3D fast field echo and 2D turbo spin echo

    International Nuclear Information System (INIS)

    Jung, Jee Young; Yoon, Young Cheol; Jung, Jin Young; Choe, Bong-Keun

    2013-01-01

    Background: Isotropic three-dimensional (3D) magnetic resonance imaging (MRI) has been applied to various joints. However, comparison for image quality between isotropic 3D MRI and two-dimensional (2D) turbo spin echo (TSE) sequence of the wrist at a 3T MR system has not been investigated. Purpose: To compare the image quality of isotropic 3D MRI including TSE intermediate-weighted (VISTA) sequence and fast field echo (FFE) sequence with 2D TSE intermediate-weighted sequence of the wrist joint at 3.0 T. Material and Methods: MRI was performed in 10 wrists of 10 healthy volunteers with isotropic 3D sequences (VISTA and FFE) and 2D TSE intermediate-weighted sequences at 3.0 T. The signal-to-noise ratio (SNR) was obtained by imaging phantom and noise-only image. Contrast ratios (CRs) were calculated between fluid and cartilage, triangular fibrocartilage complex (TFCC), and the scapholunate ligament. Two radiologists independently assessed the visibility of TFCC, carpal ligaments, cartilage, tendons and nerves with a four-point grading scale. Statistical analysis to compare CRs (one way ANOVA with a Tukey test) and grades of visibility (Kruskal-Wallis test) between three sequences and those for inter-observer agreement (kappa analysis) were performed. Results: The SNR of 2D TSE (46.26) was higher than those of VISTA (23.34) and 3D FFE (19.41). CRs were superior in 2D TSE than VISTA (P = 0.02) for fluid-cartilage and in 2D TSE than 3D FFE (P < 0.01) for fluid-TFCC. The visibility was best in 2D TSE (P < 0.01) for TFCC and in VISTA (P = 0.01) for scapholunate ligament. The visibility was better in 2D TSE and 3D FFE (P 0.04) for cartilage and in VISTA than 3D FFE (P < 0.01) for TFCC. The inter-observer agreement for the visibility of anatomic structures was moderate or substantial. Conclusion: Image quality of 2D TSE was superior to isotropic 3D MR imaging for cartilage, and TFCC. 3D FFE has better visibility for cartilage than VISTA and VISTA has superior visibility for

  10. Qualitative and quantitative assessment of wrist MRI at 3.0T - Comparison between isotropic 3D turbo spin echo and isotropic 3D fast field echo and 2D turbo spin echo

    Energy Technology Data Exchange (ETDEWEB)

    Jung, Jee Young [Dept. of Radiology, Chungang Univ. Hospital, School of Medicine, Chungang Univ. (Korea, Republic of); Yoon, Young Cheol [Dept. of Radiology, Samsung Medical Center, School of Medicine, Sungkyunkwan Univ. (Korea, Republic of)], e-mail: ycyoon@skku.edu; Jung, Jin Young [Dept. of Radiology, Saint Paul' s Hospital, The Catholic Univ. (Korea, Republic of); Choe, Bong-Keun [Dept. of Preventive Medicine, School of Medicine, Kyung Hee Univ., Seoul (Korea, Republic of)

    2013-04-15

    Background: Isotropic three-dimensional (3D) magnetic resonance imaging (MRI) has been applied to various joints. However, comparison for image quality between isotropic 3D MRI and two-dimensional (2D) turbo spin echo (TSE) sequence of the wrist at a 3T MR system has not been investigated. Purpose: To compare the image quality of isotropic 3D MRI including TSE intermediate-weighted (VISTA) sequence and fast field echo (FFE) sequence with 2D TSE intermediate-weighted sequence of the wrist joint at 3.0 T. Material and Methods: MRI was performed in 10 wrists of 10 healthy volunteers with isotropic 3D sequences (VISTA and FFE) and 2D TSE intermediate-weighted sequences at 3.0 T. The signal-to-noise ratio (SNR) was obtained by imaging phantom and noise-only image. Contrast ratios (CRs) were calculated between fluid and cartilage, triangular fibrocartilage complex (TFCC), and the scapholunate ligament. Two radiologists independently assessed the visibility of TFCC, carpal ligaments, cartilage, tendons and nerves with a four-point grading scale. Statistical analysis to compare CRs (one way ANOVA with a Tukey test) and grades of visibility (Kruskal-Wallis test) between three sequences and those for inter-observer agreement (kappa analysis) were performed. Results: The SNR of 2D TSE (46.26) was higher than those of VISTA (23.34) and 3D FFE (19.41). CRs were superior in 2D TSE than VISTA (P = 0.02) for fluid-cartilage and in 2D TSE than 3D FFE (P < 0.01) for fluid-TFCC. The visibility was best in 2D TSE (P < 0.01) for TFCC and in VISTA (P = 0.01) for scapholunate ligament. The visibility was better in 2D TSE and 3D FFE (P 0.04) for cartilage and in VISTA than 3D FFE (P < 0.01) for TFCC. The inter-observer agreement for the visibility of anatomic structures was moderate or substantial. Conclusion: Image quality of 2D TSE was superior to isotropic 3D MR imaging for cartilage, and TFCC. 3D FFE has better visibility for cartilage than VISTA and VISTA has superior visibility for

  11. Intravenous nitroglycerin for external cephalic version: a randomized controlled trial.

    Science.gov (United States)

    Hilton, Jennifer; Allan, Bruce; Swaby, Cheryl; Wahba, Raouf; Wah, Raouf; Jarrell, John; Wood, Stephen; Ross, Sue; Tran, Quynh

    2009-09-01

    To estimate whether treatment with intravenous nitroglycerin for uterine relaxation increases the chance of successful external cephalic version. Two double-blind, randomized clinical trials were undertaken: one in nulliparous women and a second in multiparous women. Women presenting for external cephalic version at term were eligible to participate. The primary outcome was immediate success of external cephalic version. Other outcomes were presentation at delivery, cesarean delivery rate, and side effects and complications. Sample size calculations were based on a 100% increase in success of external cephalic version with a one-sided analysis and alpha=0.05 (80% power). In total, 126 women were recruited-82 in the nulliparous trial and 44 in the multiparous trial. Seven patients did not have external cephalic version before delivery but were included in the analysis of success of external cephalic version. One patient was lost to follow-up. The external cephalic version success rate for nulliparous patients was 24% (10 of 42) in patients who received nitroglycerin compared with 8% (3 of 40) in those who receive placebo (P=.04, one-sided Fisher exact test, odds ratio 3.85, lower bound 1.22). In multiparous patients, the external cephalic version success rate did not differ significantly between groups: 44% (10 of 23) in the nitroglycerin group compared with 43% (9 of 21) in the placebo group (P=.60). Treatment with intravenous nitroglycerin increased the rate of successful external cephalic version in nulliparous, but not in multiparous, women. Treatment with intravenous nitroglycerin appeared to be safe, but our numbers were too small to rule out rare serious adverse effects. I.

  12. ISO-PC Version 1.98: User`s guide

    Energy Technology Data Exchange (ETDEWEB)

    Rittmann, P.D.

    1995-05-02

    This document describes how to use Version 1.98 of the shielding program named ISO-PC. Version 1.98 corrects all known errors in ISOSHLD-II. In addition, a few numeric problems have been eliminated. There are three new namelist variables, 25 additional shielding materials, and 5 more energy groups. The two major differences with the original ISOSHLD-II are the removal of RIBD(radioisotope buildup and decay) source generator, and the removal of the non-uniform source distribution parameter, SSV1. This version of ISO-PC works with photon energies from 10 KeV to 10 MeV using 30 energy groups.

  13. El efecto de la panfotocoagulación con láser en edema macular diabético con el fotocoagulador Pascal® versus el láser de argón convencional.

    Science.gov (United States)

    Mahgoub, Mohamed M; Macky, Tamer A

    2017-07-11

    Objetivo: El objetivo de este estudio fue comparar el efecto de la panfotocoagulación (PFC) en el edema macular diabético (EMD) en pacientes con retinopatía diabética proliferativa (RDP) con el fotocoagulador Pascal® (FP) vs. un fotocoagulador con láser de argón convencional (FLAC). Métodos: Se aleatorizó el uso de FP o FLAC en ochenta ojos con RDP y EMD con afectación central de la mácula. Ambos grupos tuvieron una evaluación de base de mejor agudeza visual corregida y fueron examinados con tomografía de coherencia óptica y angiografía con fluoresceína. Resultados: El número medio de disparos de láser en los grupos de FP y FLAC fue 1.726,10 y 752,00 en la sesión 1 y 1.589,00 y 830,00 (p 0,05). La MAVC media fue similar durante el periodo de estudio y no hubo ninguna diferencia significativa entre los grupos (p > 0,05). Conclusiones: El FP y el FLAC mostraron efectos similares en el EMD en ojos con RDP y fueron igualmente seguros sin un aumento significativo del GFC. © 2017 S. Karger AG, Basel.

  14. URGENCES NOUVELLE VERSION

    CERN Multimedia

    Medical Service

    2002-01-01

    The table of emergency numbers that appeared in Bulletin 10/2002 is out of date. The updated version provided by the Medical Service appears on the following page. Please disregard the previous version. URGENT NEED OF A DOCTOR GENEVAPATIENT NOT FIT TO BE MOVED: Call your family doctor Or SOS MEDECINS (24H/24H) 748 49 50 Or ASSOC. OF GENEVA DOCTORS (7H-23H) 322 20 20 PATIENT CAN BE MOVED: HOPITAL CANTONAL 24 Micheli du Crest 372 33 11 382 33 11 CHILDREN'S HOSPITAL 6 rue Willy Donzé 382 68 18 382 45 55 MATERNITY 24 Micheli du Crest 382 68 16 382 33 11 OPHTALMOLOGY 22 Alcide Jentzer 382 84 00 HOPITAL DE LA TOUR Meyrin 719 61 11 CENTRE MEDICAL DE MEYRIN Champs Fréchets 719 74 00 URGENCES : FIRE BRIGADE 118 FIRE BRIGADE CERN 767 44 44 BESOIN URGENT D'AMBULANCE (GENEVE ET VAUD) : 144 POLICE 117 ANTI-POISON CENTRE 24H/24H 01 251 51 510 EUROPEAN EMERGENCY CALL: 112 FRANCE PATIENT NOT FIT TO BE MOVED: call your family doctor PATIENT CAN BE MOVED: ST. JULIE...

  15. LLNL Yucca Mountain project - near-field environment characterization technical area: Letter report: EQ3/6 version 8: differences from version 7

    Energy Technology Data Exchange (ETDEWEB)

    Wolery, T.J.

    1994-09-29

    EQ3/6 is a software package for geochemical modeling of aqueous systems, such as water/rock or waste/water rock. It is being developed for a variety of applications in geochemical studies for the Yucca Mountain Site Characterization Project. The software has been extensively rewritten for Version 8. The source code has been extensively modernized. The software is now written in Fortran 77 with the most common extensions that are part of the new Fortran 90 standard. The architecture of the software has been improved for better performance and to allow the incorporation of new functional capabilities in Version 8 and planned subsequent versions. In particular, the structure of the major data arrays has been significantly altered and extended. Three new major functional capabilities have been incorporated in Version 8. The first of these allows the treatment of redox disequilibrium in reaction-path modeling. This is a natural extension of the long-running capability of providing for such disequilibrium in static speciation-solubility calculations. Such a capability is important, for example, when dealing with systems containing organic species and certain dissolved gas species. The user defines (and sets the controls for) the components in disequilibrium. Such corrections can now be made if the requisite data are present on a supporting data file. At present, this capability is supported only by the SHV data file, which is based on SUPCRT92. Equilibrium constants and other thermodynamic quantities are correct1961ed for pressures which lie off a standard curve, which is defined on the supporting data file and ordinarily corresponds to 1.013 bar up to IOOC, and the steam/liquid water equilibrium pressure up to 300C. The third new major capability is generic ion exchange option previously developed in prototype in a branch Version 7 level version of EQ3/6 by Brian Viani, Bill Bourcier, and Carol Bruton. This option has been modified to fit into the Version 8 data

  16. Nuclear Criticality Safety Handbook, Version 2. English translation

    International Nuclear Information System (INIS)

    2001-08-01

    The Nuclear Criticality Safety Handbook, Version 2 essentially includes the description of the Supplement Report to the Nuclear Criticality Safety Handbook, released in 1995, into the first version of the Nuclear Criticality Safety Handbook, published in 1988. The following two points are new: (1) exemplifying safety margins related to modeled dissolution and extraction processes, (2) describing evaluation methods and alarm system for criticality accidents. Revision has been made based on previous studies for the chapter that treats modeling the fuel system: e.g., the fuel grain size that the system can be regarded as homogeneous, non-uniformity effect of fuel solution, an burnup credit. This revision has solved the inconsistencies found in the first version between the evaluation of errors found in JACS code system and the criticality condition data that were calculated based on the evaluation. This report is an English translation of the Nuclear Criticality Safety Handbook, Version 2, originally published in Japanese as JAERI 1340 in 1999. (author)

  17. Gridded Species Distribution, Version 1: Global Amphibians Presence Grids

    Data.gov (United States)

    National Aeronautics and Space Administration — The Global Amphibians Presence Grids of the Gridded Species Distribution, Version 1 is a reclassified version of the original grids of amphibian species distribution...

  18. Ontology Versioning and Change Detection on the Web

    NARCIS (Netherlands)

    Klein, Michel; Fensel, Dieter; Kiryakov, Atanas; Ognyanov, Damyan

    2002-01-01

    To effectively use ontologies on the Web, it is essential that changes in ontologies are managed well. This paper analyzes the topic of ontology versioning in the context of the Web by looking at the characteristics of the version relation between ontologies and at the identification of online

  19. 21 CFR 290.6 - Spanish-language version of required warning.

    Science.gov (United States)

    2010-04-01

    ... 21 Food and Drugs 4 2010-04-01 2010-04-01 false Spanish-language version of required warning. 290... (CONTINUED) DRUGS: GENERAL CONTROLLED DRUGS General Provisions § 290.6 Spanish-language version of required... of this drug to any person other than the patient for whom it was prescribed.” The Spanish version of...

  20. International Spinal Cord Injury Core Data Set (version 2.0)

    DEFF Research Database (Denmark)

    Biering-Sørensen, F; DeVivo, M J; Charlifue, S

    2017-01-01

    STUDY DESIGN: The study design includes expert opinion, feedback, revisions and final consensus. OBJECTIVES: The objective of the study was to present the new knowledge obtained since the International Spinal Cord Injury (SCI) Core Data Set (Version 1.0) published in 2006, and describe the adjust......STUDY DESIGN: The study design includes expert opinion, feedback, revisions and final consensus. OBJECTIVES: The objective of the study was to present the new knowledge obtained since the International Spinal Cord Injury (SCI) Core Data Set (Version 1.0) published in 2006, and describe...... the adjustments made in Version 2.0, including standardization of data reporting. SETTING: International. METHODS: Comments received from the SCI community were discussed in a working group (WG); suggestions from the WG were reviewed and revisions were made. All suggested revisions were considered, and a final...... version was circulated for final approval. RESULTS: The International SCI Core Data Set (Version 2.0) consists of 25 variables. Changes made to this version include the deletion of one variable 'Total Days Hospitalized' and addition of two variables 'Date of Rehabilitation Admission' and 'Date of Death...

  1. Validation of the Urdu version of the Epworth Sleepiness Scale.

    Science.gov (United States)

    Surani, Asif Anwar; Ramar, Kannan; Surani, Arif Anwar; Khaliqdina, Jehangir Shehryar; Subramanian, Shyam; Surani, Salim

    2012-09-01

    To translate and validate the Epworth Sleepiness Scale (ESS) for use in Urdu-speaking population. The original Epworth Sleepiness Scale was translated into the Urdu version (ESS-Ur) in three phases - translation and back-translation; committee-based translation; and testing in bilingual individuals. The final was subsequently tested on 89 healthy bilingual subjects between February and April, 2010, to assess the validity of the translation compared to the original version. The subjects were students and employees of Dow University of Health Sciences, Karachi. Both English and Urdu versions of the Epworth Sleepiness Scale were administered to 59 (67%) women and 30 (33%) men. The mean composite Epworth score was 7.53 in English language and 7.7 in the Urdu version (p=0.76). The translated version was found to be highly correlated with the original scale (rho=0.938; pscale's Urdu version as an effective tool for measuring daytime sleepiness in Urdu-speaking population. Future studies assessing the validity of such patients with sleep disorders need to be undertaken.

  2. Amnioinfusion to facilitate external cephalic version after initial failure.

    Science.gov (United States)

    Adama van Scheltema, P N; Feitsma, A H; Middeldorp, J M; Vandenbussche, F P H A; Oepkes, D

    2006-09-01

    To evaluate the effectiveness of antepartum transabdominal amnioinfusion to facilitate external cephalic version after initial failure. Women with a structurally normal fetus in breech lie at term, with a failed external cephalic version and an amniotic fluid index (AFI) less than 15 cm, were asked to participate in our study. After tocolysis with indomethacin, a transabdominal amnioinfusion was performed with an 18G spinal needle. Lactated Ringers solution was infused until the AFI reached 15 cm, with a maximum of 1 L. External cephalic version was performed directly afterward. Seven women participated in the study. The gestational age of the women was between 36(+4) and 38(+3) weeks, and three women were primiparous. The AFI ranged from 4 cm to 13 cm. A median amount of 1,000 mL Ringers solution (range 700-1,000 mL) was infused per procedure. The repeat external cephalic versions after amnioinfusion were not successful in any of the patients. In our experience, amnioinfusion does not facilitate external cephalic version.

  3. Simion 3D Version 6.0 User`s Manual

    Energy Technology Data Exchange (ETDEWEB)

    Dahl, D.A.

    1995-11-01

    The original SIMION was an electrostatic lens analysis and design program developed by D.C. McGilvery at Latrobe University, Bundoora Victoria, Australia, 1977. SIMION for the PC, developed at the Idaho National Engineering Laboratory, shares little more than its name with the original McGilvery version. INEL`s fifth major SIMION release, version 6.0, represents a quantum improvement over previous versions. This C based program can model complex problems using an ion optics workbench that can hold up to 200 2D and/or 3D electrostatic/magnetic potential arrays. Arrays can have up to 10,000,000 points. SIMION 3D`s 32 bit virtual Graphics User Interface provides a highly interactive advanced user environment. All potential arrays are visualized as 3D objects that the user can cut away to inspect ion trajectories and potential energy surfaces. User programs have been greatly extended in versatility and power. A new geometry file option supports the definition of highly complex array geometry. Extensive algorithm modifications have dramatically improved this version`s computational speed and accuracy.

  4. Comparison of STIR turbo SE imaging and diffusion-weighted imaging of the lung: capability for detection and subtype classification of pulmonary adenocarcinomas

    Energy Technology Data Exchange (ETDEWEB)

    Koyama, Hisanobu; Ohno, Yoshiharu; Onishi, Yumiko; Matsumoto, Keiko; Nogami, Munenobu; Takenaka, Daisuke; Sugimura, Kazuro [Kobe University Graduate School of Medicine, Department of Radiology, Kobe, Hyogo (Japan); Aoyama, Nobukazu [Kobe University Hospital, Division of Radiology, Kobe (Japan); Nishio, Wataru [Kobe University Graduate School of Medicine, Division of Cardiovascular, Thoracic and Pediatric Surgery, Kobe (Japan); Ohbayashi, Chiho [Hyogo Cancer Center, Division of Pathology, Akashi (Japan)

    2010-04-15

    The aim of the study was to evaluate the diagnostic performance of diffusion-weighted imaging (DWI) for detection and subtype classification in pulmonary adenocarcinomas through comparison with short TI inversion recovery turbo spin-echo imaging sequence (STIR). Thirty-two patients (mean age, 65.2 years) with 33 adenocarcinomas (mean diameter, 27.6 mm) were enrolled in this study. The detection rates of both sequences were compared. The ADC values on DWI and the contrast ratio (CR) between cancer and muscle on STIR were measured and those were compared across subtype classifications. Finally, ROC-based positive tests were performed to differentiate subtype classifications, and differentiation capabilities were compared. The DWI detection rate [85% (28/33)] was significantly lower than that of STIR [100% (33/33), P < 0.05]. The ADC values showed no significant difference regarding subtype classification; however, the CRs of bronchio-alveolar carcinomas (BACs) were significantly lower than those of other types (P < 0.05). When threshold values for differentiating BACs from others were adapted, the sensitivity and accuracy of DWI were significantly lower than those of STIR (P < 0.05). For differentiating adenocarcinomas with mixed subtypes from those with no BA component, there were no significant differences between the two sequences. STIR is more sensitive for detection and subtype classification than DWI. (orig.)

  5. Version control with Git

    CERN Document Server

    Loeliger, Jon

    2012-01-01

    Get up to speed on Git for tracking, branching, merging, and managing code revisions. Through a series of step-by-step tutorials, this practical guide takes you quickly from Git fundamentals to advanced techniques, and provides friendly yet rigorous advice for navigating the many functions of this open source version control system. This thoroughly revised edition also includes tips for manipulating trees, extended coverage of the reflog and stash, and a complete introduction to the GitHub repository. Git lets you manage code development in a virtually endless variety of ways, once you understand how to harness the system's flexibility. This book shows you how. Learn how to use Git for several real-world development scenarios ; Gain insight into Git's common-use cases, initial tasks, and basic functions ; Use the system for both centralized and distributed version control ; Learn how to manage merges, conflicts, patches, and diffs ; Apply advanced techniques such as rebasing, hooks, and ways to handle submodu...

  6. Multi-variable neural-fuzzy control applied to the control of speed, power and temperature of turbo-gas units; Control neurodifuso multivariable aplicado al control de velocidad, potencia y temperatura de unidades turbogas

    Energy Technology Data Exchange (ETDEWEB)

    Segura O, Victor O; De Lara J, Salvador C [Instituto de Investigaciones Electricas, Cuernavaca, Morelos (Mexico); Alvarado M, Victor M [Centro Nacional de Investigacion y Desarrollo Tecnologico (Cenidet), Cuernavaca, Morelos (Mexico)

    2005-07-01

    Gas turbines (GT) are high risk systems that operate at high velocities, temperatures and pressures. These conditions establish very strict requirements for the control system, reason why it is required a high automation level to obtain a safe and profitable operation. The control system of the turbo-gas units (TGU) is based on conventional control algorithms of type PI. This control scheme is destined for regulation and rejection of disturbance tasks, and not to follow reference points. All the controllers act on a single valve control, which represents a strong interaction between them. An alternative to treat this interaction and to improve the performance of the turbo-gas unit is the use of intelligent control techniques, adopting a pre-feedback scheme. The feedback control and the pre-feedback one are combined so that the first one assures the regulation around the operation points (for example, the synchronism velocity) and the second, provides the pursuit of the demanded trajectories established by the system. [Spanish] Las turbinas de gas (TG) son sistemas de alto riesgo que operan a altas velocidades, temperaturas y presiones. Estas condiciones establecen requerimientos muy estrictos para el sistema de control, por lo que se requiere en alto nivel de automatizacion para lograr una operacion segura y rentable. El sistema de control de las unidades turbogas (UTG) esta basado en algoritmos de control convencionales del tipo PI. Este esquema de control es destinado para tareas de regulacion y rechazo a perturbaciones, y no para seguimiento de puntos de referencia. Todos los controladores actuan sobre una sola valvula de control, lo que representa una fuerte interaccion entre los mismos. Una alternativa para tratar esta interaccion y mejorar el desempeno de la unidad turbogas es el empleo de tecnicas de control inteligente, adoptando un esquema retro-prealimentado. El control retroalimentado y el prealimentado se combinan para que el primero asegure la

  7. Labour Outcomes After Successful External Cephalic Version Compared With Spontaneous Cephalic Version.

    Science.gov (United States)

    Krueger, Samantha; Simioni, Julia; Griffith, Lauren E; Hutton, Eileen K

    2018-01-01

    This study sought to compare obstetrical outcomes for women with a cephalic presentation at birth resulting from successful external cephalic version (ECV) compared to those resulting from spontaneous cephalic version (SCV). Secondary analysis was performed on Early External Cephalic Version Trial data. A total of 931 study participants had breech presentations between 34 and 36 weeks' gestation and cephalic presentations at birth. The incidence of intrapartum interventions was compared between patients with successful ECV (557) and those with SCV (374). A generalized linear mixed model was used to determine ORs for our primary outcomes. Parity, maternal BMI, previous CS, and enrolment centre were controlled for in the analysis. No differences were found after ECV compared with SCV in the incidence of CS (96 of 557 and 76 of 374, respectively; adjusted OR [aOR] 0.89; 95% CI 0.63-1.26), instrumental birth (68 of 557 and 29 of 373, respectively; aOR 1.55; 95% CI 0.96-2.50), or normal vaginal birth (393 of 557 and 268 of 373, respectively; aOR 0.92; 95% CI 0.68-1.24). Multiparous women with successful ECV were half as likely to require a CS compared with those with SCV and no ECV (28 of 313 and 42 of 258, respectively; aOR 0.45; 95% CI 0.26-0.80). This is the first study to compare birth outcomes of breech pregnancies that convert to cephalic presentation by means of SCV with birth outcomes of breech pregnancies that have ECV. Women with a cephalic-presenting fetus at birth as a result of successful ECV are not at greater risk of obstetrical interventions at birth when compared with women with fetuses who spontaneously turn to a cephalic presentation in the third trimester. Copyright © 2018. Published by Elsevier Inc.

  8. Portuguese version of the PTSD Checklist-Military Version (PCL-M)-I: Confirmatory Factor Analysis and reliability.

    Science.gov (United States)

    Carvalho, Teresa; Cunha, Marina; Pinto-Gouveia, José; Duarte, Joana

    2015-03-30

    The PTSD Checklist-Military Version (PCL-M) is a brief self-report instrument widely used to assess Post-traumatic Stress Disorder (PTSD) symptomatology in war Veterans, according to DSM-IV. This study sought out to explore the factor structure and reliability of the Portuguese version of the PCL-M. A sample of 660 Portuguese Colonial War Veterans completed the PCL-M. Several Confirmatory Factor Analyses were conducted to test different structures for PCL-M PTSD symptoms. Although the respecified first-order four-factor model based on King et al.'s model showed the best fit to the data, the respecified first and second-order models based on the DSM-IV symptom clusters also presented an acceptable fit. In addition, the PCL-M showed adequate reliability. The Portuguese version of the PCL-M is thus a valid and reliable measure to assess the severity of PTSD symptoms as described in DSM-IV. Its use with Portuguese Colonial War Veterans may ease screening of possible PTSD cases, promote more suitable treatment planning, and enable monitoring of therapeutic outcomes. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  9. Model Adequacy Analysis of Matching Record Versions in Nosql Databases

    Directory of Open Access Journals (Sweden)

    E. V. Tsviashchenko

    2015-01-01

    Full Text Available The article investigates a model of matching record versions. The goal of this work is to analyse the model adequacy. This model allows estimating a user’s processing time distribution of the record versions and a distribution of the record versions count. The second option of the model was used, according to which, for a client the time to process record versions depends explicitly on the number of updates, performed by the other users between the sequential updates performed by a current client. In order to prove the model adequacy the real experiment was conducted in the cloud cluster. The cluster contains 10 virtual nodes, provided by DigitalOcean Company. The Ubuntu Server 14.04 was used as an operating system (OS. The NoSQL system Riak was chosen for experiments. In the Riak 2.0 version and later provide “dotted vector versions” (DVV option, which is an extension of the classic vector clock. Their use guarantees, that the versions count, simultaneously stored in DB, will not exceed the count of clients, operating in parallel with a record. This is very important while conducting experiments. For developing the application the java library, provided by Riak, was used. The processes run directly on the nodes. In experiment two records were used. They are: Z – the record, versions of which are handled by clients; RZ – service record, which contains record update counters. The application algorithm can be briefly described as follows: every client reads versions of the record Z, processes its updates using the RZ record counters, and saves treated record in database while old versions are deleted form DB. Then, a client rereads the RZ record and increments counters of updates for the other clients. After that, a client rereads the Z record, saves necessary statistics, and deliberates the results of processing. In the case of emerging conflict because of simultaneous updates of the RZ record, the client obtains all versions of that

  10. New developments in program STANSOL version 3

    International Nuclear Information System (INIS)

    Gray, W.H.

    1981-10-01

    STANSOL is a computer program that applied a solution for the mechanical displacement, stress, and strain in rotationally-transversely isotropic, homogeneous, axisymmetric solenoids. Careful application of the solution permits the complex mechanical behavior of multilayered, nonhomogeneous solenoids to be examined in which the loads may vary arbitrarily from layer to layer. Loads applied to the solenoid model by program STANSOL may consist of differential temperature, winding preload, internal and/or external surface pressure, and electromagnetic Lorentz body forces. STANSOL version 3, the latest update to the original version of the computer program, also permits structural analysis of solenoid magnets in which frictionless interlayer gaps may open or close. This paper presents the new theory coded into version 3 of the STANSOL program, as well as the new input data format and graphical output display of the resulting analysis

  11. Personal computer as a part of radiometric gauges

    International Nuclear Information System (INIS)

    Machaj, B.

    1992-01-01

    Following the world tendency in the application of microcomputers in measuring instrumentation, standard personal computer, compatible with IBM PC/XT, was employed in the isotope gauges developed lately in the Institute. The are: beta backscatter coating thickness gauge, X-ray fluorescence multilayer coating thickness gauge with X-ray tube as radiation source, and automatic airborne dust pollution gauge. A simple interface containing: address decoder, programmable pulse counter, some buffers and latches was sufficient to connect the computer to the measuring head of the gauges. Thanks to the possibility of programming in higher level language (turbo Pascal), the gauges were developed in much shorter time than required for classical electronics. The experience gained during development of the gauges shows, that even in case of a simple instrument such as the beta backscatter coating thickness gauge, it is more economical to employ ready-made personal computer than to elaborate specific electronics for it, unless the gauge is produced in large numbers. The use of personal computer is particularly advantageous, when processing of the signal or control of the measuring cycle is more sophisticated, as in the case of the two other gauges. Block diagrams of the gauges and their interfaces are presented in the paper. In case of the airborne dust pollution gauge, flow chart of the computer program is also given. (author). 3 refs, 4 figs

  12. CLIPS - C LANGUAGE INTEGRATED PRODUCTION SYSTEM (IBM PC VERSION WITH CLIPSITS)

    Science.gov (United States)

    Riley, , .

    1994-01-01

    The C Language Integrated Production System, CLIPS, is a shell for developing expert systems. It is designed to allow artificial intelligence research, development, and delivery on conventional computers. The primary design goals for CLIPS are portability, efficiency, and functionality. For these reasons, the program is written in C. CLIPS meets or outperforms most micro- and minicomputer based artificial intelligence tools. CLIPS is a forward chaining rule-based language. The program contains an inference engine and a language syntax that provide a framework for the construction of an expert system. It also includes tools for debugging an application. CLIPS is based on the Rete algorithm, which enables very efficient pattern matching. The collection of conditions and actions to be taken if the conditions are met is constructed into a rule network. As facts are asserted either prior to or during a session, CLIPS pattern-matches the number of fields. Wildcards and variables are supported for both single and multiple fields. CLIPS syntax allows the inclusion of externally defined functions (outside functions which are written in a language other than CLIPS). CLIPS itself can be embedded in a program such that the expert system is available as a simple subroutine call. Advanced features found in CLIPS version 4.3 include an integrated microEMACS editor, the ability to generate C source code from a CLIPS rule base to produce a dedicated executable, binary load and save capabilities for CLIPS rule bases, and the utility program CRSV (Cross-Reference, Style, and Verification) designed to facilitate the development and maintenance of large rule bases. Five machine versions are available. Each machine version includes the source and the executable for that machine. The UNIX version includes the source and binaries for IBM RS/6000, Sun3 series, and Sun4 series computers. The UNIX, DEC VAX, and DEC RISC Workstation versions are line oriented. The PC version and the Macintosh

  13. HECTR [Hydrogen Event Containment Transient Response] Version 1.5N: A modification of HECTR Version 1.5 for application to N Reactor

    International Nuclear Information System (INIS)

    Camp, A.L.; Dingman, S.E.

    1987-05-01

    This report describes HECTR Version 1.5N, which is a special version of HECTR developed specifically for application to the N Reactor. HECTR is a fast-running, lumped-parameter containment analysis computer program that is most useful for performing parametric studies. The main purpose of HECTR is to analyze nuclear reactor accidents involving the transport and combustion of hydrogen, but HECTR can also function as an experiment analysis tool and can solve a limited set of other types of containment problems. Version 1.5N is a modification of Version 1.5 and includes changes to the spray actuation logic, and models for steam vents, vacuum breakers, and building cross-vents. Thus, all of the key features of the N Reactor confinement can be modeled. HECTR is designed for flexibility and provides for user control of many important parameters, if built-in correlations and default values are not desired

  14. PARTICIPACIÓN COMUNITARIA EN EL GOLFO DE URABÁ: EL CASO DEL CORREGIMIENTO BOCAS DEL ATRATO Y LA VEREDA EL ROTO, MUNICIPIO DE TURBO, ANTIOQUIA

    Directory of Open Access Journals (Sweden)

    TABORDA MARÍN ALEXANDER

    2010-05-01

    Full Text Available El texto expone, desde el estudio de los aspectos socioculturales y el abordaje particular de la participación comunitaria, los resultados de un proyecto experimental de acuicultura de róbalo (Centropomus undecimalis y sábalo (Megalops atlanticus en el Corregimiento de Bocas del Atrato y la vereda El Roto, del Municipio de Turbo, Antioquia. Trabajo interdisciplinario que busca generar herramientas de conocimiento científico para contribuir en la mitigación de la disminución del recurso íctico en el que se basa el sustento de estas poblaciones mediante una metodología de Investigación Acción Participativa. Se analizan algunos aspectos culturales y socioeconómicos de estas comunidades que influyeron en el desarrollo del proyecto, junto con reflexiones sobre las experiencias vividas, a manera de recomendaciones para futuros trabajos de este tipo y como un llamado a la revisión autocrítica de lo que es la práctica de la interdisciplinariedad en proyectos de intervención en el marco del desarrollo sostenible. La investigación se desarrolló entre enero de 2007 y junio de 2008.

  15. Global Historical Climatology Network - Monthly (GHCN-M), Version 2

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, the temperature portion of this dataset has been superseded by a newer version. Users should not use this version except in rare cases (e.g., when...

  16. Integrated Global Radiosonde Archive (IGRA) - Monthly Means (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  17. [The Confusion Assessment Method: Transcultural adaptation of a French version].

    Science.gov (United States)

    Antoine, V; Belmin, J; Blain, H; Bonin-Guillaume, S; Goldsmith, L; Guerin, O; Kergoat, M-J; Landais, P; Mahmoudi, R; Morais, J A; Rataboul, P; Saber, A; Sirvain, S; Wolfklein, G; de Wazieres, B

    2018-04-03

    The Confusion Assessment Method (CAM) is a validated key tool in clinical practice and research programs to diagnose delirium and assess its severity. There is no validated French version of the CAM training manual and coding guide (Inouye SK). The aim of this study was to establish a consensual French version of the CAM and its manual. Cross-cultural adaptation to achieve equivalence between the original version and a French adapted version of the CAM manual. A rigorous process was conducted including control of cultural adequacy of the tool's components, double forward and back translations, reconciliation, expert committee review (including bilingual translators with different nationalities, a linguist, highly qualified clinicians, methodologists) and pretesting. A consensual French version of the CAM was achieved. Implementation of the CAM French version in daily clinical practice will enable optimal diagnosis of delirium diagnosis and enhance communication between health professionals in French speaking countries. Validity and psychometric properties are being tested in a French multicenter cohort, opening up new perspectives for improved quality of care and research programs in French speaking countries. Copyright © 2018 Elsevier Masson SAS. All rights reserved.

  18. APLIKASI BIBLE PADA MOBILE PHONE DENGAN MENGGUNAKAN JAVA MICRO EDITION (JAVA ME

    Directory of Open Access Journals (Sweden)

    Alexander Setiawan

    2009-01-01

    Full Text Available The Bible is a guidebook for the Christian life, the development of mobile technology allows to create applications Bible on mobile phones. This research aims to develop applications of existing Bible by providing new features. These features include, that can display two types of the same Bible (New International Version and the King James Version, features of note to the bookmark application, clear visibility on the in-verse bookmarks, display, grouping the bookmarks and search results clustering words, the application daily devotional, and maps. Database Bible is a database used Go Bible, and the search string using the Turbo Boyer Moore. Tests on the application made on the Nokia N78, Sony Ericsson W910i, K800 as a sample. From the results of testing, applications have been made to run well on all three mobile phone.

  19. Stability Analysis of Finite Difference Approximations to Hyperbolic Systems, and Problems in Applied and Computational Matrix Theory

    Science.gov (United States)

    1988-07-08

    Marcus and C. Baczynski), Computer Science Press, Rockville, Maryland, 1986. 3. An Introduction to Pascal and Precalculus , Computer Science Press...Science Press, Rockville, Maryland, 1986. 35. An Introduction to Pascal and Precalculus , Computer Science Press, Rockville, Maryland, 1986. 36

  20. Preliminary site description Forsmark area - version 1.1

    International Nuclear Information System (INIS)

    2004-03-01

    This report presents the interim version (model version 1.1) of the preliminary Site Descriptive Model for Forsmark. The basis for this interim version is quality-assured, geoscientific and ecological field data from Forsmark that were available in the SKB databases SICADA and GIS at April 30, 2003 as well as version 0 of the Site Descriptive Model. The new data acquired during the initial site investigation phase to the date of data freeze 1.1 constitute the basis for the updating of version 0 to version 1.1. These data originate from surface investigations on the candidate area with its regional environment and from drilling and investigations in boreholes. The surface-based data sets were rather extensive whereas the data sets from boreholes were limited to information from one 1,000 m deep cored borehole (KFM01A) and eight 150 to 200 m deep percussion-drilled boreholes in the Forsmark candidate area. Discipline specific models are developed for a selected regional and local model volume and these are then integrated into a site description. The current methodologies for developing the discipline specific models and the integration of these are documented in methodology reports or strategy reports. In the present work, the guidelines given in those reports were followed to the extent possible with the data and information available at the time for data freeze for model version 1.1. Compared with version 0 there are considerable additional features in the version 1.1, especially in the geological description and in the description of the near surface. The geological models of lithology and deformation zones are based on borehole information and much higher resolution surface data. The existence of highly fractured sub-horizontal zones has been verified and these are now part of the model of the deformation zones. A discrete fracture network (DFN) model has also been developed. The rock mechanics model is based on strength information from SFR and an empirical

  1. National Radiobiology Archives Distributed Access User's Manual, Version 1. 1

    Energy Technology Data Exchange (ETDEWEB)

    Smith, S.K.; Prather, J.C.; Ligotke, E.K.; Watson, C.R.

    1992-06-01

    This supplement to the NRA Distributed Access User's manual (PNL-7877), November 1991, describes installation and use of Version 1.1 of the software package; this is not a replacement of the previous manual. Version 1.1 of the NRA Distributed Access Package is a maintenance release. It eliminates several bugs, and includes a few new features which are described in this manual. Although the appearance of some menu screens has changed, we are confident that the Version 1.0 User's Manual will provide an adequate introduction to the system. Users who are unfamiliar with Version 1.0 may wish to experiment with that version before moving on to Version 1.1.

  2. The effects of FreeSurfer version, workstation type, and Macintosh operating system version on anatomical volume and cortical thickness measurements.

    Science.gov (United States)

    Gronenschild, Ed H B M; Habets, Petra; Jacobs, Heidi I L; Mengelers, Ron; Rozendaal, Nico; van Os, Jim; Marcelis, Machteld

    2012-01-01

    FreeSurfer is a popular software package to measure cortical thickness and volume of neuroanatomical structures. However, little if any is known about measurement reliability across various data processing conditions. Using a set of 30 anatomical T1-weighted 3T MRI scans, we investigated the effects of data processing variables such as FreeSurfer version (v4.3.1, v4.5.0, and v5.0.0), workstation (Macintosh and Hewlett-Packard), and Macintosh operating system version (OSX 10.5 and OSX 10.6). Significant differences were revealed between FreeSurfer version v5.0.0 and the two earlier versions. These differences were on average 8.8 ± 6.6% (range 1.3-64.0%) (volume) and 2.8 ± 1.3% (1.1-7.7%) (cortical thickness). About a factor two smaller differences were detected between Macintosh and Hewlett-Packard workstations and between OSX 10.5 and OSX 10.6. The observed differences are similar in magnitude as effect sizes reported in accuracy evaluations and neurodegenerative studies.The main conclusion is that in the context of an ongoing study, users are discouraged to update to a new major release of either FreeSurfer or operating system or to switch to a different type of workstation without repeating the analysis; results thus give a quantitative support to successive recommendations stated by FreeSurfer developers over the years. Moreover, in view of the large and significant cross-version differences, it is concluded that formal assessment of the accuracy of FreeSurfer is desirable.

  3. The effects of FreeSurfer version, workstation type, and Macintosh operating system version on anatomical volume and cortical thickness measurements.

    Directory of Open Access Journals (Sweden)

    Ed H B M Gronenschild

    Full Text Available FreeSurfer is a popular software package to measure cortical thickness and volume of neuroanatomical structures. However, little if any is known about measurement reliability across various data processing conditions. Using a set of 30 anatomical T1-weighted 3T MRI scans, we investigated the effects of data processing variables such as FreeSurfer version (v4.3.1, v4.5.0, and v5.0.0, workstation (Macintosh and Hewlett-Packard, and Macintosh operating system version (OSX 10.5 and OSX 10.6. Significant differences were revealed between FreeSurfer version v5.0.0 and the two earlier versions. These differences were on average 8.8 ± 6.6% (range 1.3-64.0% (volume and 2.8 ± 1.3% (1.1-7.7% (cortical thickness. About a factor two smaller differences were detected between Macintosh and Hewlett-Packard workstations and between OSX 10.5 and OSX 10.6. The observed differences are similar in magnitude as effect sizes reported in accuracy evaluations and neurodegenerative studies.The main conclusion is that in the context of an ongoing study, users are discouraged to update to a new major release of either FreeSurfer or operating system or to switch to a different type of workstation without repeating the analysis; results thus give a quantitative support to successive recommendations stated by FreeSurfer developers over the years. Moreover, in view of the large and significant cross-version differences, it is concluded that formal assessment of the accuracy of FreeSurfer is desirable.

  4. NOAA Climate Data Record (CDR) of GPS RO-Calibrated AMSU Channel 9 (Temperatures in the Lower Stratosphere,TLS), Version 1.0 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  5. NOAA Climate Data Record (CDR) of GPS RO-Calibrated AMSU Channel 9 (Temperatures in the Lower Stratosphere,TLS), Version 1.1 (Version Superseded)

    Data.gov (United States)

    National Oceanic and Atmospheric Administration, Department of Commerce — Please note, this dataset has been superseded by a newer version (see below). Users should not use this version except in rare cases (e.g., when reproducing previous...

  6. Interactive tag cloud visualization of software version control repositories

    CSIR Research Space (South Africa)

    Greene, GJ

    2015-09-01

    Full Text Available Version control repositories contain a wealth of implicit information that can be used to answer many questions about a project’s development process. However, this information is not directly accessible in the version control archives and must...

  7. Control system modernization of a turbo-gas unit of CFE in the Comarca Lagunera; Modernizacion del sistema de control de una unidad turbogas de la CFE en la Comarca Lagunera

    Energy Technology Data Exchange (ETDEWEB)

    Sanchez P, Marino; De Lara J, Salvador; Hernandez Muniz, Alfredo [Industria SIGRAMA, Cuernavaca, Morelos (Mexico); Garcia Cabello, Raymundo [Comision Federal de Electricidad (Mexico)

    2004-07-01

    At the present time, the turbo-gas units (TGU) make an important contribution in the development and growth of the national power sector, since this type of units pertaining to the Comision Federal de Electricidad (CFE) contributes with the 6.23% of the national production, that is to say, 2600 MW approx. The turbo-gas units are aero-derivative gas turbines used for power generation, pumping and compression. Generally, they are used to support urgent requests in the demand of electricity or, for the permanent supply of electrical energy in isolated zones. In addition, they are used to quickly get into and get out of operation, which requires high availability, trustworthiness and flexibility. In this sense, and with the intention of improving the operation of the TGUs, the Gerencia de Control e Instrumentation (GCI) (Management of Control and Instrumentation) of the Instituto de Investigaciones Electricas (IIE), has developed a control technology for this type of units, able to replace the original control systems of units with even 30 years of continuous operation or to be installed in new units. [Spanish] En la actualidad, las unidades de turbogas (UTG) tienen una importante contribucion en el desarrollo y crecimiento del sector energetico nacional, pues este tipo de unidades pertenecientes a la Comision Federal de Electricidad (CFE) aportan el 6.23% de la produccion nacional, es decir, 2600 MW aproximadamente. Las unidades turbogas son turbinas de gas aeroderivativas empleadas para la generacion electrica, bombeo y compresion. Por lo general, son utilizadas para apoyar solicitudes urgentes en la demanda de electricidad o bien, para el suministro permanente de energia electrica en zonas aisladas. Ademas, se usan para entrar y salir rapidamente en operacion, lo que requiere alta disponibilidad, confiabilidad y flexibilidad. En este sentido, y con la intencion de mejorar las UTG, la Gerencia de Control e Instrumentacion (GCI) del Instituto de Investigaciones

  8. Clinical application of Half Fourier Acquisition Single Shot Turbo Spin Echo (HASTE) imaging accelerated by simultaneous multi-slice acquisition.

    Science.gov (United States)

    Schulz, Jenni; P Marques, José; Ter Telgte, Annemieke; van Dorst, Anouk; de Leeuw, Frank-Erik; Meijer, Frederick J A; Norris, David G

    2018-01-01

    As a single-shot sequence with a long train of refocusing pulses, Half-Fourier Acquisition Single-Shot Turbo-Spin-Echo (HASTE) suffers from high power deposition limiting use at high resolutions and high field strengths, particularly if combined with acceleration techniques such as simultaneous multi-slice (SMS) imaging. Using a combination of multiband (MB)-excitation and PINS-refocusing pulses will effectively accelerate the acquisition time while staying within the SAR limitations. In particular, uncooperative and young patients will profit from the speed of the MB-PINS HASTE sequence, as clinical diagnosis can be possible without sedation. Materials and MethodsMB-excitation and PINS-refocusing pulses were incorporated into a HASTE-sequence with blipped CAIPIRINHA and TRAPS including an internal FLASH reference scan for online reconstruction. Whole brain MB-PINS HASTE data were acquired on a Siemens 3T-Prisma system from 10 individuals and compared to a clinical HASTE protocol. ResultsThe proposed MB-PINS HASTE protocol accelerates the acquisition by about a factor 2 compared to the clinical HASTE. The diagnostic image quality proved to be comparable for both sequences for the evaluation of the overall aspect of the brain, the detection of white matter changes and areas of tissue loss, and for the evaluation of the CSF spaces although artifacts were more frequently encountered with MB-PINS HASTE. ConclusionsMB-PINS HASTE enables acquisition of slice accelerated highly T2-weighted images and provides good diagnostic image quality while reducing acquisition time. Copyright © 2017 Elsevier B.V. All rights reserved.

  9. What Industry Is Saying About the Battery ISC Device (Text Version) |

    Science.gov (United States)

    version of the video What Industry Is Saying About the Battery ISC Device. Bring Up NREL Logo with Music Transportation Research | NREL What Industry Is Saying About the Battery ISC Device (Text Version) What Industry Is Saying About the Battery ISC Device (Text Version) The following is the text

  10. A kernel version of multivariate alteration detection

    DEFF Research Database (Denmark)

    Nielsen, Allan Aasbjerg; Vestergaard, Jacob Schack

    2013-01-01

    Based on the established methods kernel canonical correlation analysis and multivariate alteration detection we introduce a kernel version of multivariate alteration detection. A case study with SPOT HRV data shows that the kMAD variates focus on extreme change observations.......Based on the established methods kernel canonical correlation analysis and multivariate alteration detection we introduce a kernel version of multivariate alteration detection. A case study with SPOT HRV data shows that the kMAD variates focus on extreme change observations....

  11. Regularization Tools Version 3.0 for Matlab 5.2

    DEFF Research Database (Denmark)

    Hansen, Per Christian

    1999-01-01

    This communication describes Version 3.0 of Regularization Tools, a Matlab package for analysis and solution of discrete ill-posed problems.......This communication describes Version 3.0 of Regularization Tools, a Matlab package for analysis and solution of discrete ill-posed problems....

  12. Tocolysis in term breech external cephalic version.

    Science.gov (United States)

    Nor Azlin, M I; Haliza, H; Mahdy, Z A; Anson, I; Fahya, M N; Jamil, M A

    2005-01-01

    To study the effect of ritodrine tocolysis on the success of external cephalic version (ECV) and to assess the role of ECV in breech presentation at our centre. A prospective randomized double-blind-controlled trial comparing ritodrine and placebo in ECV of singleton term breech pregnancy at a tertiary hospital. Among the 60 patients who were recruited, there was a success rate of 36.7%. Ritodrine tocolysis significantly improved the success rate of ECV (50% vs. 23%; P=0.032). There was a marked effect of ritodrine tocolysis on the ECV success in nulliparae (36.4% vs. 13.0%) and multiparae (87.5% vs. 57.1%). External cephalic version has shown to reduce the rate of cesarean section for breech presentation by 33.5% in our unit. External cephalic version significantly reduced the rate of cesarean section in breech presentation, and ritodrine tocolysis improved the success of ECV and should be offered to both nulliparous and parous women in the case of term breech presentation.

  13. Comparison of Turbo Spin Echo and Echo Planar Imaging for intravoxel incoherent motion and diffusion tensor imaging of the kidney at 3 Tesla

    Energy Technology Data Exchange (ETDEWEB)

    Hilbert, Fabian; Wech, Tobias; Neubauer, Henning; Veldhoen, Simon; Bley, Thorsten Alexander; Koestler, Herbert [Wuerzburg Univ. (Germany). Inst. fuer Diagnostische und Interventionelle Radiologie

    2017-10-01

    Echo Planar Imaging (EPI) is most commonly applied to acquire diffusion-weighted MR-images. EPI is able to capture an entire image in very short time, but is prone to distortions and artifacts. In diffusion-weighted EPI of the kidney severe distortions may occur due to intestinal gas. Turbo Spin Echo (TSE) is robust against distortions and artifacts, but needs more time to acquire an entire image compared to EPI. Therefore, TSE is more sensitive to motion during the readout. In this study we compare diffusion-weighted TSE and EPI of the human kidney with regard to intravoxel incoherent motion (IVIM) and diffusion tensor imaging (DTI). Images were acquired with b-values between 0 and 750 s/mm{sup 2} with TSE and EPI. Distortions were observed with the EPI readout in all volunteers, while the TSE images were virtually distortion-free. Fractional anisotropy of the diffusion tensor was significantly lower for TSE than for EPI. All other parameters of DTI and IVIM were comparable for TSE and EPI. Especially the main diffusion directions yielded by TSE and EPI were similar. The results demonstrate that TSE is a worthwhile distortion-free alternative to EPI for diffusion-weighted imaging of the kidney at 3 Tesla.

  14. New Open-Source Version of FLORIS Released | News | NREL

    Science.gov (United States)

    New Open-Source Version of FLORIS Released New Open-Source Version of FLORIS Released January 26 , 2018 National Renewable Energy Laboratory (NREL) researchers recently released an updated open-source simplified and documented. Because of the living, open-source nature of the newly updated utility, NREL

  15. Zonal Wave Number 2 Rossby Wave (3.5-day oscillation) Over The Martian Lower Atmosphere

    Science.gov (United States)

    Ghosh, P.; Thokuluwa, R. K.

    2013-12-01

    Over the Mars, height (800-50 Pascal pressure coordinate) profiles of temperature (K), measured by radio occultation technique during the MGS (Mars Global Surveyor) mission, obtained for the period of 1-10 January 2006 at the Martian latitude of ~63N in almost all the longitudes are analyzed to study the characteristics of the 3.5-day oscillation. To avoid significant data gaps in a particular longitude sector, we selected a set of 7 Mars longitude regions with ranges of 0-30E, 35-60E, 65-95E, 190-230E, 250-280E, 290-320E, and 325-360E to study the global characteristics of the 3.5-day oscillation. The 3.5-day oscillation is not selected as a-priori but observed as a most significant oscillation during this period of 1-10 January 2006. It is observed that in the longitude of 0-30E, the 3.5-day oscillation shows statistically significant power (above the 95% confidence level white noise) from the lowest height (800 Pascal, 8 hPa) itself and up to the height of 450 Pascal level with the maximum power of ~130 K^2 at the 600 & 650 Pascal levels. It started to grow from the power of ~ 50 K^2 at the lowest height of 800 Pascal level and reached the maximum power in the height of 600-650 Pascal level and then it started to get lessened monotonously up to the height of 450 Pascal level where its power is ~ 20 K^2. Beyond this height and up to the height of 50 Pascal level, the wave amplitude is below the white noise level. As the phase of the wave is almost constant at all the height levels, it seems that the observed 3.5-day oscillation is a stationary wave with respect to the height. In the 35-60 E longitude sector, the vertical structure of the 3.5-day oscillation is similar to what observed for the 0-30 E longitude region but the power is statistically insignificant at all the heights. However in the 65-95E longitude sector, the wave grows from the lowest level (70 K^2) of 800 Pascal to its maximum power of 280 K^2 in the height of 700 Pascal level and then it started

  16. Disability assessment scale for dementia – long version (DADL-BR

    Directory of Open Access Journals (Sweden)

    Mariana Boaro Fernandez Canon

    2016-04-01

    Full Text Available Introduction: There are no functional assessment tools for elderly with dementia available in the literature that will assess all occupations. Objective: To develop a Long Version of Disability Assessment for Dementia Scale (DADL-Br, covering all occupations provided by the American Association of Occupational Therapy (AOTA and the activities that compose them and evaluate its content validity. Method: With the permission of the original version main author (DAD, Isabelle Gélinas PhD, the new items of the Long Version (DADL-Br were developed based on the classification proposed by AOTA for occupations, considering the gaps in the original instrument. We reviewed the Cultural and Conceptual Equivalence by the Expert Committee and Multidisciplinary Committee. The suggestions of the Committees were accepted and the process followed for the pre-test and author analysis. Results: The first version of the instrument received 10 new fields and 64 new items, which after seven reviews of Cultural Equivalence (average concordance 89.2%, six reviews of Conceptual Equivalence (average concordance 81.2%, tree pre-tests and analysis of the original version main author, has resulted in the development of five versions, addition of twelve items and exclusion of seven items, and the final version consists of 20 fields and 109 items, being 10 new fields and 69 new items. Conclusion: This process conferred the content validity of DADL-Br, which includes all occupations proposed by AOTA and can be a useful tool to evaluate the profile of occupational performance of elderly with dementia.

  17. RASCAL Version 2.0 workbook

    International Nuclear Information System (INIS)

    Athey, G.F.; McKenna, T.J.

    1993-05-01

    The Radiological Assessment System for Consequence Analysis, Version 2.0 (RASCAL 2.0) has been developed for use by the NRC personnel who respond to radiological emergencies. This workbook is intended to complement the RASCAL 2.0 User's Guide (NUREG/CR-5247, Vol. 1). The workbook contains exercises designed to familiarize the user with the computer based tools of RASCAL through hands-on problem solving. The workbook is composed of four major sections. The first part is a RASCAL familiarization exercise to acquaint the user with the operation of the forms, menus, on-line help, and documentation. The latter three parts contain exercises in using the three tools of RASCAL Version 2.0: DECAY, FM-DOSE, and ST-DOSE. Each section of exercises is followed by discussion on how the tools could be used to solve the problem

  18. Revised Reading the Mind in the Eyes Test (RMET - Brazilian version

    Directory of Open Access Journals (Sweden)

    Breno Sanvicente-Vieira

    2014-03-01

    Full Text Available Objective: To translate and adapt to Brazilian Portuguese the Revised Reading the Mind in the Eyes Test (RMET, in both paper-and-pencil and computerized versions. The RMET is a well-accepted instrument for assessment of Theory of Mind (ToM, an important component of social cognition. Methods: Following a guideline for translation of material for clinical populations, this study had three main phases: 1 formal translation and semantic adaptation to Brazilian Portuguese; 2 an acceptability trial with health professionals as judges evaluating picture-word matching; and 3 a trial using the paper-and-pencil and computerized versions (experiments built in E-Prime 2.0.10 software with healthy participants to test whether the instrument has similar outputs to those expected in versions in other languages. Results: RMET was adequately adapted to Brazilian Portuguese. This version showed acceptability and outputs similar to versions of the instrument in other languages, including the original one. We kept the same number of images as the original English version. Conclusions: Considering the scarcity of cognitive assessment instruments adequately adapted to Portuguese and the importance of social cognition in many psychiatric disorders, this work adds an important resource to Brazilian research and is administrable in both paper-and-pencil and computerized versions.

  19. Preliminary site description Forsmark area - version 1.1

    Energy Technology Data Exchange (ETDEWEB)

    NONE

    2004-03-01

    This report presents the interim version (model version 1.1) of the preliminary Site Descriptive Model for Forsmark. The basis for this interim version is quality-assured, geoscientific and ecological field data from Forsmark that were available in the SKB databases SICADA and GIS at April 30, 2003 as well as version 0 of the Site Descriptive Model. The new data acquired during the initial site investigation phase to the date of data freeze 1.1 constitute the basis for the updating of version 0 to version 1.1. These data originate from surface investigations on the candidate area with its regional environment and from drilling and investigations in boreholes. The surface-based data sets were rather extensive whereas the data sets from boreholes were limited to information from one 1,000 m deep cored borehole (KFM01A) and eight 150 to 200 m deep percussion-drilled boreholes in the Forsmark candidate area. Discipline specific models are developed for a selected regional and local model volume and these are then integrated into a site description. The current methodologies for developing the discipline specific models and the integration of these are documented in methodology reports or strategy reports. In the present work, the guidelines given in those reports were followed to the extent possible with the data and information available at the time for data freeze for model version 1.1. Compared with version 0 there are considerable additional features in the version 1.1, especially in the geological description and in the description of the near surface. The geological models of lithology and deformation zones are based on borehole information and much higher resolution surface data. The existence of highly fractured sub-horizontal zones has been verified and these are now part of the model of the deformation zones. A discrete fracture network (DFN) model has also been developed. The rock mechanics model is based on strength information from SFR and an empirical

  20. The Hamburg Oceanic Carbon Cycle Circulation Model. Version 1. Version 'HAMOCC2s' for long time integrations

    Energy Technology Data Exchange (ETDEWEB)

    Heinze, C.; Maier-Reimer, E. [Max-Planck-Institut fuer Meteorologie, Hamburg (Germany)

    1999-11-01

    The Hamburg Ocean Carbon Cycle Circulation Model (HAMOCC, configuration HAMOCC2s) predicts the atmospheric carbon dioxide partial pressure (as induced by oceanic processes), production rates of biogenic particulate matter, and geochemical tracer distributions in the water column as well as the bioturbated sediment. Besides the carbon cycle this model version includes also the marine silicon cycle (silicic acid in the water column and the sediment pore waters, biological opal production, opal flux through the water column and opal sediment pore water interaction). The model is based on the grid and geometry of the LSG ocean general circulation model (see the corresponding manual, LSG=Large Scale Geostrophic) and uses a velocity field provided by the LSG-model in 'frozen' state. In contrast to the earlier version of the model (see Report No. 5), the present version includes a multi-layer sediment model of the bioturbated sediment zone, allowing for variable tracer inventories within the complete model system. (orig.)