Sample records for zoubir mammeri pascal

  1. PASCAL vs BASIC

    ERIC Educational Resources Information Center

    Mundie, David A.

    1978-01-01

    A comparison between PASCAL and BASIC as general purpose microprocessor languages rates PASCAL above BASIC in such points as program structure, data types, structuring methods, control structures, procedures and functions, and ease in learning. (CMV)

  2. PASCAL/48 reference manual

    NASA Technical Reports Server (NTRS)

    Knight, J. C.; Hamm, R. W.

    1984-01-01

    PASCAL/48 is a programming language for the Intel MCS-48 series of microcomputers. In particular, it can be used with the Intel 8748. It is designed to allow the programmer to control most of the instructions being generated and the allocation of storage. The language can be used instead of ASSEMBLY language in most applications while allowing the user the necessary degree of control over hardware resources. Although it is called PASCAL/48, the language differs in many ways from PASCAL. The program structure and statements of the two languages are similar, but the expression mechanism and data types are different. The PASCAL/48 cross-compiler is written in PASCAL and runs on the CDC CYBER NOS system. It generates object code in Intel hexadecimal format that can be used to program the MCS-48 series of microcomputers. This reference manual defines the language, describes the predeclared procedures, lists error messages, illustrates use, and includes language syntax diagrams.

  3. Pascal's Triangle: 100% of the Numbers Are Even!

    ERIC Educational Resources Information Center

    Bhindi, Nayan; McMenamin, Justin

    2010-01-01

    Pascal's triangle is an arrangement of the binomial coefficients in a triangle. Each number inside Pascal's triangle is calculated by adding the two numbers above it. When all the odd integers in Pascal's triangle are highlighted (black) and the remaining evens are left blank (white), one of many patterns in Pascal's triangle is displayed. By…

  4. A Potpourri of Pascal Programs.

    ERIC Educational Resources Information Center

    Gimmestad, Beverly; And Others

    This is a collection of Pascal programs that were developed for a 1986 National Science Foundation-sponsored high school teachers' summer workshop. The programs can be used as a means of extending or enriching textbook material in either high school mathematics or Pascal courses. Some suggested uses are: (1) teacher demonstrations in mathematics…

  5. Pascal's Infinite Set of Triangles

    ERIC Educational Resources Information Center

    Skurnick, Ronald

    2005-01-01

    Pascal's Triangle is, without question, the most well-known triangular array of numbers in all of mathematics. A well-known algorithm for constructing Pascal's Triangle is based on the following two observations. The outer edges of the triangle consist of all 1's. Each number not lying on the outer edges is the sum of the two numbers above it in…

  6. Teaching Pascal's Triangle from a Computer Science Perspective

    ERIC Educational Resources Information Center

    Skurnick, Ronald

    2004-01-01

    Pascal's Triangle is named for the seventeenth-century French philosopher and mathematician Blaise Pascal (the same person for whom the computer programming language is named). Students are generally introduced to Pascal's Triangle in an algebra or precalculus class in which the Binomial Theorem is presented. This article, presents a new method…

  7. The Pascal Mars Scout Mission

    NASA Technical Reports Server (NTRS)

    Haberle, R. M.; Fonda, Mark (Technical Monitor)

    2002-01-01

    Except for Earth, Mars is the planet most amenable to surface-based climate studies. Its surface is accessible, and the kind of observations that are needed, such as meteorological measurements from a long-lived global network, are readily achievable. Weather controls the movement of dust, the exchange of water between the surface and atmosphere, and the cycling of CO2 between the poles. We know there is a weather signal, we know how to measure it, and we know how to interpret it. Pascal seeks to understand the long-term global behavior of near-surface weather systems on Mars, how they interact with its surface, and, therefore, how they control its climate system. To achieve this, Pascal delivers 18 Science Stations to the surface of the planet that operate for three Mars years (5.6 Earth years). The network has stations operating in the tropics, midlatitudes, and polar regions of both hemispheres. During entry, descent, and landing, each Pascal probe acquires deceleration measurements to determine thermal structure, and descent images to characterize local terrain. On the surface, each Science Station takes daily measurements of pressure, opacity, temperature, wind speed, and water vapor concentration and monthly panoramic images of the landing environment. These data will characterize the planet's climate system and how atmosphere-surface interactions control it. The Pascal mission is named after 17th century French Scientist, Blaise Pascal, who pioneered measurements of atmospheric pressure. Pressure is the most critical measurement because it records the "heartbeat" of the planet's general circulation and climate system.

  8. Programming Pascal's Triangle

    ERIC Educational Resources Information Center

    Curley, Walter

    1974-01-01

    After a brief discussion of Pascal's triangle and description of four methods of hand construction, the author provides FORTRAN and BASIC programs for computer construction based on recursive definition. (SD)

  9. Pascal's Triangle.

    ERIC Educational Resources Information Center

    Barton, Patricia Shea

    2003-01-01

    Notes that Montessori classrooms provide children with the opportunity to explore and discover mathematics. Describes the introduction to Pascal's Triangle as a suggested opportunity to connect young children to deep mathematical truths. Provides teachers with materials requirements, and notes ideas on what can be acquired from the problem, the…

  10. HDM/PASCAL Verification System User's Manual

    NASA Technical Reports Server (NTRS)

    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.

  11. Beyond Pascal's Triangle

    ERIC Educational Resources Information Center

    Minor, Darrell P.

    2005-01-01

    In "Beyond Pascals Triangle" the author demonstrates ways of using "Pascallike" triangles to expand polynomials raised to powers in a fairly quick and easy fashion. The recursive method could easily be implemented within a spreadsheet, or simply by using paper and pencil. An explanation of why the method works follows the several examples that are…

  12. Multitasking-Pascal extensions solve concurrency problems

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Mackie, P.H.

    1982-09-29

    To avoid deadlock (one process waiting for a resource than another process can't release) and indefinite postponement (one process being continually denied a resource request) in a multitasking-system application, it is possible to use a high-level development language with built-in concurrency handlers. Parallel Pascal is one such language; it extends standard Pascal via special task synchronizers: a new data type called signal, new system procedures called wait and send and a Boolean function termed awaited. To understand the language's use the author examines the problems it helps solve.

  13. Developing Formulas by Skipping Rows in Pascal's Triangle

    ERIC Educational Resources Information Center

    Buonpastore, Robert J.; Osler, Thomas J.

    2007-01-01

    A table showing the first thirteen rows of Pascal's triangle, where the rows are, as usual numbered from 0 to 12 is presented. The entries in the table are called binomial coefficients. In this note, the authors systematically delete rows from Pascal's triangle and, by trial and error, try to find a formula that allows them to add new rows to the…

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

    NASA Technical Reports Server (NTRS)

    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.

  15. Tribonacci-Like Sequences and Generalized Pascal's Pyramids

    ERIC Educational Resources Information Center

    Anatriello, Giuseppina; Vincenzi, Giovanni

    2014-01-01

    A well-known result of Feinberg and Shannon states that the tribonacci sequence can be detected by the so-called "Pascal's pyramid." Here we will show that any tribonacci-like sequence can be obtained by the diagonals of the "Feinberg's triangle" associated to a suitable "generalized Pascal's pyramid."…

  16. PAS-cal: a Generic Recombinant Peptide Calibration Standard for Mass Spectrometry

    NASA Astrophysics Data System (ADS)

    Breibeck, Joscha; Serafin, Adam; Reichert, Andreas; Maier, Stefan; Küster, Bernhard; Skerra, Arne

    2014-08-01

    We describe the design, preparation, and mass-spectrometric characterization of a new recombinant peptide calibration standard with uniform biophysical and ionization characteristics for mass spectrometry. "PAS-cal" is an artificial polypeptide concatamer of peptide cassettes with varying lengths, each composed of the three small, chemically stable amino acids Pro, Ala, and Ser, which are interspersed by Arg residues to allow site-specific cleavage with trypsin. PAS-cal is expressed at high yields in Escherichia coli as a Small Ubiquitin-like MOdifier (SUMO) fusion protein, which is easily purified and allows isolation of the PAS-cal moiety after SUMO protease cleavage. Upon subsequent in situ treatment with trypsin, the PAS-cal polypeptide yields a set of four defined homogeneous peptides in the range from 2 to 8 kDa with equal mass spacing. ESI-MS analysis revealed a conveniently interpretable raw spectrum, which after deconvolution resulted in a very simple pattern of four peaks with similar ionization signals. MALDI-MS analysis of a PAS-cal peptide mixture comprising both the intact polypeptide and its tryptic fragments revealed not only the four standard peptides but also the singly and doubly charged states of the intact concatamer as well as di- and trimeric adduct ion species between the peptides, thus augmenting the observable m/z range. The advantageous properties of PAS-cal are most likely a result of the strongly hydrophilic and conformationally disordered PEG-like properties of the PAS sequences. Therefore, PAS-cal offers an inexpensive and versatile recombinant peptide calibration standard for mass spectrometry in protein/peptide bioanalytics and proteomics research, the composition of which may be further adapted to fit individual needs.

  17. What Do You Find? Students Investigating Patterns in Pascal's Triangle

    ERIC Educational Resources Information Center

    Obara, Samuel

    2012-01-01

    In this paper, students used problem-solving skills to investigate what patterns exist in the Pascal triangle and incorporated technology using Geometer's Sketchpad (GSP) in the process. Students came up with patterns such as natural numbers, triangular numbers, and Fibonacci numbers. Although the patterns inherent in Pascal's triangle may seem…

  18. Pascal: Solutions to Projects. Dissemination Packet--Summer 1989: Booklet #5.

    ERIC Educational Resources Information Center

    Greenwell, Raymond N.

    This booklet is the fifth in a series of nine from the Teacher Training Institute at Hofstra University (New York) and contains the instructor's and several participants' course project solutions for both Pascal programing courses within the institute. Included in this booklet are Pascal programs utilized with the following project topics: (1)…

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

    NASA Technical Reports Server (NTRS)

    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.

  20. Advanced Placement Computer Science (with Pascal). Teacher's Guide. Volume 1. Second Edition.

    ERIC Educational Resources Information Center

    Farkouh, Alice; And Others

    The purpose of this guide is to give teachers and supervisors a working knowledge of various approaches to enhancing pupil learning about computer science, particularly through the use of Pascal. It contains instructional units dealing with: (1) computer components; (2) computer languages; (3) compilers; (4) essential features of a Pascal program;…

  1. PASCAL Data Base File Description and Indexing Rules in Chemistry, Biology and Medicine.

    ERIC Educational Resources Information Center

    Gaillardin, R.; And Others

    This report on the multidisciplinary PASCAL database describes the files and the indexing rules for chemistry, biology, and medicine. PASCAL deals with all aspects of chemistry within two subfiles whose combined yearly growth is about 100,000 references. The Biopascal file, organized in the two subfiles of Plant Science and Biology and Medicine,…

  2. Turtlegraphics: A Comparison of Logo and Turbo Pascal.

    ERIC Educational Resources Information Center

    VanLengen, Craig A.

    1989-01-01

    The integrated compiler of the Turbo Pascal environment allows the execution of a completed program independent of the developed environment and with greater execution speed, in comparison with LOGO. Conversion table of turtle-graphic commands for the two languages is presented. (Author/YP)

  3. Pascal Liquid Phase in Electronic Waveguides

    NASA Astrophysics Data System (ADS)

    Tomczyk, M.; Briggeman, M.; Tylan-Tyler, A.; Huang, M.; Tian, B.; Pekker, D.; Lee, J.-W.; Lee, H.; Eom, C.-B.; Levy, J.

    Clean one-dimensional electron transport has been observed in very few material systems. The development of exceptionally clean electron waveguides formed at the interface between complex oxides LaAlO3 and SrTiO3 enables low-dimensional transport to be explored with newfound flexibility. This material system not only supports ballistic 1D transport, but possesses a rich phase diagram and strong attractive electron-electron interactions which are not present in other solid-state systems. Here we report an unusual phenomenon in which quantized conductance increases by steps that themselves increase sequentially in multiples of e2 / h . The overall conductance exhibits a Pascal-like sequence: 1, 3, 6, 10... e2 / h , which we ascribe to ballistic transport of 1, 2, 3, 4 ... bunches of electrons. We will discuss how subband degeneracies can occur in non-interacting models that have carefully tuned parameters. Strong attractive interactions are required, however, for these subbands to lock together. This Pascal liquid phase provides a striking example of the consequences of strong attractive interactions in low-dimensional environments. We gratefully acknowledge financial support from AFOSR (FA9550-12-1- 0057 (JL) and FA9550-12-1-0342 (CBE)), ONR N00014-15-1-2847 (JL), and NSF DMR-1234096 (CBE).

  4. Energy Distributions in Small Populations: Pascal versus Boltzmann

    ERIC Educational Resources Information Center

    Kugel, Roger W.; Weiner, Paul A.

    2010-01-01

    The theoretical distributions of a limited amount of energy among small numbers of particles with discrete, evenly-spaced quantum levels are examined systematically. The average populations of energy states reveal the pattern of Pascal's triangle. An exact formula for the probability that a particle will be in any given energy state is derived.…

  5. A hardware implementation of the discrete Pascal transform for image processing

    NASA Astrophysics Data System (ADS)

    Goodman, Thomas J.; Aburdene, Maurice F.

    2006-02-01

    The discrete Pascal transform is a polynomial transform with applications in pattern recognition, digital filtering, and digital image processing. It already has been shown that the Pascal transform matrix can be decomposed into a product of binary matrices. Such a factorization leads to a fast and efficient hardware implementation without the use of multipliers, which consume large amounts of hardware. We recently developed a field-programmable gate array (FPGA) implementation to compute the Pascal transform. Our goal was to demonstrate the computational efficiency of the transform while keeping hardware requirements at a minimum. Images are uploaded into memory from a remote computer prior to processing, and the transform coefficients can be offloaded from the FPGA board for analysis. Design techniques like as-soon-as-possible scheduling and adder sharing allowed us to develop a fast and efficient system. An eight-point, one-dimensional transform completes in 13 clock cycles and requires only four adders. An 8x8 two-dimensional transform completes in 240 cycles and requires only a top-level controller in addition to the one-dimensional transform hardware. Finally, through minor modifications to the controller, the transform operations can be pipelined to achieve 100% utilization of the four adders, allowing one eight-point transform to complete every seven clock cycles.

  6. Implementing the UCSD PASCAL system on the MODCOMP computer. [deep space network

    NASA Technical Reports Server (NTRS)

    Wolfe, T.

    1980-01-01

    The implementation of an interactive software development system (UCSD PASCAL) on the MODCOMP computer is discussed. The development of an interpreter for the MODCOMP II and the MODCOMP IV computers, written in MODCOMP II assembly language, is described. The complete Pascal programming system was run successfully on a MODCOMP II and MODCOMP IV under both the MAX II/III and MAX IV operating systems. The source code for an 8080 microcomputer version of the interpreter was used as the design for the MODCOMP interpreter. A mapping of the functions within the 8080 interpreter into MODCOMP II assembly language was the method used to code the interpreter.

  7. Pascal's wager: combining continuous glucose monitoring and continuous subcutaneous insulin infusion.

    PubMed

    Kerr, David; Olateju, Tolu

    2010-06-01

    Pascal's Wager is a suggestion posed by the French Philosopher, Blaise Pascal, that even though the existence of God cannot be determined through reason, a person should wager that God exists because he or she has everything to gain and nothing to lose. In the area of consideration here, the optimum experimental trial of the combined use of continuous subcutaneous insulin infusion and real-time continuous glucose monitoring in free-living individuals with type 1 diabetes providing rock-solid evidence of clinical benefit has not been performed. Nevertheless, there is considerable enthusiasm for combining the technologies among healthcare professionals, patients, and manufacturers based on the belief that this approach to diabetes care must be beneficial beyond the available evidence (i.e., reason).

  8. What Would Pascal Think About Space Safety?

    NASA Astrophysics Data System (ADS)

    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.

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

    NASA Astrophysics Data System (ADS)

    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.

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

    NASA Technical Reports Server (NTRS)

    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.

  11. Some Half-Row Sums from Pascal's Triangle via Laplace Transforms

    ERIC Educational Resources Information Center

    Dence, Thomas P.

    2007-01-01

    This article presents some identities on the sum of the entries in the first half of a row in Pascal's triangle. The results were discovered while the author was working on a problem involving Laplace transforms, which are used in proving of the identities.

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

    PubMed

    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.

  13. PORTABLE LISP; a list-processing interpreter. [CDC7600; PASCAL

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Taylor, W.P.

    The program constitutes a complete, basic LISP (LIST-Processing language) interpreter. LISP expressions are evaluated one by one with both the input expression and the resulting evaluated expression printed. Expressions are evaluated until a FIN card is encountered. Between expression evaluations a garbage-collection algorithm is invoked to recover list space used in the previous evaluation.CDC7600; PASCAL; SCOPE; The sample problem was executed in 7000 (octal) words of memory on a CDC7600.

  14. Qualitative novelty in seventeenth-century science: Hydrostatics from Stevin to Pascal.

    PubMed

    Chalmers, Alan F

    2015-06-01

    Two works on hydrostatics, by Simon Stevin in 1586 and by Blaise Pascal in 1654, are analysed and compared. The contrast between the two serves to highlight aspects of the qualitative novelty involved in changes within science in the first half of the seventeenth century. Stevin attempted to derive his theory from unproblematic postulates drawn from common sense but failed to achieve his goal insofar as he needed to incorporate assumptions involved in his engineering practice but not sanctioned by his postulates. Pascal's theory went beyond common sense by introducing a novel concept, pressure. Theoretical reflection on novel experiments was involved in the construction of the new concept and experiment also provided important evidence for the theory that deployed it. The new experimental reasoning was qualitatively different from the Euclidean style of reasoning adopted by Stevin. The fact that a conceptualization of a technical sense of pressure adequate for hydrostatics was far from obvious is evident from the work of those, such as Galileo and Descartes, who did not make significant moves in that direction. Copyright © 2015 Elsevier Ltd. All rights reserved.

  15. 'Robert Schumann's mental illnesses. (Genius and madness)', by Mlle Dr Pascal (1908a): Introduction and translation by Felicia Gordon.

    PubMed

    Gordon, Felicia

    2015-09-01

    Dr Constance Pascal's study of Robert Schumann's mental illnesses, dating from the early years of the twentieth century, reflects contemporary theories on the relations between gifted individuals and mental illness: the genius vs. madness debate. Pascal's reading of Schumann's musical career, in conjunction with his mental profile, offers a sympathetic and nuanced overview of the composer and a critical perspective on extant theories of his illness. © The Author(s) 2015.

  16. Pascal and High-School Students: A Study of Misconceptions. Technology Panel Study of Stanford and the Schools. Occasional Report #009.

    ERIC Educational Resources Information Center

    Sleeman, D.; And Others

    In an attempt to initiate a new approach to the teaching of Pascal, a study was conducted to ascertain the difficulties students encountered when they attempt to learn this computer language. Screening tests were given to 68 students in grades 11 and 12 who had just completed a semester course in Pascal. The purpose of the test was to detect…

  17. PASCAL Data Base: File Description and On Line Access on ESA/IRS.

    ERIC Educational Resources Information Center

    Pelissier, Denise

    This report describes the PASCAL database, a machine readable version of the French abstract journal Bulletin Signaletique, which allows use of the file for (1) batch and online retrieval of information, (2) selective dissemination of information, and (3) publishing of the 50 sections of Bulletin Signaletique. The system, which covers nine…

  18. Pain responses of Pascal 20 ms multi-spot and 100 ms single-spot panretinal photocoagulation: Manchester Pascal Study, MAPASS report 2.

    PubMed

    Muqit, M M K; Marcellino, G R; Gray, J C B; McLauchlan, R; Henson, D B; Young, L B; Patton, N; Charles, S J; Turner, G S; Stanga, P E

    2010-11-01

    To evaluate pain responses following Pascal 20 ms multi-spot and 100 ms single-spot panretinal photocoagulation (PRP). Single-centre randomised clinical trial. 40 eyes of 24 patients with treatment-naive proliferative diabetic retinopathy randomised to 20 and 100 ms PRP under topical 0.4% oxybuprocaine. A masked grader used a pain questionnaire within 1 h (numerical pain score (NPS)) and 1 month after treatment (numerical headache score (NHS)). Primary outcome measure was NPS immediately post-PRP. Secondary outcome measures were mean NHS scores and levels of photophobia reported within 4 weeks of primary PRP. Mean laser fluence was significantly lower using 20 ms PRP (4.8 J/cm²) compared to 100 ms PRP (11.8 J/cm²); p < 0.001). Mean NPS scores for treatment were 2.4 (2.3) (mild) for 20 ms PRP group compared to 4.9 (3.3) (moderate) in 100 ms PRP group-a significant difference (95% CI 4.3 to 0.68; p = 0.006). Mean NHS score within 1 month was 1.5 (2.7) in 20 ms PRP group compared to 3.2 (3.5) in the 100 ms PRP group (p < 0.05). The median duration of photophobia after 20 ms PRP was 3 h, and significantly less compared to 100 ms PRP after which 72 h of photophobia was reported (p < 0.001). Multi-spot 20 ms PRP was associated with significantly lower levels of anxiety, headache, pain and photophobia compared to 100 ms single-spot PRP treatment. Possible reasons include lower fluence, shorter-pulse duration, and spatial summation of laser nociception with multi-spot Pascal technique.

  19. Effects of Pascal and FORTRAN Programming on the Problem-Solving Abilities of College Students.

    ERIC Educational Resources Information Center

    Choi, Won Sik; Repman, Judi

    1993-01-01

    Describes a study that was conducted to determine whether learning to program a computer in Pascal or FORTRAN improved problem-solving skills of college students when compared to a control group and to determine which programing language was more effective in the development of problem-solving abilities. (26 references) (LRW)

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

    ERIC Educational Resources Information Center

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

  1. Milliwatt radioisotope power supply for the PASCAL Mars surface stations

    NASA Astrophysics Data System (ADS)

    Allen, Daniel T.; Murbach, Marcus S.

    2001-02-01

    A milliwatt power supply is being developed based on the 1 watt Light-Weight Radioisotope Heater Unit (RHU), which has already been used to provide heating alone on numerous spacecraft. In the past year the power supply has been integrated into the design of the proposed PASCAL Mars Network Mission, which is intended to place 24 surface climate monitoring stations on Mars. The PASCAL Mars mission calls for the individual surface stations to be transported together in one spacecraft on a trajectory direct from launch to orbit around Mars. From orbit around Mars each surface station will be deployed on a SCRAMP (slotted compression ramp) probe and, after aerodynamic and parachute deceleration, land at a preselected location on the planet. During descent sounding data and still images will be accumulated, and, once on the surface, the station will take measurements of pressure, temperature and overhead atmospheric optical depth for a period of 10 Mars years (18.8 Earth years). Power for periodic data acquisition and transmission to orbital then to Earth relay will come from a bank of ultracapacitors which will be continuously recharged by the radioisotope power supply. This electronic system has been designed and a breadboard built. In the ultimate design the electronics will be arrayed on the exterior surface of the radioisotope power supply in order to take advantage of the reject heat. This assembly in turn is packaged within the SCRAMP, and that assembly comprises the surface station. An electrically heated but otherwise prototypical power supply was operated in combination with the surface station breadboard system, which included the ultracapacitors. Other issues addressed in this work have been the capability of the generator to withstand the mechanical shock of the landing on Mars and the effectiveness of the generator's multi-foil vacuum thermal insulation. .

  2. Transfer Function of Multi-Stage Active Filters: A Solution Based on Pascal's Triangle and a General Expression

    ERIC Educational Resources Information Center

    Levesque, Luc

    2012-01-01

    A method is proposed to simplify analytical computations of the transfer function for electrical circuit filters, which are made from repetitive identical stages. A method based on the construction of Pascal's triangle is introduced and then a general solution from two initial conditions is provided for the repetitive identical stage. The present…

  3. Moissanite anvil cell design for Giga-Pascal nuclear magnetic resonance.

    PubMed

    Meier, Thomas; Herzig, Tobias; Haase, Jürgen

    2014-04-01

    A new design of a non-magnetic high-pressure anvil cell for nuclear magnetic resonance (NMR) experiments at Giga-Pascal pressures is presented, which uses a micro-coil inside the pressurized region for high-sensitivity NMR. The comparably small cell has a length of 22 mm and a diameter of 18 mm, so it can be used with most NMR magnets. The performance of the cell is demonstrated with external-force vs. internal-pressure experiments, and the cell is shown to perform well at pressures up to 23.5 GPa using 800 μm 6H-SiC large cone Boehler-type anvils. (1)H, (23)Na, (27)Al, (69)Ga, and (71)Ga NMR test measurements are presented, which show a resolution of better than 4.5 ppm, and an almost maximum possible signal-to-noise ratio.

  4. The Effect of Classic and Web Based Educational Application, Applied for Turbo Pascal Lesson, on Student Success Level

    ERIC Educational Resources Information Center

    Bintas, Jale; Barut, Asim

    2008-01-01

    The aim of research is to compare difference between tenth class students and determine their level of success about classic and web based educational applications of Turbo Pascal lesson. This research was applied to 10 A and 10 TLB students of Izmir Karsikaya Anatolian Technical and industrial high school computer department in second term of…

  5. Moissanite anvil cell design for giga-pascal nuclear magnetic resonance

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Meier, Thomas; Herzig, Tobias; Haase, Jürgen

    2014-04-15

    A new design of a non-magnetic high-pressure anvil cell for nuclear magnetic resonance (NMR) experiments at Giga-Pascal pressures is presented, which uses a micro-coil inside the pressurized region for high-sensitivity NMR. The comparably small cell has a length of 22 mm and a diameter of 18 mm, so it can be used with most NMR magnets. The performance of the cell is demonstrated with external-force vs. internal-pressure experiments, and the cell is shown to perform well at pressures up to 23.5 GPa using 800 μm 6H-SiC large cone Boehler-type anvils. {sup 1}H, {sup 23}Na, {sup 27}Al, {sup 69}Ga, and {supmore » 71}Ga NMR test measurements are presented, which show a resolution of better than 4.5 ppm, and an almost maximum possible signal-to-noise ratio.« less

  6. Automatic Generation of Taylor Series in Pascal-SC: Basic Operations and Applications to Ordinary Differential Equations.

    DTIC Science & Technology

    1983-03-01

    facilities built into the language compiler itself can be used to generate _imanchAe-C-d, for the evaluatiomn la ’ fficients.) Examples of such languages...Dy mtt ss. I I I I I I I I I,ase.TC11) - 0 1 I =- M 3 (SM) By Mse rede a• I RA IQ BZ yrcrec Table 4.1. Resolution of Cases for e. Consider a series...von Gudenberg. Gesmte Arithmetik des PASCAL-SC Rechners: Benutzerhandbuch. Institute for Applied Mathematics, University of Karlsruhe, 1981. -33- 4

  7. First light from student Pascal Keller, Eschenbach/Switzerland on 6-8 June 2014

    NASA Astrophysics Data System (ADS)

    Monstein, Christian

    2014-05-01

    Pascal Keller, a student during his exams for general qualification for university entrance, recently set up a Long Wavelength Array (LWA) antenna and a Callisto system to observe solar radio burst activity in his back yard (figure 1) in Eschenbach, Switzerland. The antenna, spectrometer and software were provided on loan by Institute for Astronomy, ETH Zurich. On the first observation day he observed his 1st light, a type II solar radio burst and some type III bursts. His aim is now to compare this LWA observation with others from the e-Callisto network, which is composed of different antenna types and different antenna sizes as well different locations worldwide. His first four observations on 6 and 8 June 2014 are presented in figures 2 to 5 and associated tables 1 to 4.

  8. Pilot randomised clinical trial of Pascal TargETEd Retinal versus variable fluence PANretinal 20 ms laser in diabetic retinopathy: PETER PAN study.

    PubMed

    Muqit, Mahiul M K; Young, Lorna B; McKenzie, Rod; John, Binu; Marcellino, George R; Henson, David B; Turner, George S; Stanga, Paulo E

    2013-02-01

    To investigate the short-term effects of high-density 20-ms laser on macular thickness using Pascal-targeted retinal photocoagulation (TRP) and reduced fluence/minimally-traumatic panretinal photocoagulation (MT-PRP) compared to standard-intensity PRP (SI-PRP) in proliferative diabetic retinopathy (PDR). Prospective randomised clinical trial. Treatment-naive PDR was treated with single-session 20-ms Pascal 2500 burns photocoagulation randomised to one of three treatment arms (TRP:MT-PRP:SI-PRP). Primary outcome measure was change in central retinal thickness (CRT) on OCT. Secondary outcomes at 4 and 12 weeks post-laser included: OCT peripapillary nerve fibre layer (NFL) thickness; PDR disease regression on Optos angiography; SITA-Std visual fields (VF); and, visual acuity (VA). 30 eyes of 24 patients were studied, ten eyes/arm. At 12 weeks, there were significant reductions in CRT after TRP (9.6 µm; 95% CI, 1.84 to 17.36; p=0.021) and MT-PRP (17.1 µm; 95% CI, 11 to 23.2; p=0.001), versus SI-PRP (+5.9 µm; 95% CI, -6.75 to 18.55; p=0.32). PDR regression was similar between groups (TRP 70%; MT-PRP 70%; SI-PRP 90%; κ=0.76). No significant changes in VA and NFL thickness developed between groups. The VF mean deviation scores increased significantly in all groups at 12 weeks ([TRP, +0.70dB; 95% CI, 0.07 to 1.48; p=0.07], [MT-PRP, +0.63dB; 95% CI, 0.12 to 1.15; p=0.02], [SI-PRP, +1.0dB; 95% CI, 0.19 to 1.74; p=0.02]). There were no laser-related ocular complications. This pilot study reports that high-density 20-ms Pascal TRP and MT-PRP using 2500 burns did not produce increased macular thickness or any ocular adverse events during the short-term.

  9. neoPASCAL: A Cubesat-based approach to validate Mars GCMs using a network of landed sensors

    NASA Astrophysics Data System (ADS)

    Moores, John; Podmore, Hugh; Lee, Regina S. K.; Haberle, Robert

    2017-10-01

    Beginning in the 1990s, concepts for a network of 15-20 small (12.8 kg) landers to measure surface pressure across Mars were proposed (Merrihew et al., 1996). Such distributed measurements were seen as particularly valuable as they held the promise of validating Mars Global Circulation Models (GCMs), for which the diurnal and seasonal variations in surface pressure may be diagnostically related to atmospheric parameters (Haberle et al., 1996). MicroMET, later renamed PASCAL, was a Discovery contender, however, the total mass required for the 20 landers and a support orbiter presented a challenge compared to the delivered science.In the 20 years since this concept originated, miniaturization of spacecraft systems, sensors and components has made substantial progress. Several small planetary science spacecraft based on the CubeSat design approach will launch in the next few years. Yet, only one meteorological station (REMS) currently operates on the surface of Mars. Meanwhile, the output from atmospheric models have become ever more critical for understanding key Martian geological processes including volatile transport, identifying the extent and persistence of surface brines, understanding the sources and sinks of methane and investigating the past climate of Mars, to name only a few areas.As such, it is time to reconsider the PASCAL concept. We find that modern equipment opens up payload space in the original 12.8 kg entry-vehicles from 23 g to nearly 1 kg, sufficient for adding small imagers, spectrometers and other additional or alternate payloads to examine atmosphere and surface over a wide geographic range of settings. If, instead, we seek the minimum solution for spacecraft mass, we find that a pressure-sensing vehicle would mass < 250 g at entry making these spacecraft appealing secondary payloads for future Mars missions.

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

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gawande, Nitin A.; Landwehr, Joshua B.; Daily, Jeffrey A.

    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 amore » 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.« less

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

    PubMed Central

    Sheth, Saumil; Lanzetta, Paolo; Veritti, Daniele; Zucchiatti, Ilaria; Savorgnani, Carola; Bandello, Francesco

    2011-01-01

    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 × 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. PMID:21350276

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

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gawande, Nitin A.; Landwehr, Joshua B.; Daily, Jeffrey A.

    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. Ourmore » 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.« less

  13. Assist-as-needed path control for the PASCAL rehabilitation robot.

    PubMed

    Keller, Urs; Rauter, Georg; Riener, Robert

    2013-06-01

    Adults and children with neurological disorders often require rehabilitation therapy to improve their arm motor functions. Complementary to conventional therapy, robotic therapy can be applied. Such robots should support arm movements while assisting only as much as needed to ensure an active participation of the patient. Different control strategies are known to provide arm support to the patient. The path controller is a strategy that helps the patient's arm to stay close to a given path while allowing for temporal and spatial freedom. In this paper, an assist-as-needed path controller is presented that is implemented in the end-effector-based robot PASCAL, which was designed for children with cerebral palsy. The new control approach is a combination of an existing path controller with additional speed restrictions to support, when the arm speed is too slow, and to resist, when the speed is too fast. Furthermore, a target position gain scheduling is introduced in order to reach a target position with a predefined precision as well as an adaptable direction-dependent supportive flux that supports along the path. These path control features were preliminarily tested with a healthy adult volunteer in different conditions. The presented controller covers the range from a completely passive user, who needs full support to an actively performed movement that needs no assistance. In close future, the controller is planned to be used to enable reaching in children as well as in adults and help to increase the intensity of the rehabilitation therapy by assisting the hand movement and by provoking an active participation.

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

    DOE PAGES

    Gawande, Nitin A.; Daily, Jeff A.; Siegel, Charles; ...

    2018-05-05

    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. Here, this article 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 consistsmore » 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. We use sequentially equivalent implementations to maintain iso-accuracy between parallel and sequential DL models. 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.« less

  15. Scaling Deep Learning workloads: NVIDIA DGX-1/Pascal and Intel Knights Landing

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gawande, Nitin A.; Daily, Jeff A.; Siegel, Charles

    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. Here, this article 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 consistsmore » 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. We use sequentially equivalent implementations to maintain iso-accuracy between parallel and sequential DL models. 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.« less

  16. Bacterial survival following shock compression in the GigaPascal range

    NASA Astrophysics Data System (ADS)

    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

  17. The modelling of carbon-based supercapacitors: Distributions of time constants and Pascal Equivalent Circuits

    NASA Astrophysics Data System (ADS)

    Fletcher, Stephen; Kirkpatrick, Iain; Dring, Roderick; Puttock, Robert; Thring, Rob; Howroyd, Simon

    2017-03-01

    Supercapacitors are an emerging technology with applications in pulse power, motive power, and energy storage. However, their carbon electrodes show a variety of non-ideal behaviours that have so far eluded explanation. These include Voltage Decay after charging, Voltage Rebound after discharging, and Dispersed Kinetics at long times. In the present work, we establish that a vertical ladder network of RC components can reproduce all these puzzling phenomena. Both software and hardware realizations of the network are described. In general, porous carbon electrodes contain random distributions of resistance R and capacitance C, with a wider spread of log R values than log C values. To understand what this implies, a simplified model is developed in which log R is treated as a Gaussian random variable while log C is treated as a constant. From this model, a new family of equivalent circuits is developed in which the continuous distribution of log R values is replaced by a discrete set of log R values drawn from a geometric series. We call these Pascal Equivalent Circuits. Their behaviour is shown to resemble closely that of real supercapacitors. The results confirm that distributions of RC time constants dominate the behaviour of real supercapacitors.

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

    NASA Astrophysics Data System (ADS)

    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

  19. High-Sensitivity Nuclear Magnetic Resonance at Giga-Pascal Pressures: A New Tool for Probing Electronic and Chemical Properties of Condensed Matter under Extreme Conditions

    PubMed Central

    Meier, Thomas; Haase, Jürgen

    2014-01-01

    Nuclear Magnetic Resonance (NMR) is one of the most important techniques for the study of condensed matter systems, their chemical structure, and their electronic properties. The application of high pressure enables one to synthesize new materials, but the response of known materials to high pressure is a very useful tool for studying their electronic structure and developing theories. For example, high-pressure synthesis might be at the origin of life; and understanding the behavior of small molecules under extreme pressure will tell us more about fundamental processes in our universe. It is no wonder that there has always been great interest in having NMR available at high pressures. Unfortunately, the desired pressures are often well into the Giga-Pascal (GPa) range and require special anvil cell devices where only very small, secluded volumes are available. This has restricted the use of NMR almost entirely in the past, and only recently, a new approach to high-sensitivity GPa NMR, which has a resonating micro-coil inside the sample chamber, was put forward. This approach enables us to achieve high sensitivity with experiments that bring the power of NMR to Giga-Pascal pressure condensed matter research. First applications, the detection of a topological electronic transition in ordinary aluminum metal and the closing of the pseudo-gap in high-temperature superconductivity, show the power of such an approach. Meanwhile, the range of achievable pressures was increased tremendously with a new generation of anvil cells (up to 10.1 GPa), that fit standard-bore NMR magnets. This approach might become a new, important tool for the investigation of many condensed matter systems, in chemistry, geochemistry, and in physics, since we can now watch structural changes with the eyes of a very versatile probe. PMID:25350694

  20. High-sensitivity nuclear magnetic resonance at Giga-Pascal pressures: a new tool for probing electronic and chemical properties of condensed matter under extreme conditions.

    PubMed

    Meier, Thomas; Haase, Jürgen

    2014-10-10

    Nuclear Magnetic Resonance (NMR) is one of the most important techniques for the study of condensed matter systems, their chemical structure, and their electronic properties. The application of high pressure enables one to synthesize new materials, but the response of known materials to high pressure is a very useful tool for studying their electronic structure and developing theories. For example, high-pressure synthesis might be at the origin of life; and understanding the behavior of small molecules under extreme pressure will tell us more about fundamental processes in our universe. It is no wonder that there has always been great interest in having NMR available at high pressures. Unfortunately, the desired pressures are often well into the Giga-Pascal (GPa) range and require special anvil cell devices where only very small, secluded volumes are available. This has restricted the use of NMR almost entirely in the past, and only recently, a new approach to high-sensitivity GPa NMR, which has a resonating micro-coil inside the sample chamber, was put forward. This approach enables us to achieve high sensitivity with experiments that bring the power of NMR to Giga-Pascal pressure condensed matter research. First applications, the detection of a topological electronic transition in ordinary aluminum metal and the closing of the pseudo-gap in high-temperature superconductivity, show the power of such an approach. Meanwhile, the range of achievable pressures was increased tremendously with a new generation of anvil cells (up to 10.1 GPa), that fit standard-bore NMR magnets. This approach might become a new, important tool for the investigation of many condensed matter systems, in chemistry, geochemistry, and in physics, since we can now watch structural changes with the eyes of a very versatile probe.

  1. Digital Communications Terminal High Order Programming Language Study (DCT HOL Study). Volume I.

    DTIC Science & Technology

    1980-11-26

    3-3 PASCAL/M Digital Marketing ......... 3-3 PASCAL/MT MT MicroSystems .................... 3-3 PASCAL/Z Ithaca IntersysteMs...II Avocet Systems, Inc. 3.6 PASCAL - ISO PASCAL Whitesmith, Ltd. - PASCAL 64000 lbwlett-Packard - PASCAL/H Digital Marketing - PASCAL/MT MT

  2. Development of a prototype multi-processing interactive software invocation system

    NASA Technical Reports Server (NTRS)

    Berman, W. J.

    1983-01-01

    The Interactive Software Invocation System (NASA-ISIS) was first transported to the M68000 microcomputer, and then rewritten in the programming language Path Pascal. Path Pascal is a significantly enhanced derivative of Pascal, allowing concurrent algorithms to be expressed using the simple and elegant concept of Path Expressions. The primary results of this contract was to verify the viability of Path Pascal as a system's development language. The NASA-ISIS implementation using Path Pascal is a prototype of a large, interactive system in Path Pascal. As such, it is an excellent demonstration of the feasibility of using Path Pascal to write even more extensive systems. It is hoped that future efforts will build upon this research and, ultimately, that a full Path Pascal/ISIS Operating System (PPIOS) might be developed.

  3. Isotopic studies of metabolic systems by mass spectrometry: using Pascal's triangle to produce biological standards with fully controlled labeling patterns.

    PubMed

    Millard, Pierre; Massou, Stéphane; Portais, Jean-Charles; Létisse, Fabien

    2014-10-21

    Mass spectrometry (MS) is widely used for isotopic studies of metabolism in which detailed information about biochemical processes is obtained from the analysis of isotope incorporation into metabolites. The biological value of such experiments is dependent on the accuracy of the isotopic measurements. Using MS, isotopologue distributions are measured from the quantitative analysis of isotopic clusters. These measurements are prone to various biases, which can occur during the experimental workflow and/or MS analysis. The lack of relevant standards limits investigations of the quality of the measured isotopologue distributions. To meet that need, we developed a complete theoretical and experimental framework for the biological production of metabolites with fully controlled and predictable labeling patterns. This strategy is valid for different isotopes and different types of metabolisms and organisms, and was applied to two model microorganisms, Pichia augusta and Escherichia coli, cultivated on (13)C-labeled methanol and acetate as sole carbon source, respectively. The isotopic composition of the substrates was designed to obtain samples in which the isotopologue distribution of all the metabolites should give the binomial coefficients found in Pascal's triangle. The strategy was validated on a liquid chromatography-tandem mass spectrometry (LC-MS/MS) platform by quantifying the complete isotopologue distributions of different intracellular metabolites, which were in close agreement with predictions. This strategy can be used to evaluate entire experimental workflows (from sampling to data processing) or different analytical platforms in the context of isotope labeling experiments.

  4. 46 CFR Appendix II to Part 153 - Metric Units Used in Part 153

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... common metric Force Newton N 0.225 lbs. Length Meter m 39.37 in. Centimeter cm .3937 in. Pressure Pascal Pa 1.450×10−4 lbs/in 2. Kilo-Pascal (1,000 Pascals) kPa 0.145 lbs/in 2. Kilo-Pascal kPa 1.02×10−2 kg/cm2. ......do kPa 1×10 3 N/m 2. Temperature Degree Celsius °C 5/9 (°F-32). Viscosity milli-Pascal...

  5. 46 CFR Appendix II to Part 153 - Metric Units Used in Part 153

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... common metric Force Newton N 0.225 lbs. Length Meter m 39.37 in. Centimeter cm .3937 in. Pressure Pascal Pa 1.450×10−4 lbs/in 2. Kilo-Pascal (1,000 Pascals) kPa 0.145 lbs/in 2. Kilo-Pascal kPa 1.02×10−2 kg/cm2. ......do kPa 1×10 3 N/m 2. Temperature Degree Celsius °C 5/9 (°F-32). Viscosity milli-Pascal...

  6. Pascal's Snowshoes

    ERIC Educational Resources Information Center

    Akcay, Behiye

    2004-01-01

    The chief purpose of this activity is to strengthen students' understanding of concepts of floatation such as surface area and pressure (weight per unit area) via snowshoes. Students brainstorm, make predictions, perform calculations, and practice communication skills through interviewing elders and experts. This activity lets students see the…

  7. An Implementation in Pascal: Translation of Prolog into Pascal.

    DTIC Science & Technology

    1985-06-01

    for i:=1 to px do begin ifr (proc .i..relativity=O) then continue; if proc .. ) .ptype=6) hen continue;if (proc (...abegin<>O) then continue; passname...forj:=reitorn do if (j0) then continue; if (par (.>) ppe <>1) then continue; if (par .. .namie<>par(.i.).name) parle nO ype:par C.’ ntype; par Inblnd

  8. Algorithms and programming tools for image processing on the MPP

    NASA Technical Reports Server (NTRS)

    Reeves, A. P.

    1985-01-01

    Topics addressed include: data mapping and rotational algorithms for the Massively Parallel Processor (MPP); Parallel Pascal language; documentation for the Parallel Pascal Development system; and a description of the Parallel Pascal language used on the MPP.

  9. The SIFT hardware/software systems. Volume 2: Software listings

    NASA Technical Reports Server (NTRS)

    Palumbo, Daniel L.

    1985-01-01

    This document contains software listings of the SIFT operating system and application software. The software is coded for the most part in a variant of the Pascal language, Pascal*. Pascal* is a cross-compiler running on the VAX and Eclipse computers. The output of Pascal* is BDX-390 assembler code. When necessary, modules are written directly in BDX-390 assembler code. The listings in this document supplement the description of the SIFT system found in Volume 1 of this report, A Detailed Description.

  10. On Why It Is Impossible to Prove that the BDX90 Dispatcher Implements a Time-sharing System

    NASA Technical Reports Server (NTRS)

    Boyer, R. S.; Moore, J. S.

    1983-01-01

    The Software Implemented Fault Tolerance SIFT system, is written in PASCAL except for about a page of machine code. The SIFT system implements a small time sharing system in which PASCAL programs for separate application tasks are executed according to a schedule with real time constraints. The PASCAL language has no provision for handling the notion of an interrupt such as the B930 clock interrupt. The PASCAL language also lacks the notion of running a PASCAL subroutine for a given amount of time, suspending it, saving away the suspension, and later activating the suspension. Machine code was used to overcome these inadequacies of PASCAL. Code which handles clock interrupts and suspends processes is called a dispatcher. The time sharing/virtual machine idea is completely destroyed by the reconfiguration task. After termination of the reconfiguration task, the tasks run by the dispatcher have no relation to those run before reconfiguration. It is impossible to view the dispatcher as a time-sharing system implementing virtual BDX930s running concurrently when one process can wipe out the others.

  11. NPS-PASCAL. A Microcomputer-based Implementation of the PASCAL Programming Language.

    DTIC Science & Technology

    1980-03-01

    rCL (N BASED PRINTNAME)(1) BTEV; CALL LI ’ ITS (I: =N (0)4-7); CALL 7NTEmRtLINKS; 12%- CALL ST A DrRT ( ); PY’EPTR(e)= FOR" kALL S7ET.DDRPTR(!K...kAccI, 1971 . 7* Flynn.,C P. and Moranville, .S., kL-;T_-v0 T -Dl1e7-itaticn Cf A Fi-I 1-vel 3o tt~ lanr’uape F-cr A M’icroccssor-bs- C~’-:uter Sy st

  12. Multiscale Materials Science: A Mathematical Approach to the Role of Defects and Uncertainty

    DTIC Science & Technology

    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

  13. Rediscovering Pascal's Mystic Hexagon

    ERIC Educational Resources Information Center

    Augros, Michael

    2012-01-01

    While the path to mathematical discovery is often intuitive and not simply reducible to the application of a method, neither is it in most cases entirely haphazard. Certain kinds of questions and certain ways of looking at things tend to produce new and interesting results. To illustrate, this paper tells a story of how someone might discover…

  14. Stability Analysis of Finite Difference Approximations to Hyperbolic Systems, and Problems in Applied and Computational Matrix Theory

    DTIC Science & Technology

    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

  15. 40 CFR 65.84 - Operating requirements.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ...-tight means that the pressure in a truck or railcar tank will not drop more than 750 pascals (0.11 pound per square inch) within 5 minutes after it is pressurized to a minimum of 4,500 pascals (0.65 pound...

  16. Zonal Wave Number 2 Rossby Wave (3.5-day oscillation) Over The Martian Lower Atmosphere

    NASA Astrophysics Data System (ADS)

    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

  17. Initial Investigation of a Novel Thermal Storage Concept as Part of a Renewable Energy System

    DTIC Science & Technology

    2013-06-01

    stress (pascal) z-component of shear stress (pascal) Fslip constant Esl ip constant surface tension gradient (n/m-k) specularity coefficient...Axis x-component of ¥-Component of z- component of x -component of v-component of z-component of Fs l ip constant Esl i p constant Rotation

  18. Changes in Macular Retinal Layers and Peripapillary Nerve Fiber Layer Thickness after 577-nm Pattern Scanning Laser in Patients with Diabetic Retinopathy

    PubMed Central

    Shin, Ji Soo

    2017-01-01

    Purpose 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. Methods 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. Results 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.001), whereas that of the retinal pigment epithelium at each follow-up decreased significantly from baseline (p < 0.001). The average thickness of the peripapillary RNFL increased significantly at one month (p < 0.001). This thickness subsequently recovered to 7.48 µm, and there were no significant changes at six or 12 months compared to baseline (p > 0.05). Conclusions 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. PMID:29022292

  19. Changes in Macular Retinal Layers and Peripapillary Nerve Fiber Layer Thickness after 577-nm Pattern Scanning Laser in Patients with Diabetic Retinopathy.

    PubMed

    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.001), whereas that of the retinal pigment epithelium at each follow-up decreased significantly from baseline (p < 0.001). The average thickness of the peripapillary RNFL increased significantly at one month (p < 0.001). This thickness subsequently recovered to 7.48 μm, and there were no significant changes at six or 12 months compared to 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

  20. Diamagnetic Corrections and Pascal's Constants

    ERIC Educational Resources Information Center

    Bain, Gordon A.; Berry, John F.

    2008-01-01

    Measured magnetic susceptibilities of paramagnetic substances must typically be corrected for their underlying diamagnetism. This correction is often accomplished by using tabulated values for the diamagnetism of atoms, ions, or whole molecules. These tabulated values can be problematic since many sources contain incomplete and conflicting data.…

  1. Pascal Statistical Procedures Package (PSPP).

    DTIC Science & Technology

    1983-12-01

    sel4 -correlation matrices and the 4 (a first/second cross-correlation matrix. 4) i s* These partitions are stored in CORRMATRIX (CM). *) *.(*4...8217CR13,YK34 ELfttaSEiac’CH~3) FOR J~a TO N 0D VDE INN N:=P; FOR I:-i TO P DO (e Access sel4 -correlations ) FOR 3:-i TO P DO RYY[I,3:=CMEI,32; FOR i:-i

  2. Cardinal and anti-cardinal points, equalities and chromatic dependence.

    PubMed

    Evans, Tanya; Harris, William F

    2017-05-01

    Cardinal points are used for ray tracing through Gaussian systems. Anti-principal and anti-nodal points (which we shall refer to as the anti-cardinal points), along with the six familiar cardinal points, belong to a much larger set of special points. The purpose of this paper is to obtain a set of relationships and resulting equalities among the cardinal and anti-cardinal points and to illustrate them using Pascal's ring. The methodology used relies on Gaussian optics and the transference T. We make use of two equations, obtained via the transference, which give the locations of the six cardinal and four anti-cardinal points with respect to the system. We obtain equalities among the cardinal and anti-cardinal points. We utilise Pascal's ring to illustrate which points depend on frequency and their displacement with change in frequency. Pascal described a memory schema in the shape of a hexagon for remembering equalities among the points and illustrating shifts in these points when an aspect of the system changes. We modify and extend Pascal's ring to include the anti-cardinal points. We make use of Pascal's ring extended to illustrate which points are dependent on the frequency of light and the direction of shift of the equalities with change in frequency. For the reduced eye the principal and nodal points are independent of frequency, but the focal points and the anti-cardinal points depend on frequency. For Le Grand's four-surface model eye all six cardinal and four anti-cardinal points depend on frequency. This has implications for definitions, particularly of chromatic aberrations of the eye, that make use of cardinal points and that themselves depend on frequency. Pascal's ring and Pascal's ring extended are novel memory schema for remembering the equalities among the cardinal and anti-cardinal points. The rings are useful for illustrating changes among the equalities and direction of shift of points when an aspect of a system changes. Care should be taken

  3. Computer simulation of FT-NMR multiple pulse experiment

    NASA Astrophysics Data System (ADS)

    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.

  4. 46 CFR Appendix II to Part 153 - Metric Units Used in Part 153

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    .../cm2. ......do kPa 1×10 3 N/m 2. Temperature Degree Celsius °C 5/9 (°F-32). Viscosity milli-Pascal... 46 Shipping 5 2013-10-01 2013-10-01 false Metric Units Used in Part 153 II Appendix II to Part 153... common metric Force Newton N 0.225 lbs. Length Meter m 39.37 in. Centimeter cm .3937 in. Pressure Pascal...

  5. 46 CFR Appendix II to Part 153 - Metric Units Used in Part 153

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    .../cm2. ......do kPa 1×10 3 N/m 2. Temperature Degree Celsius °C 5/9 (°F-32). Viscosity milli-Pascal... 46 Shipping 5 2012-10-01 2012-10-01 false Metric Units Used in Part 153 II Appendix II to Part 153... common metric Force Newton N 0.225 lbs. Length Meter m 39.37 in. Centimeter cm .3937 in. Pressure Pascal...

  6. 46 CFR Appendix II to Part 153 - Metric Units Used in Part 153

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    .../cm2. ......do kPa 1×10 3 N/m 2. Temperature Degree Celsius °C 5/9 (°F-32). Viscosity milli-Pascal... 46 Shipping 5 2014-10-01 2014-10-01 false Metric Units Used in Part 153 II Appendix II to Part 153... common metric Force Newton N 0.225 lbs. Length Meter m 39.37 in. Centimeter cm .3937 in. Pressure Pascal...

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

    PubMed

    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,001) en la sesión 2, respectivamente. El grosor foveal central (GFC) medio antes de comenzar el estudio fue 306 ± 100 y 314 ± 98 en los grupos de FP y FLAC, respectivamente. A las 8 semanas, el GFC medio fue 332 ± 116 y 347 ± 111 en los grupos de FP y FLAC, respectivamente (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.

  8. Partial Row-Sums of Pascal's Triangle

    ERIC Educational Resources Information Center

    Ollerton, Richard L.

    2007-01-01

    Identities for many and varied combinations of binomial coefficients abound. Indeed, because of the wide range of interrelationships it is possible that a great deal of mathematical effort has been wasted in proving essentially equivalent formulae. As well as proving identities these methods can be used to rule out closed form solutions (at least…

  9. Pascal's Wager: Betting on the Future

    ERIC Educational Resources Information Center

    Schejbal, David

    2012-01-01

    This article presents an interview with David Schejbal, the chair of the 2012 UPCEA Annual Conference, about environmentalism and the role of continuing education. In this interview, Schejbal shares why he suggested the theme of sustainability for the annual conference. He says it is because all of them in the conference are continuing…

  10. PCACE-Personal-Computer-Aided Cabling Engineering

    NASA Technical Reports Server (NTRS)

    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

  11. Americium-241 Decorporation Model

    DTIC Science & Technology

    2014-10-01

    doses compared Radiation Dose Convert mass to activity if needed Calculate critical organ doses/ effective whole body dose (Christy and Eckerman...compartments over time with and without treatment, excretion rates, and radiation doses to critical organs. Calculations from the model may be used to...268 x E + 2 newton-meter (N/m) pound-force/foot2 4.788 026 x E – 2 kilo pascal (kPa) pound-force/inch2 (psi) 6.894 757 kilo pascal (kPa) pound- mass

  12. Probabilistic Analysis of Radiation Doses for Shore-Based Individuals in Operation Tomodachi

    DTIC Science & Technology

    2013-05-01

    Based Upon Oxygen Consumption Rates. EPA/600/R-06/129F, U.S. Environmental Protection Agency, Washington, D.C. May. USEPA (U.S. Environmental...pascal (Pa) pound-force per square inch (psi) 6.894 757 × 103 pascal (Pa) Angle/ Temperature /Time hour (h) 3.6 × 103 second (s) degree of arc (o...equivalent and effective dose is the sievert (Sv). (1 Sv = 1 J kg–1). 1 DTRA-TR-12-002: Probabilistic Analysis of Radiation Doses for Shore-Based

  13. System analysis for the Huntsville Operational Support Center distributed computer system

    NASA Technical Reports Server (NTRS)

    Ingels, E. M.

    1983-01-01

    A simulation model was developed and programmed in three languages BASIC, PASCAL, and SLAM. Two of the programs are included in this report, the BASIC and the PASCAL language programs. SLAM is not supported by NASA/MSFC facilities and hence was not included. The statistical comparison of simulations of the same HOSC system configurations are in good agreement and are in agreement with the operational statistics of HOSC that were obtained. Three variations of the most recent HOSC configuration was run and some conclusions drawn as to the system performance under these variations.

  14. Problem Solving, Patterns, Probability, Pascal, and Palindromes.

    ERIC Educational Resources Information Center

    Hylton-Lindsay, Althea Antoinette

    2003-01-01

    Presents a problem-solving activity, the birth order problem, and several solution-seeking strategies. Includes responses of current and prospective teachers and a comparison of various strategies. (YDS)

  15. Phonon Avoided and Scalable Cascade Lasers (PASCAL)

    DTIC Science & Technology

    2008-11-01

    up We fully developed the mask-less nanolithography technique. The SEM micrographs show that highly uniform nanoholes and nanopillars array can be...by the technique and we produced a large area of high uniform nanoholes perforated in Al films, which is a big step towards making quantum dot...spheres on photoresist ’ • A. W A - " > EN • • • ^Ti—i Figure 14 - SEM images series showing nanoholes generated with

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

    NASA Technical Reports Server (NTRS)

    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.

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

    NASA Technical Reports Server (NTRS)

    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.

  18. Photographs and Committees: Activities That Help Students Discover Permutations and Combinations.

    ERIC Educational Resources Information Center

    Szydlik, Jennifer Earles

    2000-01-01

    Presents problem situations that support students when discovering the multiplication principle, permutations, combinations, Pascal's triangle, and relationships among those objects in a concrete context. (ASK)

  19. A Random Variable Transformation Process.

    ERIC Educational Resources Information Center

    Scheuermann, Larry

    1989-01-01

    Provides a short BASIC program, RANVAR, which generates random variates for various theoretical probability distributions. The seven variates include: uniform, exponential, normal, binomial, Poisson, Pascal, and triangular. (MVL)

  20. Plato, Pascal, and the Dynamics of Personal Knowledge

    ERIC Educational Resources Information Center

    Otte, Michael Friedrich; Campos, Tania M. M.; Abido, Alexandre S.

    2013-01-01

    Educational practices are to be based on proven scientific knowledge, not least because the function science has to perform in human culture consists of unifying practical skills and general beliefs, the episteme and the techne (Amsterdamski, 1975, pp. 43-44). Now, modern societies first of all presuppose regular and standardized ways of…

  1. The Spirit of Investigation: Modifying Pascal and Fibonacci

    ERIC Educational Resources Information Center

    Lopez-Real, Francis

    2008-01-01

    Using investigations in teaching mathematics has for many years become an established feature of most curricula around the world. Investigations can be a vehicle for enabling children to experience the genuine excitement that comes from mathematical discovery. The true spirit of inquiry and investigation lies in the mind-set that continually asks…

  2. A Short History of the Computer.

    ERIC Educational Resources Information Center

    Reid-Green, Keith

    1981-01-01

    Beginning with Blaise Pascal's adding machine (1642), a brief look is taken at mechanical computers, electronic developments, transistors, and first, second, and third generation computers. A glossary is appended. (KC)

  3. Shock-produced olivine glass: First observation

    USGS Publications Warehouse

    Jeanloz, R.; Ahrens, T.J.; Lally, J.S.; Nord, G.L.; Christie, J.M.; Heuer, A.H.

    1977-01-01

    Transmission electron microscope (TEM) observations of an experimentally shock-deformed single crystal of natural peridot, (Mg0.88Fe 0.12SiO4 recovered from peak pressures of about 56 ?? 109 pascals revealed the presence of amorphous zones located within crystalline regions with a high density of tangled dislocations. This is the first reported observation ofolivine glass. The shocked sample exhibits a wide variation in the degree of shock deformation on a small scale, and the glass appears to be intimately associated with the highest density of dislocations. This study suggests that olivine glass may be formed as a result of shock at pressures above about 50 to 55 ?? 109 pascals and that further TEM observations of naturally shocked olivines may demonstrate the presence of glass.

  4. Formal specification and mechanical verification of SIFT - A fault-tolerant flight control system

    NASA Technical Reports Server (NTRS)

    Melliar-Smith, P. M.; Schwartz, R. L.

    1982-01-01

    The paper describes the methodology being employed to demonstrate rigorously that the SIFT (software-implemented fault-tolerant) computer meets its requirements. The methodology uses a hierarchy of design specifications, expressed in the mathematical domain of multisorted first-order predicate calculus. The most abstract of these, from which almost all details of mechanization have been removed, represents the requirements on the system for reliability and intended functionality. Successive specifications in the hierarchy add design and implementation detail until the PASCAL programs implementing the SIFT executive are reached. A formal proof that a SIFT system in a 'safe' state operates correctly despite the presence of arbitrary faults has been completed all the way from the most abstract specifications to the PASCAL program.

  5. Shapes of Bubbles and Drops in Motion.

    ERIC Educational Resources Information Center

    O'Connell, James

    2000-01-01

    Explains the shape distortions that take place in fluid packets (bubbles or drops) with steady flow motion by using the laws of Archimedes, Pascal, and Bernoulli rather than advanced vector calculus. (WRM)

  6. Changes in surface chemistry of silicon carbide (0001) surface with temperature and their effect on friction

    NASA Technical Reports Server (NTRS)

    Miyoshi, K.; Buckley, D. H.

    1980-01-01

    Friction studies were conducted with a silicon carbide (0001) surface contacting polycrystalline iron. The surface of silicon carbide was pretreated: (1) by bombarding it with argon ions for 30 minutes at a pressure of 1.3 pascals; (2) by heating it at 800 C for 3 hours in vacuum at a pressure of 10 to the minus eighth power pascal; or (3) by heating it at 1500 C for 3 hours in a vacuum of 10 to the minus eighth power pascal. Auger emission spectroscopy was used to determine the presence of silicon and carbon and the form of the carbon. The surfaces of silicon carbide bombarded with argon ions or preheated to 800 C revealed the main Si peak and a carbide type of C peak in the Auger spectra. The surfaces preheated to 1500 C revealed only a graphite type of C peak in the Auger spectra, and the Si peak had diminished to a barely perceptible amount. The surfaces of silicon carbide preheated to 800 C gave a 1.5 to 3 times higher coefficient of friction than did the surfaces of silicon carbide preheated to 1500 C. The coefficient of friction was lower in the 11(-2)0 direction than in the 10(-1)0 direction; that is, it was lower in the preferred crystallographic slip direction.

  7. An Expert System for Identification of Minerals in Thin Section.

    ERIC Educational Resources Information Center

    Donahoe, James Louis; And Others

    1989-01-01

    Discusses a computer database which includes optical properties of 142 minerals. Uses fuzzy logic to identify minerals from incomplete and imprecise information. Written in Turbo PASCAL for MS-DOS with 128K. (MVL)

  8. Points on the Path to Probability.

    ERIC Educational Resources Information Center

    Kiernan, James F.

    2001-01-01

    Presents the problem of points and the development of the binomial triangle, or Pascal's triangle. Examines various attempts to solve this problem to give students insight into the nature of mathematical discovery. (KHR)

  9. PCG: A prototype incremental compilation facility for the SAGA environment, appendix F

    NASA Technical Reports Server (NTRS)

    Kimball, Joseph John

    1985-01-01

    A programming environment supports the activity of developing and maintaining software. New environments provide language-oriented tools such as syntax-directed editors, whose usefulness is enhanced because they embody language-specific knowledge. When syntactic and semantic analysis occur early in the cycle of program production, that is, during editing, the use of a standard compiler is inefficient, for it must re-analyze the program before generating code. Likewise, it is inefficient to recompile an entire file, when the editor can determine that only portions of it need updating. The pcg, or Pascal code generation, facility described here generates code directly from the syntax trees produced by the SAGA syntax directed Pascal editor. By preserving the intermediate code used in the previous compilation, it can limit recompilation to the routines actually modified by editing.

  10. Database interfaces on NASA's heterogeneous distributed database system

    NASA Technical Reports Server (NTRS)

    Huang, Shou-Hsuan Stephen

    1987-01-01

    The purpose of Distributed Access View Integrated Database (DAVID) interface module (Module 9: Resident Primitive Processing Package) is to provide data transfer between local DAVID systems and resident Data Base Management Systems (DBMSs). The result of current research is summarized. A detailed description of the interface module is provided. Several Pascal templates were constructed. The Resident Processor program was also developed. Even though it is designed for the Pascal templates, it can be modified for templates in other languages, such as C, without much difficulty. The Resident Processor itself can be written in any programming language. Since Module 5 routines are not ready yet, there is no way to test the interface module. However, simulation shows that the data base access programs produced by the Resident Processor do work according to the specifications.

  11. ARC-2008-ACD08-0260-022

    NASA Image and Video Library

    2008-11-04

    K-10 (red) plaentary rover at Marscape (Ames Mars Yard): with prototype flight control team remotely operating K-10 'Red' from Ames Future Flight Centeral (FFC) Simulator, L-R; Pascal Lee, Melissa Rice, David Lees, Trey Smith

  12. The Effect of Preventive Agents (Mouthwashes/Gels) on the Color Stability of Dental Resin-Based Composite Materials

    PubMed Central

    Al-Samadani, Khalid H.

    2017-01-01

    The color of dental restorative material should be maintained throughout its functional lifetime in an oral environment. However, the frequent use of mouthwash may affect the color stability of these composite restorations. The aim of this study is to assess the effects of using various mouthwashes on the color stability of various dental restorative composite materials. For this purpose, four mouthwashes/gels (Flocare gel (0.4% stannous fluoride), Pascal gel (topical APF fluoride), Pro-Relief mouthwash (sodium fluoride), and Plax Soin mouthwash (sodium fluoride)), and distilled water as a control, were selected. These were divided into five groups: Group 1: Flocare gel; Group 2: Pascal gel; Group 3: Pro-Relief mouthwash; Group 4: Plax Soin mouthwash; and Group 5: distilled water (control). Prepared restorative materials samples were immersed in the groups of mouthwashes/gels and the distilled water (control) for 24, 48, and 72 h. The discoloration that all materials exhibited with all immersion groups was significantly different at each of the three time periods for all groups (p < 0.05). Results from immersion in Flocare gel, Pascal gel, Pro-Relief mouthwash, and Plax Soin mouthwash were statistically significant (p < 0.05). The color change chroma was not significant for Pro-Relief and Plax Soin mouthwash (p > 0.05). Mouthwashes/gels affect color shifting for all composite resin materials, and changes are exaggerated over time. However, discoloration effects are not perceptible to the human eye. PMID:29563424

  13. Genetics Home Reference: alcohol use disorder

    MedlinePlus

    ... or Free article on PubMed Central Awofala AA. Molecular and genetic determinants of alcohol dependence. J Addict Dis. 2013; ... G, Pascale E, Lucarelli M. Alcohol addiction: a molecular biology perspective. Curr Med Chem. 2015;22(6):670- ...

  14. Turbo Pascal/GEM Software Interface for Scientific Graph Preparation

    DTIC Science & Technology

    1991-04-01

    Well as whatever artistic touches that the author may desire. Even colour hardcopy reproduuction is possible through use of an appropriate colour...drawing axes on graphs. The unit also contains an autoscaling procedure that may be applied separately to all curve axes. 6.3.1 Available structures...procedures AxisScale Provides autoscaled values from specified min and max values. LabelRightAxis Draws ticks and numbers on the right axis. LabelXAxis

  15. The Pascal-Fermat Correspondence: How Mathematics Is Really Done

    ERIC Educational Resources Information Center

    Devlin, Keith

    2010-01-01

    The mathematics that students see in their textbooks is highly polished. The steps required to solve a problem are all clearly laid out. Thus, students are denied what could be a valuable learning experience. Often when students meet a problem that differs only slightly from the ones in the book, they are unable to proceed and afraid to "play…

  16. The Stylist: A Pascal Program for Analyzing Prose Style

    DTIC Science & Technology

    1987-06-01

    words from various periods of English literature, using a primitive tabulating device that spit out reels of paper. His results, however, proved little ...LITERATURE REVIEW When I first conceived of The Stylist, I believed that a "style checker" was a completely original idea. Little did I know that major...sonic coillec. P1C.Style, however, had little to recoinwimid itself besi~des.-this 1Ituro, It relics upon a readability rormula. It also attempts somle

  17. Accurate Molecular Dimensions from Stearic Acid Monolayers.

    ERIC Educational Resources Information Center

    Lane, Charles A.; And Others

    1984-01-01

    Discusses modifications in the fatty acid monolayer experiment to reduce the inaccurate moleculary data students usually obtain. Copies of the experimental procedure used and a Pascal computer program to work up the data are available from the authors. (JN)

  18. 4. Photocopy of measured drawing dated January, 1948 FRONT ELEVATION ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    4. Photocopy of measured drawing dated January, 1948 FRONT ELEVATION An addendum to Hanson-Cramer House, Sea Street, south end, Rockport, Knox County, Maine - Hanson-Cramer House, End of Sea Street (moved from Pascal's Avenue), Rockport, Knox County, ME

  19. 5. Photocopy of measured drawing dated January, 1946 ELEVATIONS (EXISTING) ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    5. Photocopy of measured drawing dated January, 1946 ELEVATIONS (EXISTING) An addendum to Hanson-Cramer House, Sea Street, south end, Rockport, Knox County, Maine - Hanson-Cramer House, End of Sea Street (moved from Pascal's Avenue), Rockport, Knox County, ME

  20. Space technologies for health.

    PubMed

    Fleck, Fiona

    2015-08-01

    Space science and satellite technologies hold untapped potential for public health, according to a new expert group that will deliver its proposals to the United Nations General Assembly in New York next month. Pascal Michel talks to Fiona Fleck.

  1. 7. Photocopy of measured drawing dated December, 1947 SECOND FLOOR ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    7. Photocopy of measured drawing dated December, 1947 SECOND FLOOR PLAN An addendum to Hanson-Cramer House, Sea Street, south end, Rockport, Knox County, Maine - Hanson-Cramer House, End of Sea Street (moved from Pascal's Avenue), Rockport, Knox County, ME

  2. 6. Photocopy of measured drawing dated December, 1947 FIRST FLOOR ...

    Library of Congress Historic Buildings Survey, Historic Engineering Record, Historic Landscapes Survey

    6. Photocopy of measured drawing dated December, 1947 FIRST FLOOR PLAN An addendum to Hanson-Cramer House, Sea Street, south end, Rockport, Knox County, Maine - Hanson-Cramer House, End of Sea Street (moved from Pascal's Avenue), Rockport, Knox County, ME

  3. Advanced Concepts and Methods of Approximate Reasoning

    DTIC Science & Technology

    1989-12-01

    immeasurably by numerous conversations and discussions with Nadal Bat- tle, Hamid Berenji , Piero Bonissone, Bernadette Bouchon-Meunier, Miguel Delgado, Di...comments of Claudi Alsina, Hamid Berenji , Piero Bonissone, Didier Dubois, Francesc Esteva, Oscar Firschein, Marty Fischler, Pascal Fua, Maria Angeles

  4. Designing Graphic Presentations from First Principles

    DTIC Science & Technology

    1998-01-01

    Khanna, Rahul Asthana, Pascale Fung, and Joanna Sadowska. Others, once near but now far, included: Ivelina Zlateva, Robert Chang, Anna Herreras , John...For example, Roth & Mattis (1990) propose characterizing data in terms of cardinality , coverage and uniqueness. Cardinality allows data to be

  5. Upper Grades Ideas.

    ERIC Educational Resources Information Center

    Thornburg, David; Beane, Pam

    1983-01-01

    Presents programming ideas using LOGO, activity for converting flowchart into a computer program, and a Pascal program for generating music using paddles. Includes the article "Helping Computers Adapt to Kids" by Philip Nothnagle; a program for estimating length of lines is included. (JN)

  6. ARC-2008-ACD08-0260-024

    NASA Image and Video Library

    2008-11-04

    K-10 (red) plaentary rover at Marscape (Ames Mars Yard): with prototype flight control team remotely operating K-10 'Red' from Ames Future Flight Centeral (FFC) Simulator, L-R; Kip Hodges, Mark Helper, Marwan Hussein, Pascal Lee, Melissa Rice, Trey Smith, David Lees

  7. M-Bonomial Coefficients and Their Identities

    ERIC Educational Resources Information Center

    Asiru, Muniru A.

    2010-01-01

    In this note, we introduce M-bonomial coefficients or (M-bonacci binomial coefficients). These are similar to the binomial and the Fibonomial (or Fibonacci-binomial) coefficients and can be displayed in a triangle similar to Pascal's triangle from which some identities become obvious.

  8. Interactive display of molecular models using a microcomputer system

    NASA Technical Reports Server (NTRS)

    Egan, J. T.; Macelroy, R. D.

    1980-01-01

    A simple, microcomputer-based, interactive graphics display system has been developed for the presentation of perspective views of wire frame molecular models. The display system is based on a TERAK 8510a graphics computer system with a display unit consisting of microprocessor, television display and keyboard subsystems. The operating system includes a screen editor, file manager, PASCAL and BASIC compilers and command options for linking and executing programs. The graphics program, written in USCD PASCAL, involves the centering of the coordinate system, the transformation of centered model coordinates into homogeneous coordinates, the construction of a viewing transformation matrix to operate on the coordinates, clipping invisible points, perspective transformation and scaling to screen coordinates; commands available include ZOOM, ROTATE, RESET, and CHANGEVIEW. Data file structure was chosen to minimize the amount of disk storage space. Despite the inherent slowness of the system, its low cost and flexibility suggests general applicability.

  9. DeepLab: Semantic Image Segmentation with Deep Convolutional Nets, Atrous Convolution, and Fully Connected CRFs.

    PubMed

    Chen, Liang-Chieh; Papandreou, George; Kokkinos, Iasonas; Murphy, Kevin; Yuille, Alan L

    2018-04-01

    In this work we address the task of semantic image segmentation with Deep Learning and make three main contributions that are experimentally shown to have substantial practical merit. First, we highlight convolution with upsampled filters, or 'atrous convolution', as a powerful tool in dense prediction tasks. Atrous convolution allows us to explicitly control the resolution at which feature responses are computed within Deep Convolutional Neural Networks. It also allows us to effectively enlarge the field of view of filters to incorporate larger context without increasing the number of parameters or the amount of computation. Second, we propose atrous spatial pyramid pooling (ASPP) to robustly segment objects at multiple scales. ASPP probes an incoming convolutional feature layer with filters at multiple sampling rates and effective fields-of-views, thus capturing objects as well as image context at multiple scales. Third, we improve the localization of object boundaries by combining methods from DCNNs and probabilistic graphical models. The commonly deployed combination of max-pooling and downsampling in DCNNs achieves invariance but has a toll on localization accuracy. We overcome this by combining the responses at the final DCNN layer with a fully connected Conditional Random Field (CRF), which is shown both qualitatively and quantitatively to improve localization performance. Our proposed "DeepLab" system sets the new state-of-art at the PASCAL VOC-2012 semantic image segmentation task, reaching 79.7 percent mIOU in the test set, and advances the results on three other datasets: PASCAL-Context, PASCAL-Person-Part, and Cityscapes. All of our code is made publicly available online.

  10. Space lab system analysis

    NASA Technical Reports Server (NTRS)

    Rives, T. B.; Ingels, F. M.

    1988-01-01

    An analysis of the Automated Booster Assembly Checkout System (ABACS) has been conducted. A computer simulation of the ETHERNET LAN has been written. The simulation allows one to investigate different structures of the ABACS system. The simulation code is in PASCAL and is VAX compatible.

  11. Design and Implementation of a Tool for Teaching Programming.

    ERIC Educational Resources Information Center

    Goktepe, Mesut; And Others

    1989-01-01

    Discussion of the use of computers in education focuses on a graphics-based system for teaching the Pascal programing language for problem solving. Topics discussed include user interface; notification based systems; communication processes; object oriented programing; workstations; graphics architecture; and flowcharts. (18 references) (LRW)

  12. The Metamorphosis of an Introduction to Computer Science.

    ERIC Educational Resources Information Center

    Ben-Jacob, Marion G.

    1997-01-01

    Introductory courses in computer science at colleges and universities have undergone significant changes in 20 years. This article provides an overview of the history of introductory computer science (FORTRAN, ANSI flowchart symbols, BASIC, data processing concepts, and PASCAL) and its future (robotics and C++). (PEN)

  13. Computer Series, 32.

    ERIC Educational Resources Information Center

    Moore, John W., Ed.

    1982-01-01

    Ten computer programs (available from authors) and a noncomputer calculation of the electron in one-dimensional, one-Bohr box are described, including programs for analytical chemistry, space group generation using Pascal, mass-spectral search system (Applesoft), microcomputer-simulated liquid chromatography, voltammetry/amperometric titrations,…

  14. A Note on Discrete Mathematics and Calculus.

    ERIC Educational Resources Information Center

    O'Reilly, Thomas J.

    1987-01-01

    Much of the current literature on the topic of discrete mathematics and calculus during the first two years of an undergraduate mathematics curriculum is cited. A relationship between the recursive integration formulas and recursively defined polynomials is described. A Pascal program is included. (Author/RH)

  15. Program Manipulates Plots For Effective Display

    NASA Technical Reports Server (NTRS)

    Bauer, F.; Downing, J.

    1990-01-01

    Windowed Observation of Relative Motion (WORM) computer program primarily intended for generation of simple X-Y plots from data created by other programs. Enables user to label, zoom, and change scales of various plots. Three-dimensional contour and line plots provided. Written in PASCAL.

  16. 76 FR 7907 - Quarterly Publication of Individuals, Who Have Chosen To Expatriate, as Required by Section 6039G

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-11

    ... EISENBIEGLER PRATIWI ADININGRUM ELSEN MARIA ANTOINETTE FACON DOMINIQUE B. FAIRMAN GARY L FARRAR CHIHO FERDON... ELIZABETH U FUNG PASCALE N GIBSON MATTHEW CHARLES GIBSON SARAH CLAIRE GIDRON GILLA MEZZAN GINDIN DMITRY... LINDA ANETTE HANSEN PAUL ROBERT HARDWICK III CHARLES CHEEVER HARRIS JANE VELDA HARSONO SUDARGO HARTLEY...

  17. Computer Aided Management for Information Processing Projects.

    ERIC Educational Resources Information Center

    Akman, Ibrahim; Kocamustafaogullari, Kemal

    1995-01-01

    Outlines the nature of information processing projects and discusses some project management programming packages. Describes an in-house interface program developed to utilize a selected project management package (TIMELINE) by using Oracle Data Base Management System tools and Pascal programming language for the management of information system…

  18. The Road to Computer Literacy. Part V: Objectives and Activities for Grades 10-12.

    ERIC Educational Resources Information Center

    Bitter, Gary

    1983-01-01

    Presents computer-oriented activities in computer awareness and programing for students in grades 10-12. Intended for use by teachers of all disciplines, activities include such topics as prediction, interpretation and generalization of data, computer systems, PASCAL and PILOT programing, sampling techniques, computer survival, invasion of…

  19. High pressure inactivation of HAV within oysters: comparison of shucked oysters with whole in shell meats

    USDA-ARS?s Scientific Manuscript database

    High pressure inactivation of hepatitis A virus (HAV) within oysters bioaccumulated under simulated natural conditions to levels >106 PFU/oyster has been evaluated. Five min treatments at 20C were administered at 350, 375, and 400 MegaPascals (MPa). Shucked and whole-in-shell oysters were directly...

  20. Computer Guided Instructional Design.

    ERIC Educational Resources Information Center

    Merrill, M. David; Wood, Larry E.

    1984-01-01

    Describes preliminary efforts to create the Lesson Design System, a computer-guided instructional design system written in Pascal for Apple microcomputers. Its content outline, strategy, display, and online lesson editors correspond roughly to instructional design phases of content and strategy analysis, display creation, and computer programing…

  1. Computer Series, 101: Accurate Equations of State in Computational Chemistry Projects.

    ERIC Educational Resources Information Center

    Albee, David; Jones, Edward

    1989-01-01

    Discusses the use of computers in chemistry courses at the United States Military Academy. Provides two examples of computer projects: (1) equations of state, and (2) solving for molar volume. Presents BASIC and PASCAL listings for the second project. Lists 10 applications for physical chemistry. (MVL)

  2. Application of Computer Graphics to Graphing in Algebra and Trigonometry. Final Report.

    ERIC Educational Resources Information Center

    Morris, J. Richard

    This project was designed to improve the graphing competency of students in elementary algebra, intermediate algebra, and trigonometry courses at Virginia Commonwealth University. Computer graphics programs were designed using an Apple II Plus computer and implemented using Pascal. The software package is interactive and gives students control…

  3. Faulhaber's Triangle

    ERIC Educational Resources Information Center

    Torabi-Dashti, Mohammad

    2011-01-01

    Like Pascal's triangle, Faulhaber's triangle is easy to draw: all you need is a little recursion. The rows are the coefficients of polynomials representing sums of integer powers. Such polynomials are often called Faulhaber formulae, after Johann Faulhaber (1580-1635); hence we dub the triangle Faulhaber's triangle.

  4. The Pizza Problem: A Solution with Sequences

    ERIC Educational Resources Information Center

    Shafer, Kathryn G.; Mast, Caleb J.

    2008-01-01

    This article addresses the issues of coaching and assessing. A preservice middle school teacher's unique solution to the Pizza problem was not what the professor expected. The student's solution strategy, based on sequences and a reinvention of Pascal's triangle, is explained in detail. (Contains 8 figures.)

  5. Melanges Pedagogiques (Pedagogical Mixture), 1984.

    ERIC Educational Resources Information Center

    Melanges Pedagogiques, 1984

    1984-01-01

    The 1984 issue of the journal on second language teaching and learning contains five articles in French and two in English. These include the following: "Enseignement individuel vs. enseignement de masse (Individual Instruction vs. Large Group Instruction)" (Jacqueline Billant, Pascal Fade); "Systemes 'autonomisants' d'apprentissage des langues…

  6. Programming Languages.

    ERIC Educational Resources Information Center

    Tesler, Lawrence G.

    1984-01-01

    Discusses the nature of programing languages, considering the features of BASIC, LOGO, PASCAL, COBOL, FORTH, APL, and LISP. Also discusses machine/assembly codes, the operation of a compiler, and trends in the evolution of programing languages (including interest in notational systems called object-oriented languages). (JN)

  7. Topics for Mathematics Clubs.

    ERIC Educational Resources Information Center

    Dalton, LeRoy C., Ed.; Snyder, Henry D., Ed.

    The ten chapters in this booklet cover topics not ordinarily discussed in the classroom: Fibonacci sequences, projective geometry, groups, infinity and transfinite numbers, Pascal's Triangle, topology, experiments with natural numbers, non-Euclidean geometries, Boolean algebras, and the imaginary and the infinite in geometry. Each chapter is…

  8. History of Physical Terms: "Pressure"

    ERIC Educational Resources Information Center

    Frontali, Clara

    2013-01-01

    Scientific terms drawn from common language are often charged with suggestions that may even be inconsistent with their restricted scientific meaning, thus posing didactic problems. The (non-linear) historical journey of the word "pressure" is illustrated here through original quotations from Stevinus, Torricelli, Pascal, Boyle,…

  9. What Gay-Lussac didn't tell us

    NASA Astrophysics Data System (ADS)

    Holbrow, C. H.; Amato, J. C.

    2011-01-01

    Gay-Lussac's 1801 experiments establishing the law of volumes for gases are brilliantly simple, and he described them with a level of detail that was new to physics writing. But he did not present his actual measurements or tell us how he analyzed them to conclude that between 0 to 100 °C, a volume of any gas will expand by about 37.5%. We review his experiments and conclude that he measured initial and final volumes at slightly different pressures. By using the gas laws and his apparatus diagrams, we corrected his data so that they correspond to constant pressure. His corrected results give ΔV/V=36.6%, the currently accepted value for nearly ideal gases. Aside from their intrinsic interest, our analyses can provide students intriguing applications of the gas laws and Pascal's law and motivate them to consider Pascal's paradox. We also note the influence of ballooning and of the French Revolution on Gay-Lussac.

  10. A top-down manner-based DCNN architecture for semantic image segmentation.

    PubMed

    Qiao, Kai; Chen, Jian; Wang, Linyuan; Zeng, Lei; Yan, Bin

    2017-01-01

    Given their powerful feature representation for recognition, deep convolutional neural networks (DCNNs) have been driving rapid advances in high-level computer vision tasks. However, their performance in semantic image segmentation is still not satisfactory. Based on the analysis of visual mechanism, we conclude that DCNNs in a bottom-up manner are not enough, because semantic image segmentation task requires not only recognition but also visual attention capability. In the study, superpixels containing visual attention information are introduced in a top-down manner, and an extensible architecture is proposed to improve the segmentation results of current DCNN-based methods. We employ the current state-of-the-art fully convolutional network (FCN) and FCN with conditional random field (DeepLab-CRF) as baselines to validate our architecture. Experimental results of the PASCAL VOC segmentation task qualitatively show that coarse edges and error segmentation results are well improved. We also quantitatively obtain about 2%-3% intersection over union (IOU) accuracy improvement on the PASCAL VOC 2011 and 2012 test sets.

  11. PREFACE: 1st International Symposium on Electrical Arc and Thermal Plasmas in Africa (ISAPA)

    NASA Astrophysics Data System (ADS)

    Andre, Pascal; Koalaga, Zacharie

    2012-02-01

    Logos of the University of Ouagadougou, ISAPA and Universite Blaise Pascal Africa (especially Sub-Saharan Africa) is a continent where electrification is at a low level. However, the development of the electrical power sector is a prerequisite for the growth of other industrial activities, that is to say for the social and economic development of African countries. Consequently, a large number of electrification projects (rural electrification, interconnection of different country's grids) takes place in many countries. These projects need expertise and make Africa a continent of opportunity for companies in different domains for business and research: energy; energetic production, transmission, distribution and protection of electricity; the supply of cable; the construction, engineering and expertise in the field of solar and wind power. The first International Symposium on electrical Arc and thermal Plasma in Africa (ISAPA) was held for the first time in Ouagadougou, Burkina Faso to progress and develop the research of new physical developments, technical breakthroughs, and ideas in the fields of electrical production and electrical applications. The ISAPA aims to encourage the advancement of the science and applications of electrical power transformation in Africa by bringing together specialists from many areas in Africa and the rest of the world. Such considerations have led us to define a Scientific Committee including representatives from many countries. This first meeting was an innovative opportunity for researchers and engineers from academic and industrial sectors to exchange views and knowledge. Both fundamental aspects such as thermal plasma, electrical arc, diagnostics and applied aspects as circuit breakers, ICP analyses, photovoltaic energy conversion and alternative energies, as well as space applications were covered. The Laboratory of Material and Environment (LAME) from Ouagadougou University and the Laboratory of Electric Arc and Thermal

  12. Research on Mathematical Animation Using Pascal Animation as an Example

    ERIC Educational Resources Information Center

    Weng, Ting-Sheng; Yang, Der-Ching

    2017-01-01

    Most students thinking mathematics is a difficult subject. This study aims to enhance students' motivation and efficiency in learning mathematics. This study developed 3D animation on the binomial theorem with historical stories of mathematics as the plot. It also examined the effect of animation on students' learning willingness and…

  13. The Chess and Mathematics Connection: More than Just a Game

    ERIC Educational Resources Information Center

    Berkman, Robert M.

    2004-01-01

    This article describes connections between chess and mathematics, including examples of activities that connect chess with set theory, patterns, algebra, geometry, combinatorics, and Pascal's triangle. The author observes that competitive games play a dual purpose in advancing the work of mathematics educators: to reinforce a specific skill and to…

  14. Software design and documentation language: User's guide for SDDL release 4

    NASA Technical Reports Server (NTRS)

    Zepko, T. M.

    1981-01-01

    The changes introduced in the PASCAL implementation of the software design and documentation language are described. These changes include a number of new capabilities, plus some changes to make the language more consistent and easier to use. Incompatibilities with earlier versions are limited to certain of the directive statements.

  15. Guidelines for Software Engineering Education Version 1.0

    DTIC Science & Technology

    1999-11-01

    Turbo Pascal and Software Design. Sudbury, Massachusetts: Jones and Bartlett, 1997. " Deitel, Harvey M. & Deitel, Paul J. C++: How to Program . Upper...Saddle River, New Jersey: Prentice-Hall, 1997. " Deitel, Harvey M. & Deitel, Paul J. Java: How to Program . Upper Saddle River, New Jersey: Prentice-Hall

  16. A Brief Look at the History of Probability and Statistics.

    ERIC Educational Resources Information Center

    Lightner, James E.

    1991-01-01

    The historical development of probability theory is traced from its early origins in games of chance through its mathematical foundations in the work of Pascal and Fermat. The roots of statistics are also presented beginning with early actuarial developments through the work of Laplace, Gauss, and others. (MDH)

  17. Student's Lab Assignments in PDE Course with MAPLE.

    ERIC Educational Resources Information Center

    Ponidi, B. Alhadi

    Computer-aided software has been used intensively in many mathematics courses, especially in computational subjects, to solve initial value and boundary value problems in Partial Differential Equations (PDE). Many software packages were used in student lab assignments such as FORTRAN, PASCAL, MATLAB, MATHEMATICA, and MAPLE in order to accelerate…

  18. Implementation of the Automated Numerical Model Performance Metrics System

    DTIC Science & Technology

    2011-09-26

    question. As of this writing, the DSRC IBM AIX machines DaVinci and Pascal, and the Cray XT Einstein all use the PBS batch queuing system for...3.3). 12 Appendix A – General Automation System This system provides general purpose tools and a general way to automatically run

  19. Challenge '89: Interfacing of Chemical Instruments to Computers.

    ERIC Educational Resources Information Center

    Lyons, Jim; Lamarre, Colin

    This project involved interfacing of microcomputers with three chemical instruments--Nuclear Magnetic Resonance (NMR), Infrared Spectroscopy (IR), and the spectrophotometer. A Pascal program called "Spectrum" allows data from the NMR to be read and graphed, a specific area of the graph zoomed, ratios of specified areas of the graph…

  20. "Split and Fit": A Faculty Subgroup Self-Organizes and Creates a Different Culture.

    ERIC Educational Resources Information Center

    Furtwengler, Willis J.; Furtwengler, Carol B.; Owens, Melva; Turk, Randall

    A team of graduate students and educational administration professors, as part of a field-based doctoral program, discovered the "split and fit" culture during an evaluation of the school's Continuous Progress Primary Program (CPPP). According to Pascale (1990), "split and fit" can work to an organization's benefit. Fit…

  1. Mini-Micro CDS/ISIS in the Thailand Development Research Institute Library.

    ERIC Educational Resources Information Center

    Wongkoltoot, Poonsin; Indee, Somsak

    1992-01-01

    Describes the Thailand Development Research Institute Library's development of an integrated bibliographic system using UNESCO's Micro-ISIS software. Linkages between databases were made using an in-house application (TIBIS) written in CDS/ISIS Pascal. The library system is available on a local area network (LAN). (three references) (EA)

  2. Corrective Action Plan for Corrective Action Unit 568: Area 3 Plutonium Dispersion Sites Nevada National Security Site, Nevada, Revision 0 with ROTC 1

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Matthews, Patrick; Burmeister, Mark

    2016-05-01

    The purpose of this CAP is to provide the plan for implementation of the recommended corrective action alternatives (CAAs) for CAU 568. Site characterization activities were performed in 2014, and the results are presented in Appendix A of the CAU 568 CADD. The CAAs were recommended in the CADD. The scope of work required to implement the recommended CAAs of closure in place and clean closure at 11 of the 14 CASs includes the following: The installation of physical barriers over the nine safety experiment ground zeroes to cover contamination at CASs 03-23-20 (Otero), 03-23-23 (San Juan and Pascal-C), 03-23-31more » (Pascal-B, Luna, Colfax), 03-23-32 (Pascal-A), 03-23-33 (Valencia), and 03-23-34 (Chipmunk); the characterization and removal of three soil and debris piles at CAS 03-08-04, and one HCA soil pile at CAS 03-23-30; the removal of three steel well head covers (PSM) from CASs 03-23-20 (Otero), 03-23-31 (Luna), and 03-23-33 (Valencia); the removal of soil and lead PSM from two locations at CAS 03-26-04; Implementation of FFACO use restrictions at nine safety experiment ground zeroes at CASs 03-23-20, 03-23-23, 03-23-31, 03-23-32, 03-23-33, and 03-23-34; the steel well head cover at CAS 03-23-23; the areas meeting HCA conditions at CASs 03-23-19 and 03-23-31; and the Boomer crater area at CAS 03-45-01. The FFACO use restriction boundaries will be presented in the CAU 568 closure report.« less

  3. Nearest Neighbor Searching in Binary Search Trees: Simulation of a Multiprocessor System.

    ERIC Educational Resources Information Center

    Stewart, Mark; Willett, Peter

    1987-01-01

    Describes the simulation of a nearest neighbor searching algorithm for document retrieval using a pool of microprocessors. Three techniques are described which allow parallel searching of a binary search tree as well as a PASCAL-based system, PASSIM, which can simulate these techniques. Fifty-six references are provided. (Author/LRW)

  4. 40 CFR 60.343 - Monitoring of emissions and operations.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... device for the continuous measurement of the pressure loss of the gas stream through the scrubber. The monitoring device must be accurate within ±250 pascals (one inch of water). (2) A monitoring device for continuous measurement of the scrubbing liquid supply pressure to the control device. The monitoring device...

  5. 40 CFR 60.403 - Monitoring of emissions and operations.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... measurement of the pressure loss of the gas stream through the scrubber. The monitoring device must be certified by the manufacturer to be accurate within ±250 pascals (±1 inch water) gauge pressure. (2) A monitoring device for the continuous measurement of the scrubbing liquid supply pressure to the control...

  6. A Fractal Excursion.

    ERIC Educational Resources Information Center

    Camp, Dane R.

    1991-01-01

    After introducing the two-dimensional Koch curve, which is generated by simple recursions on an equilateral triangle, the process is extended to three dimensions with simple recursions on a regular tetrahedron. Included, for both fractal sequences, are iterative formulae, illustrations of the first several iterations, and a sample PASCAL program.…

  7. The Operating System Jungle: Finding a Common Path Keeps Getting More Difficult.

    ERIC Educational Resources Information Center

    Pournelle, Jerry

    1984-01-01

    Describes the computer field before the advent of CP/M (Control Program for Microcomputers), an operating system which facilitated compatibility between different computers. CP/M's functions and flaws and the advent of Apple DOS and UCSD Pascal, two additional widely used operating systems, and the significance of their development are also…

  8. Clearing a Path: The 16-Bit Operating System Jungle Offers Confusion, Not Standardization.

    ERIC Educational Resources Information Center

    Pournelle, Jerry

    1984-01-01

    Discusses the design and limited uses of the Pascal, MS-DOS, CP/M, and PC-DOS operating systems as standard operating systems for 16-bit microprocessors, especially with the more sophisticated microcomputers currently being developed. Advantages and disadvantages of Unix--a multitasking, multiuser operating system--as a standard operating system…

  9. 40 CFR 60.384 - Monitoring of operations.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... wet scrubbing emission control device. The monitoring device must be certified by the manufacturer to be accurate within ±250 pascals (±1 inch water) gauge pressure and must be calibrated on an annual... continuous measurement of the scrubbing liquid flow rate to a wet scrubber for any affected facility using...

  10. 40 CFR 60.384 - Monitoring of operations.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... wet scrubbing emission control device. The monitoring device must be certified by the manufacturer to be accurate within ±250 pascals (±1 inch water) gauge pressure and must be calibrated on an annual... continuous measurement of the scrubbing liquid flow rate to a wet scrubber for any affected facility using...

  11. 40 CFR 60.384 - Monitoring of operations.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... wet scrubbing emission control device. The monitoring device must be certified by the manufacturer to be accurate within ±250 pascals (±1 inch water) gauge pressure and must be calibrated on an annual... continuous measurement of the scrubbing liquid flow rate to a wet scrubber for any affected facility using...

  12. 40 CFR 60.384 - Monitoring of operations.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... wet scrubbing emission control device. The monitoring device must be certified by the manufacturer to be accurate within ±250 pascals (±1 inch water) gauge pressure and must be calibrated on an annual... continuous measurement of the scrubbing liquid flow rate to a wet scrubber for any affected facility using...

  13. 40 CFR 60.384 - Monitoring of operations.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... wet scrubbing emission control device. The monitoring device must be certified by the manufacturer to be accurate within ±250 pascals (±1 inch water) gauge pressure and must be calibrated on an annual... continuous measurement of the scrubbing liquid flow rate to a wet scrubber for any affected facility using...

  14. A Laboratory Application of Microcomputer Graphics.

    ERIC Educational Resources Information Center

    Gehring, Kalle B.; Moore, John W.

    1983-01-01

    A PASCAL graphics and instrument interface program for a Z80/S-100 based microcomputer was developed. The computer interfaces to a stopped-flow spectrophotometer replacing a storage oscilloscope and polaroid camera. Applications of this system are discussed, indicating that graphics and analog-to-digital boards have transformed the computer into…

  15. Managing a Test Item Bank on a Microcomputer: Can It Help You and Your Students?

    ERIC Educational Resources Information Center

    Peterson, Julian A.; Meister, Lynn L.

    1983-01-01

    Describes a test item bank developed by the Association for Medical School Departments of Biochemistry (Texas). Programs (written in Pascal) allow self-evaluation by interactive student access to questions randomly selected from a chosen category. Potential users of the system (having student, manager, and instructor modes) are invited to contact…

  16. The Role of Music in Education: Forming Cultural Identity and Making Cross-Cultural Connections

    ERIC Educational Resources Information Center

    Pascale, Louise M.

    2013-01-01

    In this reflection, Louise Pascale describes the evolution, development, and outcomes of the Afghan Children's Songbook Project, which is reintroducing children's ethnic songs to the children of Afghanistan and Afghan expats as well as to American schoolchildren. Her reflection highlights the potential for music to unify and strengthen community,…

  17. Deranged Exams

    ERIC Educational Resources Information Center

    Spivey, Michael Z.

    2010-01-01

    This article discusses a triangle of numbers that are related to the derangement numbers. These numbers satisfy a Pascal-like recurrence relation with subtraction instead of addition. We describe how they relate to numbers studied by other authors and use them to generalize Euler's famous recurrence relation for the derangement numbers.

  18. Sinking In

    ERIC Educational Resources Information Center

    Kruse, Jerrid; Wilcox, Jesse

    2015-01-01

    High school students often enter classrooms with misconceptions about density. While many students may have studied the concept in middle school, they lack the understanding on which to build more advanced concepts, such as the particulate nature of matter. This lack of understanding poses problems for students' learning about Pascal's principle…

  19. Are Navy Members with Integrated Behavioral Styles Considered to Be More Effective?

    DTIC Science & Technology

    1984-09-01

    ability to exist and expand it territory. Like a malignant cancer , unmitigated agency drives an organism to devour others in order to thrive. when an...Important Difference between Japanese and Western Management " Mama ement International Review, v. 21, pp. 19-36, 31. Pascale, R. T. and Athos, A. G

  20. Personal-Computer Video-Terminal Emulator

    NASA Technical Reports Server (NTRS)

    Buckley, R. H.; Koromilas, A.; Smith, R. M.; Lee, G. E.; Giering, E. W.

    1985-01-01

    OWL-1200 video terminal emulator has been written for IBM Personal Computer. The OWL-1200 is a simple user terminal with some intelligent capabilities. These capabilities include screen formatting and block transmission of data. Emulator is written in PASCAL and Assembler for the IBM Personal Computer operating under DOS 1.1.

  1. Diagnostic Testing Package DX v 2.0 Technical Specification. Methodology Project.

    ERIC Educational Resources Information Center

    McArthur, David

    This paper contains the technical specifications, schematic diagrams, and program printout for a computer software package for the development and administration of diagnostic tests. The second version of the Diagnostic Testing Package DX consists of a PASCAL-based set of modules located in two main programs: (1) EDITTEST creates, modifies, and…

  2. Actes des Journees de linguistique (Proceedings of the Linguistics Conference) (14th, Quebec, Canada, March 23-24, 2000).

    ERIC Educational Resources Information Center

    Perron, Veronique, Ed.

    Papers on language research in this volume include the following: Phonetique ou phonologie: le chva dans les emprunts anglais en portugais (Phonetics or Phonology: The Schwa in English Loan Words to Portuguese) (Pascale Belanger); NewsExpert: exemple de l'application de la linguistique informatique a Internet (NewsExpert: An Example of Its…

  3. Meet Jessica and Elizabeth from Sweet Valley: Who Are the Female Role Models in Popular Romance Novels for Children?

    ERIC Educational Resources Information Center

    Roberts, Sherron Killingsworth

    Jessica and Elizabeth are two female characters, twins, featured throughout Francine Pascal's Sweet Valley series, the Bantam Publishers popular series for girls from elementary school through junior high, high school, university, and well into adulthood. This paper notes that these books are a part of the same formula that are used for romance…

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

    ERIC Educational Resources Information Center

    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)

  5. 40 CFR 60.674 - Monitoring of operations.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... certified by the manufacturer to be accurate within ±250 pascals ±1 inch water gauge pressure and must be... monthly periodic inspections to check that water is flowing to discharge spray nozzles in the wet... corrective action as expediently as practical if the owner or operator finds that water is not flowing...

  6. 40 CFR 60.683 - Monitoring of operations.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ... provisions of this subpart who uses a wet scrubbing control device to comply with the mass emission standard... be certified by its manufacturer to be accurate within ±250 pascals (±1 inch water gauge) over its... uses a wet electrostatic precipitator control device to comply with the mass emission standard shall...

  7. 40 CFR 60.683 - Monitoring of operations.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... provisions of this subpart who uses a wet scrubbing control device to comply with the mass emission standard... be certified by its manufacturer to be accurate within ±250 pascals (±1 inch water gauge) over its... uses a wet electrostatic precipitator control device to comply with the mass emission standard shall...

  8. 40 CFR 60.683 - Monitoring of operations.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... provisions of this subpart who uses a wet scrubbing control device to comply with the mass emission standard... be certified by its manufacturer to be accurate within ±250 pascals (±1 inch water gauge) over its... uses a wet electrostatic precipitator control device to comply with the mass emission standard shall...

  9. 40 CFR 61.126 - Monitoring of operations.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ... operator of any source subject to this subpart using a wet-scrubbing emission control device shall install... manufacturer to be accurate within ±250 pascal (±1 inch of water). The owner or operator of any source subject to this subpart using a wet-scrubbing emission control device shall also install, calibrate, maintain...

  10. 40 CFR 61.126 - Monitoring of operations.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ... operator of any source subject to this subpart using a wet-scrubbing emission control device shall install... manufacturer to be accurate within ±250 pascal (±1 inch of water). The owner or operator of any source subject to this subpart using a wet-scrubbing emission control device shall also install, calibrate, maintain...

  11. The Most Important Languages Today.

    ERIC Educational Resources Information Center

    Graduating Engineer, 1985

    1985-01-01

    Lists and describes seven languages (COBOL, FORTRAN, BASIC, PASCAL, C, ADA, and LISP), pointing out that familiarity with one or more will enhance employability. Also lists and describes four operating systems (MSDOS, UNIX, MVS, and VAXX/VMS), indicating that knowledge of these systems will further enhance employability or on-the-job performance.…

  12. Dr. Sanger's Apprentice: A Computer-Aided Instruction to Protein Sequencing.

    ERIC Educational Resources Information Center

    Schmidt, Thomas G.; Place, Allen R.

    1985-01-01

    Modeled after the program "Mastermind," this program teaches students the art of protein sequencing. The program (written in Turbo Pascal for the IBM PC, requiring 128K, a graphics adapter, and an 8070 mathematics coprocessor) generates a polypeptide whose sequence and length can be user-defined (for practice) or computer-generated (for…

  13. Selection and Use of General-Purpose Programming Languages--Overview. Volume 1.

    ERIC Educational Resources Information Center

    Cugini, John V.

    This study presents a review of selection factors for the seven major general-purpose programming languages: Ada, BASIC, C, COBOL, FORTRAN, PASCAL, and PL/I. The factors covered include not only the logical operations within each language, but also the advantages and disadvantages stemming from the current computing environment, e.g., software…

  14. 40 CFR 86.321-79 - NDIR water rejection ratio check.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ....321-79 NDIR water rejection ratio check. (a) Zero and span the analyzer on the lowest range that will be used. (b) Introduce a saturated mixture of water and zero gas at room temperature directly to the analyzer. (c) Determine and record the analyzer operating pressure (GP) in absolute units in pascals...

  15. 40 CFR 86.321-79 - NDIR water rejection ratio check.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ....321-79 NDIR water rejection ratio check. (a) Zero and span the analyzer on the lowest range that will be used. (b) Introduce a saturated mixture of water and zero gas at room temperature directly to the analyzer. (c) Determine and record the analyzer operating pressure (GP) in absolute units in pascals...

  16. 40 CFR 86.321-79 - NDIR water rejection ratio check.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ....321-79 NDIR water rejection ratio check. (a) Zero and span the analyzer on the lowest range that will be used. (b) Introduce a saturated mixture of water and zero gas at room temperature directly to the analyzer. (c) Determine and record the analyzer operating pressure (GP) in absolute units in pascals...

  17. Problems on Divisibility of Binomial Coefficients

    ERIC Educational Resources Information Center

    Osler, Thomas J.; Smoak, James

    2004-01-01

    Twelve unusual problems involving divisibility of the binomial coefficients are represented in this article. The problems are listed in "The Problems" section. All twelve problems have short solutions which are listed in "The Solutions" section. These problems could be assigned to students in any course in which the binomial theorem and Pascal's…

  18. Knowledge Intensive Programming: A New Educational Computing Environment.

    ERIC Educational Resources Information Center

    Seidman, Robert H.

    1990-01-01

    Comparison of the process of problem solving using a conventional procedural computer programing language (e.g., BASIC, Logo, Pascal), with the process when using a logic programing language (i.e., Prolog), focuses on the potential of the two types of programing languages to facilitate the transfer of problem-solving skills, cognitive development,…

  19. Shall We Teach Structured Programming to Children?

    ERIC Educational Resources Information Center

    LaFrance, Jacques E.

    To study the effectiveness and feasibility of using structured programming games at the elementary school level, this study presented one and one-half hours of programming instruction to a group of gifted children between the ages of nine and twelve. Using a game called Antfarm and the programming language Pascal, the instruction introduced…

  20. Interactive Controls Analysis (INCA)

    NASA Technical Reports Server (NTRS)

    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.

  1. Wisconsin Title I Migrant Education. Section 143 Project: Development of an Item Bank. Summary Report.

    ERIC Educational Resources Information Center

    Brown, Frank N.; And Others

    The successful Wisconsin Title 1 project item bank offers a valid, flexible, and efficient means of providing migrant student tests in reading and mathematics tailored to instructor curricula. The item bank system consists of nine PASCAL computer programs which maintain, search, and select from approximately 1,000 test items stored on floppy disks…

  2. Diagnostic and Treatment Innovations for Mass Casualties

    DTIC Science & Technology

    2016-08-01

    measurement * U.S. Customary Units Multiply by International Units Divide by † Length/ Area /Volume inch (in) 2.54 × 10 –2 meter (m) foot...cal) (thermochemical) 4.184 joule (J) Pressure atmosphere (atm) 1.013 250 × 10 5 pascal (Pa) pound force per square inch (psi) 6.984 757 × 10

  3. My Experience with Alcohol, a 17th-Century Mathematician, and a Personal Decision

    ERIC Educational Resources Information Center

    Eaton, Dennis R.; Rector, Sheila M.

    2009-01-01

    This writing shares the first author's personal experience with alcohol, the negative consequences of his choices, and the ultimate answering of the question, "Am I an alcoholic and should I drink again?" The decision-making process and the eventual answer come from Blaise Pascal, a 17th-century mathematician. This process is explained and…

  4. Learning Cities as Healthy Green Cities: Building Sustainable Opportunity Cities

    ERIC Educational Resources Information Center

    Kearns, Peter

    2012-01-01

    This paper discusses a new generation of learning cities we have called EcCoWell cities (Economy, Community, Well-being). The paper was prepared for the PASCAL International Exchanges (PIE) and is based on international experiences with PIE and developments in some cities. The paper argues for more holistic and integrated development so that…

  5. Good/Bad Girls Read Together: Pre-Adolescent Girls' Co-Authorship of Feminine Subject Positions during a Shared Reading Event.

    ERIC Educational Resources Information Center

    Enciso, Patricia E.

    1998-01-01

    Discusses reading with pre-teens Francine Pascal's "Sweet Valley Twins: Best Friends," one of a series of pre-romance novels featuring identical twin sisters. Interviews six girls using the Symbolic Representation Interview (SRI) about the good girl/bad girl dichotomy in novels and other media. Provides comments by Tom Romano and Diana Mitchell.…

  6. Where Do Interjections Come From? A Psycholinguistic Analysis of Shaw's "Pygmalion"

    ERIC Educational Resources Information Center

    O'Connell, Daniel C.; Kowal, Sabine

    2005-01-01

    Starting from our recent findings regarding emotional and initializing functions of interjections in TV and radio interviews (Kowal & O'Connell, 2004b; O'Connell & Kowal, in press; O'Connell, Kowal, & Ageneau, 2005), we used the book and script of Shaw (1916/1969) and the audiotape of the motion picture (Pascal, Asquith, & Howard, 1938) Pygmalion…

  7. A Framing Primer for Community College Leaders

    ERIC Educational Resources Information Center

    Nausieda, Ryan

    2014-01-01

    The purpose of this article is to be a tool for community college leaders, as well as campus members, to positively and effectively utilize framing on their campuses. The fictional case of Maggie Pascal at Midwestern Community College illustrates the process of framing the change of a new partnership with Wind Energy Corporation to internal…

  8. A Special Trinomial Expansion

    ERIC Educational Resources Information Center

    Ayoub, Ayoub B.

    2006-01-01

    In this article, the author takes up the special trinomial (1 + x + x[squared])[superscript n] and shows that the coefficients of its expansion are entries of a Pascal-like triangle. He also shows how to calculate these entries recursively and explicitly. This article could be used in the classroom for enrichment. (Contains 1 table.)

  9. Twenty-Five Years and Counting of "Sweet Valley": Jessica and Elizabeth in Romance Novels for Young Children?

    ERIC Educational Resources Information Center

    Roberts, Sherron Killingsworth

    2010-01-01

    With the 2008 reissue of Francine Pascal's (1983) "Sweet Valley High", the popular cultural icons of twins Jessica and Elizabeth have been revitalized. Jessica and Elizabeth are the much-beloved protagonists in romance novels strategically targeted for young adults in "Sweet Valley High" or "Sweet Valley U", and for first- and second-grade readers…

  10. Harnessing the Internet for International Exchanges on Learning Cities: The Pie Experience 2011-2013

    ERIC Educational Resources Information Center

    Kearns, Peter

    2014-01-01

    The PASCAL International Exchanges (PIE) project was developed to facilitate online exchanges of information and experience between learning cities around the world and, in doing this, to test the potential of the internet to enable such low-cost exchanges. The author provides a personal assessment of the PIE experience over the three years 2011…

  11. Micro-PROUST.

    ERIC Educational Resources Information Center

    Johnson, W. Lewis; Soloway, Elliot

    This detailed description of a microcomputer version of PROUST (Program Understander for Students), a knowledge-based system that finds nonsyntactic bugs in Pascal programs written by novice programmers, presents the inner workings of Micro-PROUST, which was written in Golden LISP for the IBM-PC (512K). The contents include: (1) a reprint of an…

  12. TAIGA: Twente Advanced Interactive Graphic Authoring System. A New Concept in Computer Assisted Learning (CAL) and Educational Research. Doc 88-18.

    ERIC Educational Resources Information Center

    Pilot, A.

    TAIGA (Twente Advanced Interactive Graphic Authoring system) is a system which can be used to develop instructional software. It is written in MS-PASCAL, and runs on computers that support MS-DOS. Designed to support the production of structured software, TAIGA has a hierarchical structure of three layers, each with a specific function, and each…

  13. Study of VTOL in ground-effect flow field including temperature effect

    NASA Technical Reports Server (NTRS)

    Hill, W. G.; Jenkins, R. C.; Kalemaris, S. G.; Siclari, M. J.

    1982-01-01

    Detailed pressure, temperature, and velocity data were obtained for twin-fan configurations in-ground-effect and flow models to aid in predicting pressures and upwash forces on aircraft surfaces were developed. For the basic experiments, 49.5 mm-diameter jets were used, oriented normal to a simulated round plane, with pressurized, heated air providing a jet. The experimental data consisted of: (1) the effect of jet height and temperature on the ground, model, and upwash pressures, and temperatures, (2) the effect of simulated aircraft surfaces on the isolated flow field, (3) the jet-induced forces on a three-dimensional body with various strakes, (4) the effects of non-uniform coannular jets. For the uniform circular jets, temperature was varied from room temperature (24 C) to 232 C. Jet total pressure was varied between 9,300 Pascals and 31,500 Pascals. For the coannular jets, intended to represent turbofan engines, fan temperature was maintained at room temperature while core temperature was varied from room temperature to 437 C. Results are presented.

  14. High-sensitivity NMR beyond 200,000 atmospheres of pressure.

    PubMed

    Meier, T; Reichardt, S; Haase, J

    2015-08-01

    Pressure-induced changes in the chemical or electronic structure of solids require pressures well into the Giga-Pascal (GPa) range due to the strong bonding. Anvil cell designs can reach such pressures, but their small and mostly inaccessible sample chamber has severely hampered NMR experiments in the past. With a new cell design that has a radio frequency (RF) micro-coil in the high pressure chamber, NMR experiments beyond 20 Giga-Pascal are reported for the first time. (1)H NMR of water shows sensitivity and resolution obtained with the cells, and (63)Cu NMR on a cuprate superconductor (YBa2Cu3O7-δ) demonstrates that single-crystals can be investigated, as well. (115)In NMR of the ternary chalcogenide AgInTe2 discovers an insulator-metal transition with shift and relaxation measurements. The pressure cells can be mounted easily on standard NMR probes that fit commercial wide-bore magnets with regular cryostats for field- and temperature-dependent measurements ready for many applications in physics and chemistry. Copyright © 2015 Elsevier Inc. All rights reserved.

  15. High-sensitivity NMR beyond 200,000 atmospheres of pressure

    NASA Astrophysics Data System (ADS)

    Meier, T.; Reichardt, S.; Haase, J.

    2015-08-01

    Pressure-induced changes in the chemical or electronic structure of solids require pressures well into the Giga-Pascal (GPa) range due to the strong bonding. Anvil cell designs can reach such pressures, but their small and mostly inaccessible sample chamber has severely hampered NMR experiments in the past. With a new cell design that has a radio frequency (RF) micro-coil in the high pressure chamber, NMR experiments beyond 20 Giga-Pascal are reported for the first time. 1 H NMR of water shows sensitivity and resolution obtained with the cells, and 63 Cu NMR on a cuprate superconductor (YBa2Cu3O7-δ) demonstrates that single-crystals can be investigated, as well. 115 In NMR of the ternary chalcogenide AgInTe2 discovers an insulator-metal transition with shift and relaxation measurements. The pressure cells can be mounted easily on standard NMR probes that fit commercial wide-bore magnets with regular cryostats for field- and temperature-dependent measurements ready for many applications in physics and chemistry.

  16. Social Inclusion: Universities and Regional Development

    ERIC Educational Resources Information Center

    Wilson, Bruce

    2011-01-01

    At a time when the OECD (2007) is advocating more local engagement for higher education institutions, this study looks at a number of community initiatives in Australia where local universities have played a key role. All were studied as part of the PASCAL Universities and Regional Engagement (PURE) project, which involves a total of 19 regions…

  17. Software in the Classroom: Issues in the Design of Effective Software Tools. Technical Report No. 15.

    ERIC Educational Resources Information Center

    Kurland, D. Midian

    This paper identifies three ways that computers are used in educational contexts. The first and most widespread use is as a tutor, i.e., as a delivery system for programmed instruction and drill-and-practice activities. The second use is as a programming environment to teach programming languages such as BASIC, LOGO, or PASCAL. The third use is as…

  18. Pairwise-Comparison Software

    NASA Technical Reports Server (NTRS)

    Ricks, Wendell R.

    1995-01-01

    Pairwise comparison (PWC) is computer program that collects data for psychometric scaling techniques now used in cognitive research. It applies technique of pairwise comparisons, which is one of many techniques commonly used to acquire the data necessary for analyses. PWC administers task, collects data from test subject, and formats data for analysis. Written in Turbo Pascal v6.0.

  19. Building America Case Study: Field Testing of Compartmentalization Methods for Multifamily Construction (Fact Sheet)

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Not Available

    2015-01-01

    The 2012 IECC has an airtightness requirement of 3 air changes per hour at 50 Pascals test pressure for both single family and multifamily construction in Climate Zones 3-8. Other programs (LEED, ASHRAE 189, ASHRAE 62.2) have similar or tighter compartmentalization requirements, thus driving the need for easier and more effective methods of compartmentalization in multifamily buildings.

  20. Modula-3 Report.

    ERIC Educational Resources Information Center

    Cardelli, Luca; And Others

    Designed by the DEC Systems Research Center and the Olivetti Research Center, the programming language Modula-3 descends from Mesa, Modula-2, Cedar, and Module-2+, and resembles Object Pascal, Oberon, and Euclid. A notable feature of this language family is the use of modules to delineate the separation between the implementation and the use of…

  1. The Effectiveness of Using Learning Management Systems and Collaborative Tool in Web-Based Teaching of Programming Languages

    ERIC Educational Resources Information Center

    Cavus, Nadire; Uzunboylu, Huseyin; Ibrahim, Dogan

    2006-01-01

    This paper is about a pilot study which has been carried out at the Near East University during the 2004/5 Fall Semester using the Moodle LMS [learning management system] together with GREWPtool collaborative editor. The system has been tested with 36 students taking the Java and the Pascal programming courses. The results of the pilot study…

  2. Moving On

    ERIC Educational Resources Information Center

    Aarons, Dakarai I.

    2009-01-01

    Pascal D. Forgione Jr., who has been the superintendent of the Austin Independent School District since August 1999, will retire in June. In the rough-and-tumble world of the urban superintendency, such long tenures are a relative rarity. As he prepares to leave the stage, Pat Forgione is being praised locally and nationally for his leadership in…

  3. 40 CFR 92.120 - NDIR analyzer calibration and checks.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ....120 NDIR analyzer calibration and checks. (a) NDIR water rejection ratio check. (1) Zero and span the analyzer on the lowest range that will be used. (2) Introduce a saturated mixture of water and zero gas at...) in absolute units in Pascal. Gauges G3 and G4 may be used if the values are converted to the correct...

  4. 40 CFR 92.120 - NDIR analyzer calibration and checks.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ....120 NDIR analyzer calibration and checks. (a) NDIR water rejection ratio check. (1) Zero and span the analyzer on the lowest range that will be used. (2) Introduce a saturated mixture of water and zero gas at...) in absolute units in Pascal. Gauges G3 and G4 may be used if the values are converted to the correct...

  5. 40 CFR 92.120 - NDIR analyzer calibration and checks.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ....120 NDIR analyzer calibration and checks. (a) NDIR water rejection ratio check. (1) Zero and span the analyzer on the lowest range that will be used. (2) Introduce a saturated mixture of water and zero gas at...) in absolute units in Pascal. Gauges G3 and G4 may be used if the values are converted to the correct...

  6. 40 CFR 92.120 - NDIR analyzer calibration and checks.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ....120 NDIR analyzer calibration and checks. (a) NDIR water rejection ratio check. (1) Zero and span the analyzer on the lowest range that will be used. (2) Introduce a saturated mixture of water and zero gas at...) in absolute units in Pascal. Gauges G3 and G4 may be used if the values are converted to the correct...

  7. 40 CFR 92.120 - NDIR analyzer calibration and checks.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ....120 NDIR analyzer calibration and checks. (a) NDIR water rejection ratio check. (1) Zero and span the analyzer on the lowest range that will be used. (2) Introduce a saturated mixture of water and zero gas at...) in absolute units in Pascal. Gauges G3 and G4 may be used if the values are converted to the correct...

  8. Living and Learning in EcCoWell Cities: Discussion Paper

    ERIC Educational Resources Information Center

    Kearns, Peter

    2012-01-01

    These notes and questions have been prepared to promote discussion of the ideas set out in the Clarifying paper, "Living and learning in EcCoWell cities" to be found on the PASCAL International Exchanges (PIE) website. This Discussion Paper sets ten questions for discussion. We are hoping to encourage discussions of these issues around the world.

  9. MENO-II: An AI-Based Programming Tutor.

    ERIC Educational Resources Information Center

    Soloway, Elliot; And Others

    This report examines the features and performance of the BUG-FINDing component of MENO-II, a computer-based tutor for beginning PASCAL programming students. A discussion of the use of artificial intelligence techniques is followed by a summary of the system status and objectives. The two main components of MENO-II are described, beginning with the…

  10. Diesel Engine Air Emissions Reduction Technologies

    DTIC Science & Technology

    2010-04-01

    Hour GC/MS Gas Chromatography /Mass Spectroscopy GC/FID Gas Chromatography /Flame Ionization Detector g/mile Gram per Mile HAP Hazardous Air...Pollutant HC Hydrocarbon HPLC/UV High Performance Liquid Chromatography / Ultraviolet KPa Kilo-Pascals NDIR Non Dispersive Infrared... Chromatography (GC) where the samples were collected on DNPH cartridges. Portable versions of these instruments were available and employed for

  11. Perspectives for a new realization of the pascal by optical methods

    NASA Astrophysics Data System (ADS)

    Jousten, Karl; Hendricks, Jay; Barker, Daniel; Douglas, Kevin; Eckel, Steve; Egan, Patrick; Fedchak, James; Flügge, Jens; Gaiser, Christof; Olson, Douglas; Ricker, Jacob; Rubin, Tom; Sabuga, Wladimir; Scherschligt, Julia; Schödel, Rene; Sterr, Uwe; Stone, Jack; Strouse, Gregory

    2017-12-01

    Since the beginning of measurement of pressure in the 17th century, the unit of pressure has been defined by the relationship of force per unit area. The present state of optical technology now offers the possibility of using a thermodynamic definition—specifically the ideal gas law—for the realization of the pressure unit, in the vacuum regime and slightly above, with an accuracy comparable to or better than the traditional methods of force per area. The changes planned for the SI in 2018 support the application of this thermodynamic definition that is based on the ideal gas law with the necessary corrections for real-gas effects. The paper reviews the theoretical and experimental foundations of those optical methods that are considered to be most promising to realize the unit of pressure at the highest level of metrology.

  12. Dendroagricultural Signal in Algeria

    NASA Astrophysics Data System (ADS)

    Touchan, R.; Kherchouche, D.; Anchukaitis, K. J.; Oudjehih, B.; Touchane, H.; Slimani, S.; Meko, D. M.

    2015-12-01

    Dalila Kherchouche2, Kevin J. Anchukaitis3, Bachir Oudjehih2, Hayat Touchan4, Said Slimani5, and David M. Meko1Drought is one of the main natural factors in declining tree-ring growth and the production of agricultural crops in Algeria. Here we will address the variability of growing conditions for wheat in Algeria with climatic data and a tree-ring reconstruction of January-June precipitation from ten Pinus halepensis tree-ring chronologies. A regression-based reconstruction equation explains up to 74% of the variance of precipitation in the 1970-2011 calibration period and cross validates well. Classification of dry years by the 30% percentile of observed precipitation (131 mm) yields a maximum length of drought of five years (1877-1881) and increasing frequency of dry years in the late 20th and early 21stcenturies. A correlation-based sensitivity analysis shows a similar pattern of dependence of tree-growth and wheat production on monthly and seasonal precipitation, but contrasting patterns of dependence on temperature. The patterns are interpreted by reference to phenology, growth phases, and - for wheat agricultural practices. We apply these interpretations to understand possible impacts of climate variability on the agricultural productivity of past civilizations in the Mediterranean. 2Institute of Veterinary and Agronomy Sciences, The University Hadj-Lakhdar, Batna 05000, Algeria, d.kherchouche@yahoo.fr and oudjehihbachir@yahoo.fr3University of Arizona, ENR2 Building, 1064 E Lowell Street, PO Box 210137, Tucson, AZ 85721-0137, kanchukaitis@email.arizona.edu4Faculty of Agriculture, University of Aleppo, Aleppo-Syria, dr.htouchan@gmail.com5Faculty of Biological Sciences and Agronomy, The University Mouloud Mammeri, Tizi Ouzou 15000, Algeria, slimanisaid@yahoo.fr1Laboratory of Tree Ring Research, The University of Arizona, 1215 E. Lowell St. Bldg. 45B, Tucson, AZ 85721, USA, dmeko@ltrr.arizona.edu

  13. Mechanics of Nanotubes and Nanotube-Polymer Composites

    NASA Technical Reports Server (NTRS)

    Srivastava, Deepak; Wei, Cheng-Yu; Cho, Kyeong-Jae; Menon, Madhu; Osman, Mohamed; Biegel, Bryan A. (Technical Monitor)

    2002-01-01

    CNT is a tubular form of carbon with diameter as small as 1 nm. Length: few nm to microns. CNT is configurationally equivalent to a two dimensional graphene sheet rolled into a tube. CNT exhibits extraordinary mechanical properties: Young's modulus over 1 Tera Pascal, as stiff as diamond, and tensile strength approx. 200 GPa. CNT can be metallic or semiconducting, depending on chirality.

  14. Pressure-Temperature Simulation at Brady Hot Springs

    DOE Data Explorer

    Feigl, Kurt (ORCID:0000000220596708)

    2017-07-11

    These files contain the output of a model calculation to simulate the pressure and temperature of fluid at Brady Hot Springs, Nevada, USA. The calculation couples the hydrologic flow (Darcy's Law) with simple thermodynamics. The epoch of validity is 24 March 2015. Coordinates are UTM Easting, Northing, and Elevation in meters. Temperature is specified in degrees Celsius. Pressure is specified in Pascal.

  15. Numerical Simulations of Vortical Mode Stirring: Effects of Large Scale Shear and Strain

    DTIC Science & Technology

    2015-09-30

    Numerical Simulations of Vortical Mode Stirring: Effects of Large-Scale Shear and Strain M.-Pascale Lelong NorthWest Research Associates...can be implemented in larger-scale ocean models. These parameterizations will incorporate the effects of local ambient conditions including latitude...talk at the 1 DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Nonlinear Effects in Internal Waves Conference held

  16. 2D Hydrodynamic Investigation of Olmsted Cofferdams

    DTIC Science & Technology

    2013-07-01

    34  Figure 30. HEC - RAS cross-section locations in the AdH 2012. ........................................................... 34...stress in Pascals for Condition 1 (typical). ........................................................ 40  Figure 43. HEC - RAS cross-section locations in...Then in 2008, CHL used an Adaptive Hydraulics model (AdH) to further evaluate potential impacts on mussel beds. In 2012, LRL used a HEC - RAS model to

  17. An Employee Questionnaire for Assessing Patient Safety in Outpatient Surgery

    DTIC Science & Technology

    2005-01-01

    461 An Employee Questionnaire for Assessing Patient Safety in Outpatient Surgery Pascale Carayon, Carla J. Alvarado, Ann Schoofs Hundt, Scott...Springman, Amanda Borgsdorf, Peter L.T. Hoonakker Abstract This paper provides information on the reliability and validity of an employee ...intervention on both employees and patients. In this paper, we describe the SEIPS employee questionnaire, which surveys various elements of the work system

  18. Host computer software specifications for a zero-g payload manhandling simulator

    NASA Technical Reports Server (NTRS)

    Wilson, S. W.

    1986-01-01

    The HP PASCAL source code was developed for the Mission Planning and Analysis Division (MPAD) of NASA/JSC, and takes the place of detailed flow charts defining the host computer software specifications for MANHANDLE, a digital/graphical simulator that can be used to analyze the dynamics of onorbit (zero-g) payload manhandling operations. Input and output data for representative test cases are contained.

  19. First Graders Outwit a Famous Mathematician

    ERIC Educational Resources Information Center

    Bishop, Jessica Pierson; Lamb, Lisa L. C.; Philipp, Randolph A.; Schappelle, Bonnie P.; Whitacre, Ian

    2011-01-01

    In the third century, Diophantus, the "Father of Algebra" no less, described equations of the form x + 20 = 4 as "absurd." The absurdity stemmed from the fact that the result of four is obviously less than the addend of twenty. And more than 1300 years later, Pascal argued that subtracting four from zero leaves zero because of the impossibility of…

  20. Multi-Scale Simulations of Carbon Nanotubes: Mechanics and Electronics

    NASA Technical Reports Server (NTRS)

    Srivastava, Deepak

    2003-01-01

    Carbon Nanotube (CNT) is a tubular form of carbon with diameter as small as 1 nm. Length: few mn to microns. CNT is configurationally equivalent to a two dimensional graphene sheet rolled into a tube. CNT exhibits extraordinary mechanical properties; Young's modulus over 1 Tera Pascal, as stiff as diamond, and tensile strength approx. 200 GPa. CNT can be metallic or semiconducting, depending on chirality.

  1. Lessons learned: A comparative study of the integration experiences of Armenian and Palestinian refugees in Lebanon

    DTIC Science & Technology

    2017-06-01

    design is based on two comparative case studies, examining Palestinian and Armenian refugees in Lebanon, respectively. These two cases are particularly...A COMPARATIVE STUDY OF THE INTEGRATION EXPERIENCES OF ARMENIAN AND PALESTINIAN REFUGEES IN LEBANON by Pascal Ghobeira June 2017 Thesis...REPORT DATE June 2017 3. REPORT TYPE AND DATES COVERED Master’s thesis 4. TITLE AND SUBTITLE LESSONS LEARNED: A COMPARATIVE STUDY OF THE

  2. Program Translation via Abstraction and Reimplementation.

    DTIC Science & Technology

    1986-12-01

    fromn particular datai flow and control flow constructs. In add non , the analysis is narrow in scope. aiming onlx to gather enoiugh intoination to...NUMSIERS 545 Technology Square U) Cambridge, MA 02139 00 CONTROLLING OFFICE NAME AND ADDRESS 12. REPORT DATE Advanced Research Projects Agency December... designed which generates extremely efficient PDP-II object code for Pascal programs. Currently, work is proceeding toward the implementation of a

  3. French Military Applications of Virtual Reality

    DTIC Science & Technology

    2000-11-01

    UNCLASSIFIED Defense Technical Information Center Compilation Part Notice ADPO10631 TITLE: French Military Applications of Virtual Reality...numbers comprise the compilation report: ADPO10609 thru ADP010633 UNCLASSIFIED 23-1 FRENCH MILITARY APPLICATIONS OF VIRTUAL REALITY Jean Paul Papin* and...Pascal Hue DGA/DCE/ETC4/ETAS Etablissement Technique d’ Angers BP 36 49460 MONTREUIL JUIGNE, France INTRODUCTION France is now applying virtual

  4. Develop Accurate Methods for Characterizing and Quantifying Cohesive Sediment Erosion Under Combined Current-Wave Conditions

    DTIC Science & Technology

    2017-09-01

    ER D C/ CH L TR -1 7- 15 Strategic Environmental Research and Development Program Develop Accurate Methods for Characterizing and...current environments. This research will provide more accurate methods for assessing contaminated sediment stability for many DoD and Environmental...47.88026 pascals yards 0.9144 meters ERDC/CHL TR-17-15 xi Executive Summary Objective The proposed research goal is to develop laboratory methods

  5. Develop Accurate Methods for Characterizing And Quantifying Cohesive Sediment Erosion Under Combined Current Wave Conditions: Project ER 1497

    DTIC Science & Technology

    2017-09-01

    ER D C/ CH L TR -1 7- 15 Strategic Environmental Research and Development Program Develop Accurate Methods for Characterizing and...current environments. This research will provide more accurate methods for assessing contaminated sediment stability for many DoD and Environmental...47.88026 pascals yards 0.9144 meters ERDC/CHL TR-17-15 xi Executive Summary Objective The proposed research goal is to develop laboratory methods

  6. 77 FR 29322 - Updating State Residential Building Energy Efficiency Codes

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-05-17

    ... supporting the change to the SHGC requirements in climate zone 4. Specifically, RECA supported the... to change Climate Zone 3 from R13 to either R20 or R13+5 ci.'' (CFEC, No. 2 at p. 2) In response, DOE... difference of 50 Pascals (5 ACH50) in climate zone 1 and climate zone 2; and 3 air changes/hour (3 ACH50) in...

  7. Theoretical Foundations of Software Technology.

    DTIC Science & Technology

    1983-02-14

    major research interests are software testing, aritificial intelligence , pattern recogu- tion, and computer graphics. Dr. Chandranekaran is currently...produce PASCAL language code for the problems. Because of its relationship to many issues in Artificial Intelligence , we also investigated problems of...analysis to concurmt-prmcess software re- are not " intelligent " enough to discover these by themselves, ouirl more complex control flow models. The PAF

  8. Note: A portable, light-emitting diode-based ruby fluorescence spectrometer for high-pressure calibration

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Feng Yejun

    2011-04-15

    Ruby (Al{sub 2}O{sub 3}, with {approx}0.5 wt. % Cr doping) is one of the most widely used manometers at the giga-Pascal scale. Traditionally, its fluorescence is excited with intense laser sources. Here, I present a simple, robust, and portable design that employs light-emitting diodes (LEDs) instead. This LED-based system is safer in comparison with laser-based ones.

  9. Some doctors of medicine who published optometry books and played significant roles in early twentieth century optometric education.

    PubMed

    Goss, David A

    2011-01-01

    This paper provides brief profiles of four doctors of medicine who wrote books for optometrists and who were faculty members in, and/or directors of, optometry schools in the early twentieth century. Those studied were Thomas G. Atkinson (1870-1946), Marshall B. Ketchum (1856-1937), Joseph I. Pascal (1890-1955), and Clarence W. Talbot (1883-1958). The content of the books they wrote is also discussed.

  10. [Qualitative and quantitative comparisons of three individual deprivation scores for outpatients attending a free hospital care clinic in Paris].

    PubMed

    Fouchard, A; Bréchat, P-H; Castiel, D; Pascal, J; Sass, C; Lebas, J; Chauvin, P

    2014-08-01

    Inequality in health care is a growing problem, leading to the development of different tools for the assessment of individual deprivation. In France, three tools are mainly used: Epices (which stands for "score for the evaluation of social deprivation and health inequities among the centers for medical examination"), a score called "Handicap social" and a screening tool built for medical consultations by Pascal et al. at Nantes' hospital. The purpose of this study was to make a metrological assessment of those tools and a quantitative comparison by using them on a single deprived population. In order to assess the metrological properties of the three scores, we used the quality criteria published by Terwee et al. which are: content validity, internal consistency, criterion validity, construct validity, reproducibility (agreement and reliability), responsiveness, floor and ceiling effects and interpretability. For the comparison, we used data from the patients who had attended a free hospital outpatient clinic dedicated to socially deprived people in Paris, during one month in 2010. The "Handicap social" survey was first filled in by the 721 outpatients before being recoded to allow the comparison with the other scores. While the population of interest was quite well defined by all three scores, other quality criteria were less satisfactory. For this outpatient population, the "Handicap social" score classed 3.2% as non-deprived (class 1), 32.7% as socially deprived (class 2) and 64.7% as very deprived (class 3). With the Epices score, the rates of deprivation varied from 97.9% to 100% depending on the way the score was estimated. For the Pascal score, rates ranged from 83.4% to 88.1%. On a subgroup level, only the Pascal score showed statistically significant associations with gender, occupation, education and origin. These three scores have very different goal and meanings. They are not interchangeable. Users should be aware of their advantages and disadvantages

  11. Mitochondrial Damage: A Diagnostic and Metabolic Approach in Traumatic Brain Injury and Post-Traumatic Disorder

    DTIC Science & Technology

    2013-01-29

    Scanning Confocal Microscope (Zeiss- Pascal) using 20x obj. and edited using Zeiss Image Examiner Ver 5.0. The iso-cortical pyramidal layers 1 and 2 are...NeuN immunoreactivity is seen in the neuronal cytoplasm and especially apical dendrites of pyramidal neurons (white arrows), which facilitates the...identification of the pyramidal cell morphology in the outer pyramidal cell layer of neo-cortex (see picture A, depicted as py). Cortical Pyramidal

  12. Integration of a Miniaturized Conductivity Sensor into an Animal-Borne Instrument

    DTIC Science & Technology

    2015-09-30

    an Animal -Borne Instrument Lars Boehme Sea Mammal Research Unit Scottish Oceans Institute University of St Andrews St Andrews, KY16 8LB United... Kingdom phone: +44 1334-462677 fax: +44 1334-463443 email: lb284@st-andrews.ac.uk Robin Pascal Sensors Development Group National...Oceanography Centre Southampton, SO14 3ZY United Kingdom phone: +44 2380-596138 fax: +44 2380-593029 email: rwp@nerc.ac.uk Phil Lovell

  13. Heeding Cultural Prerogatives: The Evolving Politics of Wine Regulation in France

    DTIC Science & Technology

    2007-06-01

    French wine advanced in concert with the consumption and production booms, according to most observers. Early trailblazers of gastronomy in France...History of Wine (New York: Harper Collins, 2000), 230. 54 Pascal Ory, “ Gastronomy ,” in Pierre Nora, Realms of Memory: The Construction of the French...constantly encounter, and often employ, new viticultural technologies and techniques. Just as is the case with standard versions of globalization, a deep

  14. Estimating Prices of Products

    NASA Technical Reports Server (NTRS)

    Aster, R. W.; Chamberlain, R. G.; Zendejas, S. C.; Lee, T. S.; Malhotra, S.

    1986-01-01

    Company-wide or process-wide production simulated. Price Estimation Guidelines (IPEG) program provides simple, accurate estimates of prices of manufactured products. Simplification of SAMIS allows analyst with limited time and computing resources to perform greater number of sensitivity studies. Although developed for photovoltaic industry, readily adaptable to standard assembly-line type of manufacturing industry. IPEG program estimates annual production price per unit. IPEG/PC program written in TURBO PASCAL.

  15. 40 CFR 60.3 - Units and abbreviations.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ...) System International (SI) units of measure: A—ampere g—gram Hz—hertz J—joule K—degree Kelvin kg—kilogram m—meter m3—cubic meter mg—milligram—10 −3 gram mm—millimeter—10 −3 meter Mg—megagram—106 gram mol—mole N—newton ng—nanogram—10 −9 gram nm—nanometer—10 −9 meter Pa—pascal s—second V—volt W—watt Ω—ohm µg...

  16. 40 CFR 60.3 - Units and abbreviations.

    Code of Federal Regulations, 2014 CFR

    2014-07-01

    ...) System International (SI) units of measure: A—ampere g—gram Hz—hertz J—joule K—degree Kelvin kg—kilogram m—meter m3—cubic meter mg—milligram—10 −3 gram mm—millimeter—10 −3 meter Mg—megagram—106 gram mol—mole N—newton ng—nanogram—10 −9 gram nm—nanometer—10 −9 meter Pa—pascal s—second V—volt W—watt Ω—ohm µg...

  17. 40 CFR 60.3 - Units and abbreviations.

    Code of Federal Regulations, 2013 CFR

    2013-07-01

    ...) System International (SI) units of measure: A—ampere g—gram Hz—hertz J—joule K—degree Kelvin kg—kilogram m—meter m3—cubic meter mg—milligram—10 −3 gram mm—millimeter—10 −3 meter Mg—megagram—106 gram mol—mole N—newton ng—nanogram—10 −9 gram nm—nanometer—10 −9 meter Pa—pascal s—second V—volt W—watt Ω—ohm µg...

  18. 40 CFR 60.3 - Units and abbreviations.

    Code of Federal Regulations, 2012 CFR

    2012-07-01

    ...) System International (SI) units of measure: A—ampere g—gram Hz—hertz J—joule K—degree Kelvin kg—kilogram m—meter m3—cubic meter mg—milligram—10 −3 gram mm—millimeter—10 −3 meter Mg—megagram—106 gram mol—mole N—newton ng—nanogram—10 −9 gram nm—nanometer—10 −9 meter Pa—pascal s—second V—volt W—watt Ω—ohm µg...

  19. ALR-46 Computer Graphics System for the Robins Air Force Base Electronic Warfare Division Engineering Branch Laboratory.

    DTIC Science & Technology

    1981-12-01

    CGS Funtional Requirements and System Configuration Introduction The first phase of any system development is to define requirements. The development of...between any two devices and the bus is in a master/slave relationship . During any bus operation, the bus master controls the bus when communicating with...illustrate the CASE statement of the PASCAL language. These extensions are mentioned to illustrate the relationships that the Warnier-Orr diagrams exhibit

  20. Software For Integer Programming

    NASA Technical Reports Server (NTRS)

    Fogle, F. R.

    1992-01-01

    Improved Exploratory Search Technique for Pure Integer Linear Programming Problems (IESIP) program optimizes objective function of variables subject to confining functions or constraints, using discrete optimization or integer programming. Enables rapid solution of problems up to 10 variables in size. Integer programming required for accuracy in modeling systems containing small number of components, distribution of goods, scheduling operations on machine tools, and scheduling production in general. Written in Borland's TURBO Pascal.

  1. Gordon Research Conference on Dynamics of Macromolecular and Polyelectrolyte Solutions Held in Oxnard, California on 12-16 February 1990

    DTIC Science & Technology

    1990-04-01

    Gonzalez Mozuelos and M. Xodina-Noyola. Centro do Investigacion y do Estudlos Avrandoes del : P N Mexico "Concentration profile of a colloidal...Louis Pasteur Department of Physics Laboratoire de Spectrometrie et Stillwater, OK 74078 D’Imagerie Ultrasonores 4 Rue Blaise Pascal A. Ziya Akcasu...Degiorgio 242 Universita de Pavia Eric Amis 258 Dipartim.nto de Elettronica University of Southern California Via Abbiategrasso 209 Dept. of Chemistry

  2. A brief history of numbers and statistics with cytometric applications.

    PubMed

    Watson, J V

    2001-02-15

    A brief history of numbers and statistics traces the development of numbers from prehistory to completion of our current system of numeration with the introduction of the decimal fraction by Viete, Stevin, Burgi, and Galileo at the turn of the 16th century. This was followed by the development of what we now know as probability theory by Pascal, Fermat, and Huygens in the mid-17th century which arose in connection with questions in gambling with dice and can be regarded as the origin of statistics. The three main probability distributions on which statistics depend were introduced and/or formalized between the mid-17th and early 19th centuries: the binomial distribution by Pascal; the normal distribution by de Moivre, Gauss, and Laplace, and the Poisson distribution by Poisson. The formal discipline of statistics commenced with the works of Pearson, Yule, and Gosset at the turn of the 19th century when the first statistical tests were introduced. Elementary descriptions of the statistical tests most likely to be used in conjunction with cytometric data are given and it is shown how these can be applied to the analysis of difficult immunofluorescence distributions when there is overlap between the labeled and unlabeled cell populations. Copyright 2001 Wiley-Liss, Inc.

  3. Determination of the Shock Properties of Ceramic Corbit 98: 98% Alumina

    DTIC Science & Technology

    2010-06-01

    sapphire or aluminum. A single stage three inch bore gas gun was used to accelerate the projectile for experiments at NPS. Los Alamos National Lab used...stage three inch bore gas gun was used to accelerate the projectile for experiments at NPS. Los Alamos National Lab used a higher performance gun...Gigapascals, one billion pascals of pressure or force per unit area HEL Hugoniot elastic limit LANL Los Alamos National Lab mm Millimeter, or one

  4. Computers: Yesterday, Today & Tomorrow.

    DTIC Science & Technology

    1986-04-07

    these repetitive calculations, he progressed through several scientific stages. THE ABACUS Invented more than 4,000 years ago, the abacus is considered...by many to have been the world’s first digital calculator. It uses beads and positional values to represent quantities. The abacus served as man’s...Pascal’s mathematical digital calculator, designed around the concept of serially connected decimal counting gears. These gears were interconnected in a 10

  5. The Design and Implementation of an Operating System for the IBM Personal Computer.

    DTIC Science & Technology

    1984-12-01

    comprehensive study of an actual operating system in an effort to show students how theory has been put into action (Lions, 1978; McCharen, 1980). Another...Freedman, 1977). However, since it is easier to develop and maintain a program written in a high-order language (HOL), Pascal was chosen to be the primary...monolithic monitor approach and the kernel approach are strategies which can be used to structure operating systems ( Deitel , 1983; Holt, 1983

  6. Radio Model-free Noise Reduction of Radio Transmissions with Convolutional Autoencoders

    DTIC Science & Technology

    2016-09-01

    Encoder-Decoder Architecture for Image Segmentation .” Cornell University Library. Computing Research Repository (CoRR). abs/1511.00561. 2. Anthony J. Bell...Aaron C Courville, and Pascal Vincent. 2012. “Unsupervised Feature Learning and Deep Learning : A Review and New Perspectives.” Cornell University...Linux Journal 122(June):1–4. 5. Francois Chollet. 2015.“Keras: Deep Learning Library for TensorFlow and Theano.” Available online at https://github.com

  7. Towards Resilient Information-Aware Communication Networks

    DTIC Science & Technology

    2013-02-01

    kPa) kilo pascal (kPa) kilogram (kg) kilogram-meter 2 (kg-m2) kilogram-meter 3 (kg/m 3 ) **Gray (Gy) coulomb /kilogram (C/kg) second (s...Dept. of ECE). Iowa State University Collaborated with Prof. Lei Ying (Dep. of ECE). Massachusetts Institute of Technology Collaborated with Prof...courses on De - sign and Analysis of Communication Networks and also supervised students in a Smart Phone labo- ratory during this period. Both the

  8. The Impact of an Intelligent Computer-Based Tutor on Classroom Social Processes: An Ethnographic Study.

    DTIC Science & Technology

    1993-02-11

    of computer games such as Where in the World is Carmen Santiago ?, provided a milieu in which these boys could fantasize about their prowess and...Organization for Economic Pacific Bell Cooperation and Development 2600 Camino Ramon 2, rue Andru-Pascal Room 3S-450 75016 PARIS San Ramon, CA 94583 FRANCE...Psychology University of Delaware Dr. Arthur Melmed Newark, DE 19711 Computer Arts and Education Laboratory Ms. Julia S. Hough New York University 110 W

  9. 40 CFR 60.3 - Units and abbreviations.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... m—meter m3—cubic meter mg—milligram—10 −3 gram mm—millimeter—10 −3 meter Mg—megagram—106 gram mol—mole N—newton ng—nanogram—10 −9 gram nm—nanometer—10 −9 meter Pa—pascal s—second V—volt W—watt Ω—ohm µg...—calorie cfm—cubic feet per minute cu ft—cubic feet dcf—dry cubic feet dcm—dry cubic meter dscf—dry cubic...

  10. Programming Environments Based on Structured Editors: The MENTOR Experience,

    DTIC Science & Technology

    1980-07-01

    ambitious plan has been actually implemented in MENTOR- PASCAL. There are niostly two reaons for this, which are actually cnmplementary aspects of...languages. As might be expecteo, these desig,, * r.t.. ia ar closely 8 related to those based on semantic considerationslO. We have good hope that the...d) it has reasonably good user interaction facilities: there are various debugging aids osuch as a trace package, an interrupt facility, and the user

  11. The Shock and Vibration Digest, Volume 18, Number 3

    DTIC Science & Technology

    1986-03-01

    Linear Distributed Parameter Des., Proc. Intl. Symp., 11th ONR Naval Struc. Systems by Shifted Legendre Polynomial Func- Mech. Symp., Tucson, AZ, pp...University, Atlanta, Georgia nonlinear problems with elementary algebra . It J. Sound Vib., 102 (2), pp 247-257 (Sept 22, uses i = -1, the Pascal’s...eigenvalues specified. The optimal avoid failure due to resonance under the action control problem of a linear distributed parameter 0School of Mechanical

  12. Voyager radio science observations of neptune and triton.

    PubMed

    Tyler, G L; Sweetnam, D N; Anderson, J D; Borutzki, S E; Campbell, J K; Eshleman, V R; Gresh, D L; Gurrola, E M; Hinson, D P; Kawashima, N; Kursinski, E R; Levy, G S; Lindal, G F; Lyons, J R; Marouf, E A; Rosen, P A; Simpson, R A; Wood, G E

    1989-12-15

    The Voyager 2 encounter with the Neptune system included radio science investigations of the masses and densities of Neptune and Triton, the low-order gravitational harmonics of Neptune, the vertical structures of the atmospheres and ionospheres of Neptune and Triton, the composition of the atmosphere of Neptune, and characteristics of ring material. Demanding experimental requirements were met successfully, and study of the large store of collected data has begun. The initial search of the data revealed no detectable effects of ring material with optical depth tau [unknown] 0.01. Preliminary representative results include the following: 1.0243 x 10(26) and 2.141 x 10(22) kilograms for the masses of Neptune and Triton; 1640 and 2054 kilograms per cubic meter for their respective densities; 1355 +/- 7 kilometers, provisionally, for the radius of Triton; and J(2) = 3411 +/- 10(x 10(-6)) and J(4) = -26(+12)(-20)(x10(-6)) for Neptune's gravity field (J>(2) and J(4) are harmonic coefficients of the gravity field). The equatorial and polar radii of Neptune are 24,764 +/- 20 and 24,340 +/- 30 kllometers, respectively, at the 10(5)-pascal (1 bar) pressure level. Neptune's atmosphere was probed to a pressure level of about 5 x 10(5) pascals, and effects of a methane cloud region and probable ammonia absorption below the cloud are evident in the data. Results for the mixing ratios of helium and ammonia are still being investigated; the methane abundance below the clouds is at least 1 percent by volume. Derived temperature-pressure profiles to 1.2 x 10(5) pascals and 78 kelvins (K) show a lapse rate corresponding to "frozen" equilibrium of the para- and ortho-hydrogen states. Neptune's ionosphere exhibits an extended topside at a temperature of 950 +/- 160 K if H(+) is the dominant ion, and narrow ionization layers of the type previously seen at the other three giant planets. Triton has a dense ionosphere with a peak electron concentration of 46 x 10(9) per cubic meter at an

  13. FSD- FLEXIBLE SPACECRAFT DYNAMICS

    NASA Technical Reports Server (NTRS)

    Fedor, J. V.

    1994-01-01

    is written in FORTRAN 77, PASCAL, and MACRO assembler for batch execution and has been implemented on a DEC VAX series computer operating under VMS. The PASCAL and MACRO routines (in addition to the FORTRAN program) are supplied as both source and object code, so the PASCAL compiler is not required for implementation. This program was last updated in 1985.

  14. Searching for Baryon Acoustic Oscillations in Intergalactic Absorption: The Expanding Universe

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    None

    This simulation follows the growth of density perturbations in both gas and dark matter components in a volume 1 billion light years on a side beginning shortly after the Big Bang and evolved to half the present age of the universe. Credits: Science: Michael L. Norman, Robert Harkness, Pascal Paschos, Rick Wagner, San Diego Supercomputer Center/University of California, San Diego Visualization: Mark Hereld, Joseph A. Insley, Michael E. Papka, Argonne National Laboratory; Eric C. Olson, University of Chicago

  15. Long Wave Atmospheric Noise Model. Phase 1. Volume 2. Mode Parameters

    DTIC Science & Technology

    1989-04-10

    r BY - TO GET TO GET 4 BY 4 - DIVIDE Agstrom 1. 000 000 X E -10 meotrs (ml atmosphere (rormal) . la 2.5 X E +Z ktio 1pascal ( kId ) bar 1.000 000 X E -2...I ’ I I! ’i"+ I .It . , I , 0. 0. I + : 1 0.2, 0.. 3r Re C No rE: High coonductivity pOrn mar*ed wtth 0 for TM modes, A for TE. Figure 56

  16. Beam transport program for FEL project

    NASA Astrophysics Data System (ADS)

    Sugimoto, Masayoshi; Takao, Masaru

    1992-07-01

    A beam transport program is developed to design the beam transport line of the free electron laser system at JAERI and to assist the beam diagnosis. The program traces a beam matrix through the elements in the beam transport line and the accelerators. The graphical user interface is employed to access the parameters and to represent the results. The basic computational method is based on the LANL-TRACE program and it is rewritten for personal computers in Pascal.

  17. Program for Generating Graphs and Charts

    NASA Technical Reports Server (NTRS)

    Ackerson, C. T.

    1986-01-01

    Office Automation Pilot (OAP) Graphics Database system offers IBM personal computer user assistance in producing wide variety of graphs and charts and convenient data-base system, called chart base, for creating and maintaining data associated with graphs and charts. Thirteen different graphics packages available. Access graphics capabilities obtained in similar manner. User chooses creation, revision, or chartbase-maintenance options from initial menu; Enters or modifies data displayed on graphic chart. OAP graphics data-base system written in Microsoft PASCAL.

  18. Medical Image Authentication Using DPT Watermarking: A Preliminary Attempt

    NASA Astrophysics Data System (ADS)

    Wong, M. L. Dennis; Goh, Antionette W.-T.; Chua, Hong Siang

    Secure authentication of digital medical image content provides great value to the e-Health community and medical insurance industries. Fragile Watermarking has been proposed to provide the mechanism to authenticate digital medical image securely. Transform Domain based Watermarking are typically slower than spatial domain watermarking owing to the overhead in calculation of coefficients. In this paper, we propose a new Discrete Pascal Transform based watermarking technique. Preliminary experiment result shows authentication capability. Possible improvements on the proposed scheme are also presented before conclusions.

  19. 40 CFR 86.344-79 - Humidity calculations.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... = Web-bulb temperature (°K) B = − 12.150799 F 0 = − 8.49922(10)3 F 1 = − 7.4231865(10)3 F 2 = 96.1635147...). ER06OC93.088 Figure D79-5—Saturation Vapor Pressure Over Water (pascals) Temperature °C 0.0 0.1 0.2 0.3 0.4... = barometric pressure (Pa) H = specific humidity, (gm H2O/gm of dry air) K = 0.6220 gm H2O/gm dry air M air...

  20. 40 CFR 86.344-79 - Humidity calculations.

    Code of Federal Regulations, 2011 CFR

    2011-07-01

    ... = Web-bulb temperature (°K) B = − 12.150799 F 0 = − 8.49922(10)3 F 1 = − 7.4231865(10)3 F 2 = 96.1635147...). ER06OC93.088 Figure D79-5—Saturation Vapor Pressure Over Water (pascals) Temperature °C 0.0 0.1 0.2 0.3 0.4... = barometric pressure (Pa) H = specific humidity, (gm H2O/gm of dry air) K = 0.6220 gm H2O/gm dry air M air...

  1. Classifying Bugs is a Tricky Business.

    DTIC Science & Technology

    1983-08-01

    programming tutor to help students learn to program in Pascal; we wanted the system to identify the nen-.pntactic bugs in a student’s program and tutor the... student with respect to the misconceptions that might have given rise to the bugs. The emphasis was on the system understanding what the student did...and did not understand; we felt that simply telling the student that there was a bug in line 14 was not sufficient -- since oftentimes the bug in line

  2. DecisionMaker software and extracting fuzzy rules under uncertainty

    NASA Technical Reports Server (NTRS)

    Walker, Kevin B.

    1992-01-01

    Knowledge acquisition under uncertainty is examined. Theories proposed in deKorvin's paper 'Extracting Fuzzy Rules Under Uncertainty and Measuring Definability Using Rough Sets' are discussed as they relate to rule calculation algorithms. A data structure for holding an arbitrary number of data fields is described. Limitations of Pascal for loops in the generation of combinations are also discussed. Finally, recursive algorithms for generating all possible combination of attributes and for calculating the intersection of an arbitrary number of fuzzy sets are presented.

  3. Studies in Intelligence. Volume 50, Number 2, 2006

    DTIC Science & Technology

    2006-01-01

    states, Estonia and Latvia, were full and free members of the United Nations. ©Pascal Le Segretain/CORBIS C EN TR AL INT ELLIGENCE AG EN C Y UNITED...Druszcz/Staff/AFP/Getty Images) Seizing Opportunity 8 Studies in Intelligence Vol. 50, No. 2 days of laptop computers and e- mail, my only communication...area to offer significant resistance to the land- ing or to the recapture of Seoul.26 With a full understanding of what he faced, MacArthur told the

  4. Catalan's intriguing factorial problem

    NASA Astrophysics Data System (ADS)

    Koshy, Thomas

    2012-01-01

    This article investigates the numbers ? , originally studied by Catalan. We re-confirm that they are indeed integers. Using the close relationship between them and the Catalan numbers C n , we develop some divisibility properties for C n . In particular, we establish that ? , where f k denotes the kth Fermat number ? and M k the kth Mersenne number 2 k - 1. Finally, we develop an explicit formula for X m,n using Pascal's triangle and Catalan numbers, and extract several interesting byproducts from it.

  5. Analyzing Feedback Control Systems

    NASA Technical Reports Server (NTRS)

    Bauer, Frank H.; Downing, John P.

    1987-01-01

    Interactive controls analysis (INCA) program developed to provide user-friendly environment for design and analysis of linear control systems, primarily feedback control. Designed for use with both small- and large-order systems. Using interactive-graphics capability, INCA user quickly plots root locus, frequency response, or time response of either continuous-time system or sampled-data system. Configuration and parameters easily changed, allowing user to design compensation networks and perform sensitivity analyses in very convenient manner. Written in Pascal and FORTRAN.

  6. Methods for producing silicon carbide fibers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Garnier, John E.; Griffith, George W.

    Methods of producing silicon carbide fibers. The method comprises reacting a continuous carbon fiber material and a silicon-containing gas in a reaction chamber at a temperature ranging from approximately 1500.degree. C. to approximately 2000.degree. C. A partial pressure of oxygen in the reaction chamber is maintained at less than approximately 1.01.times.10.sup.2 Pascal to produce continuous alpha silicon carbide fibers. Continuous alpha silicon carbide fibers and articles formed from the continuous alpha silicon carbide fibers are also disclosed.

  7. EMACS Manual for ITS Users

    DTIC Science & Technology

    1980-06-08

    its piovible major modes. ’Ilu: majur modes available include Fundamnentai mode. Text mntde (which IiNIACS %tarts out in). Iisp motJe. PASCAl. nmide...are ini Atom Word mode and in I isp mode, all thie word commands iegard an entire iIsp atom as a single %%ord. See section 22.1 Jklimom Modesi. page...MACS will necr refumse to insert themn. While this feature was intended primaril i foir iIsp . it can be used just ais Well for any other langumage

  8. Silicon carbide fibers and articles including same

    DOEpatents

    Garnier, John E; Griffith, George W

    2015-01-27

    Methods of producing silicon carbide fibers. The method comprises reacting a continuous carbon fiber material and a silicon-containing gas in a reaction chamber at a temperature ranging from approximately 1500.degree. C. to approximately 2000.degree. C. A partial pressure of oxygen in the reaction chamber is maintained at less than approximately 1.01.times.10.sup.2 Pascal to produce continuous alpha silicon carbide fibers. Continuous alpha silicon carbide fibers and articles formed from the continuous alpha silicon carbide fibers are also disclosed.

  9. Orbital geocentric oddness. (French Title: Bizarreries orbitales géocentriques)

    NASA Astrophysics Data System (ADS)

    Bassinot, E.

    2013-09-01

    The purpose of this essay is to determine the geocentric path of our superior neighbour, the planet Mars called like the God of the war.In other words,the question is : seen from our blue planet, what is the orbit of the red one? Based upon three simplifying and justified assumptions,it is proved hereunder with a purely geometrical approach,that Mars describes a curve very close to the well known Pascal's snail. The loop shown by this curve explains easily the apparently erratic behaviour of Mars.

  10. Spring, 1980, DECUS symposium review

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Allen, M.J.; Duffy, J.M.; McDonald, W.M.

    1980-10-24

    The Digital Equipment Computer Users Society (DECUS) holds biannual symposia where its membership and the host company can exchange ideas, problems, and solutions. This report by the newly formed DECUS Local User Group at LLL collects information gathered at the Spring '80 symposium in Chicago on April 22-25. Information is presented for the following special interest groups (SIGs): RSX/IAS SIG, VAX/VSM SIG, PASCAL (languages) SIG, networks SIG, TECO SIG, LSI-11 SIG, RT-11 SIG, site manager SIG, and database SIG. (RWR)

  11. High-Level Data-Abstraction System

    NASA Technical Reports Server (NTRS)

    Fishwick, P. A.

    1986-01-01

    Communication with data-base processor flexible and efficient. High Level Data Abstraction (HILDA) system is three-layer system supporting data-abstraction features of Intel data-base processor (DBP). Purpose of HILDA establishment of flexible method of efficiently communicating with DBP. Power of HILDA lies in its extensibility with regard to syntax and semantic changes. HILDA's high-level query language readily modified. Offers powerful potential to computer sites where DBP attached to DEC VAX-series computer. HILDA system written in Pascal and FORTRAN 77 for interactive execution.

  12. Multi-view and 3D deformable part models.

    PubMed

    Pepik, Bojan; Stark, Michael; Gehler, Peter; Schiele, Bernt

    2015-11-01

    As objects are inherently 3D, they have been modeled in 3D in the early days of computer vision. Due to the ambiguities arising from mapping 2D features to 3D models, 3D object representations have been neglected and 2D feature-based models are the predominant paradigm in object detection nowadays. While such models have achieved outstanding bounding box detection performance, they come with limited expressiveness, as they are clearly limited in their capability of reasoning about 3D shape or viewpoints. In this work, we bring the worlds of 3D and 2D object representations closer, by building an object detector which leverages the expressive power of 3D object representations while at the same time can be robustly matched to image evidence. To that end, we gradually extend the successful deformable part model [1] to include viewpoint information and part-level 3D geometry information, resulting in several different models with different level of expressiveness. We end up with a 3D object model, consisting of multiple object parts represented in 3D and a continuous appearance model. We experimentally verify that our models, while providing richer object hypotheses than the 2D object models, provide consistently better joint object localization and viewpoint estimation than the state-of-the-art multi-view and 3D object detectors on various benchmarks (KITTI [2] , 3D object classes [3] , Pascal3D+ [4] , Pascal VOC 2007 [5] , EPFL multi-view cars[6] ).

  13. Microcomputer package for statistical analysis of microbial populations.

    PubMed

    Lacroix, J M; Lavoie, M C

    1987-11-01

    We have developed a Pascal system to compare microbial populations from different ecological sites using microcomputers. The values calculated are: the coverage value and its standard error, the minimum similarity and the geometric similarity between two biological samples, and the Lambda test consisting of calculating the ratio of the mean similarity between two subsets by the mean similarity within subsets. This system is written for Apple II, IBM or compatible computers, but it can work for any computer which can use CP/M, if the programs are recompiled for such a system.

  14. Nanowires for THz Spectroscopy

    DTIC Science & Technology

    2013-10-01

    03-D-0009 Mansoor Sheik- Bahae Prepared by: OVPR/ University Strategic Partnership MSC02 1660 1 University of New Mexico Albuquerque, New...Z39.18 00-10-2013 Technical 07/21/2010 - 04/30/2012 Nanowires for THz Spectroscopy HDTRA1-03-D-0009 Mansoor Sheik- Bahae 3 26 OVPR/University Strategic...kilogram (C/kg) second (s) kilogram (kg) kilo pascal (kPa) 3 TABLE OF CONTENTS: I . Introduction ………....…………………………………………………… 01 II

  15. Women in French medicine and psychiatry in the belle époque: a feminist cause?

    PubMed

    Gordon, Felicia

    2011-03-01

    In France, women's relatively early admission to the medical profession (1868) and to psychiatry (1903) co-existed with a conservative gender discourse concerning women's presumed and pre-determined domestic role. The two women doctors featured in this article (both interns in psychiatry), Madeleine Pelletier and Constance Pascal, illustrate many of the constraints operating on exceptional women in the professions, but each had the capacity to exploit the opportunities for career development in the belle époque, and to negotiate the pitfalls of gender construction. Copyright © 2010 Elsevier Ireland Ltd. All rights reserved.

  16. Object-oriented millisecond timers for the PC.

    PubMed

    Hamm, J P

    2001-11-01

    Object-oriented programming provides a useful structure for designing reusable code. Accurate millisecond timing is essential for many areas of research. With this in mind, this paper provides a Turbo Pascal unit containing an object-oriented millisecond timer. This approach allows for multiple timers to be running independently. The timers may also be set at different levels of temporal precision, such as 10(-3) (milliseconds) or 10(-5) sec. The object also is able to store the time of a flagged event for later examination without interrupting the ongoing timing operation.

  17. Basic mathematical function libraries for scientific computation

    NASA Technical Reports Server (NTRS)

    Galant, David C.

    1989-01-01

    Ada packages implementing selected mathematical functions for the support of scientific and engineering applications were written. The packages provide the Ada programmer with the mathematical function support found in the languages Pascal and FORTRAN as well as an extended precision arithmetic and a complete complex arithmetic. The algorithms used are fully described and analyzed. Implementation assumes that the Ada type FLOAT objects fully conform to the IEEE 754-1985 standard for single binary floating-point arithmetic, and that INTEGER objects are 32-bit entities. Codes for the Ada packages are included as appendixes.

  18. Fault-Tree Compiler Program

    NASA Technical Reports Server (NTRS)

    Butler, Ricky W.; Martensen, Anna L.

    1992-01-01

    FTC, Fault-Tree Compiler program, is reliability-analysis software tool used to calculate probability of top event of fault tree. Five different types of gates allowed in fault tree: AND, OR, EXCLUSIVE OR, INVERT, and M OF N. High-level input language of FTC easy to understand and use. Program supports hierarchical fault-tree-definition feature simplifying process of description of tree and reduces execution time. Solution technique implemented in FORTRAN, and user interface in Pascal. Written to run on DEC VAX computer operating under VMS operating system.

  19. Language and Program for Documenting Software Design

    NASA Technical Reports Server (NTRS)

    Kleine, H.; Zepko, T. M.

    1986-01-01

    Software Design and Documentation Language (SDDL) provides effective communication medium to support design and documentation of complex software applications. SDDL supports communication among all members of software design team and provides for production of informative documentation on design effort. Use of SDDL-generated document to analyze design makes it possible to eliminate many errors not detected until coding and testing attempted. SDDL processor program translates designer's creative thinking into effective document for communication. Processor performs as many automatic functions as possible, freeing designer's energy for creative effort. SDDL processor program written in PASCAL.

  20. STAR - A computer language for hybrid AI applications

    NASA Technical Reports Server (NTRS)

    Borchardt, G. C.

    1986-01-01

    Constructing Artificial Intelligence application systems which rely on both symbolic and non-symbolic processing places heavy demands on the communication of data between dissimilar languages. This paper describes STAR (Simple Tool for Automated Reasoning), a computer language for the development of AI application systems which supports the transfer of data structures between a symbolic level and a non-symbolic level defined in languages such as FORTRAN, C and PASCAL. The organization of STAR is presented, followed by the description of an application involving STAR in the interpretation of airborne imaging spectrometer data.

  1. Assembly-line Simulation Program

    NASA Technical Reports Server (NTRS)

    Chamberlain, Robert G.; Zendejas, Silvino; Malhotra, Shan

    1987-01-01

    Costs and profits estimated for models based on user inputs. Standard Assembly-line Manufacturing Industry Simulation (SAMIS) program generalized so useful for production-line manufacturing companies. Provides accurate and reliable means of comparing alternative manufacturing processes. Used to assess impact of changes in financial parameters as cost of resources and services, inflation rates, interest rates, tax policies, and required rate of return of equity. Most important capability is ability to estimate prices manufacturer would have to receive for its products to recover all of costs of production and make specified profit. Written in TURBO PASCAL.

  2. An Introduction to Fractals and Chaos

    DTIC Science & Technology

    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

  3. POTENTIAL IMPACT OF BLENDING RESIDUAL SOLIDS FROM TANKS 18/19 MOUNDS WITH TANK 7 OPERATIONS

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Eibling, R; Erich Hansen, E; Bradley Pickenheim, B

    2007-03-29

    High level waste tanks 18F and 19F have residual mounds of waste which may require removal before the tanks can be closed. Conventional slurry pump technology, previously used for waste removal and tank cleaning, has been incapable of removing theses mounds from tanks 18F and 19F. A mechanical cleaning method has been identified that is potentially capable of removing and transferring the mound material to tank 7F for incorporation in a sludge batch for eventual disposal in high level waste glass by the Defense Waste Processing Facility. The Savannah River National Laboratory has been requested to evaluate whether the materialmore » transferred from tanks 18F/19F by the mechanical cleaning technology can later be suspended in Tank 7F by conventional slurry pumps after mixing with high level waste sludge. The proposed mechanical cleaning process for removing the waste mounds from tanks 18 and 19 may utilize a high pressure water jet-eductor that creates a vacuum to mobilize solids. The high pressure jet is also used to transport the suspended solids. The jet-eductor system will be mounted on a mechanical crawler for movement around the bottom of tanks 18 and 19. Based on physical chemical property testing of the jet-eductor system processed IE-95 zeolite and size-reduced IE-95 zeolite, the following conclusions were made: (1) The jet-eductor system processed zeolite has a mean and median particle size (volume basis) of 115.4 and 43.3 microns in water. Preferential settling of these large particles is likely. (2) The jet-eductor system processed zeolite rapidly generates settled solid yield stresses in excess of 11,000 Pascals in caustic supernates and will not be easily retrieved from Tank 7 with the existing slurry pump technology. (3) Settled size-reduced IE-95 zeolite (less than 38 microns) in caustic supernate does not generate yield stresses in excess of 600 Pascals in less than 30 days. (4) Preferential settling of size-reduced zeolite is a function of the

  4. PREFACE: 6th EEIGM International Conference on Advanced Materials Research

    NASA Astrophysics Data System (ADS)

    Horwat, David; Ayadi, Zoubir; Jamart, Brigitte

    2012-02-01

    The 6th EEIGM Conference on Advanced Materials Research (AMR 2011) was held at the European School of Materials Engineering (EEIGM) on the 7-8 November 2011 in Nancy, France. This biennial conference organized by the EEIGM is a wonderful opportunity for all scientists involved in the EEIGM programme, in the 'Erasmus Mundus' Advanced Materials Science and Engineering Master programme (AMASE) and the 'Erasmus Mundus' Doctoral Programme in Materials Science and Engineering (DocMASE), to present their research in the various fields of Materials Science and Engineering. This conference is also open to other universities who have strong links with the EEIGM and provides a forum for the exchange of ideas, co-operation and future orientations by means of regular presentations, posters and a round-table discussion. This edition of the conference included a round-table discussion on composite materials within the Interreg IVA project '+Composite'. Following the publication of the proceedings of AMR 2009 in Volume 5 of this journal, it is with great pleasure that we present this selection of articles to the readers of IOP Conference Series: Materials Science and Engineering. Once again it represents the interdisciplinary nature of Materials Science and Engineering, covering basic and applicative research on organic and composite materials, metallic materials and ceramics, and characterization methods. The editors are indebted to all the reviewers for reviewing the papers at very short notice. Special thanks are offered to the sponsors of the conference including EEIGM-Université de Lorraine, AMASE, DocMASE, Grand Nancy, Ville de Nancy, Region Lorraine, Fédération Jacques Villermaux, Conseil Général de Meurthe et Moselle, Casden and '+Composite'. Zoubir Ayadi, David Horwat and Brigitte Jamart

  5. A computer-based instrumentation system for measurement of breath-by-breath oxygen consumption and carbon dioxide production.

    PubMed

    Sharma, C; Gallagher, R R

    1994-01-01

    Improvements are implemented (Version 4) in a Computer-Based Respiratory Measurement System (CBRMS) identified as Version 3. The programming language has been changed from Pascal to C. A Gateway 2000 desktop computer with 486 DX2/50MHz CPU and a plug-in data I/O board (KEITHLEY METRABYTE/ASYST/DAC's DAS-HRES 16-bit Analog and Digital I/O board) replaces an HP 9836 system used in Version 3. The breath-by-breath system consists of a mass spectrometer for measuring fractional concentrations of oxygen and carbon dioxide and the accommodation of a turbine or pneumotachometer for measuring inspiratory and expiratory flows. The temperature of the inspiratory and expiratory gases can be monitored if temperature corrections are necessary for the flow measurement device. These signals are presented to the PC via the data acquisition module. To compare the two Versions, ten significant respiratory parameters were investigated and compared for physiological resting states and steady states obtained during an exercise forcing. Both graphical and statistical (analysis of variance, regression, and correlation) tests were carried out on the data. The results from the two versions compared well for all ten parameters. Also, no evidence of a statistically significant difference was found between the resting and steady-state results of the present CBRMS (Version 4) and the previous CBRMS (Version 3). This evidence suggests that Version 3 (Pascal) has been successfully converted to Version 4 (C). Implementation of the CBRMS in C on a PC has several advantages.(ABSTRACT TRUNCATED AT 250 WORDS)

  6. EpHLA: an innovative and user-friendly software automating the HLAMatchmaker algorithm for antibody analysis.

    PubMed

    Sousa, Luiz Cláudio Demes da Mata; Filho, Herton Luiz Alves Sales; Von Glehn, Cristina de Queiroz Carrascosa; da Silva, Adalberto Socorro; Neto, Pedro de Alcântara dos Santos; de Castro, José Adail Fonseca; do Monte, Semíramis Jamil Hadad

    2011-12-01

    The global challenge for solid organ transplantation programs is to distribute organs to the highly sensitized recipients. The purpose of this work is to describe and test the functionality of the EpHLA software, a program that automates the analysis of acceptable and unacceptable HLA epitopes on the basis of the HLAMatchmaker algorithm. HLAMatchmaker considers small configurations of polymorphic residues referred to as eplets as essential components of HLA-epitopes. Currently, the analyses require the creation of temporary files and the manual cut and paste of laboratory tests results between electronic spreadsheets, which is time-consuming and prone to administrative errors. The EpHLA software was developed in Object Pascal programming language and uses the HLAMatchmaker algorithm to generate histocompatibility reports. The automated generation of reports requires the integration of files containing the results of laboratory tests (HLA typing, anti-HLA antibody signature) and public data banks (NMDP, IMGT). The integration and the access to this data were accomplished by means of the framework called eDAFramework. The eDAFramework was developed in Object Pascal and PHP and it provides data access functionalities for software developed in these languages. The tool functionality was successfully tested in comparison to actual, manually derived reports of patients from a renal transplantation program with related donors. We successfully developed software, which enables the automated definition of the epitope specificities of HLA antibodies. This new tool will benefit the management of recipient/donor pairs selection for highly sensitized patients. Copyright © 2011 Elsevier B.V. All rights reserved.

  7. Spectralon solar diffuser BRDF variation for NPP, JPSS J1 and J2

    NASA Astrophysics Data System (ADS)

    Murgai, Vijay; Johnson, Lindsay; Klein, Staci

    2017-09-01

    The Visible/Infrared Imaging Radiometer Suite (VIIRS) is a key sensor on the Suomi National Polar-orbiting Partnership (NPP) satellite as well as the upcoming Joint Polar Satellite System (JPSS). VIIRS collects Earth radiometric and imagery data in 22 spectral bands from 0.4 to 12.5 μm. Radiometric calibration of the reflective bands in the 0.4 to 2.5 μm wavelength range is performed by measuring the sunlight reflectance from Spectralon®. Reflected sun light is directly proportional to the Bidirectional Reflectance Distribution Function (BRDF) of the Spectralon. This paper presents the BRDF measurements of the Spectralon for JPSS J2 in the 0.4 - 1.63 μm wavelength using PASCAL (Polarization And Scatter Characterization Analysis of Lambertian materials) with an uncertainty better than 1.2%. PASCAL makes absolute measurements of the BRDF in an analogous fashion to the National Institute of Standards and Technology (NIST) Spectral Tri-function Automated Reflectance Reflectometer (STARR) facility. Unique additional features of this instrument include the ability to vary the sample elevation and roll / clock the sample about its normal, allowing measurement of BRDF in the as used geometry. Comparison of BRDF in the as used configuration for NPP, J1, and J2 shows variation of up to 3%. The sign of the change from panel to panel depends on the angle of incidence and view angle. The results demonstrate lot to lot variability in Spectralon and emphasize the necessity of characterizing each panel. A pattern in the BRDF variation is also presented.

  8. SAGA: A project to automate the management of software production systems

    NASA Technical Reports Server (NTRS)

    Campbell, R. H.

    1983-01-01

    The current work in progress for the SAGA project are described. The highlights of this research are: a parser independent SAGA editor, design for the screen editing facilities of the editor, delivery to NASA of release 1 of Olorin, the SAGA parser generator, personal workstation environment research, release 1 of the SAGA symbol table manager, delta generation in SAGA, requirements for a proof management system, documentation for and testing of the cyber pascal make prototype, a prototype cyber-based slicing facility, a June 1984 demonstration plan, SAGA utility programs, summary of UNIX software engineering support, and theorem prover review.

  9. Field Testing of Compartmentalization Methods for Multifamily Construction

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ueno, K.; Lstiburek, J. W.

    2015-03-01

    The 2012 International Energy Conservation Code (IECC) has an airtightness requirement of 3 air changes per hour at 50 Pascals test pressure (3 ACH50) for single-family and multifamily construction (in climate zones 3–8). The Leadership in Energy & Environmental Design certification program and ASHRAE Standard 189 have comparable compartmentalization requirements. ASHRAE Standard 62.2 will soon be responsible for all multifamily ventilation requirements (low rise and high rise); it has an exceptionally stringent compartmentalization requirement. These code and program requirements are driving the need for easier and more effective methods of compartmentalization in multifamily buildings.

  10. Electromagnetic propulsion test facility

    NASA Technical Reports Server (NTRS)

    Gooder, S. T.

    1984-01-01

    A test facility for the exploration of electromagnetic propulsion concept is described. The facility is designed to accommodate electromagnetic rail accelerators of various lengths (1 to 10 meters) and to provide accelerating energies of up to 240 kiloJoules. This accelerating energy is supplied as a current pulse of hundreds of kiloAmps lasting as long as 1 millisecond. The design, installation, and operating characteristics of the pulsed energy system are discussed. The test chamber and its operation at pressures down to 1300 Pascals (10 mm of mercury) are described. Some aspects of safety (interlocking, personnel protection, and operating procedures) are included.

  11. Parallel Gaussian elimination of a block tridiagonal matrix using multiple microcomputers

    NASA Technical Reports Server (NTRS)

    Blech, Richard A.

    1989-01-01

    The solution of a block tridiagonal matrix using parallel processing is demonstrated. The multiprocessor system on which results were obtained and the software environment used to program that system are described. Theoretical partitioning and resource allocation for the Gaussian elimination method used to solve the matrix are discussed. The results obtained from running 1, 2 and 3 processor versions of the block tridiagonal solver are presented. The PASCAL source code for these solvers is given in the appendix, and may be transportable to other shared memory parallel processors provided that the synchronization outlines are reproduced on the target system.

  12. Viscoelastic flow in the lower crust after the 1992 landers, california, earthquake

    PubMed

    Deng; Gurnis; Kanamori; Hauksson

    1998-11-27

    Space geodesy showed that broad-scale postseismic deformation occurred after the 1992 Landers earthquake. Three-dimensional modeling shows that afterslip can only explain one horizontal component of the postseismic deformation, whereas viscoelastic flow can explain the horizontal and near-vertical displacements. The viscosity of a weak, about 10-km-thick layer, in the lower crust beneath the rupture zone that controls the rebound is about 10(18) pascal seconds. The viscoelastic behavior of the lower crust may help to explain the extensional structures observed in the Basin and Range province and it may be used for the analysis of earthquake hazard.

  13. Research in mathematical theory of computation. [computer programming applications

    NASA Technical Reports Server (NTRS)

    Mccarthy, J.

    1973-01-01

    Research progress in the following areas is reviewed: (1) new version of computer program LCF (logic for computable functions) including a facility to search for proofs automatically; (2) the description of the language PASCAL in terms of both LCF and in first order logic; (3) discussion of LISP semantics in LCF and attempt to prove the correctness of the London compilers in a formal way; (4) design of both special purpose and domain independent proving procedures specifically program correctness in mind; (5) design of languages for describing such proof procedures; and (6) the embedding of ideas in the first order checker.

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

    NASA Astrophysics Data System (ADS)

    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.

  15. Water relations and photosynthesis in the cryptoendolithic microbial habitat of hot and cold deserts

    NASA Technical Reports Server (NTRS)

    Palmer, R. J. Jr; Friedmann, E. I.

    1990-01-01

    Two cryptoendolithic microbial communities, lichens in the Ross Desert of Antarctica and cyanobacteria in the Negev Desert, inhabit porous sandstone rocks of similar physical structure. Both rock types adsorb water vapor by physical mechanisms unrelated to biological processes. Yet the two microbial communities respond differently to water stress: cryptoendolithic lichens begin to photosynthesize at a matric water potential of -46.4 megaPascals (MPa) [70% relative humidity (RH) at 8 degrees C], resembling thallose desert lichens. Cryptoendolithic cyanobacteria, like other prokaryotes, photosynthesize only at very high matric water potentials [> -6.9 MPa, 90% RH at 20 degrees C].

  16. A data acquisition and control program for axial-torsional fatigue testing

    NASA Technical Reports Server (NTRS)

    Kalluri, Sreeramesh; Bonacuse, Peter J.

    1989-01-01

    A computer program was developed for data acquisition and control of axial-torsional fatigue experiments. The multitasked, interrupt-driven program was written in Pascal and Assembly. This program is capable of dual-channel control and six-channel data acquisition. It can be utilized to perform inphase and out-of-phase axial-torsional isothermal fatigue or deformation experiments. The program was successfully used to conduct inphase axial-torsional fatigue experiments on 304 stainless steel at room temperature and on Hastelloy X at 800 C. The details of the software and some of the results generated to date are presented.

  17. C-Language Integrated Production System, Version 5.1

    NASA Technical Reports Server (NTRS)

    Riley, Gary; Donnell, Brian; Ly, Huyen-Anh VU; Culbert, Chris; Savely, Robert T.; Mccoy, Daniel J.; Giarratano, Joseph

    1992-01-01

    CLIPS 5.1 provides cohesive software tool for handling wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming provides representation of knowledge by use of heuristics. Object-oriented programming enables modeling of complex systems as modular components. Procedural programming enables CLIPS to represent knowledge in ways similar to those allowed in such languages as C, Pascal, Ada, and LISP. Working with CLIPS 5.1, one can develop expert-system software by use of rule-based programming only, object-oriented programming only, procedural programming only, or combinations of the three.

  18. Fault-Tree Compiler

    NASA Technical Reports Server (NTRS)

    Butler, Ricky W.; Boerschlein, David P.

    1993-01-01

    Fault-Tree Compiler (FTC) program, is software tool used to calculate probability of top event in fault tree. Gates of five different types allowed in fault tree: AND, OR, EXCLUSIVE OR, INVERT, and M OF N. High-level input language easy to understand and use. In addition, program supports hierarchical fault-tree definition feature, which simplifies tree-description process and reduces execution time. Set of programs created forming basis for reliability-analysis workstation: SURE, ASSIST, PAWS/STEM, and FTC fault-tree tool (LAR-14586). Written in PASCAL, ANSI-compliant C language, and FORTRAN 77. Other versions available upon request.

  19. Nuclear Winter Source-Term Studies. Volume 2. The Classification of U.S. Cities

    DTIC Science & Technology

    1987-08-14

    SELECTEH MAY 05 1988 ■ ■ 88 5 u4 008 I^KWNWA^V.V/^^^^^^Ä’ÄJV^TT.Vl.’VL-V.V’ -^. nr -Tr JWiru^Tiv w «rv« wv ir-^r-j B-W« DESTRUCTION NOTICE FOR...shake 1 000 000 X E -8 second Is) ’lu« 1 459 390 X E 4l kilogram II«) torr (mm Ht, o* n 1 333 12 X E -1 kilo pascal (k-Pa) •the...significant regional differences in all land use categories. Land use distinctions between the regions, but 12 VTJKW.^-1 V

  20. Algerian medical teachers' research output and its determinants during the 2000-2009 decade.

    PubMed

    Bezzaoucha, A; Atif, M L; Bouamra, A; El Kebboub, A; Benzerga, M; Ben Abdelaziz, A; Soulimane, A; Ladner, J; Borgès Da Silva, G; Meguenni, K; Quessar, A; Heroual, N; Bouguizi, A; Boussouf, N; Makhlouf, F; Lamdjadani, N; Tibiche, A; Abbassene, S; Regagba, D; Benameur, M

    2014-02-01

    Publications are the primary output of scientific research. We conducted a national study to quantify Algerian medical teachers' research output and identify its determinants during the 2000-2009 decade. The American Medline database and the French Pascal database were used. A publication was eligible only if the lead author was an Algerian medical teacher (in medicine, pharmacy, or dentistry) working in Algeria. The same questionnaire was completed by cases (teachers who were first authors of an original article during the study period) and randomly selected controls. Logistic regression analysis was used to identify factors related to research output. A total of 79 original articles (42.2% of publications) were retrieved, a quarter of which were listed in Pascal alone. The publication rate was 2.6 original articles per 1000 teachers per year. The journals that published these original articles had a median impact factor of 0.83. The ability to publish an original article was 4.3 times higher if the teacher had undergone training in biostatistics and/or epidemiology (adjusted odds ratio [aOR]=4.31, 95% confidence interval [CI]: 1.79-10.38). A promotion evaluation grid that did not encourage writing (aOR=3.44, 95% CI: 1.42-8.33), a doctoral thesis, seniority, foreign collaboration, and English language proficiency were found to be associated with publication output. Algerian medical teachers' research output was particularly low. Replacing the current promotion grid with a grid that promotes writing, developing abilities to read and write articles and developing English language proficiency are likely to improve this situation. Copyright © 2014. Published by Elsevier Masson SAS.

  1. Hard X-ray Observation of Cygnus X-1 By the Marshall Imaging X-ray Experiment (MIXE2)

    NASA Technical Reports Server (NTRS)

    Minamitani, Takahisa; Apple, J. A.; Austin, R. A.; Dietz, K. L.; Koloziejczak, J. J.; Ramsey, B. D.; Weisskopf, M. C.

    1998-01-01

    The second generation of the Marshall Imaging X-ray Experiment (MIXE2) was flown from Fort Sumner, New Mexico on May 7-8, 1997. The experiment consists of coded-aperture telescope with a field of view of 1.8 degrees (FWHM) and an angular resolution of 6.9 arcminutes. The detector is a large (7.84x10(exp 4) sq cm) effective area microstrip proportional counter filled with 2.0x10(exp5) Pascals of xenon with 2% isobutylene. We present MIXE2 observation of the 20-80keV spectrum and timing variability of Cygnus X-1 made during balloon flight.

  2. Transferring data oscilloscope to an IBM using an Apple II+

    NASA Technical Reports Server (NTRS)

    Miller, D. L.; Frenklach, M. Y.; Laughlin, P. J.; Clary, D. W.

    1984-01-01

    A set of PASCAL programs permitting the use of a laboratory microcomputer to facilitate and control the transfer of data from a digital oscilloscope (used with photomultipliers in experiments on soot formation in hydrocarbon combustion) to a mainframe computer and the subsequent mainframe processing of these data is presented. Advantages of this approach include the possibility of on-line computations, transmission flexibility, automatic transfer and selection, increased capacity and analysis options (such as smoothing, averaging, Fourier transformation, and high-quality plotting), and more rapid availability of results. The hardware and software are briefly characterized, the programs are discussed, and printouts of the listings are provided.

  3. Deep Impact: excavating comet Tempel 1.

    PubMed

    A'Hearn, M F; Belton, M J S; Delamere, W A; Kissel, J; Klaasen, K P; McFadden, L A; Meech, K J; Melosh, H J; Schultz, P H; Sunshine, J M; Thomas, P C; Veverka, J; Yeomans, D K; Baca, M W; Busko, I; Crockett, C J; Collins, S M; Desnoyer, M; Eberhardy, C A; Ernst, C M; Farnham, T L; Feaga, L; Groussin, O; Hampton, D; Ipatov, S I; Li, J-Y; Lindler, D; Lisse, C M; Mastrodemos, N; Owen, W M; Richardson, J E; Wellnitz, D D; White, R L

    2005-10-14

    Deep Impact collided with comet Tempel 1, excavating a crater controlled by gravity. The comet's outer layer is composed of 1- to 100-micrometer fine particles with negligible strength (<65 pascals). Local gravitational field and average nucleus density (600 kilograms per cubic meter) are estimated from ejecta fallback. Initial ejecta were hot (>1000 kelvins). A large increase in organic material occurred during and after the event, with smaller changes in carbon dioxide relative to water. On approach, the spacecraft observed frequent natural outbursts, a mean radius of 3.0 +/- 0.1 kilometers, smooth and rough terrain, scarps, and impact craters. A thermal map indicates a surface in equilibrium with sunlight.

  4. From hero to Newcomen: the critical scientific and technological developments that led to the invention of the steam engine.

    PubMed

    Kitsikopoulos, Harry

    2013-09-01

    This essay provides an analytical account of the history of various steam devices by tracing the key technological and scientific developments culminating in the Savery and Newcomen models. It begins in antiquity with the writings of Hero of Alexandria, which were rediscovered and translated in Italy fourteen centuries later, followed by the construction of simple steam devices. The most decisive development comes in the middle of the seventeenth century with the overturning, through the experimental work of Torricelli, Pascal, and Guericke, of the Aristotelian dogma that no vacuum exists. The final stretch of this discovery process amounted to an Anglo-French race, with English inventors being more successful in the end.

  5. PERFILS: a program for the quantitative treatment of footprinting data.

    PubMed

    Salas, X; Portugal, J

    1993-10-01

    PERFILS, a computer program written in Borland TurboPascal, performs quantitative analysis of footprinting experiments using any IBM PC or compatible microcomputer. The program uses the height of the bands obtained from densitometric scanning of footprinting autoradiographs to calculate a differential cleavage plot. Such a plot displays, on a logarithmic scale, the difference of susceptibility of a DNA fragment to DNase I, or any other cleaving agent, in the presence of any ligand versus the sequence. PERFILS calculates the fractional cleavage values for control and ligand, giving a table of values for each internucleotidic bond and rendering the differential cleavage plot in only a few seconds.

  6. Flowcharting with D-charts

    NASA Technical Reports Server (NTRS)

    Meyer, D.

    1985-01-01

    A D-Chart is a style of flowchart using control symbols highly appropriate to modern structured programming languages. The intent of a D-Chart is to provide a clear and concise one-for-one mapping of control symbols to high-level language constructs for purposes of design and documentation. The notation lends itself to both high-level and code-level algorithmic description. The various issues that may arise when representing, in D-Chart style, algorithms expressed in the more popular high-level languages are addressed. In particular, the peculiarities of mapping control constructs for Ada, PASCAL, FORTRAN 77, C, PL/I, Jovial J73, HAL/S, and Algol are discussed.

  7. Flowcharting with D-charts

    NASA Technical Reports Server (NTRS)

    Meyer, D. D.

    1985-01-01

    A D-Chart is a style of flowchart using control symbols highly appropriate to modern structured programming languages. The intent of a D-Chart is to provide a clear and concise one-for-one mapping of control symbols to high-level language constructs for purposes of design and documentation. The notation lends itself to both high-level and code-level algorithmic description. The various issues that may arise when representing, in D-Chart style, algorithms expressed in the more popular high-level languages are addressed. In particular, the peculiarities of mapping control constructs for Ada, PASCAL, FORTRAN 77, C, PL/I, Joviai J73, HAL/S, and Algol are discussed.

  8. CRAY mini manual. Revision D

    NASA Technical Reports Server (NTRS)

    Tennille, Geoffrey M.; Howser, Lona M.

    1993-01-01

    This document briefly describes the use of the CRAY supercomputers that are an integral part of the Supercomputing Network Subsystem of the Central Scientific Computing Complex at LaRC. Features of the CRAY supercomputers are covered, including: FORTRAN, C, PASCAL, architectures of the CRAY-2 and CRAY Y-MP, the CRAY UNICOS environment, batch job submittal, debugging, performance analysis, parallel processing, utilities unique to CRAY, and documentation. The document is intended for all CRAY users as a ready reference to frequently asked questions and to more detailed information contained in the vendor manuals. It is appropriate for both the novice and the experienced user.

  9. The Biocurator Society (GSC8 Meeting)

    ScienceCinema

    Gaudet, Pascal

    2018-01-10

    The Genomic Standards Consortium was formed in September 2005. It is an international, open-membership working body which promotes standardization in the description of genomes and the exchange and integration of genomic data. The 2009 meeting was an activity of a five-year funding "Research Coordination Network" from the National Science Foundation and was organized held at the DOE Joint Genome Institute with organizational support provided by the JGI and by the University of California - San Diego. Pascal Gaudet of Northwestern University talks about "The Biocurator Society" at the Genomic Standards Consortium's 8th meeting at the DOE JGI in Walnut Creek, CA on Sept. 11, 2009.

  10. Portable Microcomputer Utilization for On-Line Pulmonary Testing

    PubMed Central

    Pugh, R.; Fourre, J.; Karetzky, M.

    1981-01-01

    A host-remote pulmonary function testing system is described that is flexible, non-dedicated, inexpensive, and readily upgradable. It is applicable for laboratories considering computerization as well as for those which have converted to one of the already available but restricted systems. The remote unit has an 8 slot bus for memory, input-output boards, and an A-D converter. It has its own terminal for manual input and display of computed and measured data which is transmitted via an acoustic modem to a larger microcomputer. The program modules are written in Pascal-Z and/or the supplied Z-80 macro assembler as external procedures.

  11. A Big RISC

    DTIC Science & Technology

    1983-07-18

    architecture . Design , performance, and cost of BRISC is presented. Performance is shown to be better than high end mainframes such as the IBM 3081 and Amdahl 470V/8 on integer benchmarks written in C, Pascal and LISP. The cost, conservatively estimated to be $132,400 is about the same as a high end minicomputer such as the VAX-11/780. BRISC has a CPU cycle time of 46 ns, providing a RISC I instruction execution rate of greater than 15 MIPs. BRISC is designed with a Structured Computer Aided Logic Design System (SCALD) by Valid Logic Systems. An evaluation of the utility of

  12. Kinematical calculations of RHEED intensity oscillations during the growth of thin epitaxial films

    NASA Astrophysics Data System (ADS)

    Daniluk, Andrzej

    2005-08-01

    A practical computing algorithm working in real time has been developed for calculating the reflection high-energy electron diffraction (RHEED) from the molecular beam epitaxy (MBE) growing surface. The calculations are based on the use of kinematical diffraction theory. Simple mathematical models are used for the growth simulation in order to investigate the fundamental behaviors of reflectivity change during the growth of thin epitaxial films prepared using MBE. Program summaryTitle of program:GROWTH Catalogue identifier:ADVL Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADVL Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computer for which the program is designed and others on which is has been tested:Pentium-based PC Operating systems or monitors under which the program has been tested:Windows 9x, XP, NT Programming language used:Object Pascal Memory required to execute with typical data:more than 1 MB Number of bits in a word: 64 bits Number of processors used: 1 Number of lines in distributed program, including test data, etc.: 10 989 Number of bytes in distributed program, including test data, etc.:103 048 Nature of the physical problem:Reflection high-energy electron diffraction (RHEED) is a very useful technique for studying growth and surface analysis of thin epitaxial structures prepared using the molecular beam epitaxy (MBE). The simplest approach to calculating the RHEED intensity during the growth of thin epitaxial films is the kinematical diffraction theory (often called kinematical approximation), in which only a single scattering event is taken into account. The biggest advantage of this approach is that we can calculate RHEED intensity in real time. Also, the approach facilitates intuitive understanding of the growth mechanism and surface morphology [P.I. Cohen, G.S. Petrich, P.R. Pukite, G.J. Whaley, A.S. Arrott, Surf. Sci. 216 (1989) 222]. Method of solution

  13. Pazopanib in Metastatic Renal Cancer: A "Real-World" Experience at National Cancer Institute "Fondazione G. Pascale".

    PubMed

    Cecere, Sabrina C; Rossetti, Sabrina; Cavaliere, Carla; Della Pepa, Chiara; Di Napoli, Marilena; Crispo, Anna; Iovane, Gelsomina; Piscitelli, Raffaele; Sorrentino, Domenico; Ciliberto, Gennaro; Maiolino, Piera; Muto, Paolo; Perdonà, Sisto; Berretta, Massimiliano; Pignata, Sandro; Facchini, Gaetano; D'Aniello, Carmine

    2016-01-01

    Pazopanib is an oral angiogenesis inhibitor, currently approved for treatment of metastatic renal cell carcinoma (mRCC) and soft tissue sarcoma. The present study analyzed the outcomes of pazopanib in first-line treatment of mRCC, in a single Italian cancer center. In the light of the retrospective, observational nature and the unselected population, our experience can be defined a "real-world" study. The medical records of 38 mRCC patients treated with front-line pazopanib were retrospectively reviewed and analyzed. The progression free survival (PFS) and the overall survival (OS) were the primary endpoints, while secondary objectives included objective response rate (ORR), disease control rate (DCR), and treatment tolerability. Pazopanib achieved a median PFS (mPFS) of 12.7 months (95% CI, 6.9-18.5 months). The median OS (mOS) was 26.2 months (95% CI, 12.6-39.9 months); the observed ORR and DCR were 30.3 and 72.7%, respectively, with a median duration of response of 11 weeks. mPFS appeared not to be influenced by number of co-morbidities (< 3 vs. ≥3), gender, Fuhrman grade and age. Conversely, the ORR and the DCR positively affect the mPFS (HR = 0.05 [95% CI, 0.05-0.55], p = 0.01; HR = 0.10 [95% CI, 0.02-0.43], p = 0.002, respectively). A worse outcome was associated with a lower mPFS in patients with liver metastases (p = 0.2) and with a high tumor burden (number of metastatic sites < 6 vs. ≥6) (p = 0.08). Worst OS was observed in patients aged ≥70 years old (HR = 6.91 [95% CI, 1.49-31.91], p = 0.01). The treatment was well-tolerated: no grade 4 adverse events, nor discontinuation due to toxicities was reported. Grade 3 hypertension affected positively the OS reaching the statistical significance (HR = 0.22 [95% CI, 0.05-0.8], p = 0.03). Thyroid dysfunction (hypo and hyperthyroidism) seems to correlate with better outcome in terms of a longer mPFS (HR = 0.12 [95% CI, 0.02-0.78], p = 0.02). Our results are consistent with those reported in prospective phase III trials and the published retrospective "real world" experiences. This analysis confirms the safety and efficacy of pazopanib in first-line setting, both in frail patients with multiple co-morbidities and Karnofsky PS < 80% and in younger, healthier patients with a number of metastatic sites < 6.

  14. PWC - PAIRWISE COMPARISON SOFTWARE: SOFTWARE PROGRAM FOR PAIRWISE COMPARISON TASK FOR PSYCHOMETRIC SCALING AND COGNITIVE RESEARCH

    NASA Technical Reports Server (NTRS)

    Ricks, W. R.

    1994-01-01

    PWC is used for pair-wise comparisons in both psychometric scaling techniques and cognitive research. The cognitive tasks and processes of a human operator of automated systems are now prominent considerations when defining system requirements. Recent developments in cognitive research have emphasized the potential utility of psychometric scaling techniques, such as multidimensional scaling, for representing human knowledge and cognitive processing structures. Such techniques involve collecting measurements of stimulus-relatedness from human observers. When data are analyzed using this scaling approach, an n-dimensional representation of the stimuli is produced. This resulting representation is said to describe the subject's cognitive or perceptual view of the stimuli. PWC applies one of the many techniques commonly used to acquire the data necessary for these types of analyses: pair-wise comparisons. PWC administers the task, collects the data from the test subject, and formats the data for analysis. It therefore addresses many of the limitations of the traditional "pen-and-paper" methods. By automating the data collection process, subjects are prevented from going back to check previous responses, the possibility of erroneous data transfer is eliminated, and the burden of the administration and taking of the test is eased. By using randomization, PWC ensures that subjects see the stimuli pairs presented in random order, and that each subject sees pairs in a different random order. PWC is written in Turbo Pascal v6.0 for IBM PC compatible computers running MS-DOS. The program has also been successfully compiled with Turbo Pascal v7.0. A sample executable is provided. PWC requires 30K of RAM for execution. The standard distribution medium for this program is a 5.25 inch 360K MS-DOS format diskette. Two electronic versions of the documentation are included on the diskette: one in ASCII format and one in MS Word for Windows format. PWC was developed in 1993.

  15. Experimental Infrasound Studies in Nevada

    NASA Astrophysics Data System (ADS)

    Herrin, E. T.; Negraru, P. T.; Golden, P.; Williams, A.

    2009-12-01

    An experimental propagation study was carried out in Nevada in June 2009 on Julian days 173-177. During this field experiment we deployed 16 single channel digital infrasound recorders to monitor the munitions disposal activities near Hawthorne, NV. The sensors were deployed in a single line and placed approximately 12 km apart at distances ranging from 2 to 177 km. A four element semi-permanent infrasound array named FNIAR was installed approximately 154 km north of the detonation site in line with the individual temporary recorders. Tropospheric arrivals were observed during all days of the experiment, but during day 176 the observed arrivals had very large amplitudes. A large signal was observed at 58 km from the detonation site with amplitude as large as 4 Pascals, while at 94 km no signal was observed. At FNIAR the amplitude of the tropospheric arrival was 1 Pascal. During this day meteorological data acquired in the propagation path showed a strong jet stream to the north. On day 177 we were not able to identify tropospheric arrivals beyond 34 km, but at stations beyond 152 km we observed stratospheric arrivals. Continuous monitoring of these signals at FNIAR shows that stratospheric arrivals are the most numerous. In a two month period, from 06/15/2009 to 08/15/2009 there were 35 operational days at the Hawthorne disposal facility resulting in 212 explosions with known origin times. Based on the celerity values there were 115 explosions that have only stratospheric arrivals (celerities of 300-275 m/s), 72 explosions with both tropospheric (celerities above 330 m/s) and stratospheric arrivals, 20 explosions that were not detected and five explosions that have only tropospheric arrivals.

  16. Étude de la réponse photoacoustique d'objets massifs en 3D

    NASA Astrophysics Data System (ADS)

    Séverac, H.; Mousseigne, M.; Franceschi, J. L.

    1996-11-01

    In some sectors such as microelectronics or the physics of materials, reliability is of capital importance. It is also particularly attractive to have access on informations on the material behaviour without the use of a destructive test like chemical analysis or others mechanical tests. The submitted method for non-destructive testing is based on the waves generation with a laser beam. The aim of studying the various waves in the three-dimensional space is to bring informations about materials response. Thermoelastic modelisation allowed a rigorous analytic approach and to give rise to a software written in Turbo-Pascal for a more general solution. Dans les secteurs où la fiabilité est capitale, tels la micro-électronique ou la physique des matériaux, il est particulièrement utile d'accéder aux informations sur le comportement du matériau sans avoir à utiliser une méthode destructive (analyses chimiques ou autres essais mécaniques). La méthode de contrôle non destructif présentée est basée sur la génération d'ondes par impact d'un faisceau laser focalisé à la surface d'un échantillon, sans atteindre le régime d'ablation. L'étude de la propagation des diverses ondes dans l'espace tridimensionnel permet d'apporter des mesures quantitatives sur l'analyse de la réponse des matériaux utilisés. La modélisation des phénomènes thermoélastiques a permis une approche analytique rigoureuse et donné naissance à un logiciel de simulation écrit en Turbo-Pascal pour des études plus générales.

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

    NASA Technical Reports Server (NTRS)

    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.

  18. PREFACE: 5th International EEIGM/AMASE/FORGEMAT Conference on Advanced Materials Research

    NASA Astrophysics Data System (ADS)

    Ayadi, Zoubir; Czerwiec, Thierry; Horwat, David; Jamart, Brigitte

    2009-07-01

    EEIGM-INPL, Grand Nancy, Ville de Nancy, Region Lorraine, Université Franco-Allemande and Institut Jean Lamour. Proceedings Editors: Zoubir Ayadi, Thierry Czerwiec, David Horwat and Brigitte Jamart

  19. Remote sensing helps to assess natural hazards and environmental changes in Asia-Pacific region

    NASA Astrophysics Data System (ADS)

    Thouret, Jean-Claud; Liew, Soo Chin; Gupta, Avijit

    2012-04-01

    Conference on Remote Sensing, Natural Hazards, and Environmental Change; Singapore, 28-29 July 2011 Natural hazards and anthropogenic environmental changes, both significant in the Asia-Pacific region, were the two themes of a conference organized by the National University of Singapore's Centre for Remote Imaging, Sensing and Processing (CRISP) and the Université Blaise Pascal's Laboratoire Magmas et Volcans. The application of satellite imagery at a wide range of resolutions, from 500 meters to 50 centimeters, was a unifying approach in many of the studies presented. The recent arrival of a new generation of satellites with extremely high resolution (50 centimeters) has improved scientists' ability to carry out detailed studies of natural hazards and environmental change.

  20. Apple Macintosh programs for nucleic and protein sequence analyses.

    PubMed Central

    Bellon, B

    1988-01-01

    This paper describes a package of programs for handling and analyzing nucleic acid and protein sequences using the Apple Macintosh microcomputer. There are three important features of these programs: first, because of the now classical Macintosh interface the programs can be easily used by persons with little or no computer experience. Second, it is possible to save all the data, written in an editable scrolling text window or drawn in a graphic window, as files that can be directly used either as word processing documents or as picture documents. Third, sequences can be easily exchanged with any other computer. The package is composed of thirteen programs, written in Pascal programming language. PMID:2832832

  1. Automatic segmentation of equine larynx for diagnosis of laryngeal hemiplegia

    NASA Astrophysics Data System (ADS)

    Salehin, Md. Musfequs; Zheng, Lihong; Gao, Junbin

    2013-10-01

    This paper presents an automatic segmentation method for delineation of the clinically significant contours of the equine larynx from an endoscopic image. These contours are used to diagnose the most common disease of horse larynx laryngeal hemiplegia. In this study, hierarchal structured contour map is obtained by the state-of-the-art segmentation algorithm, gPb-OWT-UCM. The conic-shaped outer boundary of equine larynx is extracted based on Pascal's theorem. Lastly, Hough Transformation method is applied to detect lines related to the edges of vocal folds. The experimental results show that the proposed approach has better performance in extracting the targeted contours of equine larynx than the results of using only the gPb-OWT-UCM method.

  2. Numerical calculation of the parameters of the efflux from a helium dewar used for cooling of heat shields in a satellite

    NASA Technical Reports Server (NTRS)

    Brendley, K.; Chato, J. C.

    1982-01-01

    The parameters of the efflux from a helium dewar in space were numerically calculated. The flow was modeled as a one dimensional compressible ideal gas with variable properties. The primary boundary conditions are flow with friction and flow with heat transfer and friction. Two PASCAL programs were developed to calculate the efflux parameters: EFFLUZD and EFFLUXM. EFFLUXD calculates the minimum mass flow for the given shield temperatures and shield heat inputs. It then calculates the pipe lengths, diameter, and fluid parameters which satisfy all boundary conditions. Since the diameter returned by EFFLUXD is only rarely of nominal size, EFFLUXM calculates the mass flow and shield heat exchange for given pipe lengths, diameter, and shield temperatures.

  3. Analysis and testing of numerical formulas for the initial value problem

    NASA Technical Reports Server (NTRS)

    Brown, R. L.; Kovach, K. R.; Popyack, J. L.

    1980-01-01

    Three computer programs for evaluating and testing numerical integration formulas used with fixed stepsize programs to solve initial value systems of ordinary differential equations are described. A program written in PASCAL SERIES, takes as input the differential equations and produces a FORTRAN subroutine for the derivatives of the system and for computing the actual solution through recursive power series techniques. Both of these are used by STAN, a FORTRAN program that interactively displays a discrete analog of the Liapunov stability region of any two dimensional subspace of the system. The derivatives may be used by CLMP, a FORTRAN program, to test the fixed stepsize formula against a good numerical result and interactively display the solutions.

  4. BOREAS AFM-5 Level-2 Upper Air Network Standard Pressure Level Data

    NASA Technical Reports Server (NTRS)

    Barr, Alan; Hrynkiw, Charmaine; Hall, Forrest G. (Editor); Newcomer, Jeffrey A. (Editor); Smith, David E. (Technical Monitor)

    2000-01-01

    The BOREAS AFM-5 team collected and processed data from the numerous radiosonde flights during the project. The goals of the AFM-05 team were to provide large-scale definition of the atmosphere by supplementing the existing AES aerological network, both temporally and spatially. This data set includes basic upper-air parameters interpolated at 0.5 kiloPascal increments of atmospheric pressure from data collected from the network of upper-air stations during the 1993, 1994, and 1996 field campaigns over the entire study region. The data are contained in tabular ASCII files. The data files are available on a CD-ROM (see document number 20010000884) or from the Oak Ridge National Laboratory (ORNL) Distributed Active Archive Center (DAAC).

  5. Software Design for Interactive Graphic Radiation Treatment Simulation Systems*

    PubMed Central

    Kalet, Ira J.; Sweeney, Christine; Jacky, Jonathan

    1990-01-01

    We examine issues in the design of interactive computer graphic simulation programs for radiation treatment planning (RTP), as well as expert system programs that automate parts of the RTP process, in light of ten years of experience at designing, building and using such programs. An experiment in object-oriented design using standard Pascal shows that while some advantage is gained from the design, it is still difficult to achieve modularity and to integrate expert system components. A new design based on the Common LISP Object System (CLOS) is described. This series of designs for RTP software shows that this application benefits in specific ways from object-oriented design methods and appropriate languages and tools.

  6. Software engineering aspects of real-time programming concepts

    NASA Astrophysics Data System (ADS)

    Schoitsch, Erwin

    1986-08-01

    Real-time programming is a discipline of great importance not only in process control, but also in fields like communication, office automation, interactive databases, interactive graphics and operating systems development. General concepts of concurrent programming and constructs for process-synchronization are discussed in detail. Tasking and synchronization concepts, methods of process communication, interrupt and timeout handling in systems based on semaphores, signals, conditional critical regions or on real-time languages like Concurrent PASCAL, MODULA, CHILL and ADA are explained and compared with each other. The second part deals with structuring and modularization of technical processes to build reliable and maintainable real time systems. Software-quality and software engineering aspects are considered throughout the paper.

  7. Controlling Laboratory Processes From A Personal Computer

    NASA Technical Reports Server (NTRS)

    Will, H.; Mackin, M. A.

    1991-01-01

    Computer program provides natural-language process control from IBM PC or compatible computer. Sets up process-control system that either runs without operator or run by workers who have limited programming skills. Includes three smaller programs. Two of them, written in FORTRAN 77, record data and control research processes. Third program, written in Pascal, generates FORTRAN subroutines used by other two programs to identify user commands with device-driving routines written by user. Also includes set of input data allowing user to define user commands to be executed by computer. Requires personal computer operating under MS-DOS with suitable hardware interfaces to all controlled devices. Also requires FORTRAN 77 compiler and device drivers written by user.

  8. Principles of physics in surgery: the laws of mechanics and vectors physics for surgeons-part 2.

    PubMed

    Srivastava, Anurag; Sood, Akshay; Joy, Parijat S; Mandal, Shubhyan; Panwar, Rajesh; Ravichandran, Suresh; Sarangi, Sasmit; Woodcock, John

    2010-10-01

    In this sequel, to an earlier article, we discuss the laws of Mechanics, Thermodynamics and Vectors as they apply to soft and bony tissues. These include the Laplace's Law as applied to colonic perforation, compression therapy, parturition, variceal rupture, disc herniations etc. The Pascal's Law finds use in hernia repair and the Heimlich maneuver. Trigonometrically derived components of forces, acting after suturing, show ways to reduce cut-through; the thickness and the bite of suture determines the extent of tissue reaction. The heating effect of current explains the optimum gap between the prongs of a bipolar cautery and the use of law of transfer of heat in determining relation between healthy wound healing and ambient temperature.

  9. METLIN-PC: An applications-program package for problems of mathematical programming

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Pshenichnyi, B.N.; Sobolenko, L.A.; Sosnovskii, A.A.

    1994-05-01

    The METLIN-PC applications-program package (APP) was developed at the V.M. Glushkov Institute of Cybernetics of the Academy of Sciences of Ukraine on IBM PC XT and AT computers. The present version of the package was written in Turbo Pascal and Fortran-77. The METLIN-PC is chiefly designed for the solution of smooth problems of mathematical programming and is a further development of the METLIN prototype, which was created earlier on a BESM-6 computer. The principal property of the previous package is retained - the applications modules employ a single approach based on the linearization method of B.N. Pschenichnyi. Hence the namemore » {open_quotes}METLIN.{close_quotes}« less

  10. The embedded operating system project

    NASA Technical Reports Server (NTRS)

    Campbell, R. H.

    1985-01-01

    The design and construction of embedded operating systems for real-time advanced aerospace applications was investigated. The applications require reliable operating system support that must accommodate computer networks. Problems that arise in the construction of such operating systems, reconfiguration, consistency and recovery in a distributed system, and the issues of real-time processing are reported. A thesis that provides theoretical foundations for the use of atomic actions to support fault tolerance and data consistency in real-time object-based system is included. The following items are addressed: (1) atomic actions and fault-tolerance issues; (2) operating system structure; (3) program development; (4) a reliable compiler for path Pascal; and (5) mediators, a mechanism for scheduling distributed system processes.

  11. Plasmid mapping computer program.

    PubMed Central

    Nolan, G P; Maina, C V; Szalay, A A

    1984-01-01

    Three new computer algorithms are described which rapidly order the restriction fragments of a plasmid DNA which has been cleaved with two restriction endonucleases in single and double digestions. Two of the algorithms are contained within a single computer program (called MPCIRC). The Rule-Oriented algorithm, constructs all logical circular map solutions within sixty seconds (14 double-digestion fragments) when used in conjunction with the Permutation method. The program is written in Apple Pascal and runs on an Apple II Plus Microcomputer with 64K of memory. A third algorithm is described which rapidly maps double digests and uses the above two algorithms as adducts. Modifications of the algorithms for linear mapping are also presented. PMID:6320105

  12. Software for Processing of Digitized Astronegatives from Archives and Databases of Virtual Observatory

    NASA Astrophysics Data System (ADS)

    Protsyuk, Yu. I.; Andruk, V. N.; Kazantseva, L. V.

    The paper discusses and illustrates the steps of basic processing of digitized image of astro negatives. Software for obtaining of a rectangular coordinates and photometric values of objects on photographic plates was created in the environment LINUX / MIDAS / ROMAFOT. The program can automatically process the specified number of files in FITS format with sizes up to 20000 x 20000 pixels. Other programs were made in FORTRAN and PASCAL with the ability to work in an environment of LINUX or WINDOWS. They were used for: identification of stars, separation and exclusion of diffraction satellites and double and triple exposures, elimination of image defects, reduction to the equatorial coordinates and magnitudes of a reference catalogs.

  13. Software For Graphical Representation Of A Network

    NASA Technical Reports Server (NTRS)

    Mcallister, R. William; Mclellan, James P.

    1993-01-01

    System Visualization Tool (SVT) computer program developed to provide systems engineers with means of graphically representing networks. Generates diagrams illustrating structures and states of networks defined by users. Provides systems engineers powerful tool simplifing analysis of requirements and testing and maintenance of complex software-controlled systems. Employs visual models supporting analysis of chronological sequences of requirements, simulation data, and related software functions. Applied to pneumatic, hydraulic, and propellant-distribution networks. Used to define and view arbitrary configurations of such major hardware components of system as propellant tanks, valves, propellant lines, and engines. Also graphically displays status of each component. Advantage of SVT: utilizes visual cues to represent configuration of each component within network. Written in Turbo Pascal(R), version 5.0.

  14. Writing filter processes for the SAGA editor, appendix G

    NASA Technical Reports Server (NTRS)

    Kirslis, Peter A.

    1985-01-01

    The SAGA editor provides a mechanism by which separate processes can be invoked during an editing session to traverse portions of the parse tree being edited. These processes, termed filter processes, read, analyze, and possibly transform the parse tree, returning the result to the editor. By defining new commands with the editor's user defined command facility, which invoke filter processes, authors of filter can provide complex operations as simple commands. A tree plotter, pretty printer, and Pascal tree transformation program were already written using this facility. The filter processes are introduced, parse tree structure is described and the library interface made available to the programmer. Also discussed is how to compile and run filter processes. Examples are presented to illustrate aspect of each of these areas.

  15. High-pressure spectroscopic measurement on diffusion with a diamond-anvil cell

    NASA Astrophysics Data System (ADS)

    Aoki, K.; Katoh, Eriko; Yamawaki, H.; Fujihisa, H.; Sakashita, M.

    2003-04-01

    We report a diamond-anvil-cell (DAC) technique developed for spectroscopic measurement on the diffusion process in molecular solids at high pressure. The diffusion processes of atoms, molecules, or their ionic species are investigated for a bilayer specimen by measuring the variation of infrared vibrational spectra with time. The experimental procedures for the protonic and molecular diffusion measurements on ice at 400 K and 10.2 GPa are presented as an example study. The in situ spectroscopic technique with a DAC significantly extends the pressure range accessible for diffusion measurement. The diffusion process at a rate of 10-16-10-14 m2/s can currently be observed at temperatures of 300-600 K and pressures up to several tens of gigaPascals.

  16. TEQUEL: The query language of SADDLE

    NASA Technical Reports Server (NTRS)

    Rajan, S. D.

    1984-01-01

    A relational database management system is presented that is tailored for engineering applications. A wide variety of engineering data types are supported and the data definition language (DDL) and data manipulation language (DML) are extended to handle matrices. The system can be used either in the standalone mode or through a FORTRAN or PASCAL application program. The query language is of the relational calculus type and allows the user to store, retrieve, update and delete tuples from relations. The relational operations including union, intersect and differ facilitate creation of temporary relations that can be used for manipulating information in a powerful manner. Sample applications are shown to illustrate the creation of data through a FORTRAN program and data manipulation using the TEQUEL DML.

  17. Figure-ground segmentation based on class-independent shape priors

    NASA Astrophysics Data System (ADS)

    Li, Yang; Liu, Yang; Liu, Guojun; Guo, Maozu

    2018-01-01

    We propose a method to generate figure-ground segmentation by incorporating shape priors into the graph-cuts algorithm. Given an image, we first obtain a linear representation of an image and then apply directional chamfer matching to generate class-independent, nonparametric shape priors, which provide shape clues for the graph-cuts algorithm. We then enforce shape priors in a graph-cuts energy function to produce object segmentation. In contrast to previous segmentation methods, the proposed method shares shape knowledge for different semantic classes and does not require class-specific model training. Therefore, the approach obtains high-quality segmentation for objects. We experimentally validate that the proposed method outperforms previous approaches using the challenging PASCAL VOC 2010/2012 and Berkeley (BSD300) segmentation datasets.

  18. Sub-Kelvin magnetic and electrical measurements in a diamond anvil cell with in situ tunability

    NASA Astrophysics Data System (ADS)

    Palmer, A.; Silevitch, D. M.; Feng, Yejun; Wang, Yishu; Jaramillo, R.; Banerjee, A.; Ren, Y.; Rosenbaum, T. F.

    2015-09-01

    We discuss techniques for performing continuous measurements across a wide range of pressure-field-temperature phase space, combining the milli-Kelvin temperatures of a helium dilution refrigerator with the giga-Pascal pressures of a diamond anvil cell and the Tesla magnetic fields of a superconducting magnet. With a view towards minimizing remnant magnetic fields and background magnetic susceptibility, we characterize high-strength superalloy materials for the pressure cell assembly, which allows high fidelity measurements of low-field phenomena such as superconductivity below 100 mK at pressures above 10 GPa. In situ tunability and measurement of the pressure permit experiments over a wide range of pressure, while at the same time making possible precise steps across abrupt phase transitions such as those from insulator to metal.

  19. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Gorton, Ian

    As the sun slowly sets of this first decade of the new millenium, it seems appropriate to update the sojourn of the real programmers as they adapt to their ever changing technical and business environment. Real Programmers were perfectly characterized and differentiated from their quiche-eating, Pascal programming brethren in Ed Post’s seminal “Real Programmers Don’t Use Pascal” (Datamation, 1983). My follow-up ("Real programmers do use Delphi," Software, IEEE , vol.12, no.6, pp.8, 10, 12-, Nov 1995) charted their evolution from FORTRAN-only programmers to embracing a wider range of mainstream languages and tools that still afforded ample opportunity for creativity, game-playing,more » irregular work hours, and importantly, long-term job security.« less

  20. World of intelligence defense object detection-machine learning (artificial intelligence)

    NASA Astrophysics Data System (ADS)

    Gupta, Anitya; Kumar, Akhilesh; Bhushan, Vinayak

    2018-04-01

    This paper proposes a Quick Locale based Convolutional System strategy (Quick R-CNN) for question recognition. Quick R-CNN expands on past work to effectively characterize ob-ject recommendations utilizing profound convolutional systems. Com-pared to past work, Quick R-CNN utilizes a few in-novations to enhance preparing and testing speed while likewise expanding identification precision. Quick R-CNN trains the profound VGG16 arrange 9 quicker than R-CNN, is 213 speedier at test-time, and accomplishes a higher Guide on PASCAL VOC 2012. Contrasted with SPPnet, Quick R-CNN trains VGG16 3 quicker, tests 10 speedier, and is more exact. Quick R-CNN is actualized in Python and C++ (utilizing Caffe) and is accessible under the open-source MIT Permit.

  1. Automated smear counting and data processing using a notebook computer in a biomedical research facility.

    PubMed

    Ogata, Y; Nishizawa, K

    1995-10-01

    An automated smear counting and data processing system for a life science laboratory was developed to facilitate routine surveys and eliminate human errors by using a notebook computer. This system was composed of a personal computer, a liquid scintillation counter and a well-type NaI(Tl) scintillation counter. The radioactivity of smear samples was automatically measured by these counters. The personal computer received raw signals from the counters through an interface of RS-232C. The software for the computer evaluated the surface density of each radioisotope and printed out that value along with other items as a report. The software was programmed in Pascal language. This system was successfully applied to routine surveys for contamination in our facility.

  2. Skepticism and Denial: Drawing a line

    NASA Astrophysics Data System (ADS)

    Byrne, J. M.; Brown, M. B.; Peacock, K.

    2016-12-01

    Climate denialism is distinct from a merely skeptical attitude towards generally accepted views in climate science. But drawing the line between them takes care—there are similarities between skepticism and denial, including a shared reluctance to accept conclusions that nearly all qualified scientists take to be well-justified. Here we will explore both how to draw the line, and how to effectively communicate the differences between denial and skepticism. Identifying which of these two terms best describes someone's attitude turns on whether they reject a generally accepted view based on a `high threshold' for acceptance of conclusions in general, or from a preference that the conclusion in question be false. In most cases, denialism manifests in disregard and mistreatment of evidence, including selective quotation, credulous endorsement of bad sources and incredulous rejection of good sources. Historically, current accepted views became dominant as alternatives were excluded and arguments supporting current views accumulated. The accumulated record of evidence and successful application of those views sets a high bar for proposed alternatives to them. Pure skeptics may refuse to endorse generally accepted views without rejecting or distorting the strong evidence for those views, and typically support policy responses based on the implications of that evidence. But deniers who reject scientific conclusions reject the evidence for those views while endorsing views that a true skeptic would regard as less plausible and well-supported than the accepted views. Thus motivated cognition is the key to defining denial. Pascal's famous argument for belief in God illustrates the problem: even assuming God's existence to be extremely improbable, the expected value of believing is far higher than the expected value of disbelieving. But Pascal's argument undermines its own methodology: without reasons to rely on beliefs as reliable guides to successful action, cost

  3. Investigating the effects of laryngotracheal stenosis on upper airway aerodynamics.

    PubMed

    Cheng, Tracy; Carpenter, David; Cohen, Seth; Witsell, David; Frank-Ito, Dennis O

    2018-04-01

    Very little is known about the impact of laryngotracheal stenosis (LTS) on inspiratory airflow and resistance, especially in air hunger states. This study investigates the effect of LTS on airway resistance and volumetric flow across three different inspiratory pressures. Head-and-neck computed tomography scans of 11 subjects from 2010 to 2016 were collected. Three-dimensional reconstructions of the upper airway from the nostrils to carina, including the oral cavity, were created for one subject with a normal airway and for 10 patients with LTS. Airflow simulations were conducted using computational fluid dynamics modeling at three different inspiratory pressures (10, 25, 40 pascals [Pa]) for all subjects under two scenarios: 1) inspiration through nostrils only (MC), and 2) through both nostrils and mouth (MO). Volumetric flows in the normal subject at the three inspiratory pressures were considerably higher (MC: 11.8-26.1 L/min; MO: 17.2-36.9 L/min) compared to those in LTS (MC: 2.86-6.75 L/min; MO: 4.11-9.00 L/min). Airway resistances in the normal subject were 0.051 to 0.092 pascal seconds per milliliter (Pa.s)/mL (MC) and 0.035-0.065 Pa.s/mL (MO), which were approximately tenfold lower than those of subjects with LTS: 0.39 to 0.89 Pa.s/mL (MC) and 0.45 to 0.84 Pa.s/mL (MO). Furthermore, subjects with glottic stenosis had the greatest resistance, whereas subjects with subglottic stenosis had the greatest variability in resistance. Subjects with tracheal stenosis had the lowest resistance. This pilot study demonstrates that LTS increases resistance and decreases airflow. Mouth breathing significantly improved airflow and resistance but cannot completely compensate for the effects of stenosis. Furthermore, location of stenosis appears to modulate the effect of the stenosis on resistance differentially. NA. Laryngoscope, 128:E141-E149, 2018. © 2017 The American Laryngological, Rhinological and Otological Society, Inc.

  4. Turbo Pascal Implementation of a Distributed Processing Network of MS-DOS Microcomputers Connected in a Master-Slave Configuration

    DTIC Science & Technology

    1989-12-01

    Interrupt Procedures ....... 29 13. Support for a Larger Memory Model ................ 29 C. IMPLEMENTATION ........................................ 29...describe the programmer’s model of the hardware utilized in the microcomputers and interrupt driven serial communication considerations. Chapter III...Central Processor Unit The programming model of Table 2.1 is common to the Intel 8088, 8086 and 80x86 series of microprocessors used in the IBM PC/AT

  5. Comparison measurements of low-pressure between a laser refractometer and ultrasonic manometer

    PubMed Central

    Egan, Patrick F.; Stone, Jack A.; Ricker, Jacob E.; Hendricks, Jay H.

    2016-01-01

    We have developed a new low-pressure sensor which is based on the measurement of (nitrogen) gas refractivity inside a Fabry–Perot (FP) cavity. We compare pressure determinations via this laser refractometer to that of well-established ultrasonic manometers throughout the range 100 Pa to 180 000 Pa. The refractometer demonstrates 10−6 · p reproducibility for p > 100 Pa, and this precision outperforms a manometer. We also claim the refractometer has an expanded uncertainty of U(pFP) = [(2.0 mPa)2 + (8.8 × 10−6 · p)2]1/2, as realized through the properties of nitrogen gas; we argue that a transfer of the pascal to p < 1 kPa using a laser refractometer is more accurate than the current primary realization. PMID:27250398

  6. Modeling and simulation in biomedicine.

    PubMed Central

    Aarts, J.; Möller, D.; van Wijk van Brievingh, R.

    1991-01-01

    A group of researchers and educators in The Netherlands, Germany and Czechoslovakia have developed and adapted mathematical computer models of phenomena in the field of physiology and biomedicine for use in higher education. The models are graphical and highly interactive, and are all written in TurboPascal or the mathematical simulation language PSI. An educational shell has been developed to launch the models. The shell allows students to interact with the models and teachers to edit the models, to add new models and to monitor the achievements of the students. The models and the shell have been implemented on a MS-DOS personal computer. This paper describes the features of the modeling package and presents the modeling and simulation of the heart muscle as an example. PMID:1807745

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

    NASA Technical Reports Server (NTRS)

    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.

  8. APPLEPIPS /Apple Personal Image Processing System/ - An interactive digital image processing system for the Apple II microcomputer

    NASA Technical Reports Server (NTRS)

    Masuoka, E.; Rose, J.; Quattromani, M.

    1981-01-01

    Recent developments related to microprocessor-based personal computers have made low-cost digital image processing systems a reality. Image analysis systems built around these microcomputers provide color image displays for images as large as 256 by 240 pixels in sixteen colors. Descriptive statistics can be computed for portions of an image, and supervised image classification can be obtained. The systems support Basic, Fortran, Pascal, and assembler language. A description is provided of a system which is representative of the new microprocessor-based image processing systems currently on the market. While small systems may never be truly independent of larger mainframes, because they lack 9-track tape drives, the independent processing power of the microcomputers will help alleviate some of the turn-around time problems associated with image analysis and display on the larger multiuser systems.

  9. Implications of metric conversion.

    PubMed

    Laros, R K

    1980-11-01

    The international scientific community is rapidly achieving conversion to the metric system, and the Système International (SI system) has been chosen for use by health scientists. Because the United States remains 1 of only 4 countries not now using part or all of the SI system, there is now a systematic effort toward rapid conversion. Although most of the SI system is not controversial, several SI units are highly so. Examples include joules instead of calories, pascals instead of millimeters of mercury, and moles per liter instead of milligrams per 100 milliliters. Obstetrician-gynecologists need to be familiar with the SI units and to voice their feelings about the various controversial units. There are decisions still to be made, and the time for discussion and advice is now.

  10. Ultrahigh vacuum process for the deposition of nanotubes and nanowires

    DOEpatents

    Das, Biswajit; Lee, Myung B

    2015-02-03

    A system and method A method of growing an elongate nanoelement from a growth surface includes: a) cleaning a growth surface on a base element; b) providing an ultrahigh vacuum reaction environment over the cleaned growth surface; c) generating a reactive gas of an atomic material to be used in forming the nanoelement; d) projecting a stream of the reactive gas at the growth surface within the reactive environment while maintaining a vacuum of at most 1.times.10.sup.-4 Pascal; e) growing the elongate nanoelement from the growth surface within the environment while maintaining the pressure of step c); f) after a desired length of nanoelement is attained within the environment, stopping direction of reactive gas into the environment; and g) returning the environment to an ultrahigh vacuum condition.

  11. Software-safety and software quality assurance in real-time applications Part 2: Real-time structures and languages

    NASA Astrophysics Data System (ADS)

    Schoitsch, Erwin

    1988-07-01

    Our society is depending more and more on the reliability of embedded (real-time) computer systems even in every-day life. Considering the complexity of the real world, this might become a severe threat. Real-time programming is a discipline important not only in process control and data acquisition systems, but also in fields like communication, office automation, interactive databases, interactive graphics and operating systems development. General concepts of concurrent programming and constructs for process-synchronization are discussed in detail. Tasking and synchronization concepts, methods of process communication, interrupt- and timeout handling in systems based on semaphores, signals, conditional critical regions or on real-time languages like Concurrent PASCAL, MODULA, CHILL and ADA are explained and compared with each other and with respect to their potential to quality and safety.

  12. Pressure balance cross-calibration method using a pressure transducer as transfer standard

    PubMed Central

    Olson, D; Driver, R. G.; Yang, Y

    2016-01-01

    Piston gauges or pressure balances are widely used to realize the SI unit of pressure, the pascal, and to calibrate pressure sensing devices. However, their calibration is time consuming and requires a lot of technical expertise. In this paper, we propose an alternate method of performing a piston gauge cross calibration that incorporates a pressure transducer as an immediate in-situ transfer standard. For a sufficiently linear transducer, the requirement to exactly balance the weights on the two pressure gauges under consideration is greatly relaxed. Our results indicate that this method can be employed without a significant increase in measurement uncertainty. Indeed, in the test case explored here, our results agreed with the traditional method within standard uncertainty, which was less than 6 parts per million. PMID:28303167

  13. Light and dark matter in the universe

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    None

    This simulation follows the growth of density perturbations in both gas and dark matter components in a volume 1 billion light years on a side beginning shortly after the Big Bang and evolved to half the present age of the universe. It calculates the gravitational clumping of intergalactic gas and dark matter modeled using a computational grid of 64 billion cells and 64 billion dark matter particles. The simulation uses a computational grid of 4096^3 cells and took over 4,000,000 CPU hours to complete. Read more: http://www.anl.gov/Media_Center/News/2010/news100104.html. Credits: Science: Michael L. Norman, Robert Harkness, Pascal Paschos and Rick Wagner Visualization:more » Mark Herald, Joseph A. Insley, Eric C. Olson and Michael E. Papka« less

  14. Sub-Kelvin magnetic and electrical measurements in a diamond anvil cell with in situ tunability

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Palmer, A; Silevitch, D M; Feng, Yejun

    2015-09-01

    We discuss techniques for performing continuous measurements across a wide range of pressure–field–temperature phase space, combining the milli-Kelvin temperatures of a helium dilution refrigerator with the giga-Pascal pressures of a diamond anvil cell and the Tesla magnetic fields of a superconducting magnet. With a view towards minimizing remnant magnetic fields and background magnetic susceptibility, we characterize high-strength superalloy materials for the pressure cell assembly, which allows high fidelity measurements of low-field phenomena such as superconductivity below 100 mK at pressures above 10 GPa. In situ tunability and measurement of the pressure permit experiments over a wide range of pressure, whilemore » at the same time making possible precise steps across abrupt phase transitions such as those from insulator to metal.« less

  15. Sub-Kelvin magnetic and electrical measurements in a diamond anvil cell with in-situ tunability

    DOE PAGES

    Palmer, Alexander; Silevitch, Daniel; Feng, Yejun; ...

    2015-09-04

    We discuss techniques for performing continuous measurements across a wide range of pressure-field-temperature phase space, combining the milli-Kelvin temperatures of a helium dilution refrigerator with that of the giga-Pascal pressures of a diamond anvil cell and the Tesla magnetic fields of a superconducting magnet. With a view towards minimizing remnant magnetic fields and background magnetic susceptibility, we then characterize high-strength superalloy materials for the pressure cell assembly, which allows high fidelity measurements of low-field phenomena such as superconductivity below 100 mK at pressures above 10 GPa. In situ tunability and measurement of the pressure permit experiments over a wide rangemore » of pressure, while at the same time making possible precise steps across abrupt phase transitions such as that from insulator to metal.« less

  16. The BLAZE language: A parallel language for scientific programming

    NASA Technical Reports Server (NTRS)

    Mehrotra, P.; Vanrosendale, J.

    1985-01-01

    A Pascal-like scientific programming language, Blaze, is described. Blaze contains array arithmetic, forall loops, and APL-style accumulation operators, which allow natural expression of fine grained parallelism. It also employs an applicative or functional procedure invocation mechanism, which makes it easy for compilers to extract coarse grained parallelism using machine specific program restructuring. Thus Blaze should allow one to achieve highly parallel execution on multiprocessor architectures, while still providing the user with onceptually sequential control flow. A central goal in the design of Blaze is portability across a broad range of parallel architectures. The multiple levels of parallelism present in Blaze code, in principle, allow a compiler to extract the types of parallelism appropriate for the given architecture while neglecting the remainder. The features of Blaze are described and shows how this language would be used in typical scientific programming.

  17. European guidelines for workplace drug and alcohol testing in hair.

    PubMed

    Salomone, A; Tsanaclis, L; Agius, R; Kintz, P; Baumgartner, M R

    2016-10-01

    Guidelines for Legally Defensible Workplace Drug Testing have been prepared and updated by the European Workplace Drug Testing Society (EWDTS). They are based on the 2010 version published by Pascal Kintz and Ronald Agius (Guidelines for European workplace drug and alcohol testing in hair. Drug Test. Anal. 2010, 2, 367) and in concordance with the Society of Hair Testing guidelines (Society of Hair Testing guidelines for drug testing in hair. Forensic Sci. Int. 2012, 218, 20-24). The European Guidelines are designed to establish best practice procedures whilst allowing individual countries to operate within the requirements of national customs and legislation. The EWDTS recommends that all European laboratories that undertake legally defensible workplace drug testing use these guidelines as a template for accreditation. Copyright © 2016 John Wiley & Sons, Ltd. Copyright © 2016 John Wiley & Sons, Ltd.

  18. Malaysian Secondary Physics Teachers' Perceptions towards the Teaching and Learning of Archimedes' Principle

    NASA Astrophysics Data System (ADS)

    Salleh, Khalijah Mohd; Abdullah, Abu Bakar Bin

    2008-05-01

    An explorative study was carried out to confirm Malaysian Physics teachers' perception that Archimedes' principle is a difficult topic for secondary level students. The interview method was used for data collection. The study sample was made of nine national secondary schools teachers from Miri, Sarawak. The data was analysed qualitatively using the Atlas-ti version 5.2 software. The findings of the study showed that i) Archimedes' principle as compared to Bernoulli's and Pascal's is the most difficult principle of hydrodynamics for students, ii) more time was given in the teaching and learning (TL) of Archimedes principle compared to the other two principles, iii) the major TL problems include conceptual understanding, application of physics principles and ideas, and lack of mathematical skills. These findings implicate the need to develop corresponding instructional materials and learning kits that can assist students' understanding of Archimedes' principle.

  19. GPFA-AB_Phase1GeologicReservoirsContentModel10_26_2015.xls

    DOE Data Explorer

    Teresa E. Jordan

    2015-09-30

    This dataset conforms to the Tier 3 Content Model for Geologic Reservoirs Version 1.0. It contains the known hydrocarbon reservoirs within the study area of the GPFA-AB Phase 1 Task 2, Natural Reservoirs Quality Analysis (Project DE-EE0006726). The final values for Reservoir Productivity Index (RPI) and uncertainty (in terms of coefficient of variation, CV) are included. RPI is in units of liters per MegaPascal-second (L/MPa-s), quantified using permeability, thickness of formation, and depth. A higher RPI is more optimal. Coefficient of Variation (CV) is the ratio of the standard deviation to the mean RPI for each reservoir. A lower CV is more optimal. Details on these metrics can be found in the Reservoirs_Methodology_Memo.pdf uploaded to the Geothermal Data Repository Node of the NGDS in October of 2015.

  20. Image annotation by deep neural networks with attention shaping

    NASA Astrophysics Data System (ADS)

    Zheng, Kexin; Lv, Shaohe; Ma, Fang; Chen, Fei; Jin, Chi; Dou, Yong

    2017-07-01

    Image annotation is a task of assigning semantic labels to an image. Recently, deep neural networks with visual attention have been utilized successfully in many computer vision tasks. In this paper, we show that conventional attention mechanism is easily misled by the salient class, i.e., the attended region always contains part of the image area describing the content of salient class at different attention iterations. To this end, we propose a novel attention shaping mechanism, which aims to maximize the non-overlapping area between consecutive attention processes by taking into account the history of previous attention vectors. Several weighting polices are studied to utilize the history information in different manners. In two benchmark datasets, i.e., PASCAL VOC2012 and MIRFlickr-25k, the average precision is improved by up to 10% in comparison with the state-of-the-art annotation methods.

  1. The BLAZE language - A parallel language for scientific programming

    NASA Technical Reports Server (NTRS)

    Mehrotra, Piyush; Van Rosendale, John

    1987-01-01

    A Pascal-like scientific programming language, BLAZE, is described. BLAZE contains array arithmetic, forall loops, and APL-style accumulation operators, which allow natural expression of fine grained parallelism. It also employs an applicative or functional procedure invocation mechanism, which makes it easy for compilers to extract coarse grained parallelism using machine specific program restructuring. Thus BLAZE should allow one to achieve highly parallel execution on multiprocessor architectures, while still providing the user with conceptually sequential control flow. A central goal in the design of BLAZE is portability across a broad range of parallel architectures. The multiple levels of parallelism present in BLAZE code, in principle, allow a compiler to extract the types of parallelism appropriate for the given architecture while neglecting the remainder. The features of BLAZE are described and it is shown how this language would be used in typical scientific programming.

  2. A translator writing system for microcomputer high-level languages and assemblers

    NASA Technical Reports Server (NTRS)

    Collins, W. R.; Knight, J. C.; Noonan, R. E.

    1980-01-01

    In order to implement high level languages whenever possible, a translator writing system of advanced design was developed. It is intended for routine production use by many programmers working on different projects. As well as a fairly conventional parser generator, it includes a system for the rapid generation of table driven code generators. The parser generator was developed from a prototype version. The translator writing system includes various tools for the management of the source text of a compiler under construction. In addition, it supplies various default source code sections so that its output is always compilable and executable. The system thereby encourages iterative enhancement as a development methodology by ensuring an executable program from the earliest stages of a compiler development project. The translator writing system includes PASCAL/48 compiler, three assemblers, and two compilers for a subset of HAL/S.

  3. Surface Hardness of Dental Composite Resin Restorations in Response to Preventive Agents.

    PubMed

    Al-Samadani, Khalid H

    2016-12-01

    To assess the impact of using preventive mouthwash agents on the surface hardness of various resins composites. Hundred specimens were prepared from five types of composite resin material in a Teflon mold. Five specimens from each type of restorative materials (Herculite XRV Ultra, Estelite Σ Quick, Z Hermack, Versa Comp Sultan, and Empress Direct IPS) were evaluated posttreatment with immersion in four types of preventive mouthwashes gels and rinses - group 1: Flocare gel (0.4% stannous fluoride), group 2: Pascal gel (topical APF fluoride), group 3: Pro-relief mouthwash (Na fluoride), and group 4: Plax Soin mouthwash (Na fluoride) - at 37°C in a dark glass container at 24, 48, and 72 hours. Surface hardness measurement was made for each tested material. Statistically, we analyzed the mean values with one-way analysis of variance (ANOVA) and Tukey's test, with significance level of p < 0.05. All composite resin materials showed decrease in their surface hardness with the time elapsed (24, 48, and 72 hours) postimmersion in the preventive mouthwashes and gels except the Herculite XRV Ultra and Versa Comp Sultan materials. Flocare gel group showed increase in the surface hardness after 48 hours of immersion than the other periods and in Estelite Σ Quick after 72 hours. There was significant differences in all materials tested with the immersion in the preventive mouthwashes and gels, such as Flocare gel (0.4% stannous fluoride), Pro-relief mouthwash (Na fluoride), and Plax Soin mouthwash (Na fluoride) except Pascal gel (topical APF fluoride) (p > 0.05), at time intervals mentioned earlier (p < 0.05). The effect of preventive mouthwashes and gels on resin composite materials was decreased surface hardness with the time elapse of immersion for all materials except the Flocare gel group, which contains 0.4% stannous fluoride as a preventive ingredient increases the surface hardness after 48 h for Herculite XRV Ultra and Versa Comp Sultan and Estelite Σ Quick after

  4. NASA researchers in gold control room during an F-15 HiDEC flight

    NASA Technical Reports Server (NTRS)

    1993-01-01

    NASA researchers monitor equipment in the mission control Gold room at the Dryden Flight Research Center, Edwards, California, during a flight of an F-15 Highly Integrated Digital Electronic Control (HIDEC) research aircraft. The system was developed on the F-15 to investigate and demonstrate methods of obtaining optimum aircraft performance. The major elements of HIDEC were a Digital Electronic Flight Control System (DEFCS), a Digital Electronic Engine Control (DEEC), an on-board general purpose computer, and an integrated architecture to allow all components to 'talk to each other.' Unlike standard F-15s, which have a mechanical and analog electronic flight control system, the HIDEC F-15 also had a dual-channel, fail-safe digital flight control system programmed in Pascal. It was linked to the Military Standard 1553B and a H009 data bus which tied all the other electronic systems together.

  5. Nanocellular foam with solid flame retardant

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Chen, Liang; Kelly-Rowley, Anne M.; Bunker, Shana P.

    Prepare nanofoam by (a) providing an aqueous solution of a flame retardant dissolved in an aqueous solvent, wherein the flame retardant is a solid at 23.degree. C. and 101 kiloPascals pressure when in neat form; (b) providing a fluid polymer composition selected from a solution of polymer dissolved in a water-miscible solvent or a latex of polymer particles in a continuous aqueous phase; (c) mixing the aqueous solution of flame retardant with the fluid polymer composition to form a mixture; (d) removing water and, if present, solvent from the mixture to produce a polymeric composition having less than 74 weight-percentmore » flame retardant based on total polymeric composition weight; (e) compound the polymeric composition with a matrix polymer to form a matrix polymer composition; and (f) foam the matrix polymer composition into nanofoam having a porosity of at least 60 percent.« less

  6. NASA researchers in gold control room during an F-15 HiDEC flight, John Orme and Gerard Schkolnik

    NASA Technical Reports Server (NTRS)

    1993-01-01

    NASA researchers Gerard Schkolnik (left) and John Orme monitor equipment in the control room at the Dryden Flight Research Center, Edwards, California, during a flight of an F-15 Highly Integrated Digital Electronic Control (HIDEC) research aircraft. The system was developed on the F-15 to investigate and demonstrate methods of obtaining optimum aircraft performance. The major elements of HIDEC were a Digital Electronic Flight Control System (DEFCS), a Digital Electronic Engine Control (DEEC), an on-board general purpose computer, and an integrated architecture to allow all components to 'talk to each other.' Unlike standard F-15s, which have a mechanical and analog electronic flight control system, the HIDEC F-15 also had a dual-channel, fail-safe digital flight control system programmed in Pascal. It was linked to the Military Standard 1553B and a H009 data bus which tied all the other electronic systems together.

  7. C-Language Integrated Production System, Version 6.0

    NASA Technical Reports Server (NTRS)

    Riley, Gary; Donnell, Brian; Ly, Huyen-Anh Bebe; Ortiz, Chris

    1995-01-01

    C Language Integrated Production System (CLIPS) computer programs are specifically intended to model human expertise or other knowledge. CLIPS is designed to enable research on, and development and delivery of, artificial intelligence on conventional computers. CLIPS 6.0 provides cohesive software tool for handling wide variety of knowledge with support for three different programming paradigms: rule-based, object-oriented, and procedural. Rule-based programming: representation of knowledge as heuristics - essentially, rules of thumb that specify set of actions performed in given situation. Object-oriented programming: modeling of complex systems comprised of modular components easily reused to model other systems or create new components. Procedural-programming: representation of knowledge in ways similar to those of such languages as C, Pascal, Ada, and LISP. Version of CLIPS 6.0 for IBM PC-compatible computers requires DOS v3.3 or later and/or Windows 3.1 or later.

  8. Simulation of an array-based neural net model

    NASA Technical Reports Server (NTRS)

    Barnden, John A.

    1987-01-01

    Research in cognitive science suggests that much of cognition involves the rapid manipulation of complex data structures. However, it is very unclear how this could be realized in neural networks or connectionist systems. A core question is: how could the interconnectivity of items in an abstract-level data structure be neurally encoded? The answer appeals mainly to positional relationships between activity patterns within neural arrays, rather than directly to neural connections in the traditional way. The new method was initially devised to account for abstract symbolic data structures, but it also supports cognitively useful spatial analogue, image-like representations. As the neural model is based on massive, uniform, parallel computations over 2D arrays, the massively parallel processor is a convenient tool for simulation work, although there are complications in using the machine to the fullest advantage. An MPP Pascal simulation program for a small pilot version of the model is running.

  9. The Haskell norm

    NASA Astrophysics Data System (ADS)

    Advocate, Dev L.

    The matter of the viscosity of the mantle has started to become serious. In 1935, Norm Haskell estimated the viscosity to be about 1020 poise and there the matter stood for about half a century. For a little while, people worried about excess ellipticity of the Earth and attributed this to a “fossil bulge” that lagged the rotation rate. For this same little while, 1025 poise was thought to be the viscosity of the lower mantle, but then it was discovered that the equator was also out of shape by about the same amount, ruling out the “fossil bulge” idea. To cover their embarrassment, geodynamicists upped the viscosity of the mantle to 1021 by adopting S.I. (Satan's Invention) units. No one noticed for some time since it didn't really matter whether viscosity was given in stokes, poise, or pascal seconds. It was just a large number with a large uncertainty and no one had a feel for it anyway.

  10. FROGS: Find, Rapidly, OTUs with Galaxy Solution.

    PubMed

    Escudié, Frédéric; Auer, Lucas; Bernard, Maria; Mariadassou, Mahendra; Cauquil, Laurent; Vidal, Katia; Maman, Sarah; Hernandez-Raquet, Guillermina; Combes, Sylvie; Pascal, Géraldine

    2018-04-15

    Metagenomics leads to major advances in microbial ecology and biologists need user friendly tools to analyze their data on their own. This Galaxy-supported pipeline, called FROGS, is designed to analyze large sets of amplicon sequences and produce abundance tables of Operational Taxonomic Units (OTUs) and their taxonomic affiliation. The clustering uses Swarm. The chimera removal uses VSEARCH, combined with original cross-sample validation. The taxonomic affiliation returns an innovative multi-affiliation output to highlight databases conflicts and uncertainties. Statistical results and numerous graphical illustrations are produced along the way to monitor the pipeline. FROGS was tested for the detection and quantification of OTUs on real and in silico datasets and proved to be rapid, robust and highly sensitive. It compares favorably with the widespread mothur, UPARSE and QIIME. Source code and instructions for installation: https://github.com/geraldinepascal/FROGS.git. A companion website: http://frogs.toulouse.inra.fr. geraldine.pascal@inra.fr. Supplementary data are available at Bioinformatics online.

  11. Quark Matter 2011 (QM11) Quark Matter 2011 (QM11)

    NASA Astrophysics Data System (ADS)

    2011-12-01

    International Advisory Committee Antinori, FedericoPaic, Guy Braun-Munzinger, PeterPajares, Carlos Cifarelli, LuisaPeitzmann, Thomas Erazmus, BarbaraRedlich, Krzysztof Eskola, KariRiccati, Lodovico Gaardhøje, Jens JørgenRoland, Gunther Gale, CharlesRoy, Christelle Gelis, FrancoisSchukraft, Jürgen Giubellino, PaoloSinha, Bikash Greiner, CarstenSrivastava, Dinesh Gyulassy, MiklosStachel, Johanna Harris, JohnSteinberg, Peter Hatsuda, TetsuoStroth, Joachim Heinz, UlrichSugitate, Toru Jacak, BarbaraTserruya, Itzhak Karsch, FrithjofVelkovska, Julia Kharzeev, DimaWang, Enke Kodama, TakeshiWang, Xin, Nian Lévai, PéterWessels, Johannes Manko, VladislavXu, Nu Müller, BerndtZajc, William Ollitrault, Jean-Yves Organizing Committee Arleo, FrancoisDupieux, Pascal Bastid, NicoleFurget, Christophe Bourgeois, Marie-LaureGranier de Cassagnac, Raphael Bregant, MarcoGuernane, Rachid Carminati, FedericoHervet, Carnita Castillo, JavierKuhn, Christian Cheynis, BrigitteOlivier, Nathalie Conesa, DelValle, Zaida Connor, MichelleRenshall, Lucy Crochet, PhilippeSuire, Christophe Delagrange, HuguesTihinen, Ulla Program Committee Schutz, Yves (Chair)Baldisseri, Alberto Wiedemann, Urs (co-Chair)Safarik, Karel Aurenche, Patrick

  12. Object detection via eye tracking and fringe restraint

    NASA Astrophysics Data System (ADS)

    Pan, Fei; Zhang, Hanming; Zeng, Ying; Tong, Li; Yan, Bin

    2017-07-01

    Object detection is a computer vision problem which caught a large amount of attention. But the candidate boundingboxes extracted from only image features may end up with false-detection due to the semantic gap between the top-down and the bottom up information. In this paper, we propose a novel method for generating object bounding-boxes proposals using the combination of eye fixation point, saliency detection and edges. The new method obtains a fixation orientated Gaussian map, optimizes the map through single-layer cellular automata, and derives bounding-boxes from the optimized map on three levels. Then we score the boxes by combining all the information above, and choose the box with the highest score to be the final box. We perform an evaluation of our method by comparing with previous state-ofthe art approaches on the challenging POET datasets, the images of which are chosen from PASCAL VOC 2012. Our method outperforms them on small scale objects while comparable to them in general.

  13. Image classification using multiscale information fusion based on saliency driven nonlinear diffusion filtering.

    PubMed

    Hu, Weiming; Hu, Ruiguang; Xie, Nianhua; Ling, Haibin; Maybank, Stephen

    2014-04-01

    In this paper, we propose saliency driven image multiscale nonlinear diffusion filtering. The resulting scale space in general preserves or even enhances semantically important structures such as edges, lines, or flow-like structures in the foreground, and inhibits and smoothes clutter in the background. The image is classified using multiscale information fusion based on the original image, the image at the final scale at which the diffusion process converges, and the image at a midscale. Our algorithm emphasizes the foreground features, which are important for image classification. The background image regions, whether considered as contexts of the foreground or noise to the foreground, can be globally handled by fusing information from different scales. Experimental tests of the effectiveness of the multiscale space for the image classification are conducted on the following publicly available datasets: 1) the PASCAL 2005 dataset; 2) the Oxford 102 flowers dataset; and 3) the Oxford 17 flowers dataset, with high classification rates.

  14. The fault-tree compiler

    NASA Technical Reports Server (NTRS)

    Martensen, Anna L.; Butler, Ricky W.

    1987-01-01

    The Fault Tree Compiler Program is a new reliability tool used to predict the top event probability for a fault tree. Five different gate types are allowed in the fault tree: AND, OR, EXCLUSIVE OR, INVERT, and M OF N gates. The high level input language is easy to understand and use when describing the system tree. In addition, the use of the hierarchical fault tree capability can simplify the tree description and decrease program execution time. The current solution technique provides an answer precise (within the limits of double precision floating point arithmetic) to the five digits in the answer. The user may vary one failure rate or failure probability over a range of values and plot the results for sensitivity analyses. The solution technique is implemented in FORTRAN; the remaining program code is implemented in Pascal. The program is written to run on a Digital Corporation VAX with the VMS operation system.

  15. A Model of the Primordial Lunar Atmosphere

    NASA Technical Reports Server (NTRS)

    Saxena, Prabal; Elkins-Tanton, Lindy; Petro, Noah; Mandell, Avi

    2017-01-01

    We create the first quantitative model for the early lunar atmosphere, coupled with a magma ocean crystallization model. Immediately after formation, the moon's surface was subject to a radiative environment that included contributions from the early Sun, a post-impact Earth that radiated like a mid-type M dwarf star, and a cooling global magma ocean. This radiative environment resulted in a largely Earth-side atmosphere on the Moon, ranging from approximately 10(exp 4) to approximately 10(exp 2) pascals, composed of heavy volatiles (Na and SiO). This atmosphere persisted through lid formation and was additionally characterized by supersonic winds that transported significant quantities of moderate volatiles and likely generated magma ocean waves. The existence of this atmosphere may have influenced the distribution of some moderate volatiles and created temperature asymmetries which influenced ocean flow and cooling. Such asymmetries may characterize young, tidally locked rocky bodies with global magma oceans and subject to intense irradiation.

  16. Top-Down Visual Saliency via Joint CRF and Dictionary Learning.

    PubMed

    Yang, Jimei; Yang, Ming-Hsuan

    2017-03-01

    Top-down visual saliency is an important module of visual attention. In this work, we propose a novel top-down saliency model that jointly learns a Conditional Random Field (CRF) and a visual dictionary. The proposed model incorporates a layered structure from top to bottom: CRF, sparse coding and image patches. With sparse coding as an intermediate layer, CRF is learned in a feature-adaptive manner; meanwhile with CRF as the output layer, the dictionary is learned under structured supervision. For efficient and effective joint learning, we develop a max-margin approach via a stochastic gradient descent algorithm. Experimental results on the Graz-02 and PASCAL VOC datasets show that our model performs favorably against state-of-the-art top-down saliency methods for target object localization. In addition, the dictionary update significantly improves the performance of our model. We demonstrate the merits of the proposed top-down saliency model by applying it to prioritizing object proposals for detection and predicting human fixations.

  17. Pathological withdrawl of refugee children seeking asylum in Sweden.

    PubMed

    Hacking, Ian

    2010-12-01

    Between 2001 and 2006 there was an 'epidemic' of complete withdrawal from daily life among numerous children in refugee families seeking asylum in Sweden. It became embedded in many distinct controversies, including the politics of immigration, and acrimonious disagreements between pediatricians dealing with individual families, and government-employed sociologists commissioned to report on what was going on. Most of the cases resolved themselves when an amnesty was agreed in 2006, although there remain many doubts about the statistics. After describing this phenomenon, the paper proposes a (non-exclusive) model called Imitation & Internalisation. Most of the children may have begun by imitating others who had fallen ill, but soon internalized it to the extent that it became an integral part of their psychophysical and social constitution. The model can be applied to phenomena as diverse as hypnotism, the placebo effect, and catching faith by association with believers (Pascal's wager). Copyright © 2010 Elsevier Ltd. All rights reserved.

  18. Epidemiologic programs for computers and calculators. A microcomputer program for multiple logistic regression by unconditional and conditional maximum likelihood methods.

    PubMed

    Campos-Filho, N; Franco, E L

    1989-02-01

    A frequent procedure in matched case-control studies is to report results from the multivariate unmatched analyses if they do not differ substantially from the ones obtained after conditioning on the matching variables. Although conceptually simple, this rule requires that an extensive series of logistic regression models be evaluated by both the conditional and unconditional maximum likelihood methods. Most computer programs for logistic regression employ only one maximum likelihood method, which requires that the analyses be performed in separate steps. This paper describes a Pascal microcomputer (IBM PC) program that performs multiple logistic regression by both maximum likelihood estimation methods, which obviates the need for switching between programs to obtain relative risk estimates from both matched and unmatched analyses. The program calculates most standard statistics and allows factoring of categorical or continuous variables by two distinct methods of contrast. A built-in, descriptive statistics option allows the user to inspect the distribution of cases and controls across categories of any given variable.

  19. A static data flow simulation study at Ames Research Center

    NASA Technical Reports Server (NTRS)

    Barszcz, Eric; Howard, Lauri S.

    1987-01-01

    Demands in computational power, particularly in the area of computational fluid dynamics (CFD), led NASA Ames Research Center to study advanced computer architectures. One architecture being studied is the static data flow architecture based on research done by Jack B. Dennis at MIT. To improve understanding of this architecture, a static data flow simulator, written in Pascal, has been implemented for use on a Cray X-MP/48. A matrix multiply and a two-dimensional fast Fourier transform (FFT), two algorithms used in CFD work at Ames, have been run on the simulator. Execution times can vary by a factor of more than 2 depending on the partitioning method used to assign instructions to processing elements. Service time for matching tokens has proved to be a major bottleneck. Loop control and array address calculation overhead can double the execution time. The best sustained MFLOPS rates were less than 50% of the maximum capability of the machine.

  20. A model of the primordial lunar atmosphere

    NASA Astrophysics Data System (ADS)

    Saxena, Prabal; Elkins-Tanton, Lindy; Petro, Noah; Mandell, Avi

    2017-09-01

    We create the first quantitative model for the early lunar atmosphere, coupled with a magma ocean crystallization model. Immediately after formation, the moon's surface was subject to a radiative environment that included contributions from the early Sun, a post-impact Earth that radiated like a mid-type M dwarf star, and a cooling global magma ocean. This radiative environment resulted in a largely Earth-side atmosphere on the Moon, ranging from ∼104 to ∼102 pascals, composed of heavy volatiles (Na and SiO). This atmosphere persisted through lid formation and was additionally characterized by supersonic winds that transported significant quantities of moderate volatiles and likely generated magma ocean waves. The existence of this atmosphere may have influenced the distribution of some moderate volatiles and created temperature asymmetries which influenced ocean flow and cooling. Such asymmetries may characterize young, tidally locked rocky bodies with global magma oceans and subject to intense irradiation.

  1. Practical multipeptide synthesis: dedicated software for the definition of multiple, overlapping peptides covering polypeptide sequences.

    PubMed

    Heegaard, P M; Holm, A; Hagerup, M

    1993-01-01

    A personal computer program for the conversion of linear amino acid sequences to multiple, small, overlapping peptide sequences has been developed. Peptide lengths and "jumps" (the distance between two consecutive overlapping peptides) are defined by the user. To facilitate the use of the program for parallel solid-phase chemical peptide syntheses for the synchronous production of multiple peptides, amino acids at each acylation step are laid out by the program in a convenient standard multi-well setup. Also, the total number of equivalents, as well as the derived amount in milligrams (depend-ending on user-defined equivalent weights and molar surplus), of each amino acid are given. The program facilitates the implementation of multipeptide synthesis, e.g., for the elucidation of polypeptide structure-function relationships, and greatly reduces the risk of introducing mistakes at the planning step. It is written in Pascal and runs on any DOS-based personal computer. No special graphic display is needed.

  2. Review of epidemiological studies searching for a relationship between onchocerciasis and epilepsy.

    PubMed

    Druet-Cabanac, M; Boussinesq, M; Dongmo, L; Farnarier, G; Bouteille, B; Preux, P M

    2004-01-01

    A review and a meta-analysis of the available epidemiological literature for evidence of an association between onchocerciasis infection and epilepsy were carried out. We used EMBASE (1974-2002), MEDLINE (1966-2002), and PASCAL (1987-2002) databases and relevant journals and bibliographies. We limited our analysis to the epidemiological studies, where the status regarding onchocerciasis infection and epilepsy was available for each subject. Nine African studies were included. The common relative risk estimated by the random-effects model was 1.21 (95% CI 0.99-1.47; p = 0.06). The meta-analysis did not show any difference according to the onchocerciasis endemicity level and the African areas. Our results do not allow to conclude for an association between Onchocerca volvulus infection and epilepsy. However, the results are nearly significant. Further research is needed in this neglected subject, in particular for the better understanding of the neurological pathogenicity in onchocerciasis. Copyright 2004 S. Karger AG, Basel

  3. Automating software design system DESTA

    NASA Technical Reports Server (NTRS)

    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.

  4. The Effects of a Functional Elbow Brace on Medial Joint Stability: A Case Study

    PubMed Central

    Pincivero, Danny M.; Rijke, Arie M.; Heinrichs, Kristinn; Perrin, David H.

    1994-01-01

    Medical elbow ligament sprains in athletics can be traumatic and disabling. In this case report, we outline the effect of a prototype functional elbow brace on joint stability in a female collegiate javelin thrower with an ulnar collateral ligament sprain. A valgus force to both elbows was applied using graded stress radiography (Telos GA-II/E stress device) at 0, 5, 10, and 15 kiloPascals (kPa) of pressure. The increase in gap width between the coronoid process and the medial epicondyle was measured from anteroposterior radiographs to determine medial displacement. The brace resulted in less displacement in both injured and noninjured ulnar collateral ligament; injured ulnar collateral ligament demonstrated greater displacement regardless of condition. The brace restored medial stability to the elbow joint by 49%, 38%, and 35% at 5, 10, and 15 kPa of pressure, respectively. The application of the brace may be useful in athletes with ulnar collateral ligament injuries. ImagesFig 1Fig 2 PMID:16558285

  5. Managing Algorithmic Skeleton Nesting Requirements in Realistic Image Processing Applications: The Case of the SKiPPER-II Parallel Programming Environment's Operating Model

    NASA Astrophysics Data System (ADS)

    Coudarcher, Rémi; Duculty, Florent; Serot, Jocelyn; Jurie, Frédéric; Derutin, Jean-Pierre; Dhome, Michel

    2005-12-01

    SKiPPER is a SKeleton-based Parallel Programming EnviRonment being developed since 1996 and running at LASMEA Laboratory, the Blaise-Pascal University, France. The main goal of the project was to demonstrate the applicability of skeleton-based parallel programming techniques to the fast prototyping of reactive vision applications. This paper deals with the special features embedded in the latest version of the project: algorithmic skeleton nesting capabilities and a fully dynamic operating model. Throughout the case study of a complete and realistic image processing application, in which we have pointed out the requirement for skeleton nesting, we are presenting the operating model of this feature. The work described here is one of the few reported experiments showing the application of skeleton nesting facilities for the parallelisation of a realistic application, especially in the area of image processing. The image processing application we have chosen is a 3D face-tracking algorithm from appearance.

  6. [Computer-assisted diet therapy in pediatric kidney diseases].

    PubMed

    Dartois, A M; Ducamp, S; Decaux, F; Broyer, M

    1989-01-01

    The authors present a computer program written in UCSD Pascal) which monitors the dietary management of children with kidney diseases. Diet is established according to height, weight, chronological and statural age and recommended dietary allowances (USRDA). The composition of the prescribed diet and of food intake is given as amounts of animal and vegetable protein, fat, carbohydrates, energy, water, Na, K, Ca, P and renal solute load, per day and per kilo BW as compared to RDA. The amount of food is presented in tabular form, per day, per meal, per feed, or per tube-feeding with the schedule. It is possible to calculate the nutrients of food recipes. The food table includes 500 items, that can be modified as required. The drug table contains 100 items. The program calculates also average food consumption for dietary surveys. Diets, recipes and food tables may be viewed and modified before print out at each step of the calculation. The diet data bank stores 100 diets per floppy disk.

  7. Multigroup Monte Carlo on GPUs: Comparison of history- and event-based algorithms

    DOE PAGES

    Hamilton, Steven P.; Slattery, Stuart R.; Evans, Thomas M.

    2017-12-22

    This article presents an investigation of the performance of different multigroup Monte Carlo transport algorithms on GPUs with a discussion of both history-based and event-based approaches. Several algorithmic improvements are introduced for both approaches. By modifying the history-based algorithm that is traditionally favored in CPU-based MC codes to occasionally filter out dead particles to reduce thread divergence, performance exceeds that of either the pure history-based or event-based approaches. The impacts of several algorithmic choices are discussed, including performance studies on Kepler and Pascal generation NVIDIA GPUs for fixed source and eigenvalue calculations. Single-device performance equivalent to 20–40 CPU cores onmore » the K40 GPU and 60–80 CPU cores on the P100 GPU is achieved. Last, in addition, nearly perfect multi-device parallel weak scaling is demonstrated on more than 16,000 nodes of the Titan supercomputer.« less

  8. An inference engine for embedded diagnostic systems

    NASA Technical Reports Server (NTRS)

    Fox, Barry R.; Brewster, Larry T.

    1987-01-01

    The implementation of an inference engine for embedded diagnostic systems is described. The system consists of two distinct parts. The first is an off-line compiler which accepts a propositional logical statement of the relationship between facts and conclusions and produces data structures required by the on-line inference engine. The second part consists of the inference engine and interface routines which accept assertions of fact and return the conclusions which necessarily follow. Given a set of assertions, it will generate exactly the conclusions which logically follow. At the same time, it will detect any inconsistencies which may propagate from an inconsistent set of assertions or a poorly formulated set of rules. The memory requirements are fixed and the worst case execution times are bounded at compile time. The data structures and inference algorithms are very simple and well understood. The data structures and algorithms are described in detail. The system has been implemented on Lisp, Pascal, and Modula-2.

  9. Performance of high-recovery recycling reverse osmosis with wash water

    NASA Technical Reports Server (NTRS)

    Herrmann, Cal C.

    1993-01-01

    Inclusion of a recycling loop for partially-desalted water from second-stage reverse-osmosis permeate has been shown useful for achieving high-recovery at moderate applied pressures. This approach has now been applied to simulated wash waters, to obtain data on retention by the membranes of solutes in a mixture comparable to anticipated spacecraft hygiene wastewaters, and to generate an estimate of the maximum concentration that can be expected without causing membrane fouling. A first experiment set provides selectivity information from a single membrane and an Igepon detergent, as a function of final concentration. A reject concentration of 3.1% Total Organic Carbon has been reached, at a pressure of 1.4 Mega Pascals, without membrane fouling. Further experiments have generated selectivity values for the recycle configuration from two washwater simulations, as a function of applied pump pressure. Reverse osmosis removal has also been tested for washwater containing detergent formulated for plant growth compatibility (containing nitrogen, phosphorous and potassium functional groups.)

  10. Seasonal gravity wave drags on the upper stratosphere due to the northwestern pacific typhoons

    NASA Astrophysics Data System (ADS)

    Chen, Zeyu; Lu, Daren

    In a recent study of the first author and his co-authors (Zeyu Chen, Peter Preusse, Michael Jarisch, Manfred Ern, and Dirk Offermann, 2003), it has been revealed that a northwestern Pacific typhoon can generate stratospheric gravity waves with the horizontal scales ranging from 500 km ˜ 1000 km, and carrying a magnitude of ˜ 0.001 Pascal of momentum flux into the upper stratosphere Statistics indicates that the annual mean number of typhoon in the northwestern Pacific is about 32, most of them happen in summer. In this presentation, we show that a parameterization scheme is developed to derive the magnitude of the momentum flux of the waves from operational satellite observations that can scale the intensity of a typhoon (e.g. the brightness temperature observations from the GMS-5 satellite), and operational meteorological data analysis. The seasonal effect of the Gravity Wave Drags due to the typhoons in the area is derived.

  11. System analysis for the Huntsville Operational Support Center distributed computer system

    NASA Technical Reports Server (NTRS)

    Ingels, F. M.; Mauldin, J.

    1984-01-01

    The Huntsville Operations Support Center (HOSC) is a distributed computer system used to provide real time data acquisition, analysis and display during NASA space missions and to perform simulation and study activities during non-mission times. The primary purpose is to provide a HOSC system simulation model that is used to investigate the effects of various HOSC system configurations. Such a model would be valuable in planning the future growth of HOSC and in ascertaining the effects of data rate variations, update table broadcasting and smart display terminal data requirements on the HOSC HYPERchannel network system. A simulation model was developed in PASCAL and results of the simulation model for various system configuraions were obtained. A tutorial of the model is presented and the results of simulation runs are presented. Some very high data rate situations were simulated to observe the effects of the HYPERchannel switch over from contention to priority mode under high channel loading.

  12. The Fault Tree Compiler (FTC): Program and mathematics

    NASA Technical Reports Server (NTRS)

    Butler, Ricky W.; Martensen, Anna L.

    1989-01-01

    The Fault Tree Compiler Program is a new reliability tool used to predict the top-event probability for a fault tree. Five different gate types are allowed in the fault tree: AND, OR, EXCLUSIVE OR, INVERT, AND m OF n gates. The high-level input language is easy to understand and use when describing the system tree. In addition, the use of the hierarchical fault tree capability can simplify the tree description and decrease program execution time. The current solution technique provides an answer precisely (within the limits of double precision floating point arithmetic) within a user specified number of digits accuracy. The user may vary one failure rate or failure probability over a range of values and plot the results for sensitivity analyses. The solution technique is implemented in FORTRAN; the remaining program code is implemented in Pascal. The program is written to run on a Digital Equipment Corporation (DEC) VAX computer with the VMS operation system.

  13. Organosiloxane working fluids for the liquid droplet radiator

    NASA Technical Reports Server (NTRS)

    Buch, R. R.; Huntress, A. R.

    1985-01-01

    Siloxane-based working fluids for advanced space radiators requiring direct fluid exposure to the space environment are evaluated. Isolation of five candidate fluids by vacuum distillation from existing siloxane polymers is discussed. The five fluids recovered include a polydimethylsiloxane, three phenyl-containing siloxanes, and a methylhexylsiloxane. Vapor pressures and viscosities for the five fluids are reported over the temperature range of 250 to 400 K. Use of thermal-gravimetric analysis to reliably estimate vapor pressures of 10 to the -8 power Pascals is described. Polydimethylsiloxane (PDMS) and polymethylphenylsiloxane (PMPS) are selected from the five candidate fluids based on favorable vapor pressure and viscosity, as well as perceived stability in low-Earth orbit environments. Characterization of these fluids by infrared spectroscopy, Si-29 NMR, gel-permeation chromatography, and liquid chromatography is presented. Both fluids consist of narrow molecular weight distributions, with average molecular weights of about 2500 for PDMS and 1300 for PMPS.

  14. Multigroup Monte Carlo on GPUs: Comparison of history- and event-based algorithms

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Hamilton, Steven P.; Slattery, Stuart R.; Evans, Thomas M.

    This article presents an investigation of the performance of different multigroup Monte Carlo transport algorithms on GPUs with a discussion of both history-based and event-based approaches. Several algorithmic improvements are introduced for both approaches. By modifying the history-based algorithm that is traditionally favored in CPU-based MC codes to occasionally filter out dead particles to reduce thread divergence, performance exceeds that of either the pure history-based or event-based approaches. The impacts of several algorithmic choices are discussed, including performance studies on Kepler and Pascal generation NVIDIA GPUs for fixed source and eigenvalue calculations. Single-device performance equivalent to 20–40 CPU cores onmore » the K40 GPU and 60–80 CPU cores on the P100 GPU is achieved. Last, in addition, nearly perfect multi-device parallel weak scaling is demonstrated on more than 16,000 nodes of the Titan supercomputer.« less

  15. MO-D-BRD-03: Radiobiology and Commissioning of Electronic Brachytherapy for IORT

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Zhang, J.

    2015-06-15

    electronic brachytherapy and the various applications for which it is being used. To understand the physics of the calibration and commissioning for electronic brachytherapy sources To understand the unique radiobiology and clinical implementation of electronic brachytherapy systems for skin and IORT techniques Xoft, Inc. contributed funding toward development of the NIST electronic brachytherapy facility (Michael Mitch).The University of Wisconsin (Wesley Culberson) has received research support funding from Xoft, Inc. Zoubir Ouhib has received partial funding from Elekta Esteya.« less

  16. MO-D-BRD-01: Clinical Implementation of An Electronic Brachytherapy Program for the Skin

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Ouhib, Z.

    2015-06-15

    electronic brachytherapy and the various applications for which it is being used. To understand the physics of the calibration and commissioning for electronic brachytherapy sources To understand the unique radiobiology and clinical implementation of electronic brachytherapy systems for skin and IORT techniques Xoft, Inc. contributed funding toward development of the NIST electronic brachytherapy facility (Michael Mitch).The University of Wisconsin (Wesley Culberson) has received research support funding from Xoft, Inc. Zoubir Ouhib has received partial funding from Elekta Esteya.« less

  17. MO-D-BRD-04: NIST Air-Kerma Standard for Electronic Brachytherapy Calibrations

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Mitch, M.

    electronic brachytherapy and the various applications for which it is being used. To understand the physics of the calibration and commissioning for electronic brachytherapy sources To understand the unique radiobiology and clinical implementation of electronic brachytherapy systems for skin and IORT techniques Xoft, Inc. contributed funding toward development of the NIST electronic brachytherapy facility (Michael Mitch).The University of Wisconsin (Wesley Culberson) has received research support funding from Xoft, Inc. Zoubir Ouhib has received partial funding from Elekta Esteya.« less

  18. MO-D-BRD-00: Electronic Brachytherapy

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    NONE

    electronic brachytherapy and the various applications for which it is being used. To understand the physics of the calibration and commissioning for electronic brachytherapy sources To understand the unique radiobiology and clinical implementation of electronic brachytherapy systems for skin and IORT techniques Xoft, Inc. contributed funding toward development of the NIST electronic brachytherapy facility (Michael Mitch).The University of Wisconsin (Wesley Culberson) has received research support funding from Xoft, Inc. Zoubir Ouhib has received partial funding from Elekta Esteya.« less

  19. MO-D-BRD-02: Radiological Physics and Surface Lesion Treatments with Electronic Brachytherapy

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Fulkerson, R.

    electronic brachytherapy and the various applications for which it is being used. To understand the physics of the calibration and commissioning for electronic brachytherapy sources To understand the unique radiobiology and clinical implementation of electronic brachytherapy systems for skin and IORT techniques Xoft, Inc. contributed funding toward development of the NIST electronic brachytherapy facility (Michael Mitch).The University of Wisconsin (Wesley Culberson) has received research support funding from Xoft, Inc. Zoubir Ouhib has received partial funding from Elekta Esteya.« less

  20. SARA - SURE/ASSIST RELIABILITY ANALYSIS WORKSTATION (VAX VMS VERSION)

    NASA Technical Reports Server (NTRS)

    Butler, R. W.

    1994-01-01

    series computers running VMS and were later ported for use on Sun series computers running SunOS. They are written in C-language, Pascal, and FORTRAN 77. An ANSI compliant C compiler is required in order to compile the C portion of the Sun version source code. The Pascal and FORTRAN code can be compiled on Sun computers using Sun Pascal and Sun Fortran. For the VMS version, VAX C, VAX PASCAL, and VAX FORTRAN can be used to recompile the source code. The standard distribution medium for the VMS version of SARA (COS-10041) is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The standard distribution medium for the Sun version of SARA (COS-10039) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. Electronic copies of the ASSIST user's manual in TeX and PostScript formats are provided on the distribution medium. DEC, VAX, VMS, and TK50 are registered trademarks of Digital Equipment Corporation. Sun, Sun3, Sun4, and SunOS are trademarks of Sun Microsystems, Inc. TeX is a trademark of the American Mathematical Society. PostScript is a registered trademark of Adobe Systems Incorporated.

  1. SARA - SURE/ASSIST RELIABILITY ANALYSIS WORKSTATION (UNIX VERSION)

    NASA Technical Reports Server (NTRS)

    Butler, R. W.

    1994-01-01

    series computers running VMS and were later ported for use on Sun series computers running SunOS. They are written in C-language, Pascal, and FORTRAN 77. An ANSI compliant C compiler is required in order to compile the C portion of the Sun version source code. The Pascal and FORTRAN code can be compiled on Sun computers using Sun Pascal and Sun Fortran. For the VMS version, VAX C, VAX PASCAL, and VAX FORTRAN can be used to recompile the source code. The standard distribution medium for the VMS version of SARA (COS-10041) is a 9-track 1600 BPI magnetic tape in VMSINSTAL format. It is also available on a TK50 tape cartridge in VMSINSTAL format. Executables are included. The standard distribution medium for the Sun version of SARA (COS-10039) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. Electronic copies of the ASSIST user's manual in TeX and PostScript formats are provided on the distribution medium. DEC, VAX, VMS, and TK50 are registered trademarks of Digital Equipment Corporation. Sun, Sun3, Sun4, and SunOS are trademarks of Sun Microsystems, Inc. TeX is a trademark of the American Mathematical Society. PostScript is a registered trademark of Adobe Systems Incorporated.

  2. COSTMODL - AN AUTOMATED SOFTWARE DEVELOPMENT COST ESTIMATION TOOL

    NASA Technical Reports Server (NTRS)

    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

  3. Theoretical Modeling for the X-ray Spectroscopy of Iron-bearing MgSiO3 under High Pressure

    NASA Astrophysics Data System (ADS)

    Wang, X.; Tsuchiya, T.

    2012-12-01

    The behaviors of iron (Fe) in MgSiO3 perovskite, including valence state, spin state, and chemical environments, at high pressures are of fundamental importance for more detailed understanding the properties of the Earth's lower mantle. The pressure induced spin transition of Fe-bearing MgO and MgSiO3 are detected often by using high-resolution K-edge X-ray emission spectroscopy (XES) [1,2,3] and confirmed by theoretical simulations. [4,5] Since the Fe K-edge XES is associated to the 3p orbital, which is far from the valence orbitals (3d and 4s), it provides no information about its coordination environments. However, the Fe L-edge XES and X-ray absorption spectroscopy (XAS) can directly present the distribution and intensity of Fe-3d character. To identify both the spin states and the coordination environments of iron-bearing MgSiO3, we systematically investigate the L-edge XAS, XES and X-ray photoelectron (XPS) spectroscopy of Fe2+- and Fe3+-bearing MgSiO3 under high pressure by using the first-principles density functional method combined with the slater-transition method. Our results show that Fe2+ and Fe3+ can be distinguished easily by taking the XPS spectra. The spin transition of Fe2+ and Fe3+ can also be clearly certified by XAS and XES. Interestingly, the broadness of L-edge XES of Fe changes depending on the iron position, meaning that its coordination environment might also be distinguishable by using high-resolution XES measurements. Research supported by the Ehime University G-COE program and KAKENHI. [1] James Badro, Guillaume Fiquet, FranÇois Guyot, Jean-Pascal Rueff, Viktor V. Struzhkin, György VankÓ, and Giulio Monaco. Science 300, 789 (2003), [2] James Badro, Jean-Pascal Rueff, György VankÓ, Giulio Monaco, Guillaume Fiquet, and FranÇois Guyot, Science 305, 383 (2004), [3] Jung-Fu Lin, Viktor V. Struzhkin, Steven D. Jacobsen, Michael Y. Hu, Paul Chow, Jennifer Kung, Haozhe Liu, Ho-kwang Mao, and Gussell J. Hemley, Nature 436, 377 (2005). [4

  4. Video segmentation using keywords

    NASA Astrophysics Data System (ADS)

    Ton-That, Vinh; Vong, Chi-Tai; Nguyen-Dao, Xuan-Truong; Tran, Minh-Triet

    2018-04-01

    At DAVIS-2016 Challenge, many state-of-art video segmentation methods achieve potential results, but they still much depend on annotated frames to distinguish between background and foreground. It takes a lot of time and efforts to create these frames exactly. In this paper, we introduce a method to segment objects from video based on keywords given by user. First, we use a real-time object detection system - YOLOv2 to identify regions containing objects that have labels match with the given keywords in the first frame. Then, for each region identified from the previous step, we use Pyramid Scene Parsing Network to assign each pixel as foreground or background. These frames can be used as input frames for Object Flow algorithm to perform segmentation on entire video. We conduct experiments on a subset of DAVIS-2016 dataset in half the size of its original size, which shows that our method can handle many popular classes in PASCAL VOC 2012 dataset with acceptable accuracy, about 75.03%. We suggest widely testing by combining other methods to improve this result in the future.

  5. A celebration of mechanics: from nano to macro. The J. Michael T. Thompson Festschrift issue.

    PubMed

    Elishakoff, Isaac

    2013-06-28

    This Theme Issue is dedicated to the topic 'Mechanics: from nano to macro' and marks the 75th birthday of Dr J. Michael T. Thompson, Fellow of the Royal Society, whose current affiliations are as follows: (i) Honorary Fellow, Department of Applied Mathematics and Theoretical Physics, Centre for Mathematical Sciences, University of Cambridge; (ii) Emeritus Professor of Nonlinear Dynamics, Department of Civil, Environmental and Geomatic Engineering, University College London; and (iii) Professor of Theoretical and Applied Dynamics (Distinguished Sixth Century Chair, part-time), University of Aberdeen. He also serves as Chairman of the Board of Directors at ES-Consult (consulting engineers) in Copenhagen, Denmark. The pertinent question that arises from the very start is: should we first salute Michael and then describe the Theme Issue, or vice versa? Indeed, according to Blaise Pascal (1623-1662), the last thing one discovers in composing a work is what to put first. I would like to take the liberty of deviating from the tradition of the Philosophical Transactions and start with the tribute to Michael; after all he is the prime cause of this Theme Issue.

  6. Investigation of air transportation technology at Princeton University, 1988-1989

    NASA Technical Reports Server (NTRS)

    Stengel, Robert F.

    1990-01-01

    The Air Transportation Technology Program at Princeton University, a program emphasizing graduate and undergraduate student research, proceeded along several avenues during the past year. A study of optimal trajectories for penetration of microbursts when encounter is unavoidable was conducted. The emphasis of current wind shear research is on developing an expert system for wind shear avoidance. A knowledge-based reconfigurable flight control system that is implemented with the Pascal programming language using parallel microprocessors was developed. This expert system could be considered a prototype for a failure-tolerant control system that can be constructed using existing hardware. Development of a real-time cockpit simulator continued during the year. The simulator provides a single-person crew station with both conventional and advanced control devices; it currently is programmed to simulate the Navion single-engine general aviation airplane. Alternatives for the air traffic control system giving particular attention to the institutional structure of the FAA are analyzed. A simple numerical procedure for estimating the stochastic robustness of control systems is being investigated. The revitalization of the general aviation industry is also discussed.

  7. Epi info - present and future.

    PubMed

    Su, Y; Yoon, S S

    2003-01-01

    Epi Info is a suite of public domain computer programs for public health professionals developed by the Centers for Disease Control and Prevention (CDC). Epi Info is used for rapid questionnaire design, data entry and validation, data analysis including mapping and graphing, and creation of reports. Epi Info was originally created in 1985 using Turbo Pascal. In 1998, the last version of Epi Info for DOS, version 6, was released. Epi Info for DOS is currently supported by CDC but is no longer updated. The current version, Epi Info 2002, is Windows-based software developed using Microsoft Visual Basic. Approximately 300,000 downloads of Epi Info software occurred in 2002 from approximately 130 countries. These numbers make Epi Info probably one of the most widely distributed and used public domain programs in the world. The DOS version of Epi Info was translated into 13 languages, and efforts are underway to translate the Windows version into other major languages. Versions already exist for Spanish, French, Portuguese, Chinese, Japanese, and Arabic.

  8. Space lab system analysis

    NASA Technical Reports Server (NTRS)

    Ingels, F. M.; Rives, T. B.

    1987-01-01

    An analytical analysis of the HOSC Generic Peripheral processing system was conducted. The results are summarized and they indicate that the maximum delay in performing screen change requests should be less than 2.5 sec., occurring for a slow VAX host to video screen I/O rate of 50 KBps. This delay is due to the average I/O rate from the video terminals to their host computer. Software structure of the main computers and the host computers will have greater impact on screen change or refresh response times. The HOSC data system model was updated by a newly coded PASCAL based simulation program which was installed on the HOSC VAX system. This model is described and documented. Suggestions are offered to fine tune the performance of the ETERNET interconnection network. Suggestions for using the Nutcracker by Excelan to trace itinerate packets which appear on the network from time to time were offered in discussions with the HOSC personnel. Several visits to the HOSC facility were to install and demonstrate the simulation model.

  9. Evaluation of the Space Shuttle Transatlantic Abort Landing Atmospheric Sounding System

    NASA Technical Reports Server (NTRS)

    Leahy, Frank B.

    2004-01-01

    This paper describes a study that was conducted to determine the quality of thermodynamic and wind data measured by the Space Shuttle Transatlantic Abort Landing (TAL) Atmospheric Sounding System (TASS). The system has Global Positioning System (GPS) tracking capability and provides profiles of atmospheric parameters such as temperature, relative humidity, and wind in support of potential emergency Space Shuttle landings at TAL sites. Ten comparison flights between the Low-Resolution Flight Element (LRFE) of the Automated Meteorological Profiling System (AMPS) and TASS were conducted at the Eastern Test Range (ETR) in early 2002. Initial results indicated that wind, temperature, and relative humidity compared well. However, incorrect GPS settings in the TASS software were resulting in altitude differences of about 60 to 70 m (approximately 200 to 230 ft) and air pressure differences of approximately 4 hectoPascals (hPa). TASS software updates to correct altitude data were completed in early 2003. Subsequent testing showed that altitude and air pressure differences were generally less than 5 m and 1 hPa, respectively.

  10. Manifold regularized multitask learning for semi-supervised multilabel image classification.

    PubMed

    Luo, Yong; Tao, Dacheng; Geng, Bo; Xu, Chao; Maybank, Stephen J

    2013-02-01

    It is a significant challenge to classify images with multiple labels by using only a small number of labeled samples. One option is to learn a binary classifier for each label and use manifold regularization to improve the classification performance by exploring the underlying geometric structure of the data distribution. However, such an approach does not perform well in practice when images from multiple concepts are represented by high-dimensional visual features. Thus, manifold regularization is insufficient to control the model complexity. In this paper, we propose a manifold regularized multitask learning (MRMTL) algorithm. MRMTL learns a discriminative subspace shared by multiple classification tasks by exploiting the common structure of these tasks. It effectively controls the model complexity because different tasks limit one another's search volume, and the manifold regularization ensures that the functions in the shared hypothesis space are smooth along the data manifold. We conduct extensive experiments, on the PASCAL VOC'07 dataset with 20 classes and the MIR dataset with 38 classes, by comparing MRMTL with popular image classification algorithms. The results suggest that MRMTL is effective for image classification.

  11. Color vision testing with a computer graphics system: preliminary results.

    PubMed

    Arden, G; Gündüz, K; Perry, S

    1988-06-01

    We report a method for computer enhancement of color vision tests. In our graphics system 256 colors are selected from a much larger range and displayed on a screen divided into 768 x 288 pixels. Eight-bit digital-to-analogue converters drive a high quality monitor with separate inputs to the red, green, and blue amplifiers and calibrated gun chromaticities. The graphics are controlled by a PASCAL program written for a personal computer, which calculates the values of the red, green, and blue signals and specifies them in Commité Internationale d'Eclairage X, Y, and Z fundamentals, so changes in chrominance occur without changes in luminance. The system for measuring color contrast thresholds with gratings is more than adequate in normal observers. In patients with mild retinal damage in whom other tests of visual function are normal, this method of testing color vision shows specific increases in contrast thresholds along tritan color-confusion lines. By the time the Hardy-Rand-Rittler and Farnsworth-Munsell 100-hue tests disclose abnormalities, gross defects in color contrast threshold can be seen with our system.

  12. Feature-fused SSD: fast detection for small objects

    NASA Astrophysics Data System (ADS)

    Cao, Guimei; Xie, Xuemei; Yang, Wenzhe; Liao, Quan; Shi, Guangming; Wu, Jinjian

    2018-04-01

    Small objects detection is a challenging task in computer vision due to its limited resolution and information. In order to solve this problem, the majority of existing methods sacrifice speed for improvement in accuracy. In this paper, we aim to detect small objects at a fast speed, using the best object detector Single Shot Multibox Detector (SSD) with respect to accuracy-vs-speed trade-off as base architecture. We propose a multi-level feature fusion method for introducing contextual information in SSD, in order to improve the accuracy for small objects. In detailed fusion operation, we design two feature fusion modules, concatenation module and element-sum module, different in the way of adding contextual information. Experimental results show that these two fusion modules obtain higher mAP on PASCAL VOC2007 than baseline SSD by 1.6 and 1.7 points respectively, especially with 2-3 points improvement on some small objects categories. The testing speed of them is 43 and 40 FPS respectively, superior to the state of the art Deconvolutional single shot detector (DSSD) by 29.4 and 26.4 FPS.

  13. Photoacoustic projection imaging using an all-optical detector array

    NASA Astrophysics Data System (ADS)

    Bauer-Marschallinger, J.; Felbermayer, K.; Berer, T.

    2018-02-01

    We present a prototype for all-optical photoacoustic projection imaging. By generating projection images, photoacoustic information of large volumes can be retrieved with less effort compared to common photoacoustic computed tomography where many detectors and/or multiple measurements are required. In our approach, an array of 60 integrating line detectors is used to acquire photoacoustic waves. The line detector array consists of fiber-optic MachZehnder interferometers, distributed on a cylindrical surface. From the measured variation of the optical path lengths of the interferometers, induced by photoacoustic waves, a photoacoustic projection image can be reconstructed. The resulting images represent the projection of the three-dimensional spatial light absorbance within the imaged object onto a two-dimensional plane, perpendicular to the line detector array. The fiber-optic detectors achieve a noise-equivalent pressure of 24 Pascal at a 10 MHz bandwidth. We present the operational principle, the structure of the array, and resulting images. The system can acquire high-resolution projection images of large volumes within a short period of time. Imaging large volumes at high frame rates facilitates monitoring of dynamic processes.

  14. A Meta-Analysis of Single-Family Deep Energy Retrofit Performance in the U.S.

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Less, Brennan; Walker, Iain

    2014-08-01

    The current state of Deep Energy Retrofit (DER) performance in the U.S. has been assessed in 116 homes in the United States, using actual and simulated data gathered from the available domestic literature. Substantial airtightness reductions averaging 63% (n=48) were reported (two- to three-times more than in conventional retrofits), with average post-retrofit airtightness of 4.7 Air Changes per House at 50 Pascal (ACH50) (n=94). Yet, mechanical ventilation was not installed consistently. In order to avoid indoor air quality (IAQ) issues, all future DERs should comply with ASHRAE 62.2-2013 requirements or equivalent. Projects generally achieved good energy results, with average annualmore » net-site and net-source energy savings of 47%±20% and 45%±24% (n=57 and n=35), respectively, and carbon emission reductions of 47%±22% (n=23). Net-energy reductions did not vary reliably with house age, airtightness, or reported project costs, but pre-retrofit energy usage was correlated with total reductions (MMBtu).« less

  15. Sustained culture and surgical outcome improvement.

    PubMed

    Babic, Bruna; Volpe, Anita Ayrandjian; Merola, Stephen; Mauer, Elizabeth; Cozacov, Yaniv; Ko, Clifford Y; Michelassi, Fabrizio; Saldinger, Pierre

    2018-02-16

    A focus on the culture of safety and patient outcomes continues to grow in importance. Several initiatives targeted at individual deficits have been described but few institutions have shown the effect of a global change in culture on patient outcomes. Patient care perception was assessed using Safety Attitudes Questionnaire (SAQ) by Pascal Metrics ® . A change in culture was initiated, followed by implementation of initiatives targeting communication and patient safety. ACS-NSQIP data was analyzed to assess outcomes during the period of improved culture. Our institution had poor outcomes as measured by ACS-NSQIP data and several deficiencies in our culture score. Both statistically improved after initiative implementation. A difference in mean culture score across time (p < 0.001 = .031) was seen from 2013 to 2015, while NSQIP odds ratios falling in the 'exemplary' category increased. Our results demonstrate an improvement in both culture and outcomes from 2013 to 2015, suggesting a correlation between culture and surgical outcomes. Copyright © 2018 Elsevier Inc. All rights reserved.

  16. Design verification of SIFT

    NASA Technical Reports Server (NTRS)

    Moser, Louise; Melliar-Smith, Michael; Schwartz, Richard

    1987-01-01

    A SIFT reliable aircraft control computer system, designed to meet the ultrahigh reliability required for safety critical flight control applications by use of processor replications and voting, was constructed for SRI, and delivered to NASA Langley for evaluation in the AIRLAB. To increase confidence in the reliability projections for SIFT, produced by a Markov reliability model, SRI constructed a formal specification, defining the meaning of reliability in the context of flight control. A further series of specifications defined, in increasing detail, the design of SIFT down to pre- and post-conditions on Pascal code procedures. Mechanically checked mathematical proofs were constructed to demonstrate that the more detailed design specifications for SIFT do indeed imply the formal reliability requirement. An additional specification defined some of the assumptions made about SIFT by the Markov model, and further proofs were constructed to show that these assumptions, as expressed by that specification, did indeed follow from the more detailed design specifications for SIFT. This report provides an outline of the methodology used for this hierarchical specification and proof, and describes the various specifications and proofs performed.

  17. "Observation Obscurer" - Time Series Viewer, Editor and Processor

    NASA Astrophysics Data System (ADS)

    Andronov, I. L.

    The program is described, which contains a set of subroutines suitable for East viewing and interactive filtering and processing of regularly and irregularly spaced time series. Being a 32-bit DOS application, it may be used as a default fast viewer/editor of time series in any compute shell ("commander") or in Windows. It allows to view the data in the "time" or "phase" mode, to remove ("obscure") or filter outstanding bad points; to make scale transformations and smoothing using few methods (e.g. mean with phase binning, determination of the statistically opti- mal number of phase bins; "running parabola" (Andronov, 1997, As. Ap. Suppl, 125, 207) fit and to make time series analysis using some methods, e.g. correlation, autocorrelation and histogram analysis: determination of extrema etc. Some features have been developed specially for variable star observers, e.g. the barycentric correction, the creation and fast analysis of "OC" diagrams etc. The manual for "hot keys" is presented. The computer code was compiled with a 32-bit Free Pascal (www.freepascal.org).

  18. Heart murmur detection based on wavelet transformation and a synergy between artificial neural network and modified neighbor annealing methods.

    PubMed

    Eslamizadeh, Gholamhossein; Barati, Ramin

    2017-05-01

    Early recognition of heart disease plays a vital role in saving lives. Heart murmurs are one of the common heart problems. In this study, Artificial Neural Network (ANN) is trained with Modified Neighbor Annealing (MNA) to classify heart cycles into normal and murmur classes. Heart cycles are separated from heart sounds using wavelet transformer. The network inputs are features extracted from individual heart cycles, and two classification outputs. Classification accuracy of the proposed model is compared with five multilayer perceptron trained with Levenberg-Marquardt, Extreme-learning-machine, back-propagation, simulated-annealing, and neighbor-annealing algorithms. It is also compared with a Self-Organizing Map (SOM) ANN. The proposed model is trained and tested using real heart sounds available in the Pascal database to show the applicability of the proposed scheme. Also, a device to record real heart sounds has been developed and used for comparison purposes too. Based on the results of this study, MNA can be used to produce considerable results as a heart cycle classifier. Copyright © 2017 Elsevier B.V. All rights reserved.

  19. Rose garden promises of intelligent tutoring systems: Blossom or thorn

    NASA Technical Reports Server (NTRS)

    Shute, Valerie J.

    1991-01-01

    Intelligent tutoring systems (ITS) have been in existence for over a decade. However, few controlled evaluation studies have been conducted comparing the effectiveness of these systems to more traditional instruction methods. Two main promises of ITSs are examined: (1) Engender more effective and efficient learning in relation to traditional formats; and (2) Reduce the range of learning outcome measures where a majority of individuals are elevated to high performance levels. Bloom (1984) has referred to these as the two sigma problem; to achieve two standard deviation improvements with tutoring over traditional instruction methods. Four ITSs are discussed in relation to the two promises. These tutors have undergone systematic, controlled evaluations: (1) The LISP tutor (Anderson Farrell and Sauers, 1984); (2) Smithtown (Shute and Glaser, in press); (3) Sherlock (Lesgold, Lajoie, Bunzo and Eggan, 1990); and (4) The Pascal ITS (Bonar, Cunningham, Beatty and Well, 1988). Results show that these four tutors do accelerate learning with no degradation in final outcome. Suggestions for improvements to the design and evaluation of ITSs are discussed.

  20. Insights from Classifying Visual Concepts with Multiple Kernel Learning

    PubMed Central

    Binder, Alexander; Nakajima, Shinichi; Kloft, Marius; Müller, Christina; Samek, Wojciech; Brefeld, Ulf; Müller, Klaus-Robert; Kawanabe, Motoaki

    2012-01-01

    Combining information from various image features has become a standard technique in concept recognition tasks. However, the optimal way of fusing the resulting kernel functions is usually unknown in practical applications. Multiple kernel learning (MKL) techniques allow to determine an optimal linear combination of such similarity matrices. Classical approaches to MKL promote sparse mixtures. Unfortunately, 1-norm regularized MKL variants are often observed to be outperformed by an unweighted sum kernel. The main contributions of this paper are the following: we apply a recently developed non-sparse MKL variant to state-of-the-art concept recognition tasks from the application domain of computer vision. We provide insights on benefits and limits of non-sparse MKL and compare it against its direct competitors, the sum-kernel SVM and sparse MKL. We report empirical results for the PASCAL VOC 2009 Classification and ImageCLEF2010 Photo Annotation challenge data sets. Data sets (kernel matrices) as well as further information are available at http://doc.ml.tu-berlin.de/image_mkl/(Accessed 2012 Jun 25). PMID:22936970

  1. The New Microbiology: a conference at the Institut de France.

    PubMed

    Radoshevich, Lilliana; Bierne, Hélène; Ribet, David; Cossart, Pascale

    2012-08-01

    In May 2012, three European Academies held a conference on the present and future of microbiology. The conference, entitled "The New Microbiology", was a joint effort of the French Académie des sciences, of the German National Academy of Sciences Leopoldina and of the British Royal Society. The organizers - Pascale Cossart and Philippe Sansonetti from the "Académie des sciences", David Holden and Richard Moxon from the "Royal Society", and Jörg Hacker and Jürgen Hesseman from the "Leopoldina Nationale Akademie der Wissenschaften" - wanted to highlight the current renaissance in the field of microbiology mostly due to the advent of technological developments and allowing for single-cell analysis, rapid and inexpensive genome-wide comparisons, sophisticated microscopy and quantitative large-scale studies of RNA regulation and proteomics. The conference took place in the historical Palais de l'Institut de France in Paris with the strong support of Jean-François Bach, Secrétaire Perpétuel of the Académie des sciences. Copyright © 2012 Académie des sciences. Published by Elsevier SAS. All rights reserved.

  2. ShearWave™ elastography for evaluation of the elasticity of Hashimoto's thyroiditis.

    PubMed

    Liu, Haifang; Zhu, Yuping; Jiao, Jie; Yuan, Jia; Pu, Tianning; Yong, Qiang

    2018-04-13

    The aim of this study was to assess the elasticity of Hashimoto's thyroiditis in the different processes via supersonic ShearWave™ Elastography (SWE™). Quantitative information is delivered as Young's modulus value expressed in kilo-Pascal (kPa). 30 healthy female and 30 healthy male individuals aging at 40±20 y had undergone conventional ultrasonography and SWE to determine the influence of gender on elasticity of thyroid. Also 60 female and 60 male patients (mean age, 40±20 y) with Hashimoto's thyroiditis in different processes underwent conventional ultrasonography and SWE to determine the elasticity of thyroid in Hashimoto's thyroiditis. Furthermore, the relationship between elasticity values and thyroid peroxidase antibody (TPOAB) in the patients was investigated. We found significant impact of gender on elasticity values of healthy thyroids. Our study showed that increased elasticity values with statistical significance in hyperthyroidism stage, normal thyroid function stage and hypothyroidism were shown. Low degree relationship between elasticity values and TPOAB was found in 60 male patients. However, there was no such correlation in female patients.

  3. Morality Principles for Risk Modelling: Needs and Links with the Origins of Plausible Inference

    NASA Astrophysics Data System (ADS)

    Solana-Ortega, Alberto; Solana, Vicente

    2009-12-01

    In comparison with the foundations of probability calculus, the inescapable and controversial issue of how to assign probabilities has only recently become a matter of formal study. The introduction of information as a technical concept was a milestone, but the most promising entropic assignment methods still face unsolved difficulties, manifesting the incompleteness of plausible inference theory. In this paper we examine the situation faced by risk analysts in the critical field of extreme events modelling, where the former difficulties are especially visible, due to scarcity of observational data, the large impact of these phenomena and the obligation to assume professional responsibilities. To respond to the claim for a sound framework to deal with extremes, we propose a metafoundational approach to inference, based on a canon of extramathematical requirements. We highlight their strong moral content, and show how this emphasis in morality, far from being new, is connected with the historic origins of plausible inference. Special attention is paid to the contributions of Caramuel, a contemporary of Pascal, unfortunately ignored in the usual mathematical accounts of probability.

  4. PREFACE: International Conference on Many Particle Spectroscopy of Atoms, Molecules, Clusters and Surfaces

    NASA Astrophysics Data System (ADS)

    Dowek, Danielle; Bennani, Azzedine; Lablanquie, Pascal; Maquet, Alfred

    2008-12-01

    The 2008 edition of the International Conference on Many Particle Spectroscopy of Atoms, Molecules, Clusters and Surfaces was held in Paris from 30 June to 2 July 2008. This biennial conference alternates with the International Symposium on (e,2e), Double Photoionization and Related Topics which is a satellite of the International Conference on Photonic, Electronic and Atomic Collisions (ICPEAC) conference. Over 110 participants from 20 countries gathered to examine the latest developments in the field of radiation interactions with matter. These include electron-electron correlation effects in excitation and in single and multiple ionization of atoms, molecules, clusters and surfaces with various projectiles: electrons, photons and ions. The present proceedings gathers the contributions of invited speakers and is intended to provide a detailed state-of-the-art account of the various facets of the field. Special thanks are due to Université Paris Sud XI, CNRS, and the laboratories LCAM, LIXAM and LCPMR which provided financial support for the organization of the conference. We are also grateful to the contribution of the companies Varian and RoentDek Handels GmbH. Guest Editors: Danielle Dowek and Azzedine Bennani LCAM, Université Paris Sud XI, France Pascal Lablanquie and Alfred Maquet LCPMR, Université Pierre et Marie Curie, Paris, France INTERNATIONAL SCIENTIFIC COMMITTEE Lorenzo Avaldi, (Italy) Alexei Grum Grzhimailo, (Russia) Klaus Bartschat, (USA) Nikolai Kabachnik, (Russia) Jamal Berakdar, (Germany) Birgit Lohmann, (Australia) Nora Berrah, (USA) Don H Madison, (USA) Michael Brunger, (Australia) Francis Penent, (France) Albert Crowe, (UK) Bernard Piraux, (Belgium) Claude Dal Cappello, (France) Roberto Rivarola, (Argentina) JingKang Deng, (China) Emma Sokkel, (Ireland) Alexander Dorn, (Germany) Giovanni Stefani, (Italy) Reinhardt Dorner, (Germany) Noboru Watanabe, (Japan) François Frémont, (France) LOCAL ORGANIZING COMMITTEE Azzedine BENNANI (Chair

  5. Acoustic changes in the speech of children with cerebral palsy following an intensive program of dysarthria therapy.

    PubMed

    Pennington, Lindsay; Lombardo, Eftychia; Steen, Nick; Miller, Nick

    2018-01-01

    The speech intelligibility of children with dysarthria and cerebral palsy has been observed to increase following therapy focusing on respiration and phonation. To determine if speech intelligibility change following intervention is associated with change in acoustic measures of voice. We recorded 16 young people with cerebral palsy and dysarthria (nine girls; mean age 14 years, SD = 2; nine spastic type, two dyskinetic, four mixed; one Worster-Drought) producing speech in two conditions (single words, connected speech) twice before and twice after therapy focusing on respiration, phonation and rate. In both single-word and connected speech we measured vocal intensity (root mean square-RMS), period-to-period variability (Shimmer APQ, Jitter RAP and PPQ) and harmonics-to-noise ratio (HNR). In connected speech we also measured mean fundamental frequency, utterance duration in seconds and speech and articulation rate (syllables/s with and without pauses respectively). All acoustic measures were made using Praat. Intelligibility was calculated in previous research. In single words statistically significant but very small reductions were observed in period-to-period variability following therapy: Shimmer APQ -0.15 (95% CI = -0.21 to -0.09); Jitter RAP -0.08 (95% CI = -0.14 to -0.01); Jitter PPQ -0.08 (95% CI = -0.15 to -0.01). No changes in period-to-period perturbation across phrases in connected speech were detected. However, changes in connected speech were observed in phrase length, rate and intensity. Following therapy, mean utterance duration increased by 1.11 s (95% CI = 0.37-1.86) when measured with pauses and by 1.13 s (95% CI = 0.40-1.85) when measured without pauses. Articulation rate increased by 0.07 syllables/s (95% CI = 0.02-0.13); speech rate increased by 0.06 syllables/s (95% CI = < 0.01-0.12); and intensity increased by 0.03 Pascals (95% CI = 0.02-0.04). There was a gradual reduction in mean fundamental frequency across all time points (-11.85 Hz, 95

  6. Accurate high-speed liquid handling of very small biological samples.

    PubMed

    Schober, A; Günther, R; Schwienhorst, A; Döring, M; Lindemann, B F

    1993-08-01

    Molecular biology techniques require the accurate pipetting of buffers and solutions with volumes in the microliter range. Traditionally, hand-held pipetting devices are used to fulfill these requirements, but many laboratories have also introduced robotic workstations for the handling of liquids. Piston-operated pumps are commonly used in manually as well as automatically operated pipettors. These devices cannot meet the demands for extremely accurate pipetting of very small volumes at the high speed that would be necessary for certain applications (e.g., in sequencing projects with high throughput). In this paper we describe a technique for the accurate microdispensation of biochemically relevant solutions and suspensions with the aid of a piezoelectric transducer. It is suitable for liquids of a viscosity between 0.5 and 500 milliPascals. The obtainable drop sizes range from 5 picoliters to a few nanoliters with up to 10,000 drops per second. Liquids can be dispensed in single or accumulated drops to handle a wide volume range. The system proved to be excellently suitable for the handling of biological samples. It did not show any detectable negative impact on the biological function of dissolved or suspended molecules or particles.

  7. Rework of the ERA software system: ERA-8

    NASA Astrophysics Data System (ADS)

    Pavlov, D.; Skripnichenko, V.

    2015-08-01

    The software system that has been powering many products of the IAA during decades has undergone a major rework. ERA has capabilities for: processing tables of observations of different kinds, fitting parameters to observations, integrating equations of motion of the Solar system bodies. ERA comprises a domain-specific language called SLON, tailored for astronomical tasks. SLON provides a convenient syntax for reductions of observations, choosing of IAU standards to use, applying rules for filtering observations or selecting parameters for fitting. Also, ERA includes a table editor and a graph plotter. ERA-8 has a number of improvements over previous versions such as: integration of the Solar system and TT xA1 TDB with arbitrary number of asteroids; option to use different ephemeris (including DE and INPOP); integrator with 80-bit floating point. The code of ERA-8 has been completely rewritten from Pascal to C (for numerical computations) and Racket (for running SLON programs and managing data). ERA-8 is portable across major operating systems. The format of tables in ERA-8 is based on SQLite. The SPICE format has been chosen as the main format for ephemeris in ERA-8.

  8. Method for bonding thin film thermocouples to ceramics

    DOEpatents

    Kreider, Kenneth G.

    1993-01-01

    A method is provided for adhering a thin film metal thermocouple to a ceramic substrate used in an environment up to 700 degrees Centigrade, such as at a cylinder of an internal combustion engine. The method includes the steps of: depositing a thin layer of a reactive metal on a clean ceramic substrate; and depositing thin layers of platinum and a platinum-10% rhodium alloy forming the respective legs of the thermocouple on the reactive metal layer. The reactive metal layer serves as a bond coat between the thin noble metal thermocouple layers and the ceramic substrate. The thin layers of noble metal are in the range of 1-4 micrometers thick. Preferably, the ceramic substrate is selected from the group consisting of alumina and partially stabilized zirconia. Preferably, the thin layer of reactive metal is in the range of 0.015-0.030 micrometers (15-30 nanometers) thick. The preferred reactive metal is chromium. Other reactive metals may be titanium or zirconium. The thin layer of reactive metal may be deposited by sputtering in ultra high purity argon in a vacuum of approximately 2 milliTorr (0.3 Pascals).

  9. The structure of the regulatory region of the rat L1 (L1Rn, long interspersed repeated) DNA family of transposable elements.

    PubMed Central

    Furano, A V; Robb, S M; Robb, F T

    1988-01-01

    Here we report the DNA structure of the left 1.5 kb of two newly isolated full length members of the rat L1 DNA family (L1Rn, long interspersed repeated DNA). In contrast to earlier isolated rat L1 members, both of these contain promoter-like regions that are most likely full length. In addition, the promoter-like region of both members has undergone a partial tandem duplication. A second internal region of the left end of one of the reported members is also tandemly duplicated. The propensity of the left end of rat L1 elements to undergo this form of genetic rearrangement, as well as other structural features revealed by the present work, is discussed in light of the fact that during evolution the otherwise conserved mammalian L1 DNA families have each acquired completely different promoter-like regions. In an accompanying paper [Nur, I., Pascale, E., and Furano, A. V. (1988) Nucleic Acids Res. 16, submitted], we report that one of the rat promoter-like regions can function as a promoter in rat cells when fused to the Escherichia coli chloramphenicol acyltransferase gene. PMID:2845369

  10. S-CNN: Subcategory-aware convolutional networks for object detection.

    PubMed

    Chen, Tao; Lu, Shijian; Fan, Jiayuan

    2017-09-26

    The marriage between the deep convolutional neural network (CNN) and region proposals has made breakthroughs for object detection in recent years. While the discriminative object features are learned via a deep CNN for classification, the large intra-class variation and deformation still limit the performance of the CNN based object detection. We propose a subcategory-aware CNN (S-CNN) to solve the object intra-class variation problem. In the proposed technique, the training samples are first grouped into multiple subcategories automatically through a novel instance sharing maximum margin clustering process. A multi-component Aggregated Channel Feature (ACF) detector is then trained to produce more latent training samples, where each ACF component corresponds to one clustered subcategory. The produced latent samples together with their subcategory labels are further fed into a CNN classifier to filter out false proposals for object detection. An iterative learning algorithm is designed for the joint optimization of image subcategorization, multi-component ACF detector, and subcategory-aware CNN classifier. Experiments on INRIA Person dataset, Pascal VOC 2007 dataset and MS COCO dataset show that the proposed technique clearly outperforms the state-of-the-art methods for generic object detection.

  11. The science of computing - Parallel computation

    NASA Technical Reports Server (NTRS)

    Denning, P. J.

    1985-01-01

    Although parallel computation architectures have been known for computers since the 1920s, it was only in the 1970s that microelectronic components technologies advanced to the point where it became feasible to incorporate multiple processors in one machine. Concommitantly, the development of algorithms for parallel processing also lagged due to hardware limitations. The speed of computing with solid-state chips is limited by gate switching delays. The physical limit implies that a 1 Gflop operational speed is the maximum for sequential processors. A computer recently introduced features a 'hypercube' architecture with 128 processors connected in networks at 5, 6 or 7 points per grid, depending on the design choice. Its computing speed rivals that of supercomputers, but at a fraction of the cost. The added speed with less hardware is due to parallel processing, which utilizes algorithms representing different parts of an equation that can be broken into simpler statements and processed simultaneously. Present, highly developed computer languages like FORTRAN, PASCAL, COBOL, etc., rely on sequential instructions. Thus, increased emphasis will now be directed at parallel processing algorithms to exploit the new architectures.

  12. Visual word ambiguity.

    PubMed

    van Gemert, Jan C; Veenman, Cor J; Smeulders, Arnold W M; Geusebroek, Jan-Mark

    2010-07-01

    This paper studies automatic image classification by modeling soft assignment in the popular codebook model. The codebook model describes an image as a bag of discrete visual words selected from a vocabulary, where the frequency distributions of visual words in an image allow classification. One inherent component of the codebook model is the assignment of discrete visual words to continuous image features. Despite the clear mismatch of this hard assignment with the nature of continuous features, the approach has been successfully applied for some years. In this paper, we investigate four types of soft assignment of visual words to image features. We demonstrate that explicitly modeling visual word assignment ambiguity improves classification performance compared to the hard assignment of the traditional codebook model. The traditional codebook model is compared against our method for five well-known data sets: 15 natural scenes, Caltech-101, Caltech-256, and Pascal VOC 2007/2008. We demonstrate that large codebook vocabulary sizes completely deteriorate the performance of the traditional model, whereas the proposed model performs consistently. Moreover, we show that our method profits in high-dimensional feature spaces and reaps higher benefits when increasing the number of image categories.

  13. Gay-Lussac Did Better Than He Knew

    NASA Astrophysics Data System (ADS)

    Holbrow, Charles H.; Amato, Joseph C.

    2011-04-01

    In his 1802 paper Joseph Louis Gay-Lussac reported the first definitive experimental evidence that many different gases exhibit the same fractional expansion of volume when heated. This property is known as Charles Law, Amontons Law, Dalton's Law, or the law of volumes. Gay-Lussac concluded from his experiments that many gases expand by 37.5% when heated from 0 ,oC to 100,oC. Although his result is within 2.5% of the modern value of 36.6% = 100/273.15, the discrepancy is surprising because his direct and simple experimental method allowed him to measure changes in volume with a precision of a few tenths of a percent. An examination of his original paper suggests, however, that he did not take into account that his measurements of the initial and final volumes of gas were made at slightly different pressures. With reasonable assumptions about the diagrams in his paper, one can use Pascal's law and the ideal gas law to correct the measured volumes so that they correspond to the same initial and final pressure. With this correction the results imply δV/V = .366. Gay-Lussac did better than he knew.

  14. [99 percent of history].

    PubMed

    Sörlin, S

    1994-01-01

    This text is a slightly edited version of a lecture given when the author was installed as professor of environmental history at Umeå University on October 9, 1993. The author sketches tendencies in historical research--the Annales-school and the historiography of the West in the United States--leading up to the formation of environmental history as an independent field of research during the last quarter century. He comments on some recent examples of excellent scholarship--works by Alfred Crosby, Carolyn Merchant, Donald Worster--before turning to an older tradition of environmental description in 19th century geography, geology and the life sciences. He then puts environmental investigations into the framework of a general history of science starting with John Evelyn's study of the quality of the London air, published in 1661, but also mentioning major naturalists and thinkers such as Pascal, Linnaeus, Haeckel, and Humboldt. The author finally takes up the theme of biodiversity, indicating that a history of the environment and of the environmental sciences also has implications for how nature is treated today and how it will be treated in the future.

  15. Micropatterned Pyramidal Ionic Gels for Sensing Broad-Range Pressures with High Sensitivity.

    PubMed

    Cho, Sung Hwan; Lee, Seung Won; Yu, Seunggun; Kim, Hyeohn; Chang, Sooho; Kang, Donyoung; Hwang, Ihn; Kang, Han Sol; Jeong, Beomjin; Kim, Eui Hyuk; Cho, Suk Man; Kim, Kang Lib; Lee, Hyungsuk; Shim, Wooyoung; Park, Cheolmin

    2017-03-22

    The development of pressure sensors that are effective over a broad range of pressures is crucial for the future development of electronic skin applicable to the detection of a wide pressure range from acoustic wave to dynamic human motion. Here, we present flexible capacitive pressure sensors that incorporate micropatterned pyramidal ionic gels to enable ultrasensitive pressure detection. Our devices show superior pressure-sensing performance, with a broad sensing range from a few pascals up to 50 kPa, with fast response times of <20 ms and a low operating voltage of 0.25 V. Since high-dielectric-constant ionic gels were employed as constituent sensing materials, an unprecedented sensitivity of 41 kPa -1 in the low-pressure regime of <400 Pa could be realized in the context of a metal-insulator-metal platform. This broad-range capacitive pressure sensor allows for the efficient detection of pressure from a variety of sources, including sound waves, a lightweight object, jugular venous pulses, radial artery pulses, and human finger touch. This platform offers a simple, robust approach to low-cost, scalable device design, enabling practical applications of electronic skin.

  16. Investigation of the effects of cadmium by micro analytical methods on Lycopersicon esculentum Mill. roots.

    PubMed

    Colak, G; Baykul, M C; Gürler, R; Catak, E; Caner, N

    2014-09-01

    The interactions between cadmium stress and plant nutritional elements have been investigated on complete plant or at the level of organs. This study was undertaken to contribute to the exploration of the physiological basis of cadmium phytotoxicity. We examined the changes in the nutritional element compositions of the root epidermal cells of the seedlings of Lycopersicon esculentum Mill. at the initial growth stages that is known as the most sensitive stage to the stress. Effects of cadmium stress on the seedlings of Lycopersicon esculentum Mill. were examined by EDX (Energy Dispersive X-Ray Microanalysis) assay performed with using low vacuum (∼ 24 Pascal) Scanning Electron Microscopy. In the analysis performed at the level of root epidermal cells, some of the macro- and micronutrient contents of the cells (carbon, oxygen, nitrogen, phosphorus, potassium, calcium, magnesium, sulfur, iron, copper, and zinc levels) were found to change when the applying toxic concentrations of cadmium. There was no change in the manganese and sodium content of the epidermal cells. It was concluded that the changes in nutritional element composition of the cells can be considered as an effective parameter in explaining the physiological mechanisms of cadmium-induced growth inhibition.

  17. As of 2012, what are the key predictive risk factors for pressure ulcers? Developing French guidelines for clinical practice.

    PubMed

    Michel, J-M; Willebois, S; Ribinik, P; Barrois, B; Colin, D; Passadori, Y

    2012-10-01

    An evaluation of predictive risk factors for pressure ulcers is essential in development of a preventive strategy on admission to hospitals and/or nursing homes. Identification of the predictive factors for pressure ulcers as of 2012. Systematic review of the literature querying the databases PASCAL Biomed, Cochrane Library and PubMed from 2000 through 2010. Immobility should be considered as a predictive risk factor for pressure ulcers (grade B). Undernutrition/malnutrition may also be a predictive risk factor for pressure ulcers (grade C). Even if the level of evidence is low, once these risk factors have been detected, management is essential. Sensitizing and mobilizing health care teams requires training in ways of tracking and screening. According to the experts, risk scales should be used. As decision aids, they should always be balanced and complemented by the clinical judgment of the treatment team. According to experts, it is important to know and predictively evaluate risk of pressure ulcers at the time of hospital admission. The predictive risk factors found in this study are identical to those highlighted at the 2001 consensus conference of which was PERSE was the promoter. Copyright © 2012. Published by Elsevier Masson SAS.

  18. Nodule and Leaf Nitrate Reductases and Nitrogen Fixation in Medicago sativa L. under Water Stress

    PubMed Central

    Aparicio-Tejo, P.; Sánchez-Díaz, Manuel

    1982-01-01

    The effect of water stress on patterns of nitrate reductase activity in the leaves and nodules and on nitrogen fixation were investigated in Medicago sativa L. plants watered 1 week before drought with or without NO3−. Nitrogen fixation was decreased by water stress and also inhibited strongly by the presence of NO3−. During drought, leaf nitrate reductase activity (NRA) decreased significantly particularly in plants watered with NO3−, while with rewatering, leaf NRA recovery was quite important especially in the NO3−-watered plants. As water stress progressed, the nodular NRA increased both in plants watered with NO3− and in those without NO3− contrary to the behavior of the leaves. Beyond −15.105 pascal, nodular NRA began to decrease in plants watered with NO3−. This phenomenon was not observed in nodules of plants given water only. Upon rewatering, it was observed that in plants watered with NO3− the nodular NRA increased again, while in plants watered but not given NO3−, such activity began to decrease. Nitrogen fixation increased only in plants without NO3−. PMID:16662233

  19. Algorithms and programming tools for image processing on the MPP:3

    NASA Technical Reports Server (NTRS)

    Reeves, Anthony P.

    1987-01-01

    This is the third and final report on the work done for NASA Grant 5-403 on Algorithms and Programming Tools for Image Processing on the MPP:3. All the work done for this grant is summarized in the introduction. Work done since August 1986 is reported in detail. Research for this grant falls under the following headings: (1) fundamental algorithms for the MPP; (2) programming utilities for the MPP; (3) the Parallel Pascal Development System; and (4) performance analysis. In this report, the results of two efforts are reported: region growing, and performance analysis of important characteristic algorithms. In each case, timing results from MPP implementations are included. A paper is included in which parallel algorithms for region growing on the MPP is discussed. These algorithms permit different sized regions to be merged in parallel. Details on the implementation and peformance of several important MPP algorithms are given. These include a number of standard permutations, the FFT, convolution, arbitrary data mappings, image warping, and pyramid operations, all of which have been implemented on the MPP. The permutation and image warping functions have been included in the standard development system library.

  20. Note: A temperature-stable low-noise transimpedance amplifier for microcurrent measurement.

    PubMed

    Xie, Kai; Shi, Xueyou; Zhao, Kai; Guo, Lixin; Zhang, Hanlu

    2017-02-01

    Temperature stability and noise characteristics often run contradictory in microcurrent (e.g., pA-scale) measurement instruments because low-noise performance requires high-value resistors with relatively poor temperature coefficients. A low-noise transimpedance amplifier with high-temperature stability, which involves an active compensation mechanism to overcome the temperature drift mainly caused by high-value resistors, is presented. The implementation uses a specially designed R-2R compensating network to provide programmable current gain with extra-fine trimming resolution. The temperature drifts of all components (e.g., feedback resistors, operational amplifiers, and the R-2R network itself) are compensated simultaneously. Therefore, both low-temperature drift and ultra-low-noise performance can be achieved. With a current gain of 10 11 V/A, the internal current noise density was about 0.4 fA/√Hz, and the average temperature coefficient was 4.3 ppm/K at 0-50 °C. The amplifier module maintains accuracy across a wide temperature range without additional thermal stabilization, and its compact size makes it especially suitable for high-precision, low-current measurement in outdoor environments for applications such as electrochemical emission supervision, air pollution particles analysis, radiation monitoring, and bioelectricity.

  1. Note: A temperature-stable low-noise transimpedance amplifier for microcurrent measurement

    NASA Astrophysics Data System (ADS)

    Xie, Kai; Shi, Xueyou; Zhao, Kai; Guo, Lixin; Zhang, Hanlu

    2017-02-01

    Temperature stability and noise characteristics often run contradictory in microcurrent (e.g., pA-scale) measurement instruments because low-noise performance requires high-value resistors with relatively poor temperature coefficients. A low-noise transimpedance amplifier with high-temperature stability, which involves an active compensation mechanism to overcome the temperature drift mainly caused by high-value resistors, is presented. The implementation uses a specially designed R-2R compensating network to provide programmable current gain with extra-fine trimming resolution. The temperature drifts of all components (e.g., feedback resistors, operational amplifiers, and the R-2R network itself) are compensated simultaneously. Therefore, both low-temperature drift and ultra-low-noise performance can be achieved. With a current gain of 1011 V/A, the internal current noise density was about 0.4 fA/√Hz, and the average temperature coefficient was 4.3 ppm/K at 0-50 °C. The amplifier module maintains accuracy across a wide temperature range without additional thermal stabilization, and its compact size makes it especially suitable for high-precision, low-current measurement in outdoor environments for applications such as electrochemical emission supervision, air pollution particles analysis, radiation monitoring, and bioelectricity.

  2. [Something about the history and future use of casuistry].

    PubMed

    Jensen, Niels Kristoffer

    2003-01-01

    Already Aristotle was aware of that an act ethically could not be judged alone by its effect, but circumstances should also be considered. This point of view was later taken over by Christianity in the form of the so called casuistry. The use of circumstances in the judgment of an act as regards the moral permissibility was, however, to some extent misused, especially by the Jesuites in the 16th and the first half of the 17th century. In defence of the "Jansenites" Blaise Pascal launched a direct attack on the Jesuites' use of casuistry in spiritual advice of the sinners. His elegant and vitty satire destroyed any talk of using casuistry for a long time, at least in the protestantic Northern Europe. Casuistry was regarded as synonym with sophistry. In 1988 Jonsen and Toulmin has argued that it is only the misuse of casuistry that is to blame. Used in a proper way it still has a future resolving moral problems especially in medical ethics. The present author is of the opinion that some degree of casuistical reasonning unconsciously is used in the present ethical debate, but more awareness hereof may be an advantage in the debate.

  3. The HVAC Challenges of Upgrading an Old Lab for High-end Light Microscopes

    PubMed Central

    Richard, R.; Martone, P.; Callahan, L.M.

    2014-01-01

    The University of Rochester Medical Center forms the centerpiece of the University of Rochester's health research, teaching, patient care, and community outreach missions. Within this large facility of over 5 million square feet, demolition and remodeling of existing spaces is a constant activity. With more than $145 million in federal research funding, lab space is frequently repurposed and renovated to support this work. The URMC Medical Center Facilities Organization supporting small to medium space renovations is constantly challenged and constrained by the existing mechanical infrastructure and budgets to deliver a renovated space that functions within the equipment environmental parameters. One recent project, sponsored by the URMC Shared Resources Laboratory, demonstrates these points. The URMC Light Microscopy Shared Resource Laboratory requested renovation of a 121 sq. ft. room in a 40 year old building which would enable placement of a laser capture microdissection microscope and a Pascal 5 laser scanning confocal microscope with the instruments separated by a blackout curtain. This poster discusses the engineering approach implemented to bring an older lab into the environmental specifications needed for the proper operation of the high-end light microscopes.

  4. Optics and optronics in university courses for officers of the Federal Armed Forces - special curricula and hands-on lessons vs. academic requirements

    NASA Astrophysics Data System (ADS)

    Hahlweg, Cornelius; Rothe, Hendrik

    2016-09-01

    For more than two decades lessons in optics, digital image processing and optronics are compulsory optional subjects and as such integral parts of the courses in mechanical engineering at the University of the Federal Armed Forces in Hamburg. They are provided by the Chair for Measurement and Information Technology. Historically, the curricula started as typical basic lessons in optics and digital image processing and related sensors. Practical sessions originally concentrated on image processing procedures in Pascal, C and later Matlab. They evolved into a broad portfolio of practical hands-on lessons in lab and field, including high-tech and especially military equipment, but also homemaker style primitive experiments, of which the paper will give a methodical overview. A special topic - as always with optics in education - is the introduction to the various levels of abstraction in conjunction with the highly complex and wide-ranging matter squeezed into only two trimesters - instead of semesters at civil universities - for an audience being subject to strains from both study and duty. The talk will be accompanied by striking multi-media material, which will be also part of the multi-media attachment of the paper.

  5. Which medical device and/or which local treatment for prevention in patients with risk factors for pressure sores in 2012? Developing French guidelines for clinical practice.

    PubMed

    Nicolas, B; Moiziard, A S; Barrois, B; Colin, D; Michel, J M; Passadori, Y; Ribinik, P

    2012-10-01

    Implementation of a prevention strategy after the identification of risk factors is essential at the entrance in a care unit or in a medical-social unit. Determine which medical devices and which treatments may be used in order to prevent pressure sore in 2012. Systematic review of the literature using databases: Pascal, Biomed, PubMed, and Cochrane library between 2000 and 2010. Nursing care including use of soft product, non-irritating for the cleaning, hydration of the skin with emollients, protection of fragile skin in case of incontinence by applying a skin protector and application of dressings in front of bony prominences to reduce shear forces, remain valid (level C). Nursing cares and use of dressing in patients with high risks of pressure sores are the responsibility of the nurses. The engagement of health care teams involves screening of risk factors and the knowledge of treatments and local devices. Local preventive treatment in a patient with risk factors of pressure sore is of great interest at entrance in a care unit or in a medical-social unit. Copyright © 2012. Published by Elsevier Masson SAS.

  6. Detailed 3D representations for object recognition and modeling.

    PubMed

    Zia, M Zeeshan; Stark, Michael; Schiele, Bernt; Schindler, Konrad

    2013-11-01

    Geometric 3D reasoning at the level of objects has received renewed attention recently in the context of visual scene understanding. The level of geometric detail, however, is typically limited to qualitative representations or coarse boxes. This is linked to the fact that today's object class detectors are tuned toward robust 2D matching rather than accurate 3D geometry, encouraged by bounding-box-based benchmarks such as Pascal VOC. In this paper, we revisit ideas from the early days of computer vision, namely, detailed, 3D geometric object class representations for recognition. These representations can recover geometrically far more accurate object hypotheses than just bounding boxes, including continuous estimates of object pose and 3D wireframes with relative 3D positions of object parts. In combination with robust techniques for shape description and inference, we outperform state-of-the-art results in monocular 3D pose estimation. In a series of experiments, we analyze our approach in detail and demonstrate novel applications enabled by such an object class representation, such as fine-grained categorization of cars and bicycles, according to their 3D geometry, and ultrawide baseline matching.

  7. Surface chemistry and wear behavior of single-crystal silicon carbide sliding against iron at temperatures to 1500 C in vacuum

    NASA Technical Reports Server (NTRS)

    Miyoshi, K.; Buckley, D. H.

    1982-01-01

    X-ray photoelectron and Auger electron spectroscopy analyses and morphological studies of wear and metal transfer were conducted with a single-crystal silicon carbide 0001 surface in contact with iron at various temperatures to 1500 C in a vacuum of 10 to the minus 8th power pascal. The results indicate that below 800 C, carbide-carbon and silicon are primarily seen on the silicon carbide surface. Above 800 C the graphite increases rapidly with increase in temperature. The outermost surficial layer, which consists mostly of graphite and little silicon at temperatures above 1200 C is about 2 nm thick. A thicker layer, which consists of a mixture of graphite, carbide, and silicon is approximately 100 nm thick. The closer the surface sliding temperature is to 800 C, the more the metal transfer produced. Above 800 C, there was a transfer of rough, discontinuous, and thin iron debris instead of smooth, continuous and thin iron film which was observed to transfer below 800 C. Two kinds of fracture pits were observed on the silicon carbide surface: (1) a pit with a spherical asperity; and (2) multiangular shaped pits.

  8. Positive approach: Implications for the relation between number theory and geometry, including connection to Santilli mathematics, from Fibonacci reconstitution of natural numbers and of prime numbers

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    Johansen, Stein E., E-mail: stein.johansen@svt.ntnu.no

    2014-12-10

    The paper recapitulates some key elements in previously published results concerning exact and complete reconstitution of the field of natural numbers, both as ordinal and as cardinal numbers, from systematic unfoldment of the Fibonacci algorithm. By this natural numbers emerge as Fibonacci 'atoms' and 'molecules' consistent with the notion of Zeckendorf sums. Here, the sub-set of prime numbers appears not as the primary numbers, but as an epistructure from a deeper Fibonacci constitution, and is thus targeted from a 'positive approach'. In the Fibonacci reconstitution of number theory natural numbers show a double geometrical aspect: partly as extension in spacemore » and partly as position in a successive structuring of space. More specifically, the natural numbers are shown to be distributed by a concise 5:3 code structured from the Fibonacci algorithm via Pascal's triangle. The paper discusses possible implications for the more general relation between number theory and geometry, as well as more specifically in relation to hadronic mathematics, initiated by R.M. Santilli, and also briefly to some other recent science linking number theory more directly to geometry and natural systems.« less

  9. A window on perception: Response times of odontocete cetaceans in audiometric tests

    NASA Astrophysics Data System (ADS)

    Blackwood, Diane J.; Ridgway, Sam H.; Evans, William E.

    2002-05-01

    A standard psychometric measurement is response time, the interval elapsing between a stimulus and a response. While studies of response time have been published for humans and other terrestrial mammals, this study marks the first report of response times for odontocete cetaceans at threshold in an audiometric task. Two white whales (Delphinapterus leucas) and four Atlantic bottlenose dolphins (Tursiops truncatus) were given audiometric tests to determine masked hearing thresholds. Animals were tested at 26 frequencies over a range from 200 Hz to 100 kHz using pure tones. The test tone amplitudes covered a range of 20 dB re 1 microPascal including the hearing threshold of the animal at that frequency. Hearing thresholds varied from 87.5 dB to 125.5 dB depending on frequency, masking noise intensity and individual animal. Data was analyzed to determine characteristic relationships between response time and amplitude of test tone for each frequency and animal. The two whales responded significantly slower (640 ms, 0.001) than the four dolphins (430 ms). As in terrestrial animals, reaction time became shorter as stimulus strength increased. At threshold, median response time across frequencies within each animal varied about 150 ms.

  10. An improved exploratory search technique for pure integer linear programming problems

    NASA Technical Reports Server (NTRS)

    Fogle, F. R.

    1990-01-01

    The development is documented of a heuristic method for the solution of pure integer linear programming problems. The procedure draws its methodology from the ideas of Hooke and Jeeves type 1 and 2 exploratory searches, greedy procedures, and neighborhood searches. It uses an efficient rounding method to obtain its first feasible integer point from the optimal continuous solution obtained via the simplex method. Since this method is based entirely on simple addition or subtraction of one to each variable of a point in n-space and the subsequent comparison of candidate solutions to a given set of constraints, it facilitates significant complexity improvements over existing techniques. It also obtains the same optimal solution found by the branch-and-bound technique in 44 of 45 small to moderate size test problems. Two example problems are worked in detail to show the inner workings of the method. Furthermore, using an established weighted scheme for comparing computational effort involved in an algorithm, a comparison of this algorithm is made to the more established and rigorous branch-and-bound method. A computer implementation of the procedure, in PC compatible Pascal, is also presented and discussed.

  11. Modeling Image Patches with a Generic Dictionary of Mini-Epitomes

    PubMed Central

    Papandreou, George; Chen, Liang-Chieh; Yuille, Alan L.

    2015-01-01

    The goal of this paper is to question the necessity of features like SIFT in categorical visual recognition tasks. As an alternative, we develop a generative model for the raw intensity of image patches and show that it can support image classification performance on par with optimized SIFT-based techniques in a bag-of-visual-words setting. Key ingredient of the proposed model is a compact dictionary of mini-epitomes, learned in an unsupervised fashion on a large collection of images. The use of epitomes allows us to explicitly account for photometric and position variability in image appearance. We show that this flexibility considerably increases the capacity of the dictionary to accurately approximate the appearance of image patches and support recognition tasks. For image classification, we develop histogram-based image encoding methods tailored to the epitomic representation, as well as an “epitomic footprint” encoding which is easy to visualize and highlights the generative nature of our model. We discuss in detail computational aspects and develop efficient algorithms to make the model scalable to large tasks. The proposed techniques are evaluated with experiments on the challenging PASCAL VOC 2007 image classification benchmark. PMID:26321859

  12. Al-Coated Conductive Fiber Filters for High-Efficiency Electrostatic Filtration: Effects of Electrical and Fiber Structural Properties.

    PubMed

    Choi, Dong Yun; An, Eun Jeong; Jung, Soo-Ho; Song, Dong Keun; Oh, Yong Suk; Lee, Hyung Woo; Lee, Hye Moon

    2018-04-10

    Through the direct decomposition of an Al precursor ink AlH 3 {O(C 4 H 9 ) 2 }, we fabricated an Al-coated conductive fiber filter for the efficient electrostatic removal of airborne particles (>99%) with a low pressure drop (~several Pascals). The effects of the electrical and structural properties of the filters were investigated in terms of collection efficiency, pressure drop, and particle deposition behavior. The collection efficiency did not show a significant correlation with the extent of electrical conductivity, as the filter is electrostatically charged by the metallic Al layers forming electrical networks throughout the fibers. Most of the charged particles were collected via surface filtration by Coulombic interactions; consequently, the filter thickness had little effect on the collection efficiency. Based on simulations of various fiber structures, we found that surface filtration can transition to depth filtration depending on the extent of interfiber distance. Therefore, the effects of structural characteristics on collection efficiency varied depending on the degree of the fiber packing density. This study will offer valuable information pertaining to the development of a conductive metal/polymer composite air filter for an energy-efficient and high-performance electrostatic filtration system.

  13. Action Algebras and Model Algebras in Denotational Semantics

    NASA Astrophysics Data System (ADS)

    Guedes, Luiz Carlos Castro; Haeusler, Edward Hermann

    This article describes some results concerning the conceptual separation of model dependent and language inherent aspects in a denotational semantics of a programming language. Before going into the technical explanation, the authors wish to relate a story that illustrates how correctly and precisely posed questions can influence the direction of research. By means of his questions, Professor Mosses aided the PhD research of one of the authors of this article and taught the other, who at the time was a novice supervisor, the real meaning of careful PhD supervision. The student’s research had been partially developed towards the implementation of programming languages through denotational semantics specification, and the student had developed a prototype [12] that compared relatively well to some industrial compilers of the PASCAL language. During a visit to the BRICS lab in Aarhus, the student’s supervisor gave Professor Mosses a draft of an article describing the prototype and its implementation experiments. The next day, Professor Mosses asked the supervisor, “Why is the generated code so efficient when compared to that generated by an industrial compiler?” and “You claim that the efficiency is simply a consequence of the Object- Orientation mechanisms used by the prototype programming language (C++); this should be better investigated. Pay more attention to the class of programs that might have this good comparison profile.” As a result of these aptly chosen questions and comments, the student and supervisor made great strides in the subsequent research; the advice provided by Professor Mosses made them perceive that the code generated for certain semantic domains was efficient because it mapped to the “right aspect” of the language semantics. (Certain functional types, used to represent mappings such as Stores and Environments, were pushed to the level of the object language (as in gcc). This had the side-effect of generating

  14. Indexation Rules for Metallurgy in PASCAL. Original Title: Regles d'Indexation de la Metallurgie'--Technical Note Issued by Informascience--January 1980. Translated by Marie Wallin.

    ERIC Educational Resources Information Center

    Royal Inst. of Tech., Stockholm (Sweden). Library.

    The indexing rules presented are designed for use with a new French-German database on metallurgy being developed under an agreement by CNRS (Centre National de la Recherche Scientifique, Paris) and BAM (Bundesanstalt fur Materialprufung, Berlin). The new database, which will feature multilingual titles and index terms (French-German-English-) and…

  15. AMPS/PC - AUTOMATIC MANUFACTURING PROGRAMMING SYSTEM

    NASA Technical Reports Server (NTRS)

    Schroer, B. J.

    1994-01-01

    The AMPS/PC system is a simulation tool designed to aid the user in defining the specifications of a manufacturing environment and then automatically writing code for the target simulation language, GPSS/PC. The domain of problems that AMPS/PC can simulate are manufacturing assembly lines with subassembly lines and manufacturing cells. The user defines the problem domain by responding to the questions from the interface program. Based on the responses, the interface program creates an internal problem specification file. This file includes the manufacturing process network flow and the attributes for all stations, cells, and stock points. AMPS then uses the problem specification file as input for the automatic code generator program to produce a simulation program in the target language GPSS. The output of the generator program is the source code of the corresponding GPSS/PC simulation program. The system runs entirely on an IBM PC running PC DOS Version 2.0 or higher and is written in Turbo Pascal Version 4 requiring 640K memory and one 360K disk drive. To execute the GPSS program, the PC must have resident the GPSS/PC System Version 2.0 from Minuteman Software. The AMPS/PC program was developed in 1988.

  16. Computer-aided analysis for the Mechanics of Granular Materials (MGM) experiment

    NASA Technical Reports Server (NTRS)

    Parker, Joey K.

    1986-01-01

    The Mechanics of Granular Materials (MGM) program is planned to provide experimental determinations of the mechanics of granular materials under very low gravity conditions. The initial experiments will use small glass beads as the granular material, and a precise tracking of individual beads during the test is desired. Real-time video images of the experimental specimen were taken with a television camera, and subsequently digitized by a frame grabber installed in a microcomputer. Easily identified red tracer beads were randomly scattered throughout the test specimen. A set of Pascal programs was written for processing and analyzing the digitized images. Filtering the image with Laplacian, dilation, and blurring filters when using a threshold function produced a binary (black on white) image which clearly identified the red beads. The centroids and areas for each bead were then determined. Analyzing a series of the images determined individual red bead displacements throughout the experiment. The system can provide displacement accuracies on the order of 0.5 to 1 pixel is the image is taken directly from the video camera. Digitizing an image from a video cassette recorder introduces an additional repeatability error of 0.5 to 1 pixel. Other programs were written to provide hardcopy prints of the digitized images on a dot-matrix printer.

  17. Interpretive computer simulator for the NASA Standard Spacecraft Computer-2 (NSSC-2)

    NASA Technical Reports Server (NTRS)

    Smith, R. S.; Noland, M. S.

    1979-01-01

    An Interpretive Computer Simulator (ICS) for the NASA Standard Spacecraft Computer-II (NSSC-II) was developed as a code verification and testing tool for the Annular Suspension and Pointing System (ASPS) project. The simulator is written in the higher level language PASCAL and implented on the CDC CYBER series computer system. It is supported by a metal assembler, a linkage loader for the NSSC-II, and a utility library to meet the application requirements. The architectural design of the NSSC-II is that of an IBM System/360 (S/360) and supports all but four instructions of the S/360 standard instruction set. The structural design of the ICS is described with emphasis on the design differences between it and the NSSC-II hardware. The program flow is diagrammed, with the function of each procedure being defined; the instruction implementation is discussed in broad terms; and the instruction timings used in the ICS are listed. An example of the steps required to process an assembly level language program on the ICS is included. The example illustrates the control cards necessary to assemble, load, and execute assembly language code; the sample program to to be executed; the executable load module produced by the loader; and the resulting output produced by the ICS.

  18. HPTAM, a two-dimensional Heat Pipe Transient Analysis Model, including the startup from a frozen state

    NASA Technical Reports Server (NTRS)

    Tournier, Jean-Michel; El-Genk, Mohamed S.

    1995-01-01

    A two-dimensional Heat Pipe Transient Analysis Model, 'HPTAM,' was developed to simulate the transient operation of fully-thawed heat pipes and the startup of heat pipes from a frozen state. The model incorporates: (a) sublimation and resolidification of working fluid; (b) melting and freezing of the working fluid in the porous wick; (c) evaporation of thawed working fluid and condensation as a thin liquid film on a frozen substrate; (d) free-molecule, transition, and continuum vapor flow regimes, using the Dusty Gas Model; (e) liquid flow and heat transfer in the porous wick; and (f) thermal and hydrodynamic couplings of phases at their respective interfaces. HPTAM predicts the radius of curvature of the liquid meniscus at the liquid-vapor interface and the radial location of the working fluid level (liquid or solid) in the wick. It also includes the transverse momentum jump condition (capillary relationship of Pascal) at the liquid-vapor interface and geometrically relates the radius of curvature of the liquid meniscus to the volume fraction of vapor in the wick. The present model predicts the capillary limit and partial liquid recess (dryout) in the evaporator wick, and incorporates a liquid pooling submodel, which simulates accumulation of the excess liquid in the vapor core at the condenser end.

  19. [Feelings as considered by preplatonic and contemporary philosophers--coincidence or influence?].

    PubMed

    Zaborowski, Robert

    2007-01-01

    Feelings' role in ancient Greek conceptions up till now has not become clear. As far as the researchers of antiquity are interested in Aristotle's and Hellenistic philosophers, Plato's and his predecessors has not been analysed from this point of view yet. It is often connected with a fact that Preplatonic philosophy is so-called philosophy of physis, and/or its nature is exclusively rationalistic. Thanks to the analysis of three passages (Heraclitus fr. B 85, Parmenides fr. B 3 and Democritus fr. B 31), and multilevel interpretation of Plato's conception one can indicate--if focus one's attention on the elements concerning the affectivity--the similarities to contemporary philosophers' outlooks. Among others, they concern 1) Heraclitus (and Parmenides fr. B 1, 1) versus Hume, Pascal, Ribot, Brentano, Bergson, 2) Parmenides versus Descartes, 3) Democritus versus Ribot, 4) Plato versus Scheler and Hartmann. Such analyses and interpretations let conquer conventional thinking of the Greek emotionality issue, because on the one hand they reveal a kind of deformations and misconstructions in searches, and on the other show a current importance of ancient conceptions. In support of the statement it is worth reminding of the formulation emotional intelligence that recently has enjoyed great popularity. His origins can be found already in Greek philosophers' thought.

  20. Use of Thermal Data to Estimate Infiltration in Pagany Wash Associated with the winter of 1997-1998 El Nino Precipitation, Yucca Mountain, Nevada

    DOE Office of Scientific and Technical Information (OSTI.GOV)

    G.D. LeCain; N. lu; M. Kurzmack

    Temperature and air-pressure monitoring in a vertical borehole located in Pagany Wash, a normally dry stream-carved channel northeast of Yucca Mountain, Nevada, indicated that the annual temperature wave was measurable to a depth of 11.1 m. Temperature depressions were measured at depths of 3.1, 6.1, 9.2, and 11.1 m below ground surface. The temperature depressions were interpreted to be the result of infiltration associated with the 1997-1998 El Nino precipitation. A pressure differential, of approximately 2 kiloPascals, between stations located 11.1 and 24.5 m below ground surface was interpreted to be the result of compressed air ahead of the wettingmore » front. The pressure differences between stations indicated that the wetting front migrated deeper than 35.2 m and that the Yucca Mountain Tuff retarded the downward movement of the wetting front. An analytical method indicated that the infiltration flux through the Pagany Wash alluvium due to the 1997-1998 El Nino precipitation was approximately 940 mm. A one-dimensional numerical model indicated that the infiltration flux was approximately 1000 mm. Sensitivity analysis indicated that the potential temperature decrease due to conduction was minimal and that cooler surface temperatures could not account for the measured subsurface temperature depressions.« less

  1. Quantization and training of object detection networks with low-precision weights and activations

    NASA Astrophysics Data System (ADS)

    Yang, Bo; Liu, Jian; Zhou, Li; Wang, Yun; Chen, Jie

    2018-01-01

    As convolutional neural networks have demonstrated state-of-the-art performance in object recognition and detection, there is a growing need for deploying these systems on resource-constrained mobile platforms. However, the computational burden and energy consumption of inference for these networks are significantly higher than what most low-power devices can afford. To address these limitations, this paper proposes a method to train object detection networks with low-precision weights and activations. The probability density functions of weights and activations of each layer are first directly estimated using piecewise Gaussian models. Then, the optimal quantization intervals and step sizes for each convolution layer are adaptively determined according to the distribution of weights and activations. As the most computationally expensive convolutions can be replaced by effective fixed point operations, the proposed method can drastically reduce computation complexity and memory footprint. Performing on the tiny you only look once (YOLO) and YOLO architectures, the proposed method achieves comparable accuracy to their 32-bit counterparts. As an illustration, the proposed 4-bit and 8-bit quantized versions of the YOLO model achieve a mean average precision of 62.6% and 63.9%, respectively, on the Pascal visual object classes 2012 test dataset. The mAP of the 32-bit full-precision baseline model is 64.0%.

  2. Robust image region descriptor using local derivative ordinal binary pattern

    NASA Astrophysics Data System (ADS)

    Shang, Jun; Chen, Chuanbo; Pei, Xiaobing; Liang, Hu; Tang, He; Sarem, Mudar

    2015-05-01

    Binary image descriptors have received a lot of attention in recent years, since they provide numerous advantages, such as low memory footprint and efficient matching strategy. However, they utilize intermediate representations and are generally less discriminative than floating-point descriptors. We propose an image region descriptor, namely local derivative ordinal binary pattern, for object recognition and image categorization. In order to preserve more local contrast and edge information, we quantize the intensity differences between the central pixels and their neighbors of the detected local affine covariant regions in an adaptive way. These differences are then sorted and mapped into binary codes and histogrammed with a weight of the sum of the absolute value of the differences. Furthermore, the gray level of the central pixel is quantized to further improve the discriminative ability. Finally, we combine them to form a joint histogram to represent the features of the image. We observe that our descriptor preserves more local brightness and edge information than traditional binary descriptors. Also, our descriptor is robust to rotation, illumination variations, and other geometric transformations. We conduct extensive experiments on the standard ETHZ and Kentucky datasets for object recognition and PASCAL for image classification. The experimental results show that our descriptor outperforms existing state-of-the-art methods.

  3. DOE Office of Scientific and Technical Information (OSTI.GOV)

    Oktamuliani, Sri, E-mail: srioktamuliani@ymail.com; Su’ud, Zaki, E-mail: szaki@fi.itb.ac.id

    A preliminary study designs SPINNOR (Small Power Reactor, Indonesia, No On-Site Refueling) liquid metal Pb-Bi cooled fast reactors, fuel (U, Pu)N, 150 MWth have been performed. Neutronic calculation uses SRAC which is designed cylindrical core 2D (R-Z) 90 × 135 cm, on the core fuel composed of heterogeneous with percentage difference of PuN 10, 12, 13% and the result of calculation is effective neutron multiplication 1.0488. Power density distribution of the output SRAC is generated for thermal hydraulic calculation using Delphi based on Pascal language that have been developed. The research designed a reactor that is capable of natural circulation atmore » inlet temperature 300 °C with variation of total mass flow rate. Total mass flow rate affect pressure drop and temperature outlet of the reactor core. The greater the total mass flow rate, the smaller the outlet temperature, but increase the pressure drop so that the chimney needed more higher to achieve natural circulation or condition of the system does not require a pump. Optimization of the total mass flow rate produces optimal reactor design on the total mass flow rate of 5000 kg/s with outlet temperature 524,843 °C but require a chimney of 6,69 meters.« less

  4. A Parallel Adaboost-Backpropagation Neural Network for Massive Image Dataset Classification

    PubMed Central

    Cao, Jianfang; Chen, Lichao; Wang, Min; Shi, Hao; Tian, Yun

    2016-01-01

    Image classification uses computers to simulate human understanding and cognition of images by automatically categorizing images. This study proposes a faster image classification approach that parallelizes the traditional Adaboost-Backpropagation (BP) neural network using the MapReduce parallel programming model. First, we construct a strong classifier by assembling the outputs of 15 BP neural networks (which are individually regarded as weak classifiers) based on the Adaboost algorithm. Second, we design Map and Reduce tasks for both the parallel Adaboost-BP neural network and the feature extraction algorithm. Finally, we establish an automated classification model by building a Hadoop cluster. We use the Pascal VOC2007 and Caltech256 datasets to train and test the classification model. The results are superior to those obtained using traditional Adaboost-BP neural network or parallel BP neural network approaches. Our approach increased the average classification accuracy rate by approximately 14.5% and 26.0% compared to the traditional Adaboost-BP neural network and parallel BP neural network, respectively. Furthermore, the proposed approach requires less computation time and scales very well as evaluated by speedup, sizeup and scaleup. The proposed approach may provide a foundation for automated large-scale image classification and demonstrates practical value. PMID:27905520

  5. PSIDD3: Post-Scan Ultrasonic Data Display System for the Windows-Based PC Including Fuzzy Logic Analysis

    NASA Technical Reports Server (NTRS)

    Lovelace, Jeffrey J.; Cios, Krzysztof J.; Roth, Don J.; Cao, Wei

    2000-01-01

    Post-Scan Interactive Data Display (PSIDD) III is a user-oriented Windows-based system that facilitates the display and comparison of ultrasonic contact data. The system is optimized to compare ultrasonic measurements made at different locations within a material or at different stages of material degradation. PSIDD III provides complete analysis of the primary wave forms in the time and frequency domains along with the calculation of several frequency dependent properties including Phase Velocity and Attenuation Coefficient and several frequency independent properties, like the Cross Correlation Velocity. The system allows image generation on all of the frequency dependent properties at any available frequency (limited by the bandwidth used in the scans) and on any of the frequency independent properties. From ultrasonic contact scans, areas of interest on an image can be studied with regard to underlying raw waveforms and derived ultrasonic properties by simply selecting the point on the image. The system offers various modes of in-depth comparison between scan points. Up to five scan points can be selected for comparative analysis at once. The system was developed with Borland Delphi software (Visual Pascal) and is based on a SQL database. It is ideal for classification of material properties, or location of microstructure variations in materials.

  6. Architecture Adaptive Computing Environment

    NASA Technical Reports Server (NTRS)

    Dorband, John E.

    2006-01-01

    Architecture Adaptive Computing Environment (aCe) is a software system that includes a language, compiler, and run-time library for parallel computing. aCe was developed to enable programmers to write programs, more easily than was previously possible, for a variety of parallel computing architectures. Heretofore, it has been perceived to be difficult to write parallel programs for parallel computers and more difficult to port the programs to different parallel computing architectures. In contrast, aCe is supportable on all high-performance computing architectures. Currently, it is supported on LINUX clusters. aCe uses parallel programming constructs that facilitate writing of parallel programs. Such constructs were used in single-instruction/multiple-data (SIMD) programming languages of the 1980s, including Parallel Pascal, Parallel Forth, C*, *LISP, and MasPar MPL. In aCe, these constructs are extended and implemented for both SIMD and multiple- instruction/multiple-data (MIMD) architectures. Two new constructs incorporated in aCe are those of (1) scalar and virtual variables and (2) pre-computed paths. The scalar-and-virtual-variables construct increases flexibility in optimizing memory utilization in various architectures. The pre-computed-paths construct enables the compiler to pre-compute part of a communication operation once, rather than computing it every time the communication operation is performed.

  7. Universal and adapted vocabularies for generic visual categorization.

    PubMed

    Perronnin, Florent

    2008-07-01

    Generic Visual Categorization (GVC) is the pattern classification problem which consists in assigning labels to an image based on its semantic content. This is a challenging task as one has to deal with inherent object/scene variations as well as changes in viewpoint, lighting and occlusion. Several state-of-the-art GVC systems use a vocabulary of visual terms to characterize images with a histogram of visual word counts. We propose a novel practical approach to GVC based on a universal vocabulary, which describes the content of all the considered classes of images, and class vocabularies obtained through the adaptation of the universal vocabulary using class-specific data. The main novelty is that an image is characterized by a set of histograms - one per class - where each histogram describes whether the image content is best modeled by the universal vocabulary or the corresponding class vocabulary. This framework is applied to two types of local image features: low-level descriptors such as the popular SIFT and high-level histograms of word co-occurrences in a spatial neighborhood. It is shown experimentally on two challenging datasets (an in-house database of 19 categories and the PASCAL VOC 2006 dataset) that the proposed approach exhibits state-of-the-art performance at a modest computational cost.

  8. A Parallel Adaboost-Backpropagation Neural Network for Massive Image Dataset Classification

    NASA Astrophysics Data System (ADS)

    Cao, Jianfang; Chen, Lichao; Wang, Min; Shi, Hao; Tian, Yun

    2016-12-01

    Image classification uses computers to simulate human understanding and cognition of images by automatically categorizing images. This study proposes a faster image classification approach that parallelizes the traditional Adaboost-Backpropagation (BP) neural network using the MapReduce parallel programming model. First, we construct a strong classifier by assembling the outputs of 15 BP neural networks (which are individually regarded as weak classifiers) based on the Adaboost algorithm. Second, we design Map and Reduce tasks for both the parallel Adaboost-BP neural network and the feature extraction algorithm. Finally, we establish an automated classification model by building a Hadoop cluster. We use the Pascal VOC2007 and Caltech256 datasets to train and test the classification model. The results are superior to those obtained using traditional Adaboost-BP neural network or parallel BP neural network approaches. Our approach increased the average classification accuracy rate by approximately 14.5% and 26.0% compared to the traditional Adaboost-BP neural network and parallel BP neural network, respectively. Furthermore, the proposed approach requires less computation time and scales very well as evaluated by speedup, sizeup and scaleup. The proposed approach may provide a foundation for automated large-scale image classification and demonstrates practical value.

  9. A Parallel Adaboost-Backpropagation Neural Network for Massive Image Dataset Classification.

    PubMed

    Cao, Jianfang; Chen, Lichao; Wang, Min; Shi, Hao; Tian, Yun

    2016-12-01

    Image classification uses computers to simulate human understanding and cognition of images by automatically categorizing images. This study proposes a faster image classification approach that parallelizes the traditional Adaboost-Backpropagation (BP) neural network using the MapReduce parallel programming model. First, we construct a strong classifier by assembling the outputs of 15 BP neural networks (which are individually regarded as weak classifiers) based on the Adaboost algorithm. Second, we design Map and Reduce tasks for both the parallel Adaboost-BP neural network and the feature extraction algorithm. Finally, we establish an automated classification model by building a Hadoop cluster. We use the Pascal VOC2007 and Caltech256 datasets to train and test the classification model. The results are superior to those obtained using traditional Adaboost-BP neural network or parallel BP neural network approaches. Our approach increased the average classification accuracy rate by approximately 14.5% and 26.0% compared to the traditional Adaboost-BP neural network and parallel BP neural network, respectively. Furthermore, the proposed approach requires less computation time and scales very well as evaluated by speedup, sizeup and scaleup. The proposed approach may provide a foundation for automated large-scale image classification and demonstrates practical value.

  10. How Pressure Became a Scalar, Not a Vector

    NASA Astrophysics Data System (ADS)

    Chalmers, Alan

    2018-06-01

    The gradual emergence of a science of hydrostatics during the course of the seventeenth century is testament to the fact that a technical concept of pressure that was up to the task was far from obvious. The first published version of a theory of hydrostatics containing the essentials of the modern theory appeared in book 2 of Isaac Newton's Principia. Newton derived the propositions of hydrostatics from a definition of a fluid as a medium unable to withstand a distorting force. Newton's reasoning required that pressure be understood as a force per unit area acting on either side of imaginary planes within the body of a fluid. For a fluid in equilibrium, the forces at some location within a fluid are independent of the orientation of such planes. As Newton came to realize, within the body of a liquid, pressure acts equally in all directions so that there is no resultant pressing in any direction. Pressure has an intensity but not a direction. In modern terms, it is a scalar, not a vector. Although earlier scholars such as Simon Stevin, Blaise Pascal, and Robert Boyle helped set the scene for Newton's innovations, they were unable to transcend the common sense of pressure as a directed force acting on the solid surfaces bounding a fluid.

  11. The potentials and challenges of electron microscopy in the study of atomic chains

    NASA Astrophysics Data System (ADS)

    Banhart, Florian; Torre, Alessandro La; Romdhane, Ferdaous Ben; Cretu, Ovidiu

    2017-04-01

    The article is a brief review on the potential of transmission electron microscopy (TEM) in the investigation of atom chains which are the paradigm of a strictly one-dimensional material. After the progress of TEM in the study of new two-dimensional materials, microscopy of free-standing one-dimensional structures is a new challenge with its inherent potentials and difficulties. In-situ experiments in the TEM allowed, for the first time, to generate isolated atomic chains consisting of metals, carbon or boron nitride. Besides having delivered a solid proof for the existence of atomic chains, in-situ TEM studies also enabled us to measure the electrical properties of these fundamental linear structures. While ballistic quantum conductivity is observed in chains of metal atoms, electrical transport in chains of sp1-hybridized carbon is limited by resonant states and reflections at the contacts. Although substantial progress has been made in recent TEM studies of atom chains, fundamental questions have to be answered, concerning the structural stability of the chains, bonding states at the contacts, and the suitability for applications in nanotechnology. Contribution to the topical issue "The 16th European Microscopy Congress (EMC 2016)", edited by Richard Brydson and Pascale Bayle-Guillemaud

  12. The value of shear wave elastography in the quantification of corpus cavernosum penis rigidity and its alteration with age.

    PubMed

    Inci, Ercan; Turkay, Rustu; Nalbant, Mustafa Orhan; Yenice, Mustafa Gurkan; Tugcu, Volkan

    2017-04-01

    The goal of this study was to measure corpus cavernosum (CC) penis rigidity with shear wave elastography (SWE) in healthy volunteers and to evaluate the change of rigidity with age. SWE was performed in 60 healthy volunteers (age range 20-71, mean 47±12,83 years). Volunteers were divided into 2 groups by age (Group 1 age <50, group 2 age ≥50). We assessed SWE in 3 parts of penis (proximal, middle and glans penis) on both sides of CC. All values of SWE (in kilo Pascal) were noted along with volunteers' ages. The measurements were done both with transverse (T) and longitudinal (L) sections. We compared all SW values of penis parts and their alterations with age. The shear wave elastography values of CC penis increased with increasing age (p<0,01). There was no significant difference between both sides of CC penis (p<0,05). We calculated no significant difference between T and L sections of all parts of penis (p<0,05). SWE can provide noninvasive quantitative data of CC penis rigidity and its alteration with age. These data may create a new approach in the evaluation process and treatment options for penile pathologies. Copyright © 2017 Elsevier B.V. All rights reserved.

  13. [Human papillomavirus vaccines].

    PubMed

    Brun, J-L

    2008-02-01

    To assess the efficacy, the tolerance, the duration of protection and the limitations of papillomavirus vaccines and to determine the potential indications for prophylactic vaccination. Medline, Biosis and Pascal contents were searched to July 2007. Of 546 abstracts, 30 studies were selected. Prophylactic vaccines are composed of L1 virus-like particles. They are well-tolerated and effective in preventing HPV 16/18 infections and related cervical diseases in young women who are naive to HPV 16/18 after five years of follow-up. In addition, the quadrivalent vaccine prevents HPV 6/11 infections and their consequences. The bivalent vaccine may also prevent HPV 31/45 infections by cross-protection. Young girls before sexual debut are the main target for prophylactic vaccines. Indeed, they demonstrate an excellent immune response after injection and the prevalence of HPV infection increases dramatically after the first sexual intercourse. However, vaccines are ineffective in healthy HPV 16/18 carriers or on existing lesions. Prophylactic vaccines are not effective in women infected by other oncogenic HPV. Therapeutic vaccine effects against cervical dysplasia are currently being assessed. Prophylactic vaccination against HPV is effective, well-tolerated, and should be associated with screening to optimize the prevention of cervical cancer.

  14. Operating system for a real-time multiprocessor propulsion system simulator

    NASA Technical Reports Server (NTRS)

    Cole, G. L.

    1984-01-01

    The success of the Real Time Multiprocessor Operating System (RTMPOS) in the development and evaluation of experimental hardware and software systems for real time interactive simulation of air breathing propulsion systems was evaluated. The Real Time Multiprocessor Operating System (RTMPOS) provides the user with a versatile, interactive means for loading, running, debugging and obtaining results from a multiprocessor based simulator. A front end processor (FEP) serves as the simulator controller and interface between the user and the simulator. These functions are facilitated by the RTMPOS which resides on the FEP. The RTMPOS acts in conjunction with the FEP's manufacturer supplied disk operating system that provides typical utilities like an assembler, linkage editor, text editor, file handling services, etc. Once a simulation is formulated, the RTMPOS provides for engineering level, run time operations such as loading, modifying and specifying computation flow of programs, simulator mode control, data handling and run time monitoring. Run time monitoring is a powerful feature of RTMPOS that allows the user to record all actions taken during a simulation session and to receive advisories from the simulator via the FEP. The RTMPOS is programmed mainly in PASCAL along with some assembly language routines. The RTMPOS software is easily modified to be applicable to hardware from different manufacturers.

  15. Improving the therapeutic window of retinal photocoagulation by spatial and temporal modulation of the laser beam

    NASA Astrophysics Data System (ADS)

    Sramek, Christopher; Leung, Loh-Shan; Leng, Theodore; Brown, Jefferson; Paulus, Yannis M.; Schuele, Georg; Palanker, Daniel

    2011-02-01

    Decreasing the pulse duration helps confine damage, shorten treatment time, and minimize pain during retinal photocoagulation. However, the safe therapeutic window (TW), the ratio of threshold powers for thermomechanical rupture of Bruch's membrane and mild coagulation, also decreases with shorter exposures. Two potential approaches toward increasing TW are investigated: (a) decreasing the central irradiance of the laser beam and (b) temporally modulating the pulse. An annular beam with adjustable central irradiance was created by coupling a 532-nm laser into a 200-μm core multimode optical fiber at a 4-7 deg angle to normal incidence. Pulse shapes were optimized using a computational model, and a waveform generator was used to drive a PASCAL photocoagulator (532 nm), producing modulated laser pulses. Acute thresholds for mild coagulation and rupture were measured in Dutch-Belted rabbit in vivo with an annular beam (154-163 μm retinal diameter) and modulated pulse (132 μm, uniform irradiance ``flat-top'' beam) with 2-50 ms pulse durations. Thresholds with conventional constant-power pulse and a flat-top beam were also determined. Both annular beam and modulated pulse provided a 28% increase in TW at 10-ms duration, affording the same TW as 20-ms pulses with conventional parameters.

  16. Topology design and performance analysis of an integrated communication network

    NASA Technical Reports Server (NTRS)

    Li, V. O. K.; Lam, Y. F.; Hou, T. C.; Yuen, J. H.

    1985-01-01

    A research study on the topology design and performance analysis for the Space Station Information System (SSIS) network is conducted. It is begun with a survey of existing research efforts in network topology design. Then a new approach for topology design is presented. It uses an efficient algorithm to generate candidate network designs (consisting of subsets of the set of all network components) in increasing order of their total costs, and checks each design to see if it forms an acceptable network. This technique gives the true cost-optimal network, and is particularly useful when the network has many constraints and not too many components. The algorithm for generating subsets is described in detail, and various aspects of the overall design procedure are discussed. Two more efficient versions of this algorithm (applicable in specific situations) are also given. Next, two important aspects of network performance analysis: network reliability and message delays are discussed. A new model is introduced to study the reliability of a network with dependent failures. For message delays, a collection of formulas from existing research results is given to compute or estimate the delays of messages in a communication network without making the independence assumption. The design algorithm coded in PASCAL is included as an appendix.

  17. Interrelationships between intranarial pressure and biosonar clicks in the bottlenose dolphin (Tursiops truncatus)

    NASA Astrophysics Data System (ADS)

    Elsberry, Wesley R.; Cranford, Ted W.; Ridgway, Sam H.; Carder, Donald A.; Vanbonn, William G.; Blackwood, Diane J.; Carr, Jennifer A.; Evans, William E.

    2002-05-01

    Three Atlantic bottlenose dolphins (Tursiops truncatus) were given a target recognition biosonar task. During their performance of the task, both acoustic data in the far field and pressure within the bony nasal passages were digitally recorded (Elsberry et al., 1999). Analysis of over 15000 biosonar clicks provided new insights into odontocete biosonar sound production and is consistent with acoustic and pressure data taken from white whales (Delphinapterus leucas) during biosonar (Ridgway and Carder, 1988). Our work provides the first evidence for a minimum intranarial pressure during biosonar click production for any odontocete (11.8+/-0.5 kPascals over basal pressure). All three subjects exhibited nearly the same minimum tranarial pressure difference during biosonar click production. Clicks produced at or near this minimum intranarial pressure exhibited a wide range of acoustic power values. The acoustic power of a biosonar click was not highly correlated with intranarial pressure (R2=0.116). The radiated acoustic energy in biosonar clicks ranged from 1 to 1370 microJoules. Estimates of mechanical work during pressurization events were produced using a piston/cylinder model and intranarial volume data from prepared specimens and computed tomography scans. Mechanical work during pressurization events ranged from 2.74 to 23.0 Joules, with an average of 10.3 Joules.

  18. STAR (Simple Tool for Automated Reasoning): Tutorial guide and reference manual

    NASA Technical Reports Server (NTRS)

    Borchardt, G. C.

    1985-01-01

    STAR is an interactive, interpreted programming language for the development and operation of Artificial Intelligence application systems. The language is intended for use primarily in the development of software application systems which rely on a combination of symbolic processing, central to the vast majority of AI algorithms, with routines and data structures defined in compiled languages such as C, FORTRAN and PASCAL. References to routines and data structures defined in compiled languages are intermixed with symbolic structures in STAR, resulting in a hybrid operating environment in which symbolic and non-symbolic processing and organization of data may interact to a high degree within the execution of particular application systems. The STAR language was developed in the course of a project involving AI techniques in the interpretation of imaging spectrometer data and is derived in part from a previous language called CLIP. The interpreter for STAR is implemented as a program defined in the language C and has been made available for distribution in source code form through NASA's Computer Software Management and Information Center (COSMIC). Contained within this report are the STAR Tutorial Guide, which introduces the language in a step-by-step manner, and the STAR Reference Manual, which provides a detailed summary of the features of STAR.

  19. How Pressure Became a Scalar, Not a Vector

    NASA Astrophysics Data System (ADS)

    Chalmers, Alan

    2018-04-01

    The gradual emergence of a science of hydrostatics during the course of the seventeenth century is testament to the fact that a technical concept of pressure that was up to the task was far from obvious. The first published version of a theory of hydrostatics containing the essentials of the modern theory appeared in book 2 of Isaac Newton's Principia. Newton derived the propositions of hydrostatics from a definition of a fluid as a medium unable to withstand a distorting force. Newton's reasoning required that pressure be understood as a force per unit area acting on either side of imaginary planes within the body of a fluid. For a fluid in equilibrium, the forces at some location within a fluid are independent of the orientation of such planes. As Newton came to realize, within the body of a liquid, pressure acts equally in all directions so that there is no resultant pressing in any direction. Pressure has an intensity but not a direction. In modern terms, it is a scalar, not a vector. Although earlier scholars such as Simon Stevin, Blaise Pascal, and Robert Boyle helped set the scene for Newton's innovations, they were unable to transcend the common sense of pressure as a directed force acting on the solid surfaces bounding a fluid.

  20. Detect2Rank: Combining Object Detectors Using Learning to Rank.

    PubMed

    Karaoglu, Sezer; Yang Liu; Gevers, Theo

    2016-01-01

    Object detection is an important research area in the field of computer vision. Many detection algorithms have been proposed. However, each object detector relies on specific assumptions of the object appearance and imaging conditions. As a consequence, no algorithm can be considered universal. With the large variety of object detectors, the subsequent question is how to select and combine them. In this paper, we propose a framework to learn how to combine object detectors. The proposed method uses (single) detectors like Deformable Part Models, Color Names and Ensemble of Exemplar-SVMs, and exploits their correlation by high-level contextual features to yield a combined detection list. Experiments on the PASCAL VOC07 and VOC10 data sets show that the proposed method significantly outperforms single object detectors, DPM (8.4%), CN (6.8%) and EES (17.0%) on VOC07 and DPM (6.5%), CN (5.5%) and EES (16.2%) on VOC10. We show with an experiment that there are no constraints on the type of the detector. The proposed method outperforms (2.4%) the state-of-the-art object detector (RCNN) on VOC07 when Regions with Convolutional Neural Network is combined with other detectors used in this paper.