Sample records for run-time interpreted language

  1. CAI-BASIC: A Program to Teach the Programming Language BASIC.

    ERIC Educational Resources Information Center

    Barry, Thomas Anthony

    A computer-assisted instruction (CAI) program was designed which fulfills the objectives of teaching a simple programing language, interpreting student responses, and executing and editing student programs. The CAI-BASIC program is written in FORTRAN IV and executes on IBM-2741 terminals while running under a time-sharing system on an IBM-360-70…

  2. Functional programming interpreter. M. S. thesis

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

    Robison, A.D.

    1987-03-01

    Functional Programming (FP) sup BAC87 is an alternative to conventional imperative programming languages. This thesis describes an FP interpreter implementation. Superficially, FP appears to be a simple, but very inefficient language. Its simplicity, however, allows it to be interpreted quickly. Much of the inefficiency can be removed by simple interpreter techniques. This thesis describes the Illinois Functional Programming (IFP) interpreter, an interactive functional programming implementation which runs under both MS-DOS and UNIX. The IFP interpreter allows functions to be created, executed, and debugged in an environment very similar to UNIX. IFP's speed is competitive with other interpreted languages such asmore » BASIC.« less

  3. Portable Just-in-Time Specialization of Dynamically Typed Scripting Languages

    NASA Astrophysics Data System (ADS)

    Williams, Kevin; McCandless, Jason; Gregg, David

    In this paper, we present a portable approach to JIT compilation for dynamically typed scripting languages. At runtime we generate ANSI C code and use the system's native C compiler to compile this code. The C compiler runs on a separate thread to the interpreter allowing program execution to continue during JIT compilation. Dynamic languages have variables which may change type at any point in execution. Our interpreter profiles variable types at both whole method and partial method granularity. When a frequently executed region of code is discovered, the compilation thread generates a specialized version of the region based on the profiled types. In this paper, we evaluate the level of instruction specialization achieved by our profiling scheme as well as the overall performance of our JIT.

  4. The Basis System

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

    Dubois, P.F.

    1989-05-16

    This paper discusses the basis system. Basis is a program development system for scientific programs. It has been developed over the last five years at Lawrence Livermore National Laboratory (LLNL), where it is now used in about twenty major programming efforts. The Basis System includes two major components, a program development system and a run-time package. The run-time package provides the Basis Language interpreter, through which the user does input, output, plotting, and control of the program's subroutines and functions. Variables in the scientific packages are known to this interpreter, so that the user may arbitrarily print, plot, and calculatemore » with, any major program variables. Also provided are facilities for dynamic memory management, terminal logs, error recovery, text-file i/o, and the attachment of non-Basis-developed packages.« less

  5. Assessing the relationship between computational speed and precision: a case study comparing an interpreted versus compiled programming language using a stochastic simulation model in diabetes care.

    PubMed

    McEwan, Phil; Bergenheim, Klas; Yuan, Yong; Tetlow, Anthony P; Gordon, Jason P

    2010-01-01

    Simulation techniques are well suited to modelling diseases yet can be computationally intensive. This study explores the relationship between modelled effect size, statistical precision, and efficiency gains achieved using variance reduction and an executable programming language. A published simulation model designed to model a population with type 2 diabetes mellitus based on the UKPDS 68 outcomes equations was coded in both Visual Basic for Applications (VBA) and C++. Efficiency gains due to the programming language were evaluated, as was the impact of antithetic variates to reduce variance, using predicted QALYs over a 40-year time horizon. The use of C++ provided a 75- and 90-fold reduction in simulation run time when using mean and sampled input values, respectively. For a series of 50 one-way sensitivity analyses, this would yield a total run time of 2 minutes when using C++, compared with 155 minutes for VBA when using mean input values. The use of antithetic variates typically resulted in a 53% reduction in the number of simulation replications and run time required. When drawing all input values to the model from distributions, the use of C++ and variance reduction resulted in a 246-fold improvement in computation time compared with VBA - for which the evaluation of 50 scenarios would correspondingly require 3.8 hours (C++) and approximately 14.5 days (VBA). The choice of programming language used in an economic model, as well as the methods for improving precision of model output can have profound effects on computation time. When constructing complex models, more computationally efficient approaches such as C++ and variance reduction should be considered; concerns regarding model transparency using compiled languages are best addressed via thorough documentation and model validation.

  6. Computationally intensive econometrics using a distributed matrix-programming language.

    PubMed

    Doornik, Jurgen A; Hendry, David F; Shephard, Neil

    2002-06-15

    This paper reviews the need for powerful computing facilities in econometrics, focusing on concrete problems which arise in financial economics and in macroeconomics. We argue that the profession is being held back by the lack of easy-to-use generic software which is able to exploit the availability of cheap clusters of distributed computers. Our response is to extend, in a number of directions, the well-known matrix-programming interpreted language Ox developed by the first author. We note three possible levels of extensions: (i) Ox with parallelization explicit in the Ox code; (ii) Ox with a parallelized run-time library; and (iii) Ox with a parallelized interpreter. This paper studies and implements the first case, emphasizing the need for deterministic computing in science. We give examples in the context of financial economics and time-series modelling.

  7. Pybus -- A Python Software Bus

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

    Lavrijsen, Wim T.L.P.

    2004-10-14

    A software bus, just like its hardware equivalent, allows for the discovery, installation, configuration, loading, unloading, and run-time replacement of software components, as well as channeling of inter-component communication. Python, a popular open-source programming language, encourages a modular design on software written in it, but it offers little or no component functionality. However, the language and its interpreter provide sufficient hooks to implement a thin, integral layer of component support. This functionality can be presented to the developer in the form of a module, making it very easy to use. This paper describes a Pythonmodule, PyBus, with which the conceptmore » of a ''software bus'' can be realized in Python. It demonstrates, within the context of the ATLAS software framework Athena, how PyBus can be used for the installation and (run-time) configuration of software, not necessarily Python modules, from a Python application in a way that is transparent to the end-user.« less

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

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

  10. Toward real-time performance benchmarks for Ada

    NASA Technical Reports Server (NTRS)

    Clapp, Russell M.; Duchesneau, Louis; Volz, Richard A.; Mudge, Trevor N.; Schultze, Timothy

    1986-01-01

    The issue of real-time performance measurements for the Ada programming language through the use of benchmarks is addressed. First, the Ada notion of time is examined and a set of basic measurement techniques are developed. Then a set of Ada language features believed to be important for real-time performance are presented and specific measurement methods discussed. In addition, other important time related features which are not explicitly part of the language but are part of the run-time related features which are not explicitly part of the language but are part of the run-time system are also identified and measurement techniques developed. The measurement techniques are applied to the language and run-time system features and the results are presented.

  11. Grammar as a Programming Language. Artificial Intelligence Memo 391.

    ERIC Educational Resources Information Center

    Rowe, Neil

    Student projects that involve writing generative grammars in the computer language, "LOGO," are described in this paper, which presents a grammar-running control structure that allows students to modify and improve the grammar interpreter itself while learning how a simple kind of computer parser works. Included are procedures for…

  12. Interpreter training for medical students: pilot implementation and assessment in a student-run clinic.

    PubMed

    Diaz, Jennifer E L; Ekasumara, Nydia; Menon, Nikhil R; Homan, Edwin; Rajarajan, Prashanth; Zamudio, Andrés Ramírez; Kim, Annie J; Gruener, Jason; Poliandro, Edward; Thomas, David C; Meah, Yasmin S; Soriano, Rainier P

    2016-09-29

    Trained medical interpreters are instrumental to patient satisfaction and quality of care. They are especially important in student-run clinics, where many patients have limited English proficiency. Because student-run clinics have ties to their medical schools, they have access to bilingual students who may volunteer to interpret, but are not necessarily formally trained. To study the feasibility and efficacy of leveraging medical student volunteers to improve interpretation services, we performed a pilot study at the student-run clinic at the Icahn School of Medicine at Mount Sinai. In each fall semester in 2012-2015, we implemented a 6-h course providing didactic and interactive training on medical Spanish interpreting techniques and language skills to bilingual students. We then assessed the impact of the course on interpreter abilities. Participants' comfort levels, understanding of their roles, and understanding of terminology significantly increased after the course (p < 0.05), and these gains remained several months later (p < 0.05) and were repeated in an independent cohort. Patients and student clinicians also rated participants highly (averages above 4.5 out of 5) on these measures in real clinical encounters. These findings suggest that a formal interpreter training course tailored for medical students in the setting of a student-run clinic is feasible and effective. This program for training qualified student interpreters can serve as a model for other settings where medical students serve as interpreters.

  13. MAGNA (Materially and Geometrically Nonlinear Analysis). Part I. Finite Element Analysis Manual.

    DTIC Science & Technology

    1982-12-01

    provided for operating the program, modifying storage caoacity, preparing input data, estimating computer run times , and interpreting the output...7.1.3 Reserved File Names 7.1.16 7.1.4 Typical Execution Times on CDC Computers 7.1.18 7.2 CRAY PROGRAM VERSION 7.2.1 7.2.1 Job Control Language 7.2.1...7.2.2 Modification of Storage Capacity 7.2.8 7.2.3 Execution Times on the CRAY-I Computer 7.2.12 7.3 VAX PROGRAM VERSION 7.3.1 8 INPUT DATA 8.0.1 8.1

  14. A Compiler and Run-time System for Network Programming Languages

    DTIC Science & Technology

    2012-01-01

    A Compiler and Run-time System for Network Programming Languages Christopher Monsanto Princeton University Nate Foster Cornell University Rob...Foster, R. Harrison, M. Freedman, C. Monsanto , J. Rexford, A. Story, and D. Walker. Frenetic: A network programming language. In ICFP, Sep 2011. [10] A

  15. Parallel VLSI architecture emulation and the organization of APSA/MPP

    NASA Technical Reports Server (NTRS)

    Odonnell, John T.

    1987-01-01

    The Applicative Programming System Architecture (APSA) combines an applicative language interpreter with a novel parallel computer architecture that is well suited for Very Large Scale Integration (VLSI) implementation. The Massively Parallel Processor (MPP) can simulate VLSI circuits by allocating one processing element in its square array to an area on a square VLSI chip. As long as there are not too many long data paths, the MPP can simulate a VLSI clock cycle very rapidly. The APSA circuit contains a binary tree with a few long paths and many short ones. A skewed H-tree layout allows every processing element to simulate a leaf cell and up to four tree nodes, with no loss in parallelism. Emulation of a key APSA algorithm on the MPP resulted in performance 16,000 times faster than a Vax. This speed will make it possible for the APSA language interpreter to run fast enough to support research in parallel list processing algorithms.

  16. Virtual Reality at the PC Level

    NASA Technical Reports Server (NTRS)

    Dean, John

    1998-01-01

    The main objective of my research has been to incorporate virtual reality at the desktop level; i.e., create virtual reality software that can be run fairly inexpensively on standard PC's. The standard language used for virtual reality on PC's is VRML (Virtual Reality Modeling Language). It is a new language so it is still undergoing a lot of changes. VRML 1.0 came out only a couple years ago and VRML 2.0 came out around last September. VRML is an interpreted language that is run by a web browser plug-in. It is fairly flexible in terms of allowing you to create different shapes and animations. Before this summer, I knew very little about virtual reality and I did not know VRML at all. I learned the VRML language by reading two books and experimenting on a PC. The following topics are presented: CAD to VRML, VRML 1.0 to VRML 2.0, VRML authoring tools, VRML browsers, finding virtual reality applications, the AXAF project, the VRML generator program, web communities and future plans.

  17. Object schemas for grounding language in a responsive robot

    NASA Astrophysics Data System (ADS)

    Hsiao, Kai-Yuh; Tellex, Stefanie; Vosoughi, Soroush; Kubat, Rony; Roy, Deb

    2008-12-01

    An approach is introduced for physically grounded natural language interpretation by robots that reacts appropriately to unanticipated physical changes in the environment and dynamically assimilates new information pertinent to ongoing tasks. At the core of the approach is a model of object schemas that enables a robot to encode beliefs about physical objects in its environment using collections of coupled processes responsible for sensorimotor interaction. These interaction processes run concurrently in order to ensure responsiveness to the environment, while co-ordinating sensorimotor expectations, action planning and language use. The model has been implemented on a robot that manipulates objects on a tabletop in response to verbal input. The implementation responds to verbal requests such as 'Group the green block and the red apple', while adapting in real time to unexpected physical collisions and taking opportunistic advantage of any new information it may receive through perceptual and linguistic channels.

  18. Cognate Facilitation in Sentence Context--Translation Production by Interpreting Trainees and Non-Interpreting Trilinguals

    ERIC Educational Resources Information Center

    Lijewska, Agnieszka; Chmiel, Agnieszka

    2015-01-01

    Conference interpreters form a special case of language users because the simultaneous interpretation practice requires very specific lexical processing. Word comprehension and production in respective languages is performed under strict time constraints and requires constant activation of the involved languages. The present experiment aimed at…

  19. A python tool for the implementation of domain-specific languages

    NASA Astrophysics Data System (ADS)

    Dejanović, Igor; Vaderna, Renata; Milosavljević, Gordana; Simić, Miloš; Vuković, Željko

    2017-07-01

    In this paper we describe textX, a meta-language and a tool for building Domain-Specific Languages. It is implemented in Python using Arpeggio PEG (Parsing Expression Grammar) parser library. From a single language description (grammar) textX will build a parser and a meta-model (a.k.a. abstract syntax) of the language. The parser is used to parse textual representations of models conforming to the meta-model. As a result of parsing, a Python object graph will be automatically created. The structure of the object graph will conform to the meta-model defined by the grammar. This approach frees a developer from the need to manually analyse a parse tree and transform it to other suitable representation. The textX library is independent of any integrated development environment and can be easily integrated in any Python project. The textX tool works as a grammar interpreter. The parser is configured at run-time using the grammar. The textX tool is a free and open-source project available at GitHub.

  20. QPA-CLIPS: A language and representation for process control

    NASA Technical Reports Server (NTRS)

    Freund, Thomas G.

    1994-01-01

    QPA-CLIPS is an extension of CLIPS oriented towards process control applications. Its constructs define a dependency network of process actions driven by sensor information. The language consists of three basic constructs: TASK, SENSOR, and FILTER. TASK's define the dependency network describing alternative state transitions for a process. SENSOR's and FILTER's define sensor information sources used to activate state transitions within the network. Deftemplate's define these constructs and their run-time environment is an interpreter knowledge base, performing pattern matching on sensor information and so activating TASK's in the dependency network. The pattern matching technique is based on the repeatable occurrence of a sensor data pattern. QPA-CIPS has been successfully tested on a SPARCStation providing supervisory control to an Allen-Bradley PLC 5 controller driving molding equipment.

  1. Generic, Type-Safe and Object Oriented Computer Algebra Software

    NASA Astrophysics Data System (ADS)

    Kredel, Heinz; Jolly, Raphael

    Advances in computer science, in particular object oriented programming, and software engineering have had little practical impact on computer algebra systems in the last 30 years. The software design of existing systems is still dominated by ad-hoc memory management, weakly typed algorithm libraries and proprietary domain specific interactive expression interpreters. We discuss a modular approach to computer algebra software: usage of state-of-the-art memory management and run-time systems (e.g. JVM) usage of strongly typed, generic, object oriented programming languages (e.g. Java) and usage of general purpose, dynamic interactive expression interpreters (e.g. Python) To illustrate the workability of this approach, we have implemented and studied computer algebra systems in Java and Scala. In this paper we report on the current state of this work by presenting new examples.

  2. Virtual Machine Language

    NASA Technical Reports Server (NTRS)

    Grasso, Christopher; Page, Dennis; O'Reilly, Taifun; Fteichert, Ralph; Lock, Patricia; Lin, Imin; Naviaux, Keith; Sisino, John

    2005-01-01

    Virtual Machine Language (VML) is a mission-independent, reusable software system for programming for spacecraft operations. Features of VML include a rich set of data types, named functions, parameters, IF and WHILE control structures, polymorphism, and on-the-fly creation of spacecraft commands from calculated values. Spacecraft functions can be abstracted into named blocks that reside in files aboard the spacecraft. These named blocks accept parameters and execute in a repeatable fashion. The sizes of uplink products are minimized by the ability to call blocks that implement most of the command steps. This block approach also enables some autonomous operations aboard the spacecraft, such as aerobraking, telemetry conditional monitoring, and anomaly response, without developing autonomous flight software. Operators on the ground write blocks and command sequences in a concise, high-level, human-readable programming language (also called VML ). A compiler translates the human-readable blocks and command sequences into binary files (the operations products). The flight portion of VML interprets the uplinked binary files. The ground subsystem of VML also includes an interactive sequence- execution tool hosted on workstations, which runs sequences at several thousand times real-time speed, affords debugging, and generates reports. This tool enables iterative development of blocks and sequences within times of the order of seconds.

  3. Simulation Study of Evacuation Control Center Operations Analysis

    DTIC Science & Technology

    2011-06-01

    28 4.3 Baseline Manning (Runs 1, 2, & 3) . . . . . . . . . . . . 30 4.3.1 Baseline Statistics Interpretation...46 Appendix B. Key Statistic Matrix: Runs 1-12 . . . . . . . . . . . . . 48 Appendix C. Blue Dart...Completion Time . . . 33 11. Paired T result - Run 5 v. Run 6: ECC Completion Time . . . 35 12. Key Statistics : Run 3 vs. Run 9

  4. A Concept for Run-Time Support of the Chapel Language

    NASA Technical Reports Server (NTRS)

    James, Mark

    2006-01-01

    A document presents a concept for run-time implementation of other concepts embodied in the Chapel programming language. (Now undergoing development, Chapel is intended to become a standard language for parallel computing that would surpass older such languages in both computational performance in the efficiency with which pre-existing code can be reused and new code written.) The aforementioned other concepts are those of distributions, domains, allocations, and access, as defined in a separate document called "A Semantic Framework for Domains and Distributions in Chapel" and linked to a language specification defined in another separate document called "Chapel Specification 0.3." The concept presented in the instant report is recognition that a data domain that was invented for Chapel offers a novel approach to distributing and processing data in a massively parallel environment. The concept is offered as a starting point for development of working descriptions of functions and data structures that would be necessary to implement interfaces to a compiler for transforming the aforementioned other concepts from their representations in Chapel source code to their run-time implementations.

  5. A C Language Implementation of the SRO (Murdock) Detector/Analyzer

    USGS Publications Warehouse

    Murdock, James N.; Halbert, Scott E.

    1991-01-01

    A signal detector and analyzer algorithm was described by Murdock and Hutt in 1983. The algorithm emulates the performance of a human interpreter of seismograms. It estimates the signal onset, the direction of onset (positive or negative), the quality of these determinations, the period and amplitude of the signal, and the background noise at the time of the signal. The algorithm has been coded in C language for implementation as a 'blackbox' for data similar to that of the China Digital Seismic Network. A driver for the algorithm is included, as are suggestions for other drivers. In all of these routines, plus several FIR filters that are included as well, floating point operations are not required. Multichannel operation is supported. Although the primary use of the code has been for in-house processing of broadband and short period data of the China Digital Seismic Network, provisions have been made to process the long period and very long period data of that system as well. The code for the in-house detector, which runs on a mini-computer, is very similar to that of the field system, which runs on a microprocessor. The code is documented.

  6. Event representations constrain the structure of language: Sign language as a window into universally accessible linguistic biases.

    PubMed

    Strickland, Brent; Geraci, Carlo; Chemla, Emmanuel; Schlenker, Philippe; Kelepir, Meltem; Pfau, Roland

    2015-05-12

    According to a theoretical tradition dating back to Aristotle, verbs can be classified into two broad categories. Telic verbs (e.g., "decide," "sell," "die") encode a logical endpoint, whereas atelic verbs (e.g., "think," "negotiate," "run") do not, and the denoted event could therefore logically continue indefinitely. Here we show that sign languages encode telicity in a seemingly universal way and moreover that even nonsigners lacking any prior experience with sign language understand these encodings. In experiments 1-5, nonsigning English speakers accurately distinguished between telic (e.g., "decide") and atelic (e.g., "think") signs from (the historically unrelated) Italian Sign Language, Sign Language of the Netherlands, and Turkish Sign Language. These results were not due to participants' inferring that the sign merely imitated the action in question. In experiment 6, we used pseudosigns to show that the presence of a salient visual boundary at the end of a gesture was sufficient to elicit telic interpretations, whereas repeated movement without salient boundaries elicited atelic interpretations. Experiments 7-10 confirmed that these visual cues were used by all of the sign languages studied here. Together, these results suggest that signers and nonsigners share universally accessible notions of telicity as well as universally accessible "mapping biases" between telicity and visual form.

  7. Extending Situated Language Comprehension (Accounts) with Speaker and Comprehender Characteristics: Toward Socially Situated Interpretation.

    PubMed

    Münster, Katja; Knoeferle, Pia

    2017-01-01

    More and more findings suggest a tight temporal coupling between (non-linguistic) socially interpreted context and language processing. Still, real-time language processing accounts remain largely elusive with respect to the influence of biological (e.g., age) and experiential (e.g., world and moral knowledge) comprehender characteristics and the influence of the 'socially interpreted' context, as for instance provided by the speaker. This context could include actions, facial expressions, a speaker's voice or gaze, and gestures among others. We review findings from social psychology, sociolinguistics and psycholinguistics to highlight the relevance of (the interplay between) the socially interpreted context and comprehender characteristics for language processing. The review informs the extension of an extant real-time processing account (already featuring a coordinated interplay between language comprehension and the non-linguistic visual context) with a variable ('ProCom') that captures characteristics of the language user and with a first approximation of the comprehender's speaker representation. Extending the CIA to the sCIA (social Coordinated Interplay Account) is the first step toward a real-time language comprehension account which might eventually accommodate the socially situated communicative interplay between comprehenders and speakers.

  8. The Temporal Structure of Spoken Language Understanding.

    ERIC Educational Resources Information Center

    Marslen-Wilson, William; Tyler, Lorraine Komisarjevsky

    1980-01-01

    An investigation of word-by-word time-course of spoken language understanding focused on word recognition and structural and interpretative processes. Results supported an online interactive language processing theory, in which lexical, structural, and interpretative knowledge sources communicate and interact during processing efficiently and…

  9. Towards the neurobiology of emotional body language.

    PubMed

    de Gelder, Beatrice

    2006-03-01

    People's faces show fear in many different circumstances. However, when people are terrified, as well as showing emotion, they run for cover. When we see a bodily expression of emotion, we immediately know what specific action is associated with a particular emotion, leaving little need for interpretation of the signal, as is the case for facial expressions. Research on emotional body language is rapidly emerging as a new field in cognitive and affective neuroscience. This article reviews how whole-body signals are automatically perceived and understood, and their role in emotional communication and decision-making.

  10. qtcm 0.1.2: A Python Implementation of the Neelin-Zeng Quasi-Equilibrium Tropical Circulation model

    NASA Astrophysics Data System (ADS)

    Lin, J. W.-B.

    2008-10-01

    Historically, climate models have been developed incrementally and in compiled languages like Fortran. While the use of legacy compiled languages results in fast, time-tested code, the resulting model is limited in its modularity and cannot take advantage of functionality available with modern computer languages. Here we describe an effort at using the open-source, object-oriented language Python to create more flexible climate models: the package qtcm, a Python implementation of the intermediate-level Neelin-Zeng Quasi-Equilibrium Tropical Circulation model (QTCM1) of the atmosphere. The qtcm package retains the core numerics of QTCM1, written in Fortran to optimize model performance, but uses Python structures and utilities to wrap the QTCM1 Fortran routines and manage model execution. The resulting "mixed language" modeling package allows order and choice of subroutine execution to be altered at run time, and model analysis and visualization to be integrated in interactively with model execution at run time. This flexibility facilitates more complex scientific analysis using less complex code than would be possible using traditional languages alone, and provides tools to transform the traditional "formulate hypothesis → write and test code → run model → analyze results" sequence into a feedback loop that can be executed automatically by the computer.

  11. qtcm 0.1.2: a Python implementation of the Neelin-Zeng Quasi-Equilibrium Tropical Circulation Model

    NASA Astrophysics Data System (ADS)

    Lin, J. W.-B.

    2009-02-01

    Historically, climate models have been developed incrementally and in compiled languages like Fortran. While the use of legacy compiled languages results in fast, time-tested code, the resulting model is limited in its modularity and cannot take advantage of functionality available with modern computer languages. Here we describe an effort at using the open-source, object-oriented language Python to create more flexible climate models: the package qtcm, a Python implementation of the intermediate-level Neelin-Zeng Quasi-Equilibrium Tropical Circulation model (QTCM1) of the atmosphere. The qtcm package retains the core numerics of QTCM1, written in Fortran to optimize model performance, but uses Python structures and utilities to wrap the QTCM1 Fortran routines and manage model execution. The resulting "mixed language" modeling package allows order and choice of subroutine execution to be altered at run time, and model analysis and visualization to be integrated in interactively with model execution at run time. This flexibility facilitates more complex scientific analysis using less complex code than would be possible using traditional languages alone, and provides tools to transform the traditional "formulate hypothesis → write and test code → run model → analyze results" sequence into a feedback loop that can be executed automatically by the computer.

  12. 16 CFR 803.10 - Running of time.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 16 Commercial Practices 1 2010-01-01 2010-01-01 false Running of time. 803.10 Section 803.10 Commercial Practices FEDERAL TRADE COMMISSION RULES, REGULATIONS, STATEMENTS AND INTERPRETATIONS UNDER THE HART-SCOTT-RODINO ANTITRUST IMPROVEMENTS ACT OF 1976 TRANSMITTAL RULES § 803.10 Running of time. (a...

  13. Performance analysis of local area networks

    NASA Technical Reports Server (NTRS)

    Alkhatib, Hasan S.; Hall, Mary Grace

    1990-01-01

    A simulation of the TCP/IP protocol running on a CSMA/CD data link layer was described. The simulation was implemented using the simula language, and object oriented discrete event language. It allows the user to set the number of stations at run time, as well as some station parameters. Those parameters are the interrupt time and the dma transfer rate for each station. In addition, the user may configure the network at run time with stations of differing characteristics. Two types are available, and the parameters of both types are read from input files at run time. The parameters include the dma transfer rate, interrupt time, data rate, average message size, maximum frame size and the average interarrival time of messages per station. The information collected for the network is the throughput and the mean delay per packet. For each station, the number of messages attempted as well as the number of messages successfully transmitted is collected in addition to the throughput and mean packet delay per station.

  14. Benefits of Sign Language Interpreting and Text Alternatives for Deaf Students' Classroom Learning

    ERIC Educational Resources Information Center

    Marschark, Marc; Leigh, Greg; Sapere, Patricia; Burnham, Denis; Convertino, Carol; Stinson, Michael; Knoors, Harry; Vervloed, Mathijs P. J.; Noble, William

    2006-01-01

    Four experiments examined the utility of real-time text in supporting deaf students' learning from lectures in postsecondary (Experiments 1 and 2) and secondary classrooms (Experiments 3 and 4). Experiment 1 compared the effects on learning of sign language interpreting, real-time text (C-Print), and both. Real-time text alone led to significantly…

  15. Brahms Mobile Agents: Architecture and Field Tests

    NASA Technical Reports Server (NTRS)

    Clancey, William J.; Sierhuis, Maarten; Kaskiris, Charis; vanHoof, Ron

    2002-01-01

    We have developed a model-based, distributed architecture that integrates diverse components in a system designed for lunar and planetary surface operations: an astronaut's space suit, cameras, rover/All-Terrain Vehicle (ATV), robotic assistant, other personnel in a local habitat, and a remote mission support team (with time delay). Software processes, called agents, implemented in the Brahms language, run on multiple, mobile platforms. These mobile agents interpret and transform available data to help people and robotic systems coordinate their actions to make operations more safe and efficient. The Brahms-based mobile agent architecture (MAA) uses a novel combination of agent types so the software agents may understand and facilitate communications between people and between system components. A state-of-the-art spoken dialogue interface is integrated with Brahms models, supporting a speech-driven field observation record and rover command system (e.g., return here later and bring this back to the habitat ). This combination of agents, rover, and model-based spoken dialogue interface constitutes a personal assistant. An important aspect of the methodology involves first simulating the entire system in Brahms, then configuring the agents into a run-time system.

  16. Rates and Predictors of Professional Interpreting Provision for Patients With Limited English Proficiency in the Emergency Department and Inpatient Ward

    PubMed Central

    Ryan, Jennifer; Abbato, Samantha; Greer, Ristan; Vayne-Bossert, Petra; Good, Phillip

    2017-01-01

    The provision of professional interpreting services in the hospital setting decreases communication errors of clinical significance and improves clinical outcomes. A retrospective audit was conducted at a tertiary referral adult hospital in Brisbane, Australia. Of 20 563 admissions of patients presenting to the hospital emergency department (ED) and admitted to a ward during 2013-2014, 582 (2.8%) were identified as requiring interpreting services. In all, 19.8% of admissions were provided professional interpreting services in the ED, and 26.1% were provided on the ward. Patients were more likely to receive interpreting services in the ED if they were younger, spoke an Asian language, or used sign language. On the wards, using sign language was associated with 3 times odds of being provided an interpreter compared with other languages spoken. Characteristics of patients including their age and type of language spoken influence the clinician’s decision to engage a professional interpreter in both the ED and inpatient ward. PMID:29144184

  17. A Python Implementation of an Intermediate-Level Tropical Circulation Model and Implications for How Modeling Science is Done

    NASA Astrophysics Data System (ADS)

    Lin, J. W. B.

    2015-12-01

    Historically, climate models have been developed incrementally and in compiled languages like Fortran. While the use of legacy compiledlanguages results in fast, time-tested code, the resulting model is limited in its modularity and cannot take advantage of functionalityavailable with modern computer languages. Here we describe an effort at using the open-source, object-oriented language Pythonto create more flexible climate models: the package qtcm, a Python implementation of the intermediate-level Neelin-Zeng Quasi-Equilibrium Tropical Circulation model (QTCM1) of the atmosphere. The qtcm package retains the core numerics of QTCM1, written in Fortran, to optimize model performance but uses Python structures and utilities to wrap the QTCM1 Fortran routines and manage model execution. The resulting "mixed language" modeling package allows order and choice of subroutine execution to be altered at run time, and model analysis and visualization to be integrated in interactively with model execution at run time. This flexibility facilitates more complex scientific analysis using less complex code than would be possible using traditional languages alone and provides tools to transform the traditional "formulate hypothesis → write and test code → run model → analyze results" sequence into a feedback loop that can be executed automatically by the computer.

  18. Oral Interpretation Performance as A Self-Referencing Process.

    ERIC Educational Resources Information Center

    Plax, Pamela M.

    Oral interpretation utilizes the self-referencing qualities of language and literature which involves the interpreter as both actor and reader. By "self-referencing" is meant the capacity language has to express not only literal meaning but also, at the same time, the process of realization and of attitudinizing toward this meaning.…

  19. Analyses of requirements for computer control and data processing experiment subsystems. Volume 2: ATM experiment S-056 image data processing system software development

    NASA Technical Reports Server (NTRS)

    1972-01-01

    The IDAPS (Image Data Processing System) is a user-oriented, computer-based, language and control system, which provides a framework or standard for implementing image data processing applications, simplifies set-up of image processing runs so that the system may be used without a working knowledge of computer programming or operation, streamlines operation of the image processing facility, and allows multiple applications to be run in sequence without operator interaction. The control system loads the operators, interprets the input, constructs the necessary parameters for each application, and cells the application. The overlay feature of the IBSYS loader (IBLDR) provides the means of running multiple operators which would otherwise overflow core storage.

  20. Extending Situated Language Comprehension (Accounts) with Speaker and Comprehender Characteristics: Toward Socially Situated Interpretation

    PubMed Central

    Münster, Katja; Knoeferle, Pia

    2018-01-01

    More and more findings suggest a tight temporal coupling between (non-linguistic) socially interpreted context and language processing. Still, real-time language processing accounts remain largely elusive with respect to the influence of biological (e.g., age) and experiential (e.g., world and moral knowledge) comprehender characteristics and the influence of the ‘socially interpreted’ context, as for instance provided by the speaker. This context could include actions, facial expressions, a speaker’s voice or gaze, and gestures among others. We review findings from social psychology, sociolinguistics and psycholinguistics to highlight the relevance of (the interplay between) the socially interpreted context and comprehender characteristics for language processing. The review informs the extension of an extant real-time processing account (already featuring a coordinated interplay between language comprehension and the non-linguistic visual context) with a variable (‘ProCom’) that captures characteristics of the language user and with a first approximation of the comprehender’s speaker representation. Extending the CIA to the sCIA (social Coordinated Interplay Account) is the first step toward a real-time language comprehension account which might eventually accommodate the socially situated communicative interplay between comprehenders and speakers. PMID:29416517

  1. Strategy for an Extensible Microcomputer-Based Mumps System for Private Practice

    PubMed Central

    Walters, Richard F.; Johnson, Stephen L.

    1979-01-01

    A macro expander technique has been adopted to generate a machine independent single user version of ANSI Standard MUMPS running on an 8080 Microcomputer. This approach makes it possible to have the medically oriented MUMPS language available on inexpensive systems suitable for small group practice settings. Substitution of another macro expansion set allows the same interpreter to be implemented on another computer, thereby providing compatibility with comparable or larger scale systems. Furthermore, since the global file handler can be separated from the interpreter, this approach permits development of a distributed MUMPS system with no change in applications software.

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

  3. Using hypermedia to develop an intelligent tutorial/diagnostic system for the Space Shuttle Main Engine Controller Lab

    NASA Technical Reports Server (NTRS)

    Oreilly, Daniel; Williams, Robert; Yarborough, Kevin

    1988-01-01

    This is a tutorial/diagnostic system for training personnel in the use of the Space Shuttle Main Engine Controller (SSMEC) Simulation Lab. It also provides a diagnostic capable of isolating lab failures at least to the major lab component. The system was implemented using Hypercard, which is an program of hypermedia running on Apple Macintosh computers. Hypercard proved to be a viable platform for the development and use of sophisticated tutorial systems and moderately capable diagnostic systems. This tutorial/diagnostic system uses the basic Hypercard tools to provide the tutorial. The diagnostic part of the system uses a simple interpreter written in the Hypercard language (Hypertalk) to implement the backward chaining rule based logic commonly found in diagnostic systems using Prolog. Some of the advantages of Hypercard in developing this type of system include sophisticated graphics, animation, sound and voice capabilities, its ability as a hypermedia tool, and its ability to include digitized pictures. The major disadvantage is the slow execution time for evaluation of rules (due to the interpretive processing of the language). Other disadvantages include the limitation on the size of the cards, that color is not supported, that it does not support grey scale graphics, and its lack of selectable fonts for text fields.

  4. Structure and software tools of AIDA.

    PubMed

    Duisterhout, J S; Franken, B; Witte, F

    1987-01-01

    AIDA consists of a set of software tools to allow for fast development and easy-to-maintain Medical Information Systems. AIDA supports all aspects of such a system both during development and operation. It contains tools to build and maintain forms for interactive data entry and on-line input validation, a database management system including a data dictionary and a set of run-time routines for database access, and routines for querying the database and output formatting. Unlike an application generator, the user of AIDA may select parts of the tools to fulfill his needs and program other subsystems not developed with AIDA. The AIDA software uses as host language the ANSI-standard programming language MUMPS, an interpreted language embedded in an integrated database and programming environment. This greatly facilitates the portability of AIDA applications. The database facilities supported by AIDA are based on a relational data model. This data model is built on top of the MUMPS database, the so-called global structure. This relational model overcomes the restrictions of the global structure regarding string length. The global structure is especially powerful for sorting purposes. Using MUMPS as a host language allows the user an easy interface between user-defined data validation checks or other user-defined code and the AIDA tools. AIDA has been designed primarily for prototyping and for the construction of Medical Information Systems in a research environment which requires a flexible approach. The prototyping facility of AIDA operates terminal independent and is even to a great extent multi-lingual. Most of these features are table-driven; this allows on-line changes in the use of terminal type and language, but also causes overhead. AIDA has a set of optimizing tools by which it is possible to build a faster, but (of course) less flexible code from these table definitions. By separating the AIDA software in a source and a run-time version, one is able to write implementation-specific code which can be selected and loaded by a special source loader, being part of the AIDA software. This feature is also accessible for maintaining software on different sites and on different installations.

  5. A comparative study of programming languages for next-generation astrodynamics systems

    NASA Astrophysics Data System (ADS)

    Eichhorn, Helge; Cano, Juan Luis; McLean, Frazer; Anderl, Reiner

    2018-03-01

    Due to the computationally intensive nature of astrodynamics tasks, astrodynamicists have relied on compiled programming languages such as Fortran for the development of astrodynamics software. Interpreted languages such as Python, on the other hand, offer higher flexibility and development speed thereby increasing the productivity of the programmer. While interpreted languages are generally slower than compiled languages, recent developments such as just-in-time (JIT) compilers or transpilers have been able to close this speed gap significantly. Another important factor for the usefulness of a programming language is its wider ecosystem which consists of the available open-source packages and development tools such as integrated development environments or debuggers. This study compares three compiled languages and three interpreted languages, which were selected based on their popularity within the scientific programming community and technical merit. The three compiled candidate languages are Fortran, C++, and Java. Python, Matlab, and Julia were selected as the interpreted candidate languages. All six languages are assessed and compared to each other based on their features, performance, and ease-of-use through the implementation of idiomatic solutions to classical astrodynamics problems. We show that compiled languages still provide the best performance for astrodynamics applications, but JIT-compiled dynamic languages have reached a competitive level of speed and offer an attractive compromise between numerical performance and programmer productivity.

  6. A Model-Driven Co-Design Framework for Fusing Control and Scheduling Viewpoints.

    PubMed

    Sundharam, Sakthivel Manikandan; Navet, Nicolas; Altmeyer, Sebastian; Havet, Lionel

    2018-02-20

    Model-Driven Engineering (MDE) is widely applied in the industry to develop new software functions and integrate them into the existing run-time environment of a Cyber-Physical System (CPS). The design of a software component involves designers from various viewpoints such as control theory, software engineering, safety, etc. In practice, while a designer from one discipline focuses on the core aspects of his field (for instance, a control engineer concentrates on designing a stable controller), he neglects or considers less importantly the other engineering aspects (for instance, real-time software engineering or energy efficiency). This may cause some of the functional and non-functional requirements not to be met satisfactorily. In this work, we present a co-design framework based on timing tolerance contract to address such design gaps between control and real-time software engineering. The framework consists of three steps: controller design, verified by jitter margin analysis along with co-simulation, software design verified by a novel schedulability analysis, and the run-time verification by monitoring the execution of the models on target. This framework builds on CPAL (Cyber-Physical Action Language), an MDE design environment based on model-interpretation, which enforces a timing-realistic behavior in simulation through timing and scheduling annotations. The application of our framework is exemplified in the design of an automotive cruise control system.

  7. A Model-Driven Co-Design Framework for Fusing Control and Scheduling Viewpoints

    PubMed Central

    Navet, Nicolas; Havet, Lionel

    2018-01-01

    Model-Driven Engineering (MDE) is widely applied in the industry to develop new software functions and integrate them into the existing run-time environment of a Cyber-Physical System (CPS). The design of a software component involves designers from various viewpoints such as control theory, software engineering, safety, etc. In practice, while a designer from one discipline focuses on the core aspects of his field (for instance, a control engineer concentrates on designing a stable controller), he neglects or considers less importantly the other engineering aspects (for instance, real-time software engineering or energy efficiency). This may cause some of the functional and non-functional requirements not to be met satisfactorily. In this work, we present a co-design framework based on timing tolerance contract to address such design gaps between control and real-time software engineering. The framework consists of three steps: controller design, verified by jitter margin analysis along with co-simulation, software design verified by a novel schedulability analysis, and the run-time verification by monitoring the execution of the models on target. This framework builds on CPAL (Cyber-Physical Action Language), an MDE design environment based on model-interpretation, which enforces a timing-realistic behavior in simulation through timing and scheduling annotations. The application of our framework is exemplified in the design of an automotive cruise control system. PMID:29461489

  8. Benefits of Sign Language Interpreting and Text Alternatives for Deaf Students' Classroom Learning

    PubMed Central

    Marschark, Marc; Leigh, Greg; Sapere, Patricia; Burnham, Denis; Convertino, Carol; Stinson, Michael; Knoors, Harry; Vervloed, Mathijs P. J.; Noble, William

    2006-01-01

    Four experiments examined the utility of real-time text in supporting deaf students' learning from lectures in postsecondary (Experiments 1 and 2) and secondary classrooms (Experiments 3 and 4). Experiment 1 compared the effects on learning of sign language interpreting, real-time text (C-Print), and both. Real-time text alone led to significantly higher performance by deaf students than the other two conditions, but performance by deaf students in all conditions was significantly below that of hearing peers who saw lectures without any support services. Experiment 2 compared interpreting and two forms of real-time text, C-Print and Communication Access Real-Time Translation, at immediate testing and after a 1-week delay (with study notes). No significant differences among support services were obtained at either testing. Experiment 3 also failed to reveal significant effects at immediate or delayed testing in a comparison of real-time text, direct (signed) instruction, and both. Experiment 4 found no significant differences between interpreting and interpreting plus real-time text on the learning of either new words or the content of television programs. Alternative accounts of the observed pattern of results are considered, but it is concluded that neither sign language interpreting nor real-time text have any inherent, generalized advantage over the other in supporting deaf students in secondary or postsecondary settings. Providing deaf students with both services simultaneously does not appear to provide any generalized benefit, at least for the kinds of materials utilized here. PMID:16928778

  9. Benefits of sign language interpreting and text alternatives for deaf students' classroom learning.

    PubMed

    Marschark, Marc; Leigh, Greg; Sapere, Patricia; Burnham, Denis; Convertino, Carol; Stinson, Michael; Knoors, Harry; Vervloed, Mathijs P J; Noble, William

    2006-01-01

    Four experiments examined the utility of real-time text in supporting deaf students' learning from lectures in postsecondary (Experiments 1 and 2) and secondary classrooms (Experiments 3 and 4). Experiment 1 compared the effects on learning of sign language interpreting, real-time text (C-Print), and both. Real-time text alone led to significantly higher performance by deaf students than the other two conditions, but performance by deaf students in all conditions was significantly below that of hearing peers who saw lectures without any support services. Experiment 2 compared interpreting and two forms of real-time text, C-Print and Communication Access Real-Time Translation, at immediate testing and after a 1-week delay (with study notes). No significant differences among support services were obtained at either testing. Experiment 3 also failed to reveal significant effects at immediate or delayed testing in a comparison of real-time text, direct (signed) instruction, and both. Experiment 4 found no significant differences between interpreting and interpreting plus real-time text on the learning of either new words or the content of television programs. Alternative accounts of the observed pattern of results are considered, but it is concluded that neither sign language interpreting nor real-time text have any inherent, generalized advantage over the other in supporting deaf students in secondary or postsecondary settings. Providing deaf students with both services simultaneously does not appear to provide any generalized benefit, at least for the kinds of materials utilized here.

  10. A free interactive matching program

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

    J.-F. Ostiguy

    1999-04-16

    For physicists and engineers involved in the design and analysis of beamlines (transfer lines or insertions) the lattice function matching problem is central and can be time-consuming because it involves constrained nonlinear optimization. For such problems convergence can be difficult to obtain in general without expert human intervention. Over the years, powerful codes have been developed to assist beamline designers. The canonical example is MAD (Methodical Accelerator Design) developed at CERN by Christophe Iselin. MAD, through a specialized command language, allows one to solve a wide variety of problems, including matching problems. Although in principle, the MAD command interpreter canmore » be run interactively, in practice the solution of a matching problem involves a sequence of independent trial runs. Unfortunately, but perhaps not surprisingly, there still exists relatively few tools exploiting the resources offered by modern environments to assist lattice designer with this routine and repetitive task. In this paper, we describe a fully interactive lattice matching program, written in C++ and assembled using freely available software components. An important feature of the code is that the evolution of the lattice functions during the nonlinear iterative process can be graphically monitored in real time; the user can dynamically interrupt the iterations at will to introduce new variables, freeze existing ones into their current state and/or modify constraints. The program runs under both UNIX and Windows NT.« less

  11. BASIC2 INTERPRETER; minimal basic language. [MCS-80,8080-based microcomputers; 8080 Assembly language

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

    McGoldrick, P.R.; Allison, T.G.

    The BASIC2 INTERPRETER was developed to provide a high-level easy-to-use language for performing both control and computational functions in the MCS-80. The package is supplied as two alternative implementations, hardware and software. The ''software'' implementation provides the following capabilities: entry and editing of BASIC programs, device-independent I/O, special functions to allow access from BASIC to any I/O port, formatted printing, special INPUT/OUTPUT-and-proceed statements to allow I/O without interrupting BASIC program execution, full arithmetic expressions, limited string manipulation (10 or fewer characters), shorthand forms for common BASIC keywords, immediate mode BASIC statement execution, and capability of running a BASIC program thatmore » is stored in PROM. The allowed arithmetic operations are addition, subtraction, multiplication, division, and raising a number to a positive integral power. In the second, or ''hardware'', implementation of BASIC2 requiring an Am9511 Arithmetic Processing Unit (APU) interfaced to the 8080 microprocessor, arithmetic operations are performed by the APU. The following additional built-in functions are available in this implementation: square root, sine, cosine, tangent, arcsine, arccosine, arctangent, exponential, logarithm base e, and logarithm base 10. MCS-80,8080-based microcomputers; 8080 Assembly language; Approximately 8K bytes of RAM to store the assembled interpreter, additional user program space, and necessary peripheral devices. The hardware implementation requires an Am9511 Arithmetic Processing Unit and an interface board (reference 2).« less

  12. Teaching Computer Languages and Elementary Theory for Mixed Audiences at University Level

    NASA Astrophysics Data System (ADS)

    Christiansen, Henning

    2004-09-01

    Theoretical issues of computer science are traditionally taught in a way that presupposes a solid mathematical background and are usually considered more or less inaccessible for students without this. An effective methodology is described which has been developed for a target group of university students with different backgrounds such as natural science or humanities. It has been developed for a course that integrates theoretical material on computer languages and abstract machines with practical programming techniques. Prolog used as meta-language for describing language issues is the central instrument in the approach: Formal descriptions become running prototypes that are easy and appealing to test and modify, and can be extended into analyzers, interpreters, and tools such as tracers and debuggers. Experience shows a high learning curve, especially when the principles are extended into a learning-by-doing approach having the students to develop such descriptions themselves from an informal introduction.

  13. Effects of Real-Time Captioning and Sign Language Interpreting on the Learning of College Students Who Are Deaf or Hard of Hearing

    ERIC Educational Resources Information Center

    Smith-Pethybridge, Valorie

    2009-01-01

    College personnel are required to provide accommodations for students who are deaf and hard of hearing (D/HoH), but few empirical studies have been conducted on D/HoH students as they learn under the various accommodation conditions (sign language interpreting, SLI, real-time captioning, RTC, and both). Guided by the experiences of students who…

  14. Using American sign language interpreters to facilitate research among deaf adults: lessons learned.

    PubMed

    Sheppard, Kate

    2011-04-01

    Health care providers commonly discuss depressive symptoms with clients, enabling earlier intervention. Such discussions rarely occur between providers and Deaf clients. Most culturally Deaf adults experience early-onset hearing loss, self-identify as part of a unique culture, and communicate in the visual language of American Sign Language (ASL). Communication barriers abound, and depression screening instruments may be unreliable. To train and use ASL interpreters for a qualitative study describing depressive symptoms among Deaf adults. Training included research versus community interpreting. During data collection, interpreters translated to and from voiced English and ASL. Training eliminated potential problems during data collection. Unexpected issues included participants asking for "my interpreter" and worrying about confidentiality or friendship in a small community. Lessons learned included the value of careful training of interpreters prior to initiating data collection, including resolution of possible role conflicts and ensuring conceptual equivalence in real-time interpreting.

  15. Direction Asymmetries in Spoken and Signed Language Interpreting

    ERIC Educational Resources Information Center

    Nicodemus, Brenda; Emmorey, Karen

    2013-01-01

    Spoken language (unimodal) interpreters often prefer to interpret from their non-dominant language (L2) into their native language (L1). Anecdotally, signed language (bimodal) interpreters express the opposite bias, preferring to interpret from L1 (spoken language) into L2 (signed language). We conducted a large survey study ("N" =…

  16. UMass at TREC 2002: Cross Language and Novelty Tracks

    DTIC Science & Technology

    2002-01-01

    resources – stemmers, dictionaries , machine translation, and an acronym database. We found that proper names were extremely important in this year’s queries...data by manually annotating 48 additional topics. 1. Cross Language Track We submitted one monolingual run and four cross-language runs. For the... monolingual run, the technology was essentially the same as the system we used for TREC 2001. For the cross-language run, we integrated some new

  17. Real-Time MENTAT programming language and architecture

    NASA Technical Reports Server (NTRS)

    Grimshaw, Andrew S.; Silberman, Ami; Liu, Jane W. S.

    1989-01-01

    Real-time MENTAT, a programming environment designed to simplify the task of programming real-time applications in distributed and parallel environments, is described. It is based on the same data-driven computation model and object-oriented programming paradigm as MENTAT. It provides an easy-to-use mechanism to exploit parallelism, language constructs for the expression and enforcement of timing constraints, and run-time support for scheduling and exciting real-time programs. The real-time MENTAT programming language is an extended C++. The extensions are added to facilitate automatic detection of data flow and generation of data flow graphs, to express the timing constraints of individual granules of computation, and to provide scheduling directives for the runtime system. A high-level view of the real-time MENTAT system architecture and programming language constructs is provided.

  18. Platform-independent software for medical image processing on the Internet

    NASA Astrophysics Data System (ADS)

    Mancuso, Michael E.; Pathak, Sayan D.; Kim, Yongmin

    1997-05-01

    We have developed a software tool for image processing over the Internet. The tool is a general purpose, easy to use, flexible, platform independent image processing software package with functions most commonly used in medical image processing.It provides for processing of medical images located wither remotely on the Internet or locally. The software was written in Java - the new programming language developed by Sun Microsystems. It was compiled and tested using Microsoft's Visual Java 1.0 and Microsoft's Just in Time Compiler 1.00.6211. The software is simple and easy to use. In order to use the tool, the user needs to download the software from our site before he/she runs it using any Java interpreter, such as those supplied by Sun, Symantec, Borland or Microsoft. Future versions of the operating systems supplied by Sun, Microsoft, Apple, IBM, and others will include Java interpreters. The software is then able to access and process any image on the iNternet or on the local computer. Using a 512 X 512 X 8-bit image, a 3 X 3 convolution took 0.88 seconds on an Intel Pentium Pro PC running at 200 MHz with 64 Mbytes of memory. A window/level operation took 0.38 seconds while a 3 X 3 median filter took 0.71 seconds. These performance numbers demonstrate the feasibility of using this software interactively on desktop computes. Our software tool supports various image processing techniques commonly used in medical image processing and can run without the need of any specialized hardware. It can become an easily accessible resource over the Internet to promote the learning and of understanding image processing algorithms. Also, it could facilitate sharing of medical image databases and collaboration amongst researchers and clinicians, regardless of location.

  19. TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (HP9000 SERIES 300/400 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System, Version 11 Release 4, and the Open Software Foundation's Motif. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is expected to be available on media suitable for seven different machine platforms: 1) DEC VAX computers running VMS (TK50 cartridge in VAX BACKUP format), 2) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and 7) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2.

  20. TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (VAX VMS VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System, Version 11 Release 4, and the Open Software Foundation's Motif. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is expected to be available on media suitable for seven different machine platforms: 1) DEC VAX computers running VMS (TK50 cartridge in VAX BACKUP format), 2) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and 7) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2.

  1. Writing instrument interfaces with xf/tktcl

    NASA Technical Reports Server (NTRS)

    Henden, A. A.

    1992-01-01

    Tcl is an embedded control language written in C, running primarily under Unix and with an interpreted C look-and-feel. Tk is an X11 toolkit based on tcl. Xf is an application builder for tk. The entire package is public domain and available from sprite.berkeley.edu. This paper discusses the use of tk to develop a user interface for OSIRIS, an infrared camera/spectrograph now operational on the OSU Perkins 1.8m telescope. The good and bad features of the development process are described.

  2. Legal and Ethical Imperatives for Using Certified Sign Language Interpreters in Health Care Settings: How to "Do No Harm" When "It's (All) Greek" (Sign Language) to You.

    PubMed

    Nonaka, Angela M

    2016-09-01

    Communication obstacles in health care settings adversely impact patient-practitioner interactions by impeding service efficiency, reducing mutual trust and satisfaction, or even endangering health outcomes. When interlocutors are separated by language, interpreters are required. The efficacy of interpreting, however, is constrained not just by interpreters' competence but also by health care providers' facility working with interpreters. Deaf individuals whose preferred form of communication is a signed language often encounter communicative barriers in health care settings. In those environments, signing Deaf people are entitled to equal communicative access via sign language interpreting services according to the Americans with Disabilities Act and Executive Order 13166, the Limited English Proficiency Initiative. Yet, litigation in states across the United States suggests that individual and institutional providers remain uncertain about their legal obligations to provide equal communicative access. This article discusses the legal and ethical imperatives for using professionally certified (vs. ad hoc) sign language interpreters in health care settings. First outlining the legal terrain governing provision of sign language interpreting services, the article then describes different types of "sign language" (e.g., American Sign Language vs. manually coded English) and different forms of "sign language interpreting" (e.g., interpretation vs. transliteration vs. translation; simultaneous vs. consecutive interpreting; individual vs. team interpreting). This is followed by reviews of the formal credentialing process and of specialized forms of sign language interpreting-that is, certified deaf interpreting, trilingual interpreting, and court interpreting. After discussing practical steps for contracting professional sign language interpreters and addressing ethical issues of confidentiality, this article concludes by offering suggestions for working more effectively with Deaf clients via professional sign language interpreters.

  3. Domain Specific Language Support for Exascale. Final Project Report

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

    Baden, Scott

    The project developed a domain specific translator enable legacy MPI source code to tolerate communication delays, which are increasing over time due to technological factors. The translator performs source-to-source translation that incorporates semantic information into the translation process. The output of the translator is a C program runs as a data driven program, and uses an existing run time to overlap communication automatically

  4. SX User's Manual for SX version 2. 0

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

    Brown, S.A.; Braddy, D.

    1993-01-04

    Scheme is a lexically scoped, properly tail recursive dialect of the LISP programming language. The PACT implementation is described abstractly in Abelson and Sussman's book, Structure and Interpretation of Computer Programs. It features all of the essential procedures'' described in the Revised Report on Scheme'' which defines the standard for Scheme. In PACT, Scheme is implemented as a library; however, a small driver delivers a stand alone Scheme interpreter. The PACT implementation features a reference counting incremental garbage collector. This distributes the overhead of memory management throughout the running of Scheme code. It also tends to keep Scheme from tryingmore » to grab the entire machine on which it is running which some garbage collection schemes will attempt to do. SX is perhaps the ultimate PACT statement. It is simply Scheme plus the other parts of PACT. A more precise way to describe it is as a dialect of LISP with extensions for PGS, PDB, PDBX, PML, and PANACEA. What this yields is an interpretive language whose primitive procedures span the functionality of all of PACT. Like the Scheme implementation which it extends, SX provides both a library and a stand alone application. The stand alone interpreter is the engine behind applications such as PDBView and PDBDiff. The SX library is the heart of TRANSL, a tool to translate data files from one database format to another. The modularization and layering make it possible to use the PACT components like building blocks. In addition, SX contains functionality which is the generalization of that found in ULTRA II. This means that as the development of SX proceeds, an SX driven application will be able to,perform arbitrary dimensional presentation, analysis, and manipulation tasks. Because of the fundamental unity of these two PACT parts, they are documented in a single manual. The first part will cover the standard Scheme functionality and the second part will discuss the SX extensions.« less

  5. SX User`s Manual for SX version 2.0

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

    Brown, S.A.; Braddy, D.

    1993-01-04

    Scheme is a lexically scoped, properly tail recursive dialect of the LISP programming language. The PACT implementation is described abstractly in Abelson and Sussman`s book, Structure and Interpretation of Computer Programs. It features all of the ``essential procedures`` described in the ``Revised Report on Scheme`` which defines the standard for Scheme. In PACT, Scheme is implemented as a library; however, a small driver delivers a stand alone Scheme interpreter. The PACT implementation features a reference counting incremental garbage collector. This distributes the overhead of memory management throughout the running of Scheme code. It also tends to keep Scheme from tryingmore » to grab the entire machine on which it is running which some garbage collection schemes will attempt to do. SX is perhaps the ultimate PACT statement. It is simply Scheme plus the other parts of PACT. A more precise way to describe it is as a dialect of LISP with extensions for PGS, PDB, PDBX, PML, and PANACEA. What this yields is an interpretive language whose primitive procedures span the functionality of all of PACT. Like the Scheme implementation which it extends, SX provides both a library and a stand alone application. The stand alone interpreter is the engine behind applications such as PDBView and PDBDiff. The SX library is the heart of TRANSL, a tool to translate data files from one database format to another. The modularization and layering make it possible to use the PACT components like building blocks. In addition, SX contains functionality which is the generalization of that found in ULTRA II. This means that as the development of SX proceeds, an SX driven application will be able to,perform arbitrary dimensional presentation, analysis, and manipulation tasks. Because of the fundamental unity of these two PACT parts, they are documented in a single manual. The first part will cover the standard Scheme functionality and the second part will discuss the SX extensions.« less

  6. Better dual-task processing in simultaneous interpreters

    PubMed Central

    Strobach, Tilo; Becker, Maxi; Schubert, Torsten; Kühn, Simone

    2015-01-01

    Simultaneous interpreting (SI) is a highly complex activity and requires the performance and coordination of multiple, simultaneous tasks: analysis and understanding of the discourse in a first language, reformulating linguistic material, storing of intermediate processing steps, and language production in a second language among others. It is, however, an open issue whether persons with experience in SI possess superior skills in coordination of multiple tasks and whether they are able to transfer these skills to lab-based dual-task situations. Within the present study, we set out to explore whether interpreting experience is associated with related higher-order executive functioning in the context of dual-task situations of the Psychological Refractory Period (PRP) type. In this PRP situation, we found faster reactions times in participants with experience in simultaneous interpretation in contrast to control participants without such experience. Thus, simultaneous interpreters possess superior skills in coordination of multiple tasks in lab-based dual-task situations. PMID:26528232

  7. Low uptake of Aboriginal interpreters in healthcare: exploration of current use in Australia's Northern Territory.

    PubMed

    Ralph, Anna P; Lowell, Anne; Murphy, Jean; Dias, Tara; Butler, Deborah; Spain, Brian; Hughes, Jaquelyne T; Campbell, Lauren; Bauert, Barbara; Salter, Claire; Tune, Kylie; Cass, Alan

    2017-11-15

    In Australia's Northern Territory, most Aboriginal people primarily speak an Aboriginal language. Poor communication between healthcare providers and Aboriginal people results in adverse outcomes including death. This study aimed to identify remediable barriers to utilisation of Aboriginal Interpreter services at the Northern Territory's tertiary hospital, which currently manages over 25,000 Aboriginal inpatients annually. This is a multi-method study using key stakeholder discussions, medical file audit, bookings data from the Aboriginal Interpreter Service 2000-2015 and an online cross-sectional staff survey. The Donabedian framework was used to categorise findings into structure, process and outcome. Six key stakeholder meetings each with approximately 15 participants were conducted. A key structural barrier identified was lack of onsite interpreters. Interpreter bookings data revealed that only 7603 requests were made during the 15-year period, with completion of requests decreasing from 337/362 (93.1%) in 2003-4 to 649/831 (78.1%) in 2014-15 (p < 0.001). Non-completion was more common for minority languages (p < 0.001). Medical files of 103 Aboriginal inpatients were audited. Language was documented for 13/103 (12.6%). Up to 60/103 (58.3%) spoke an Aboriginal language primarily. Of 422 staff who participated in the survey, 18.0% had not received 'cultural competency' training; of those who did, 58/222 (26.2%) indicated it was insufficient. The Aboriginal Interpreter Service effectiveness was reported to be good by 209/368 (56.8%), but only 101/367 (27.5%) found it timely. Key process barriers identified by staff included booking complexities, time constraints, inadequate delivery of tools and training, and greater convenience of unofficial interpreters. We identified multiple structural and process barriers resulting in the outcomes of poor language documentation and low rates of interpreter bookings. Findings are now informing interventions to improve communication.

  8. Interfacing the Experimenter to the Computer: Languages for Psychologists

    ERIC Educational Resources Information Center

    Wood, Ronald W.; And Others

    1975-01-01

    An examination and comparison of the computer languages which behavioral scientists are most likely to use: SCAT, INTERACT, SKED, OS/8 Fortran IV, RT11/Fortran, RSX-11M, Data General's Real-Time; Disk Operating System and its Fortran, and interpretative Languages. (EH)

  9. Semantic Web Infrastructure Supporting NextFrAMES Modeling Platform

    NASA Astrophysics Data System (ADS)

    Lakhankar, T.; Fekete, B. M.; Vörösmarty, C. J.

    2008-12-01

    Emerging modeling frameworks offer new ways to modelers to develop model applications by offering a wide range of software components to handle common modeling tasks such as managing space and time, distributing computational tasks in parallel processing environment, performing input/output and providing diagnostic facilities. NextFrAMES, the next generation updates to the Framework for Aquatic Modeling of the Earth System originally developed at University of New Hampshire and currently hosted at The City College of New York takes a step further by hiding most of these services from modeler behind a platform agnostic modeling platform that allows scientists to focus on the implementation of scientific concepts in the form of a new modeling markup language and through a minimalist application programming interface that provide means to implement model processes. At the core of the NextFrAMES modeling platform there is a run-time engine that interprets the modeling markup language loads the module plugins establishes the model I/O and executes the model defined by the modeling XML and the accompanying plugins. The current implementation of the run-time engine is designed for single processor or symmetric multi processing (SMP) systems but future implementation of the run-time engine optimized for different hardware architectures are anticipated. The modeling XML and the accompanying plugins define the model structure and the computational processes in a highly abstract manner, which is not only suitable for the run-time engine, but has the potential to integrate into semantic web infrastructure, where intelligent parsers can extract information about the model configurations such as input/output requirements applicable space and time scales and underlying modeling processes. The NextFrAMES run-time engine itself is also designed to tap into web enabled data services directly, therefore it can be incorporated into complex workflow to implement End-to-End application from observation to the delivery of highly aggregated information. Our presentation will discuss the web services ranging from OpenDAP and WaterOneFlow data services to metadata provided through catalog services that could serve NextFrAMES modeling applications. We will also discuss the support infrastructure needed to streamline the integration of NextFrAMES into an End-to-End application to deliver highly processed information to end users. The End-to-End application will be demonstrated through examples from the State-of-the Global Water System effort that builds on data services provided through WMO's Global Terrestrial Network for Hydrology to deliver water resources related information to policy makers for better water management. Key components of this E2E system are promoted as Community of Practice examples for the Global Observing System of Systems therefore the State-of-the Global Water System can be viewed as test case for the interoperability of the incorporated web service components.

  10. Are Outcomes of Extremely Preterm Infants Improving? Impact of Bayley Assessment on Outcomes

    PubMed Central

    Vohr, Betty R.; Stephens, Bonnie E.; Higgins, Rosemary D.; Bann, Carla M.; Hintz, Susan R.; Epi, MS; Das, Abhik; Newman, Jamie E.; Peralta-Carcelen, Myriam; Yolton, Kimberly; Dusick, Anna M.; Evans, Patricia W.; Goldstein, Ricki F.; Ehrenkranz, Richard A.; Pappas, Athina; Adams-Chapman, Ira; Wilson-Costello, Deanne E.; Bauer, Charles R.; Bodnar, Anna; Heyne, Roy J.; Vaucher, Yvonne E.; Dillard, Robert G.; Acarregui, Michael J.; McGowan, Elisabeth C.; Myers, Gary J.; Fuller, Janell

    2013-01-01

    Objectives To compare 18- to 22-month cognitive scores and neurodevelopmental impairment (NDI) in 2 time periods using the National Institute of Child Health and Human Development’s Neonatal Research Network assessment of extremely low birth weight infants with the Bayley Scales of Infant Development, Second Edition (Bayley II) in 2006–2007 (period 1) and using the Bayley Scales of Infant and Toddler Development, Third Edition (Bayley III), with separate cognitive and language scores, in 2008–2011 (period 2). Study design Scores were compared with bivariate analysis, and regression analyses were run to identify differences in NDI rates. Results Mean Bayley III cognitive scores were 11 points higher than mean Bayley II cognitive scores. The NDI rate was reduced by 70% (from 43% in period 1 to 13% in period 2; P < .0001). Multivariate analyses revealed that Bayley III contributed to a decreased risk of NDI by 5 definitions: cognitive score <70 and <85, cognitive or language score <70; cognitive or motor score <70, and cognitive, language, or motor score <70 (P < .001). Conclusion Whether the Bayley III is overestimating cognitive performance or whether it is a more valid assessment of emerging cognitive skills than the Bayley II is uncertain. Because the Bayley III identifies significantly fewer children with disability, it is recommended that all extremely low birth weight infants be offered early intervention services at the time of discharge from the neonatal intensive care unit, and that Bayley scores be interpreted with caution. PMID:22421261

  11. Directionality Effects in Simultaneous Language Interpreting: The Case of Sign Language Interpreters in the Netherlands

    ERIC Educational Resources Information Center

    van Dijk, Rick; Boers, Eveline; Christoffels, Ingrid; Hermans, Daan

    2011-01-01

    The quality of interpretations produced by sign language interpreters was investigated. Twenty-five experienced interpreters were instructed to interpret narratives from (a) spoken Dutch to Sign Language of the Netherlands (SLN), (b) spoken Dutch to Sign Supported Dutch (SSD), and (c) SLN to spoken Dutch. The quality of the interpreted narratives…

  12. Ethnography of Language Planning and Policy

    ERIC Educational Resources Information Center

    Hornberger, Nancy H.; Tapia, Aldo Anzures; Hanks, David H.; Dueñas, Frances Kvietok

    2018-01-01

    A decade ago, Hornberger & Johnson proposed that the ethnography of language planning and policy (ELPP) offers a useful way to understand how people create, interpret, and at times resist language policy and planning (LPP). They envisioned ethnographic investigation of layered LPP ideological and implementational spaces, taking up Hornberger's…

  13. Run-time implementation issues for real-time embedded Ada

    NASA Technical Reports Server (NTRS)

    Maule, Ruth A.

    1986-01-01

    A motivating factor in the development of Ada as the department of defense standard language was the high cost of embedded system software development. It was with embedded system requirements in mind that many of the features of the language were incorporated. Yet it is the designers of embedded systems that seem to comprise the majority of the Ada community dissatisfied with the language. There are a variety of reasons for this dissatisfaction, but many seem to be related in some way to the Ada run-time support system. Some of the areas in which the inconsistencies were found to have the greatest impact on performance from the standpoint of real-time systems are presented. In particular, a large part of the duties of the tasking supervisor are subject to the design decisions of the implementer. These include scheduling, rendezvous, delay processing, and task activation and termination. Some of the more general issues presented include time and space efficiencies, generic expansions, memory management, pragmas, and tracing features. As validated compilers become available for bare computer targets, it is important for a designer to be aware that, at least for many real-time issues, all validated Ada compilers are not created equal.

  14. An Ada implementation of the network manager for the advanced information processing system

    NASA Technical Reports Server (NTRS)

    Nagle, Gail A.

    1986-01-01

    From an implementation standpoint, the Ada language provided many features which facilitated the data and procedure abstraction process. The language supported a design which was dynamically flexible (despite strong typing), modular, and self-documenting. Adequate training of programmers requires access to an efficient compiler which supports full Ada. When the performance issues for real time processing are finally addressed by more stringent requirements for tasking features and the development of efficient run-time environments for embedded systems, the full power of the language will be realized.

  15. Multitasking kernel for the C and Fortran programming languages

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

    Brooks, E.D. III

    1984-09-01

    A multitasking kernel for the C and Fortran programming languages which runs on the Unix operating system is presented. The kernel provides a multitasking environment which serves two purposes. The first is to provide an efficient portable environment for the coding, debugging and execution of production multiprocessor programs. The second is to provide a means of evaluating the performance of a multitasking program on model multiprocessors. The performance evaluation features require no changes in the source code of the application and are implemented as a set of compile and run time options in the kernel.

  16. HAL/S-360 compiler system specification

    NASA Technical Reports Server (NTRS)

    Johnson, A. E.; Newbold, P. N.; Schulenberg, C. W.; Avakian, A. E.; Varga, S.; Helmers, P. H.; Helmers, C. T., Jr.; Hotz, R. L.

    1974-01-01

    A three phase language compiler is described which produces IBM 360/370 compatible object modules and a set of simulation tables to aid in run time verification. A link edit step augments the standard OS linkage editor. A comprehensive run time system and library provide the HAL/S operating environment, error handling, a pseudo real time executive, and an extensive set of mathematical, conversion, I/O, and diagnostic routines. The specifications of the information flow and content for this system are also considered.

  17. Directionality effects in simultaneous language interpreting: the case of sign language interpreters in The Netherlands.

    PubMed

    Van Dijk, Rick; Boers, Eveline; Christoffels, Ingrid; Hermans, Daan

    2011-01-01

    The quality of interpretations produced by sign language interpreters was investigated. Twenty-five experienced interpreters were instructed to interpret narratives from (a) spoken Dutch to Sign Language of The Netherlands (SLN), (b) spoken Dutch to Sign Supported Dutch (SSD), and (c) SLN to spoken Dutch. The quality of the interpreted narratives was assessed by 5 certified sign language interpreters who did not participate in the study. Two measures were used to assess interpreting quality: the propositional accuracy of the interpreters' interpretations and a subjective quality measure. The results showed that the interpreted narratives in the SLN-to-Dutch interpreting direction were of lower quality (on both measures) than the interpreted narratives in the Dutch-to-SLN and Dutch-to-SSD directions. Furthermore, interpreters who had begun acquiring SLN when they entered the interpreter training program performed as well in all 3 interpreting directions as interpreters who had acquired SLN from birth.

  18. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (HP9000 SERIES 700/800 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.

  19. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (IBM RS/6000 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.

  20. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SUN4 VERSION WITH MOTIF)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.

  1. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SILICON GRAPHICS VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.

  2. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (SUN4 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.

  3. TAE+ 5.2 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.2 (DEC RISC ULTRIX VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. User interface interactive objects include data-driven graphical objects such as dials, thermometers, and strip charts as well as menubars, option menus, file selection items, message items, push buttons, and color loggers. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, C++, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides a means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System and the Open Software Foundation's Motif. The HP 9000 Series 700/800 version of TAE 5.2 requires Version 11 Release 5 of the X Window System. All other machine versions of TAE 5.2 require Version 11, Release 4 of the X Window System. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus was developed in 1989 and version 5.2 was released in 1993. TAE Plus 5.2 is available on media suitable for five different machine platforms: (1) IBM RS/6000 series workstations running AIX (.25 inch tape cartridge in UNIX tar format), (2) DEC RISC workstations running ULTRIX (TK50 cartridge in UNIX tar format), (3) HP9000 Series 700/800 computers running HP-UX 9.x and X11/R5 (HP 4mm DDS DAT tape cartridge in UNIX tar format), (4) Sun4 (SPARC) series computers running SunOS (.25 inch tape cartridge in UNIX tar format), and (5) SGI Indigo computers running IRIX (.25 inch IRIS tape cartridge in UNIX tar format). Please contact COSMIC to obtain detailed information about the supported operating system and OSF/Motif releases required for each of these machine versions. An optional Motif Object Code License is available for the Sun4 version of TAE Plus 5.2. Version 5.1 of TAE Plus remains available for DEC VAX computers running VMS, HP9000 Series 300/400 computers running HP-UX, and HP 9000 Series 700/800 computers running HP-UX 8.x and X11/R4. Please contact COSMIC for details on these versions of TAE Plus.

  4. PalymSys (TM): An extended version of CLIPS for construction and reasoning using blackboards

    NASA Technical Reports Server (NTRS)

    Bryson, Travis; Ballard, Dan

    1994-01-01

    This paper describes PalymSys(TM) -- an extended version of the CLIPS language that is designed to facilitate the implementation of blackboard systems. The paper first describes the general characteristics of blackboards and shows how a control blackboard architecture can be used by AI systems to examine their own behavior and adapt to real-time problem-solving situations by striking a balance between domain and control reasoning. The paper then describes the use of PalymSys in the development of a situation assessment subsystem for use aboard Army helicopters. This system performs real-time inferencing about the current battlefield situation using multiple domain blackboards as well as a control blackboard. A description of the control and domain blackboards and their implementation is presented. The paper also describes modifications made to the standard CLIPS 6.02 language in PalymSys(TM) 2.0. These include: (1) a dynamic Dempster-Shafer belief network whose structure is completely specifiable at run-time in the consequent of a PalymSys(TM) rule, (2) extension of the run command including a continuous run feature that enables the system to run even when the agenda is empty, and (3) a built-in communications link that uses shared memory to communicate with other independent processes.

  5. Enriching Formal Language Learning with an Informal Social Component

    ERIC Educational Resources Information Center

    Dettori, Giuliana; Torsani, Simone

    2013-01-01

    This paper describes an informal component that we added to an online formal language learning environment in order to help the learners reach relevant Internet pages they can freely use to complement their learning activity. Thanks to this facility, each lesson is enriched, at run time, with a number of links automatically retrieved from social…

  6. NearFar: A computer program for nearside farside decomposition of heavy-ion elastic scattering amplitude

    NASA Astrophysics Data System (ADS)

    Cha, Moon Hoe

    2007-02-01

    The NearFar program is a package for carrying out an interactive nearside-farside decomposition of heavy-ion elastic scattering amplitude. The program is implemented in Java to perform numerical operations on the nearside and farside angular distributions. It contains a graphical display interface for the numerical results. A test run has been applied to the elastic O16+Si28 scattering at E=1503 MeV. Program summaryTitle of program: NearFar Catalogue identifier: ADYP_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADYP_v1_0 Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Licensing provisions: none Computers: designed for any machine capable of running Java, developed on PC-Pentium-4 Operating systems under which the program has been tested: Microsoft Windows XP (Home Edition) Program language used: Java Number of bits in a word: 64 Memory required to execute with typical data: case dependent No. of lines in distributed program, including test data, etc.: 3484 Number of bytes distributed program, including test data, etc.: 142 051 Distribution format: tar.gz Other software required: A Java runtime interpreter, or the Java Development Kit, version 5.0 Nature of physical problem: Interactive nearside-farside decomposition of heavy-ion elastic scattering amplitude. Method of solution: The user must supply a external data file or PPSM parameters which calculates theoretical values of the quantities to be decomposed. Typical running time: Problem dependent. In a test run, it is about 35 s on a 2.40 GHz Intel P4-processor machine.

  7. Machine characterization and benchmark performance prediction

    NASA Technical Reports Server (NTRS)

    Saavedra-Barrera, Rafael H.

    1988-01-01

    From runs of standard benchmarks or benchmark suites, it is not possible to characterize the machine nor to predict the run time of other benchmarks which have not been run. A new approach to benchmarking and machine characterization is reported. The creation and use of a machine analyzer is described, which measures the performance of a given machine on FORTRAN source language constructs. The machine analyzer yields a set of parameters which characterize the machine and spotlight its strong and weak points. Also described is a program analyzer, which analyzes FORTRAN programs and determines the frequency of execution of each of the same set of source language operations. It is then shown that by combining a machine characterization and a program characterization, we are able to predict with good accuracy the run time of a given benchmark on a given machine. Characterizations are provided for the Cray-X-MP/48, Cyber 205, IBM 3090/200, Amdahl 5840, Convex C-1, VAX 8600, VAX 11/785, VAX 11/780, SUN 3/50, and IBM RT-PC/125, and for the following benchmark programs or suites: Los Alamos (BMK8A1), Baskett, Linpack, Livermore Loops, Madelbrot Set, NAS Kernels, Shell Sort, Smith, Whetstone and Sieve of Erathostenes.

  8. 25 CFR 23.82 - Assistance in identifying language interpreters.

    Code of Federal Regulations, 2011 CFR

    2011-04-01

    ... 25 Indians 1 2011-04-01 2011-04-01 false Assistance in identifying language interpreters. 23.82... WELFARE ACT Assistance to State Courts § 23.82 Assistance in identifying language interpreters. Upon the... shall assist in identifying language interpreters. Such requests for assistance should be sent to the...

  9. A Customizable Dashboarding System for Watershed Model Interpretation

    NASA Astrophysics Data System (ADS)

    Easton, Z. M.; Collick, A.; Wagena, M. B.; Sommerlot, A.; Fuka, D.

    2017-12-01

    Stakeholders, including policymakers, agricultural water managers, and small farm managers, can benefit from the outputs of commonly run watershed models. However, the information that each stakeholder needs is be different. While policy makers are often interested in the broader effects that small farm management may have on a watershed during extreme events or over long periods, farmers are often interested in field specific effects at daily or seasonal period. To provide stakeholders with the ability to analyze and interpret data from large scale watershed models, we have developed a framework that can support custom exploration of the large datasets produced. For the volume of data produced by these models, SQL-based data queries are not efficient; thus, we employ a "Not Only SQL" (NO-SQL) query language, which allows data to scale in both quantity and query volumes. We demonstrate a stakeholder customizable Dashboarding system that allows stakeholders to create custom `dashboards' to summarize model output specific to their needs. Dashboarding is a dynamic and purpose-based visual interface needed to display one-to-many database linkages so that the information can be presented for a single time period or dynamically monitored over time and allows a user to quickly define focus areas of interest for their analysis. We utilize a single watershed model that is run four times daily with a combined set of climate projections, which are then indexed, and added to an ElasticSearch datastore. ElasticSearch is a NO-SQL search engine built on top of Apache Lucene, a free and open-source information retrieval software library. Aligned with the ElasticSearch project is the open source visualization and analysis system, Kibana, which we utilize for custom stakeholder dashboarding. The dashboards create a visualization of the stakeholder selected analysis and can be extended to recommend robust strategies to support decision-making.

  10. NSTX-U Advances in Real-Time C++11 on Linux

    NASA Astrophysics Data System (ADS)

    Erickson, Keith G.

    2015-08-01

    Programming languages like C and Ada combined with proprietary embedded operating systems have dominated the real-time application space for decades. The new C++11 standard includes native, language-level support for concurrency, a required feature for any nontrivial event-oriented real-time software. Threads, Locks, and Atomics now exist to provide the necessary tools to build the structures that make up the foundation of a complex real-time system. The National Spherical Torus Experiment Upgrade (NSTX-U) at the Princeton Plasma Physics Laboratory (PPPL) is breaking new ground with the language as applied to the needs of fusion devices. A new Digital Coil Protection System (DCPS) will serve as the main protection mechanism for the magnetic coils, and it is written entirely in C++11 running on Concurrent Computer Corporation's real-time operating system, RedHawk Linux. It runs over 600 algorithms in a 5 kHz control loop that determine whether or not to shut down operations before physical damage occurs. To accomplish this, NSTX-U engineers developed software tools that do not currently exist elsewhere, including real-time atomic synchronization, real-time containers, and a real-time logging framework. Together with a recent (and carefully configured) version of the GCC compiler, these tools enable data acquisition, processing, and output using a conventional operating system to meet a hard real-time deadline (that is, missing one periodic is a failure) of 200 microseconds.

  11. GRAMPS: a graphics language interpreter for real-time, interactive, three-dimensional picture editing and animation

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

    O'Donnell, T.J.; Olson, A.J.

    1981-08-01

    GRAMPS, a graphics language interpreter has been developed in FORTRAN 77 to be used in conjunction with an interactive vector display list processor (Evans and Sutherland Multi-Picture-System). Several of the features of the language make it very useful and convenient for real-time scene construction, manipulation and animation. The GRAMPS language syntax allows natural interaction with scene elements as well as easy, interactive assignment of graphics input devices. GRAMPS facilitates the creation, manipulation and copying of complex nested picture structures. The language has a powerful macro feature that enables new graphics commands to be developed and incorporated interactively. Animation may bemore » achieved in GRAMPS by two different, yet mutually compatible means. Picture structures may contain framed data, which consist of a sequence of fixed objects. These structures may be displayed sequentially to give a traditional frame animation effect. In addition, transformation information on picture structures may be saved at any time in the form of new macro commands that will transform these structures from one saved state to another in a specified number of steps, yielding an interpolated transformation animation effect. An overview of the GRAMPS command structure is given and several examples of application of the language to molecular modeling and animation are presented.« less

  12. Cache and energy efficient algorithms for Nussinov's RNA Folding.

    PubMed

    Zhao, Chunchun; Sahni, Sartaj

    2017-12-06

    An RNA folding/RNA secondary structure prediction algorithm determines the non-nested/pseudoknot-free structure by maximizing the number of complementary base pairs and minimizing the energy. Several implementations of Nussinov's classical RNA folding algorithm have been proposed. Our focus is to obtain run time and energy efficiency by reducing the number of cache misses. Three cache-efficient algorithms, ByRow, ByRowSegment and ByBox, for Nussinov's RNA folding are developed. Using a simple LRU cache model, we show that the Classical algorithm of Nussinov has the highest number of cache misses followed by the algorithms Transpose (Li et al.), ByRow, ByRowSegment, and ByBox (in this order). Extensive experiments conducted on four computational platforms-Xeon E5, AMD Athlon 64 X2, Intel I7 and PowerPC A2-using two programming languages-C and Java-show that our cache efficient algorithms are also efficient in terms of run time and energy. Our benchmarking shows that, depending on the computational platform and programming language, either ByRow or ByBox give best run time and energy performance. The C version of these algorithms reduce run time by as much as 97.2% and energy consumption by as much as 88.8% relative to Classical and by as much as 56.3% and 57.8% relative to Transpose. The Java versions reduce run time by as much as 98.3% relative to Classical and by as much as 75.2% relative to Transpose. Transpose achieves run time and energy efficiency at the expense of memory as it takes twice the memory required by Classical. The memory required by ByRow, ByRowSegment, and ByBox is the same as that of Classical. As a result, using the same amount of memory, the algorithms proposed by us can solve problems up to 40% larger than those solvable by Transpose.

  13. Running Records and First Grade English Learners: An Analysis of Language Related Errors

    ERIC Educational Resources Information Center

    Briceño, Allison; Klein, Adria F.

    2018-01-01

    The purpose of this study was to determine if first-grade English Learners made patterns of language related errors when reading, and if so, to identify those patterns and how teachers coded language related errors when analyzing English Learners' running records. Using research from the fields of both literacy and Second Language Acquisition, we…

  14. Quality in practice: integrating routine collection of patient language data into hospital practice.

    PubMed

    Hudelson, Patricia; Dominicé Dao, Melissa; Durieux-Paillard, Sophie

    2013-09-01

    Timely identification of patients' language needs can facilitate the provision of language-appropriate services and contribute to quality of care, clinical outcomes and patient satisfaction. At the University Hospitals of Geneva, Switzerland, timely organization of interpreter services was hindered by the lack of systematic patient language data collection. We explored the feasibility and acceptability of a procedure for collecting patient language data at the first point of contact, prior to its hospital-wide implementation. During a one-week period, receptionists and triage nurses in eight clinical services tested a new procedure for collecting patient language data. Patients were asked to identify their primary language and other languages they would be comfortable speaking with their doctor. Staff noted patients' answers on a paper form and provided informal feedback on their experience with the procedure. Registration staff encountered few difficulties collecting patient language data and thought that the two questions could easily be incorporated into existing administrative routines. Following the pilot test, two language fields with scroll-down language menus were added to the electronic patient file, and the subsequent filling-in of these fields has been rapid and hospital wide. Our experience suggests that routine collection of patient language data at first point of contact is both feasible and acceptable and that involving staff in a pilot project may facilitate hospital-wide implementation. Future efforts should focus on exploring the sensitivity and specificity of the proposed questions, as well as the impact of data collection on interpreter use.

  15. Education of deaf students in Spain: legal and educational politics developments.

    PubMed

    Fernández-Viader, María del Pilar; Fuentes, Mariana

    2004-01-01

    This article examines the legal instruments and educational politics affecting deaf persons' educational rights in Spain. We present a historical view of deaf education in Spain before and after the Congress of Milan (1880) and then introduce educational legislation and practices in recent decades. At present, Spanish legislation is moving toward recognition of sign languages and the suitability of bilingual education for deaf students at all educational levels. This is a consequence of taking into account the low academic achievement of two generations of deaf students educated in a monolingual model. Bilingual projects are now run throughout Spain. We emphasize that efforts must be made in the legal sphere to regulate the way in which professionals who know sign language and Deaf culture-teachers, interpreters, deaf adult models-are incorporated in bilingual deaf schools.

  16. SARANA: language, compiler and run-time system support for spatially aware and resource-aware mobile computing.

    PubMed

    Hari, Pradip; Ko, Kevin; Koukoumidis, Emmanouil; Kremer, Ulrich; Martonosi, Margaret; Ottoni, Desiree; Peh, Li-Shiuan; Zhang, Pei

    2008-10-28

    Increasingly, spatial awareness plays a central role in many distributed and mobile computing applications. Spatially aware applications rely on information about the geographical position of compute devices and their supported services in order to support novel functionality. While many spatial application drivers already exist in mobile and distributed computing, very little systems research has explored how best to program these applications, to express their spatial and temporal constraints, and to allow efficient implementations on highly dynamic real-world platforms. This paper proposes the SARANA system architecture, which includes language and run-time system support for spatially aware and resource-aware applications. SARANA allows users to express spatial regions of interest, as well as trade-offs between quality of result (QoR), latency and cost. The goal is to produce applications that use resources efficiently and that can be run on diverse resource-constrained platforms ranging from laptops to personal digital assistants and to smart phones. SARANA's run-time system manages QoR and cost trade-offs dynamically by tracking resource availability and locations, brokering usage/pricing agreements and migrating programs to nodes accordingly. A resource cost model permeates the SARANA system layers, permitting users to express their resource needs and QoR expectations in units that make sense to them. Although we are still early in the system development, initial versions have been demonstrated on a nine-node system prototype.

  17. A Comparison of Comprehension Processes in Sign Language Interpreter Videos with or without Captions.

    PubMed

    Debevc, Matjaž; Milošević, Danijela; Kožuh, Ines

    2015-01-01

    One important theme in captioning is whether the implementation of captions in individual sign language interpreter videos can positively affect viewers' comprehension when compared with sign language interpreter videos without captions. In our study, an experiment was conducted using four video clips with information about everyday events. Fifty-one deaf and hard of hearing sign language users alternately watched the sign language interpreter videos with, and without, captions. Afterwards, they answered ten questions. The results showed that the presence of captions positively affected their rates of comprehension, which increased by 24% among deaf viewers and 42% among hard of hearing viewers. The most obvious differences in comprehension between watching sign language interpreter videos with and without captions were found for the subjects of hiking and culture, where comprehension was higher when captions were used. The results led to suggestions for the consistent use of captions in sign language interpreter videos in various media.

  18. Differentiating among pragmatic uses of words through timed sensicality judgments.

    PubMed

    Bambini, Valentina; Ghio, Marta; Moro, Andrea; Schumacher, Petra B

    2013-01-01

    Pragmatic and cognitive accounts of figurative language posit a difference between metaphor and metonymy in terms of underlying conceptual operations. Recently, other pragmatic uses of words have been accounted for in the Relevance Theory framework, such as approximation, described in terms of conceptual adjustment that varies in degree and direction with respect to the case of metaphor. Despite the theoretical distinctions, there is very poor experimental evidence addressing the metaphor/metonymy distinction, and none concerning approximation. Here we used meticulously built materials to investigate the interpretation mechanisms of these three phenomena through timed sensicality judgments. Results revealed that interpreting metaphors and approximations differs from literal interpretation both in accuracy and reaction times, with higher difficulty and costs for metaphors than for approximations. This suggests similar albeit gradual interpretative costs, in line with the latest account of Relevance Theory. Metonymy, on the contrary, almost equates literal comprehension and calls for a theoretical distinction from metaphor. Overall, this work represents a first attempt to provide an empirical basis for a theory-sound and psychologically-grounded taxonomy of figurative and loose uses of language.

  19. Differentiating among pragmatic uses of words through timed sensicality judgments

    PubMed Central

    Bambini, Valentina; Ghio, Marta; Moro, Andrea; Schumacher, Petra B.

    2013-01-01

    Pragmatic and cognitive accounts of figurative language posit a difference between metaphor and metonymy in terms of underlying conceptual operations. Recently, other pragmatic uses of words have been accounted for in the Relevance Theory framework, such as approximation, described in terms of conceptual adjustment that varies in degree and direction with respect to the case of metaphor. Despite the theoretical distinctions, there is very poor experimental evidence addressing the metaphor/metonymy distinction, and none concerning approximation. Here we used meticulously built materials to investigate the interpretation mechanisms of these three phenomena through timed sensicality judgments. Results revealed that interpreting metaphors and approximations differs from literal interpretation both in accuracy and reaction times, with higher difficulty and costs for metaphors than for approximations. This suggests similar albeit gradual interpretative costs, in line with the latest account of Relevance Theory. Metonymy, on the contrary, almost equates literal comprehension and calls for a theoretical distinction from metaphor. Overall, this work represents a first attempt to provide an empirical basis for a theory-sound and psychologically-grounded taxonomy of figurative and loose uses of language. PMID:24391608

  20. Scalable and Accurate SMT-Based Model Checking of Data Flow Systems

    DTIC Science & Technology

    2013-10-31

    accessed from C, C++, Java, and OCaml , and provisions have been made to support other languages . CVC4 can be compiled and run on various flavors of...be accessed from C, C++, Java, and OCaml , and provisions have been made to support other languages . CVC4 can be compiled and run on various flavors of...C, C++, Java, and OCaml , and provisions have been made to support other languages . CVC4 can be compiled and run on various flavors of Linux, Mac OS

  1. Tcl as a Software Environment for a TCS

    NASA Astrophysics Data System (ADS)

    Terrett, David L.

    2002-12-01

    This paper describes how the Tcl scripting language and C API has been used as the software environment for a telescope pointing kernel so that new pointing algorithms and software architectures can be developed and tested without needing a real-time operating system or real-time software environment. It has enabled development to continue outside the framework of a specific telescope project while continuing to build a system that is sufficiently complete to be capable of controlling real hardware but expending minimum effort on replacing the services that would normally by provided by a real-time software environment. Tcl is used as a scripting language for configuring the system at startup and then as the command interface for controlling the running system; the Tcl C language API is used to provided a system independent interface to file and socket I/O and other operating system services. The pointing algorithms themselves are implemented as a set of C++ objects calling C library functions that implement the algorithms described in [2]. Although originally designed as a test and development environment, the system, running as a soft real-time process on Linux, has been used to test the SOAR mount control system and will be used as the pointing kernel of the SOAR telescope control system

  2. Dynamic engagement of cognitive control modulates recovery from misinterpretation during real-time language processing

    PubMed Central

    Hsu, Nina S.; Novick, Jared M.

    2016-01-01

    Speech unfolds swiftly, yet listeners keep pace by rapidly assigning meaning to what they hear. Sometimes though, initial interpretations turn out wrong. How do listeners revise misinterpretations of language input moment-by-moment, to avoid comprehension errors? Cognitive control may play a role by detecting when processing has gone awry, and then initiating behavioral adjustments accordingly. However, no research has investigated a cause-and-effect interplay between cognitive control engagement and overriding erroneous interpretations in real-time. Using a novel cross-task paradigm, we show that Stroop-conflict detection, which mobilizes cognitive control procedures, subsequently facilitates listeners’ incremental processing of temporarily ambiguous spoken instructions that induce brief misinterpretation. When instructions followed Stroop-incongruent versus-congruent items, listeners’ eye-movements to objects in a scene reflected more transient consideration of the false interpretation and earlier recovery of the correct one. Comprehension errors also decreased. Cognitive control engagement therefore accelerates sentence re-interpretation processes, even as linguistic input is still unfolding. PMID:26957521

  3. Accuracy of sign interpreting and real-time captioning of science videos for the delivery of instruction to deaf students

    NASA Astrophysics Data System (ADS)

    Sadler, Karen L.

    2009-04-01

    The purpose of this study was to quantitatively examine the impact of third-party support service providers on the quality of science information available to deaf students in regular science classrooms. Three different videotapes that were developed by NASA for high school science classrooms were selected for the study, allowing for different concepts and vocabulary to be examined. The focus was on the accuracy of translation as measured by the number of key science words included in the transcripts (captions) or videos (interpreted). Data were collected via transcripts completed by CART (computer assisted real-time captionists) or through videos of sign language interpreters. All participants were required to listen to and translate these NASA educational videos with no prior experience with this information so as not to influence their delivery. CART personnel using captions were found to be significantly more accurate in the delivery of science words as compared to the sign language interpreters in this study.

  4. Data flow language and interpreter for a reconfigurable distributed data processor

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

    Hurt, A.D.; Heath, J.R.

    1982-01-01

    An analytic language and an interpreter whereby an applications data flow graph may serve as an input to a reconfigurable distributed data processor is proposed. The architecture considered consists of a number of loosely coupled computing elements (CES) which may be linked to data and file memories through fully nonblocking interconnect networks. The real-time performance of such an architecture depends upon its ability to alter its topology in response to changes in application, asynchronous data rates and faults. Such a data flow language enhances the versatility of a reconfigurable architecture by allowing the user to specify the machine's topology atmore » a very high level. 11 references.« less

  5. Interactive Supercomputing’s Star-P Platform

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

    Edelman, Alan; Husbands, Parry; Leibman, Steve

    2006-09-19

    The thesis of this extended abstract is simple. High productivity comes from high level infrastructures. To measure this, we introduce a methodology that goes beyond the tradition of timing software in serial and tuned parallel modes. We perform a classroom productivity study involving 29 students who have written a homework exercise in a low level language (MPI message passing) and a high level language (Star-P with MATLAB client). Our conclusions indicate what perhaps should be of little surprise: (1) the high level language is always far easier on the students than the low level language. (2) The early versions ofmore » the high level language perform inadequately compared to the tuned low level language, but later versions substantially catch up. Asymptotically, the analogy must hold that message passing is to high level language parallel programming as assembler is to high level environments such as MATLAB, Mathematica, Maple, or even Python. We follow the Kepner method that correctly realizes that traditional speedup numbers without some discussion of the human cost of reaching these numbers can fail to reflect the true human productivity cost of high performance computing. Traditional data compares low level message passing with serial computation. With the benefit of a high level language system in place, in our case Star-P running with MATLAB client, and with the benefit of a large data pool: 29 students, each running the same code ten times on three evolutions of the same platform, we can methodically demonstrate the productivity gains. To date we are not aware of any high level system as extensive and interoperable as Star-P, nor are we aware of an experiment of this kind performed with this volume of data.« less

  6. NSTX-U Advances in Real-Time C++11 on Linux

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

    Erickson, Keith G.

    Programming languages like C and Ada combined with proprietary embedded operating systems have dominated the real-time application space for decades. The new C++11standard includes native, language-level support for concurrency, a required feature for any nontrivial event-oriented real-time software. Threads, Locks, and Atomics now exist to provide the necessary tools to build the structures that make up the foundation of a complex real-time system. The National Spherical Torus Experiment Upgrade (NSTX-U) at the Princeton Plasma Physics Laboratory (PPPL) is breaking new ground with the language as applied to the needs of fusion devices. A new Digital Coil Protection System (DCPS) willmore » serve as the main protection mechanism for the magnetic coils, and it is written entirely in C++11 running on Concurrent Computer Corporation's real-time operating system, RedHawk Linux. It runs over 600 algorithms in a 5 kHz control loop that determine whether or not to shut down operations before physical damage occurs. To accomplish this, NSTX-U engineers developed software tools that do not currently exist elsewhere, including real-time atomic synchronization, real-time containers, and a real-time logging framework. Together with a recent (and carefully configured) version of the GCC compiler, these tools enable data acquisition, processing, and output using a conventional operating system to meet a hard real-time deadline (that is, missing one periodic is a failure) of 200 microseconds.« less

  7. NSTX-U Advances in Real-Time C++11 on Linux

    DOE PAGES

    Erickson, Keith G.

    2015-08-14

    Programming languages like C and Ada combined with proprietary embedded operating systems have dominated the real-time application space for decades. The new C++11standard includes native, language-level support for concurrency, a required feature for any nontrivial event-oriented real-time software. Threads, Locks, and Atomics now exist to provide the necessary tools to build the structures that make up the foundation of a complex real-time system. The National Spherical Torus Experiment Upgrade (NSTX-U) at the Princeton Plasma Physics Laboratory (PPPL) is breaking new ground with the language as applied to the needs of fusion devices. A new Digital Coil Protection System (DCPS) willmore » serve as the main protection mechanism for the magnetic coils, and it is written entirely in C++11 running on Concurrent Computer Corporation's real-time operating system, RedHawk Linux. It runs over 600 algorithms in a 5 kHz control loop that determine whether or not to shut down operations before physical damage occurs. To accomplish this, NSTX-U engineers developed software tools that do not currently exist elsewhere, including real-time atomic synchronization, real-time containers, and a real-time logging framework. Together with a recent (and carefully configured) version of the GCC compiler, these tools enable data acquisition, processing, and output using a conventional operating system to meet a hard real-time deadline (that is, missing one periodic is a failure) of 200 microseconds.« less

  8. HYPERCLIPS

    NASA Technical Reports Server (NTRS)

    Hill, R. W.

    1994-01-01

    The integration of CLIPS into HyperCard combines the intuitive, interactive user interface of the Macintosh with the powerful symbolic computation of an expert system interpreter. HyperCard is an excellent environment for quickly developing the front end of an application with buttons, dialogs, and pictures, while the CLIPS interpreter provides a powerful inference engine for complex problem solving and analysis. In order to understand the benefit of integrating HyperCard and CLIPS, consider the following: HyperCard is an information storage and retrieval system which exploits the use of the graphics and user interface capabilities of the Apple Macintosh computer. The user can easily define buttons, dialog boxes, information templates, pictures, and graphic displays through the use of the HyperCard tools and scripting language. What is generally lacking in this environment is a powerful reasoning engine for complex problem solving, and this is where CLIPS plays a role. CLIPS 5.0 (C Language Integrated Production System, v5.0) was developed at the Johnson Space Center Software Technology Branch to allow artificial intelligence research, development, and delivery on conventional computers. CLIPS 5.0 supports forward chaining rule systems, object-oriented language, and procedural programming for the construction of expert systems. It features incremental reset, seven conflict resolution stategies, truth maintenance, and user-defined external functions. Since CLIPS is implemented in the C language it is highly portable; in addition, it is embeddable as a callable routine from a program written in another language such as Ada or Fortran. By integrating HyperCard and CLIPS the advantages and uses of both packages are made available for a wide range of applications: rapid prototyping of knowledge-based expert systems, interactive simulations of physical systems and intelligent control of hypertext processes, to name a few. HyperCLIPS 2.0 is written in C-Language (54%) and Pascal (46%) for Apple Macintosh computers running Macintosh System 6.0.2 or greater. HyperCLIPS requires HyperCard 1.2 or higher and at least 2Mb of RAM are recommended to run. An executable is provided. To compile the source code, the Macintosh Programmer's Workshop (MPW) version 3.0, CLIPS 5.0 (MSC-21927), and the MPW C-Language compiler are also required. NOTE: Installing this program under Macintosh System 7 requires HyperCard v2.1. This program is distributed on a 3.5 inch Macintosh format diskette. A copy of the program documentation is included on the diskette, but may be purchased separately. HyperCLIPS was developed in 1990 and version 2.0 was released in 1991. HyperCLIPS is a copyrighted work with all copyright vested in NASA. Apple, Macintosh, MPW, and HyperCard are registered trademarks of Apple Computer, Inc.

  9. First International Conference on Ada (R) Programming Language Applications for the NASA Space Station, volume 1

    NASA Technical Reports Server (NTRS)

    Bown, Rodney L. (Editor)

    1986-01-01

    Topics discussed include: test and verification; environment issues; distributed Ada issues; life cycle issues; Ada in Europe; management/training issues; common Ada interface set; and run time issues.

  10. Re-interpreting: Narratives of childhood language brokering over time.

    PubMed

    Orellana, Marjorie Faulstich; Phoenix, Ann

    2017-05-01

    This article probes how childhood experiences are actively taken into adult lives and thus challenges the unwitting and unintentional reproduction of an adult-child binary in childhood studies. We do this by analyzing interviews with one adult daughter of immigrants from Mexico to the United States at four points in time (ages 19, 26, 27, and 33). Using narrative analysis to examine the mutability of memory, we consider how Eva oriented herself to her childhood story, what was salient and invisible in each recount, the values she associated with the practice, and the meanings she took from her experiences. We show how Eva re-interpreted her experiences as an immigrant child language broker in relation to unfolding life events, showing her childhood to be very much alive in her adult life. Language brokering serves as one way in which to examine the interpenetration of childhood into adulthood, rather than being the focus per se.

  11. Re-interpreting: Narratives of childhood language brokering over time

    PubMed Central

    Orellana, Marjorie Faulstich; Phoenix, Ann

    2016-01-01

    This article probes how childhood experiences are actively taken into adult lives and thus challenges the unwitting and unintentional reproduction of an adult–child binary in childhood studies. We do this by analyzing interviews with one adult daughter of immigrants from Mexico to the United States at four points in time (ages 19, 26, 27, and 33). Using narrative analysis to examine the mutability of memory, we consider how Eva oriented herself to her childhood story, what was salient and invisible in each recount, the values she associated with the practice, and the meanings she took from her experiences. We show how Eva re-interpreted her experiences as an immigrant child language broker in relation to unfolding life events, showing her childhood to be very much alive in her adult life. Language brokering serves as one way in which to examine the interpenetration of childhood into adulthood, rather than being the focus per se. PMID:28503031

  12. A Comparison of Comprehension Processes in Sign Language Interpreter Videos with or without Captions

    PubMed Central

    Debevc, Matjaž; Milošević, Danijela; Kožuh, Ines

    2015-01-01

    One important theme in captioning is whether the implementation of captions in individual sign language interpreter videos can positively affect viewers’ comprehension when compared with sign language interpreter videos without captions. In our study, an experiment was conducted using four video clips with information about everyday events. Fifty-one deaf and hard of hearing sign language users alternately watched the sign language interpreter videos with, and without, captions. Afterwards, they answered ten questions. The results showed that the presence of captions positively affected their rates of comprehension, which increased by 24% among deaf viewers and 42% among hard of hearing viewers. The most obvious differences in comprehension between watching sign language interpreter videos with and without captions were found for the subjects of hiking and culture, where comprehension was higher when captions were used. The results led to suggestions for the consistent use of captions in sign language interpreter videos in various media. PMID:26010899

  13. The Use of Interpreters by Speech-Language Pathologists Conducting Bilingual Speech-Language Assessments

    ERIC Educational Resources Information Center

    Palfrey, Carol Lynn

    2013-01-01

    The purpose of this non-experimental quantitative study was to explore the practices of speech-language pathologists in conducting bilingual assessments with interpreters. Data were obtained regarding the assessment tools and practices used by speech-language pathologists, the frequency with which they work with interpreters, and the procedures…

  14. TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (DEC VAX ULTRIX VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. Data-driven graphical objects such as dials, thermometers, and strip charts are also included. TAE Plus updates the strip chart as the data values change. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. The Silicon Graphics version of TAE Plus now has a font caching scheme and a color caching scheme to make color allocation more efficient. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides an extremely powerful means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System, Version 11 Release 4, and the Open Software Foundation's Motif Toolkit 1.1 or 1.1.1. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus comes with InterViews and idraw, two software packages developed by Stanford University and integrated in TAE Plus. TAE Plus was developed in 1989 and version 5.1 was released in 1991. TAE Plus is currently available on media suitable for eight different machine platforms: 1) DEC VAX computers running VMS 5.3 or higher (TK50 cartridge in VAX BACKUP format), 2) DEC VAXstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX 8.0 (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX 8.05 (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun3 series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), 7) Sun4 (SPARC) series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), and 8) SGI Indigo computers running IRIX 4.0.1 and IRIX/Motif 1.0.1 (.25 inch IRIS tape cartridge in UNIX tar format). An optional Motif Object Code License is available for either Sun version. TAE is a trademark of the National Aeronautics and Space Administration. X Window System is a trademark of the Massachusetts Institute of Technology. Motif is a trademark of the Open Software Foundation. DEC, VAX, VMS, TK50 and ULTRIX are trademarks of Digital Equipment Corporation. HP9000 and HP-UX are trademarks of Hewlett-Packard Co. Sun3, Sun4, SunOS, and SPARC are trademarks of Sun Microsystems, Inc. SGI and IRIS are registered trademarks of Silicon Graphics, Inc.

  15. TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (SUN3 VERSION)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. Data-driven graphical objects such as dials, thermometers, and strip charts are also included. TAE Plus updates the strip chart as the data values change. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. The Silicon Graphics version of TAE Plus now has a font caching scheme and a color caching scheme to make color allocation more efficient. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides an extremely powerful means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System, Version 11 Release 4, and the Open Software Foundation's Motif Toolkit 1.1 or 1.1.1. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus comes with InterViews and idraw, two software packages developed by Stanford University and integrated in TAE Plus. TAE Plus was developed in 1989 and version 5.1 was released in 1991. TAE Plus is currently available on media suitable for eight different machine platforms: 1) DEC VAX computers running VMS 5.3 or higher (TK50 cartridge in VAX BACKUP format), 2) DEC VAXstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX 8.0 (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX 8.05 (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun3 series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), 7) Sun4 (SPARC) series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), and 8) SGI Indigo computers running IRIX 4.0.1 and IRIX/Motif 1.0.1 (.25 inch IRIS tape cartridge in UNIX tar format). An optional Motif Object Code License is available for either Sun version. TAE is a trademark of the National Aeronautics and Space Administration. X Window System is a trademark of the Massachusetts Institute of Technology. Motif is a trademark of the Open Software Foundation. DEC, VAX, VMS, TK50 and ULTRIX are trademarks of Digital Equipment Corporation. HP9000 and HP-UX are trademarks of Hewlett-Packard Co. Sun3, Sun4, SunOS, and SPARC are trademarks of Sun Microsystems, Inc. SGI and IRIS are registered trademarks of Silicon Graphics, Inc.

  16. TAE+ 5.1 - TRANSPORTABLE APPLICATIONS ENVIRONMENT PLUS, VERSION 5.1 (SUN3 VERSION WITH MOTIF)

    NASA Technical Reports Server (NTRS)

    TAE SUPPORT OFFICE

    1994-01-01

    TAE (Transportable Applications Environment) Plus is an integrated, portable environment for developing and running interactive window, text, and graphical object-based application systems. The program allows both programmers and non-programmers to easily construct their own custom application interface and to move that interface and application to different machine environments. TAE Plus makes both the application and the machine environment transparent, with noticeable improvements in the learning curve. The main components of TAE Plus are as follows: (1) the WorkBench, a What You See Is What You Get (WYSIWYG) tool for the design and layout of a user interface; (2) the Window Programming Tools Package (WPT), a set of callable subroutines that control an application's user interface; and (3) TAE Command Language (TCL), an easy-to-learn command language that provides an easy way to develop an executable application prototype with a run-time interpreted language. The WorkBench tool allows the application developer to interactively construct the layout of an application's display screen by manipulating a set of interaction objects including input items such as buttons, icons, and scrolling text lists. Data-driven graphical objects such as dials, thermometers, and strip charts are also included. TAE Plus updates the strip chart as the data values change. The WorkBench user specifies the windows and interaction objects that will make up the user interface, then specifies the sequence of the user interface dialogue. The description of the designed user interface is then saved into resource files. For those who desire to develop the designed user interface into an operational application, the WorkBench tool also generates source code (C, Ada, and TCL) which fully controls the application's user interface through function calls to the WPTs. The WPTs are the runtime services used by application programs to display and control the user interfaces. Since the WPTs access the workbench-generated resource files during each execution, details such as color, font, location, and object type remain independent from the application code, allowing changes to the user interface without recompiling and relinking. The Silicon Graphics version of TAE Plus now has a font caching scheme and a color caching scheme to make color allocation more efficient. In addition to WPTs, TAE Plus can control interaction of objects from the interpreted TAE Command Language. TCL provides an extremely powerful means for the more experienced developer to quickly prototype an application's use of TAE Plus interaction objects and add programming logic without the overhead of compiling or linking. TAE Plus requires MIT's X Window System, Version 11 Release 4, and the Open Software Foundation's Motif Toolkit 1.1 or 1.1.1. The Workbench and WPTs are written in C++ and the remaining code is written in C. TAE Plus is available by license for an unlimited time period. The licensed program product includes the TAE Plus source code and one set of supporting documentation. Additional documentation may be purchased separately at the price indicated below. The amount of disk space required to load the TAE Plus tar format tape is between 35Mb and 67Mb depending on the machine version. The recommended minimum memory is 12Mb. Each TAE Plus platform delivery tape includes pre-built libraries and executable binary code for that particular machine, as well as source code, so users do not have to do an installation. Users wishing to recompile the source will need both a C compiler and either GNU's C++ Version 1.39 or later, or a C++ compiler based on AT&T 2.0 cfront. TAE Plus comes with InterViews and idraw, two software packages developed by Stanford University and integrated in TAE Plus. TAE Plus was developed in 1989 and version 5.1 was released in 1991. TAE Plus is currently available on media suitable for eight different machine platforms: 1) DEC VAX computers running VMS 5.3 or higher (TK50 cartridge in VAX BACKUP format), 2) DEC VAXstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 3) DEC RISC workstations running ULTRIX 4.1 or later (TK50 cartridge in UNIX tar format), 4) HP9000 Series 300/400 computers running HP-UX 8.0 (.25 inch HP-preformatted tape cartridge in UNIX tar format), 5) HP9000 Series 700 computers running HP-UX 8.05 (HP 4mm DDS DAT tape cartridge in UNIX tar format), 6) Sun3 series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), 7) Sun4 (SPARC) series computers running SunOS 4.1.1 (.25 inch tape cartridge in UNIX tar format), and 8) SGI Indigo computers running IRIX 4.0.1 and IRIX/Motif 1.0.1 (.25 inch IRIS tape cartridge in UNIX tar format). An optional Motif Object Code License is available for either Sun version. TAE is a trademark of the National Aeronautics and Space Administration. X Window System is a trademark of the Massachusetts Institute of Technology. Motif is a trademark of the Open Software Foundation. DEC, VAX, VMS, TK50 and ULTRIX are trademarks of Digital Equipment Corporation. HP9000 and HP-UX are trademarks of Hewlett-Packard Co. Sun3, Sun4, SunOS, and SPARC are trademarks of Sun Microsystems, Inc. SGI and IRIS are registered trademarks of Silicon Graphics, Inc.

  17. A planning language for activity scheduling

    NASA Technical Reports Server (NTRS)

    Zoch, David R.; Lavallee, David; Weinstein, Stuart; Tong, G. Michael

    1991-01-01

    Mission planning and scheduling of spacecraft operations are becoming more complex at NASA. Described here are a mission planning process; a robust, flexible planning language for spacecraft and payload operations; and a software scheduling system that generates schedules based on planning language inputs. The mission planning process often involves many people and organizations. Consequently, a planning language is needed to facilitate communication, to provide a standard interface, and to represent flexible requirements. The software scheduling system interprets the planning language and uses the resource, time duration, constraint, and alternative plan flexibilities to resolve scheduling conflicts.

  18. Growth of language-related brain areas after foreign language learning.

    PubMed

    Mårtensson, Johan; Eriksson, Johan; Bodammer, Nils Christian; Lindgren, Magnus; Johansson, Mikael; Nyberg, Lars; Lövdén, Martin

    2012-10-15

    The influence of adult foreign-language acquisition on human brain organization is poorly understood. We studied cortical thickness and hippocampal volumes of conscript interpreters before and after three months of intense language studies. Results revealed increases in hippocampus volume and in cortical thickness of the left middle frontal gyrus, inferior frontal gyrus, and superior temporal gyrus for interpreters relative to controls. The right hippocampus and the left superior temporal gyrus were structurally more malleable in interpreters acquiring higher proficiency in the foreign language. Interpreters struggling relatively more to master the language displayed larger gray matter increases in the middle frontal gyrus. These findings confirm structural changes in brain regions known to serve language functions during foreign-language acquisition. Copyright © 2012 Elsevier Inc. All rights reserved.

  19. The use of Spanish by medical students and residents at one university hospital.

    PubMed

    Yawman, Daniel; McIntosh, Scott; Fernandez, Diana; Auinger, Peggy; Allan, Marjorie; Weitzman, Michael

    2006-05-01

    To describe how medical trainees report communication with Spanish-speaking patients, and to assess trainees' desire to improve their language skills and have those skills formally evaluated. A questionnaire was mailed to all fourth-year medical students and non-first-year residents in family practice, pediatrics, medicine, medicine-pediatrics, emergency medicine, and obstetrics-gynecology at the University of Rochester School of Medicine and Dentistry in 2004 (N = 263). The response rate was 92% (241/263). Each respondent had at least one year of clinical experience at the hospital. Of the 83% (199/241) who reported less than conversational Spanish language skills, 53% had taken a history and/or provided medical advice directly to Spanish-speaking patients without any form of interpretation. When an interpreter was used, professional interpretation services were used less frequently than other forms of interpretation (42% versus 58%, p < .05). Analyses were performed on the 68% (164/241) who reported having at least rudimentary Spanish skills: 85% reported that they would probably or definitely participate in further individual language training, 70% expressed at least possible willingness to have their Spanish formally evaluated, and 80% predicted that it is at least possible that they will use their Spanish as attending physicians. At the time of this study, this hospital's medical students and residents from multiple specialties used inadequate Spanish language skills to provide direct medical care despite the availability of professional interpretation services. Most of these trainees were motivated to improve their Spanish and would welcome evaluation of their language skills.

  20. Status of GDL - GNU Data Language

    NASA Astrophysics Data System (ADS)

    Coulais, A.; Schellens, M.; Gales, J.; Arabas, S.; Boquien, M.; Chanial, P.; Messmer, P.; Fillmore, D.; Poplawski, O.; Maret, S.; Marchal, G.; Galmiche, N.; Mermet, T.

    2010-12-01

    Gnu Data Language (GDL) is an open-source interpreted language aimed at numerical data analysis and visualisation. It is a free implementation of the Interactive Data Language (IDL) widely used in Astronomy. GDL has a full syntax compatibility with IDL, and includes a large set of library routines targeting advanced matrix manipulation, plotting, time-series and image analysis, mapping, and data input/output including numerous scientific data formats. We will present the current status of the project, the key accomplishments, and the weaknesses - areas where contributions are welcome!

  1. BigDataScript: a scripting language for data pipelines.

    PubMed

    Cingolani, Pablo; Sladek, Rob; Blanchette, Mathieu

    2015-01-01

    The analysis of large biological datasets often requires complex processing pipelines that run for a long time on large computational infrastructures. We designed and implemented a simple script-like programming language with a clean and minimalist syntax to develop and manage pipeline execution and provide robustness to various types of software and hardware failures as well as portability. We introduce the BigDataScript (BDS) programming language for data processing pipelines, which improves abstraction from hardware resources and assists with robustness. Hardware abstraction allows BDS pipelines to run without modification on a wide range of computer architectures, from a small laptop to multi-core servers, server farms, clusters and clouds. BDS achieves robustness by incorporating the concepts of absolute serialization and lazy processing, thus allowing pipelines to recover from errors. By abstracting pipeline concepts at programming language level, BDS simplifies implementation, execution and management of complex bioinformatics pipelines, resulting in reduced development and debugging cycles as well as cleaner code. BigDataScript is available under open-source license at http://pcingola.github.io/BigDataScript. © The Author 2014. Published by Oxford University Press.

  2. BigDataScript: a scripting language for data pipelines

    PubMed Central

    Cingolani, Pablo; Sladek, Rob; Blanchette, Mathieu

    2015-01-01

    Motivation: The analysis of large biological datasets often requires complex processing pipelines that run for a long time on large computational infrastructures. We designed and implemented a simple script-like programming language with a clean and minimalist syntax to develop and manage pipeline execution and provide robustness to various types of software and hardware failures as well as portability. Results: We introduce the BigDataScript (BDS) programming language for data processing pipelines, which improves abstraction from hardware resources and assists with robustness. Hardware abstraction allows BDS pipelines to run without modification on a wide range of computer architectures, from a small laptop to multi-core servers, server farms, clusters and clouds. BDS achieves robustness by incorporating the concepts of absolute serialization and lazy processing, thus allowing pipelines to recover from errors. By abstracting pipeline concepts at programming language level, BDS simplifies implementation, execution and management of complex bioinformatics pipelines, resulting in reduced development and debugging cycles as well as cleaner code. Availability and implementation: BigDataScript is available under open-source license at http://pcingola.github.io/BigDataScript. Contact: pablo.e.cingolani@gmail.com PMID:25189778

  3. Parallel Processing of the Target Language during Source Language Comprehension in Interpreting

    ERIC Educational Resources Information Center

    Dong, Yanping; Lin, Jiexuan

    2013-01-01

    Two experiments were conducted to test the hypothesis that the parallel processing of the target language (TL) during source language (SL) comprehension in interpreting may be influenced by two factors: (i) link strength from SL to TL, and (ii) the interpreter's cognitive resources supplement to TL processing during SL comprehension. The…

  4. Timing of translation in cross-language qualitative research.

    PubMed

    Santos, Hudson P O; Black, Amanda M; Sandelowski, Margarete

    2015-01-01

    Although there is increased understanding of language barriers in cross-language studies, the point at which language transformation processes are applied in research is inconsistently reported, or treated as a minor issue. Differences in translation timeframes raise methodological issues related to the material to be translated, as well as for the process of data analysis and interpretation. In this article we address methodological issues related to the timing of translation from Portuguese to English in two international cross-language collaborative research studies involving researchers from Brazil, Canada, and the United States. One study entailed late-phase translation of a research report, whereas the other study involved early phase translation of interview data. The timing of translation in interaction with the object of translation should be considered, in addition to the language, cultural, subject matter, and methodological competencies of research team members. © The Author(s) 2014.

  5. Getting By: Underuse of Interpreters by Resident Physicians

    PubMed Central

    Schenker, Yael; Curry, Leslie; Bradley, Elizabeth H.; Fernandez, Alicia

    2008-01-01

    Background Language barriers complicate physician–patient communication and adversely affect healthcare quality. Research suggests that physicians underuse interpreters despite evidence of benefits and even when services are readily available. The reasons underlying the underuse of interpreters are poorly understood. Objective To understand the decision-making process of resident physicians when communicating with patients with limited English proficiency (LEP). Design Qualitative study using in-depth interviews. Participants Internal medicine resident physicians ( = 20) from two urban teaching hospitals with excellent interpreter services. Approach An interview guide was used to explore decision making about interpreter use. Results Four recurrent themes emerged: 1) Resident physicians recognized that they underused professional interpreters, and described this phenomenon as “getting by;” 2) Resident physicians made decisions about interpreter use by weighing the perceived value of communication in clinical decision making against their own time constraints; 3) The decision to call an interpreter could be preempted by the convenience of using family members or the resident physician’s use of his/her own second language skills; 4) Resident physicians normalized the underuse of professional interpreters, despite recognition that patients with LEP are not receiving equal care. Conclusions Although previous research has identified time constraints and lack of availability of interpreters as reasons for their underuse, our data suggest that the reasons are far more complex. Residents at the study institutions with interpreters readily available found it easier to “get by” without an interpreter, despite misgivings about negative implications for quality of care. Findings suggest that increasing interpreter use will require interventions targeted at both individual physicians and the practice environment. PMID:19089503

  6. Interpreting as a Language Teaching Technique. Proceedings of a Conference (University of Salford, England, January 2-5, 1985).

    ERIC Educational Resources Information Center

    Thomas, Noel, Ed.; Towell, Richard, Ed.

    Papers presented at a conference on the use of simultaneous, consecutive, and other forms of interpreting as features of foreign language teaching and learning in British higher education include the following: "Liaison Interpreting as a Communicative Language-Learning Exercise" (H. A. Keith); "Interpreting and Communicating:…

  7. Real-time lexical comprehension in young children learning American Sign Language.

    PubMed

    MacDonald, Kyle; LaMarr, Todd; Corina, David; Marchman, Virginia A; Fernald, Anne

    2018-04-16

    When children interpret spoken language in real time, linguistic information drives rapid shifts in visual attention to objects in the visual world. This language-vision interaction can provide insights into children's developing efficiency in language comprehension. But how does language influence visual attention when the linguistic signal and the visual world are both processed via the visual channel? Here, we measured eye movements during real-time comprehension of a visual-manual language, American Sign Language (ASL), by 29 native ASL-learning children (16-53 mos, 16 deaf, 13 hearing) and 16 fluent deaf adult signers. All signers showed evidence of rapid, incremental language comprehension, tending to initiate an eye movement before sign offset. Deaf and hearing ASL-learners showed similar gaze patterns, suggesting that the in-the-moment dynamics of eye movements during ASL processing are shaped by the constraints of processing a visual language in real time and not by differential access to auditory information in day-to-day life. Finally, variation in children's ASL processing was positively correlated with age and vocabulary size. Thus, despite competition for attention within a single modality, the timing and accuracy of visual fixations during ASL comprehension reflect information processing skills that are important for language acquisition regardless of language modality. © 2018 John Wiley & Sons Ltd.

  8. The psychotherapist and the sign language interpreter.

    PubMed

    de Bruin, Ed; Brugmans, Petra

    2006-01-01

    Specialized psychotherapy for deaf people in the Dutch and Western European mental health systems is still a rather young specialism. A key policy principle in Dutch mental health care for the deaf is that they should receive treatment in the language most accessible to them, which is usually Dutch Sign Language (Nederlandse Gebarentaal or NGT). Although psychotherapists for the deaf are trained to use sign language, situations will always arise in which a sign language interpreter is needed. Most psychotherapists have the opinion that working with a sign language interpreter in therapy sessions can be a valuable alternative option but also see it as a second-best solution because of its impact on the therapeutic process. This paper describes our years of collaborationship as a therapist and a sign language interpreter. If this collaborationship is optimal, it can generate a certain "therapeutic power" in the therapy sessions. Achieving this depends largely on the interplay between the therapist and the interpreter, which in our case is the result of literature research and our experiences during the last 17 years. We analyze this special collaborative relationship, which has several dimensions and recurrent themes like, the role conception of the interpreter, situational interpreting, organizing the interpretation setting, or managing therapeutic phenomena during therapy sessions.

  9. Languages for Software-Defined Networks

    DTIC Science & Technology

    2013-02-01

    1 Languages for Software-Defined Networks Nate Foster∗, Michael J. Freedman†, Arjun Guha∗, Rob Harrison‡, Naga Praveen Katta†, Christopher Monsanto ...2012. [12] “The Frenetic project.” http://www.frenetic-lang.org/, Sept. 2012. [13] N. Foster, R. Harrison, M. J. Freedman, C. Monsanto , J. Rexford...performance networks,” in ACM SIGCOMM, pp. 254–265, Aug. 2011. [15] C. Monsanto , N. Foster, R. Harrison, and D. Walker, “A compiler and run-time system for

  10. Computer program modifications of Open-file report 82-1065; a comprehensive system for interpreting seismic-refraction and arrival-time data using interactive computer methods

    USGS Publications Warehouse

    Ackermann, Hans D.; Pankratz, Leroy W.; Dansereau, Danny A.

    1983-01-01

    The computer programs published in Open-File Report 82-1065, A comprehensive system for interpreting seismic-refraction arrival-time data using interactive computer methods (Ackermann, Pankratz, and Dansereau, 1982), have been modified to run on a mini-computer. The new version uses approximately 1/10 of the memory of the initial version, is more efficient and gives the same results.

  11. Independent transmission of sign language interpreter in DVB: assessment of image compression

    NASA Astrophysics Data System (ADS)

    Zatloukal, Petr; Bernas, Martin; Dvořák, LukáÅ.¡

    2015-02-01

    Sign language on television provides information to deaf that they cannot get from the audio content. If we consider the transmission of the sign language interpreter over an independent data stream, the aim is to ensure sufficient intelligibility and subjective image quality of the interpreter with minimum bit rate. The work deals with the ROI-based video compression of Czech sign language interpreter implemented to the x264 open source library. The results of this approach are verified in subjective tests with the deaf. They examine the intelligibility of sign language expressions containing minimal pairs for different levels of compression and various resolution of image with interpreter and evaluate the subjective quality of the final image for a good viewing experience.

  12. Commanding and Controlling Satellite Clusters (IEEE Intelligent Systems, November/December 2000)

    DTIC Science & Technology

    2000-01-01

    real - time operating system , a message-passing OS well suited for distributed...ground Flight processors ObjectAgent RTOS SCL RTOS RDMS Space command language Real - time operating system Rational database management system TS-21 RDMS...engineer with Princeton Satellite Systems. She is working with others to develop ObjectAgent software to run on the OSE Real Time Operating System .

  13. Design of a Data Distribution Core Model for Seafloor Observatories in East China Sea

    NASA Astrophysics Data System (ADS)

    Chen, H.; Qin, R.; Xu, H.

    2017-12-01

    High loadings of nutrients and pollutants from agriculture, industries and city waste waters are carried by Changjiang (Yangtze) River and transformed into the foodweb in the river freshwater plume. Understanding these transport and transformation processes is essential for the ecosystem protection, fisheries resources management, seafood safety and human health. As Xiaoqushan Seafloor Observatory and Zhujiajian Seafloor Observatory built in East China Sea, it is an opportunity and a new way for the research of Changjiang River plume. Data collected by seafloor observatory should be accessed conveniently by end users in real time or near real time, which can make it play a better role. Therefore, data distribution is one of major issues for seafloor observatory characterized by long term, real time, high resolution and continuous observation. This study describes a Data Distribution core Model for Seafloor Observatories in East China Sea (ESDDM) containing Data Acquisition Module (DAM), Data Interpretation Module (DIM), Data Transmission Module (DTM) and Data Storage Module (DTM), which enables acquiring, interpreting, transmitting and storing various types of data in real time. A Data Distribution Model Makeup Language (DDML) based on XML is designed to enhance the expansibility and flexibility of the system implemented by ESDDM. Network sniffer is used to acquire data by IP address and port number in DAM promising to release the operating pressure of junction boxes. Data interface, core data processing plugins and common libraries consist of DIM helping it interpret data in a hot swapping way. DTM is an external module in ESDDM transmitting designated raw data packets to Secondary Receiver Terminal. The technology of database connection pool used in DSM facilitates the efficiency of large volumes of continuous data storage. Given a successful scenario in Zhujiajian Seafloor Observatory, the protosystem based on ESDDM running up to 1500h provides a reference for other seafloor observatories in data distribution service.

  14. The Real-Time ObjectAgent Software Architecture for Distributed Satellite Systems

    DTIC Science & Technology

    2001-01-01

    real - time operating system selection are also discussed. The fourth section describes a simple demonstration of real-time ObjectAgent. Finally, the...experience with C++. After selecting the programming language, it was necessary to select a target real - time operating system (RTOS) and embedded...ObjectAgent software to run on the OSE Real Time Operating System . In addition, she is responsible for the integration of ObjectAgent

  15. A Preliminary Study on Interpreting for Emergent Signers

    ERIC Educational Resources Information Center

    Smith, Caitlin; Dicus, Danica

    2015-01-01

    Sign language interpreters work with a variety of consumer populations throughout their careers. One such population, referred to as "emergent signers," consists of consumers who are in the process of learning American Sign Language, and who rely on interpreters during their language acquisition period. A gap in the research is revealed…

  16. Preferences for Verb Interpretation in Children with Specific Language Impairment.

    ERIC Educational Resources Information Center

    Kelly, Donna J.; Rice, Mabel L.

    1994-01-01

    This study examined initial preferences for verb interpretation by 15 5-year-old children with specific language impairment, 15 language-matched children, and 15 age-matched children. Children indicated preferred interpretations of novel verbs from videotapes of motion and change-of-state activity scenes. Findings suggested that children's verb…

  17. Signed Language Working Memory Capacity of Signed Language Interpreters and Deaf Signers

    ERIC Educational Resources Information Center

    Wang, Jihong; Napier, Jemina

    2013-01-01

    This study investigated the effects of hearing status and age of signed language acquisition on signed language working memory capacity. Professional Auslan (Australian sign language)/English interpreters (hearing native signers and hearing nonnative signers) and deaf Auslan signers (deaf native signers and deaf nonnative signers) completed an…

  18. Language Use in Embodied Action and Interaction in Knowing Fractions.

    ERIC Educational Resources Information Center

    Kieren, Thomas

    This essay is based on observation and interpretation of the mathematical language of children while they engage in situations involving fractional numbers. This interpretation includes the consideration of various levels of language use, informal metamorphic and metonymic uses of fractional number language, and the interplay between language use…

  19. Conversion of HSPF Legacy Model to a Platform-Independent, Open-Source Language

    NASA Astrophysics Data System (ADS)

    Heaphy, R. T.; Burke, M. P.; Love, J. T.

    2015-12-01

    Since its initial development over 30 years ago, the Hydrologic Simulation Program - FORTAN (HSPF) model has been used worldwide to support water quality planning and management. In the United States, HSPF receives widespread endorsement as a regulatory tool at all levels of government and is a core component of the EPA's Better Assessment Science Integrating Point and Nonpoint Sources (BASINS) system, which was developed to support nationwide Total Maximum Daily Load (TMDL) analysis. However, the model's legacy code and data management systems have limitations in their ability to integrate with modern software, hardware, and leverage parallel computing, which have left voids in optimization, pre-, and post-processing tools. Advances in technology and our scientific understanding of environmental processes that have occurred over the last 30 years mandate that upgrades be made to HSPF to allow it to evolve and continue to be a premiere tool for water resource planners. This work aims to mitigate the challenges currently facing HSPF through two primary tasks: (1) convert code to a modern widely accepted, open-source, high-performance computing (hpc) code; and (2) convert model input and output files to modern widely accepted, open-source, data model, library, and binary file format. Python was chosen as the new language for the code conversion. It is an interpreted, object-oriented, hpc code with dynamic semantics that has become one of the most popular open-source languages. While python code execution can be slow compared to compiled, statically typed programming languages, such as C and FORTRAN, the integration of Numba (a just-in-time specializing compiler) has allowed this challenge to be overcome. For the legacy model data management conversion, HDF5 was chosen to store the model input and output. The code conversion for HSPF's hydrologic and hydraulic modules has been completed. The converted code has been tested against HSPF's suite of "test" runs and shown good agreement and similar execution times while using the Numba compiler. Continued verification of the accuracy of the converted code against more complex legacy applications and improvement upon execution times by incorporating an intelligent network change detection tool is currently underway, and preliminary results will be presented.

  20. Choosing Accommodations: Signed Language Interpreting and the Absence of Choice.

    PubMed

    Burke, Teresa Blankmeyer

    This paper carves out a topic space for discussion about the ethical question of whether input from signing Deaf consumers of interpreting services ought to be included in the provision of signed language interpreter accommodations. The first section provides background about disability accommodations and practices, including how signed language interpreting accommodations are similar and dissimilar to other kinds of disability accommodations. In the second section, I offer a personal narrative of my experience as a Deaf academic who has been excluded from the interpreter selection process, highlighting some of the harmful consequences of such exclusion. In the subsequent two sections, I describe and analyze the process of choosing interpreter accommodations, starting with the process of requesting signed language interpreters and the institutionalization of this process, followed by a brief overview of privacy and autonomy concerns from the standpoint of the signing Deaf consumer. The penultimate section considers some objections to the proposal of involving more consumer choice in signed language accommodations. I conclude the paper with some concrete suggestions for a more Deaf-centered, inclusive process for choosing interpreter accommodations.

  1. Tradeoffs in the design of a system for high level language interpretation

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

    Osorio, F.C.C.; Patt, Y.N.

    The problem of designing a system for high-level language interpretation (HLLI) is considered. First, a model of the design process is presented where several styles of design, e.g. turing machine interpretation, CISC architecture interpretation and RISC architecture interpretation are treated uniformly. Second, the most significant characteristics of HLLI are analysed in the context of different design styles, and some guidelines are presented on how to identify the most suitable design style for a given high-level language problem. 12 references.

  2. Access to hospital interpreter services for limited English proficient patients in New Jersey: a statewide evaluation.

    PubMed

    Flores, Glenn; Torres, Sylvia; Holmes, Linda Janet; Salas-Lopez, Debbie; Youdelman, Mara K; Tomany-Korman, Sandra C

    2008-05-01

    We surveyed New Jersey (NJ) hospitals to assess current language services and identify policy recommendations on meeting limited English proficiency (LEP) patients' needs. Survey with 37 questions regarding hospital/patient features, interpreter services, and resources/policies needed to provide quality interpreter services. Sixty-seven hospitals responded (55% response rate). Most NJ hospitals have no interpreter services department, 80% provide no staff training on working with interpreters, 31% lack multilingual signs, and 19% offer no written translation services. Only 3% of hospitals have full-time interpreters, a ratio of 1 interpreter:240,748 LEP NJ residents. Most hospitals stated third-party reimbursement for interpreters would be beneficial, by reducing costs, adding interpreters, meeting population growth, and improving communication. Most NJ hospitals have no full-time interpreters, interpreter services department, or staff training on working with interpreters, and deficiencies exist in hospital signage and translation services. Most NJ hospitals stated third-party reimbursement for interpreter services would be beneficial.

  3. The Text Retrieval Conferences (TRECs)

    DTIC Science & Technology

    1998-10-01

    per- form a monolingual run in the target language to act as a baseline. Thirteen groups participated in the TREC-6 CLIR track. Three major...language; the use of machine-readable bilingual dictionaries or other existing linguistic re- sources; and the use of corpus resources to train or...formance for each method. In general, the best cross- language performance was between 50%-75% as ef- fective as a quality monolingual run. The TREC-7

  4. The Error Reporting in the ATLAS TDAQ System

    NASA Astrophysics Data System (ADS)

    Kolos, Serguei; Kazarov, Andrei; Papaevgeniou, Lykourgos

    2015-05-01

    The ATLAS Error Reporting provides a service that allows experts and shift crew to track and address errors relating to the data taking components and applications. This service, called the Error Reporting Service (ERS), gives to software applications the opportunity to collect and send comprehensive data about run-time errors, to a place where it can be intercepted in real-time by any other system component. Other ATLAS online control and monitoring tools use the ERS as one of their main inputs to address system problems in a timely manner and to improve the quality of acquired data. The actual destination of the error messages depends solely on the run-time environment, in which the online applications are operating. When an application sends information to ERS, depending on the configuration, it may end up in a local file, a database, distributed middleware which can transport it to an expert system or display it to users. Thanks to the open framework design of ERS, new information destinations can be added at any moment without touching the reporting and receiving applications. The ERS Application Program Interface (API) is provided in three programming languages used in the ATLAS online environment: C++, Java and Python. All APIs use exceptions for error reporting but each of them exploits advanced features of a given language to simplify the end-user program writing. For example, as C++ lacks language support for exceptions, a number of macros have been designed to generate hierarchies of C++ exception classes at compile time. Using this approach a software developer can write a single line of code to generate a boilerplate code for a fully qualified C++ exception class declaration with arbitrary number of parameters and multiple constructors, which encapsulates all relevant static information about the given type of issues. When a corresponding error occurs at run time, the program just need to create an instance of that class passing relevant values to one of the available class constructors and send this instance to ERS. This paper presents the original design solutions exploited for the ERS implementation and describes how it was used during the first ATLAS run period. The cross-system error reporting standardization introduced by ERS was one of the key points for the successful implementation of automated mechanisms for online error recovery.

  5. No difference in emergency department length of stay for patients with limited proficiency in English.

    PubMed

    Wallbrecht, Joshua; Hodes-Villamar, Linda; Weiss, Steven J; Ernst, Amy A

    2014-01-01

    The population of the United States continues to diversify, with an increasing percentage of individuals who have limited English proficiency (LEP). A major concern facing emergency departments (EDs) around the country is increasing length of stay (LOS). Although multiple studies have shown racial and ethnic disparities in waiting time and LOS, no studies have examined specifically whether patients with LEP have a different LOS than English-speaking (ES) patients. In addition, no studies have examined whether the use of interpreters by patients with LEP has a significant impact on LOS. We hypothesized that there was a significant difference in LOS when comparing patients with LEP and ES patients and patients with LEP who used interpreters versus patients with LEP who did not. This was a prospective cohort study with LOS data collected from a level I ED patient tracking software program from October 2011 to December 2011. The primary language preferred by the patient was indicated at the time of triage and registration and the patient's use of an interpreter also was recorded. The patient's demographic data, ED visit information, and LOS were prospectively entered into an Excel spreadsheet. Percentages were compared using 95% confidence intervals and LOS was analyzed using the Student t test. With >100 subjects per group, our study had 80% power (ie, a power of 0.8) to determine a 15% difference in proportions between groups or a difference of 120 minutes (assuming a standard deviation of 300 minutes on both means). Data were collected from a total of 121 ES patients and 124 patients with LEP. In the LEP group were the languages of Spanish, Navajo, Vietnamese, Chinese, Arabic, and American Sign Language. Fifty-eight percent of patients with LEP used an interpreter. There were no differences between ES patients and patients with LEP in age, sex, mode of arrival, chief complaints, acuity, percentage admitted, percentage pediatric patients, or percentage of Medicaid/Medicare recipients. More patients with LEP were self-pay (36% vs 20%, diff 16, 95% confidence interval 2-31). There were no differences in mean LOS from time of arrival to time to being seen by a provider when comparing ES patients with patients with LEP or time of arrival to time to discharge or admission request. Comparing the patients with LEP who used interpreters with those who did not use interpreters, there was a significantly different LOS from time of arrival to time of discharge or admission request (958 ± 644 vs 628 ± 595 minutes, diff 330, 95% confidence interval 84-576). There was no difference in LOS for patients with LEP; however, patients with LEP who used interpreters had a significant increase in LOS compared with those who did not use interpreters.

  6. Language barriers and qualitative nursing research: methodological considerations.

    PubMed

    Squires, A

    2008-09-01

    This review of the literature synthesizes methodological recommendations for the use of translators and interpreters in cross-language qualitative research. Cross-language qualitative research involves the use of interpreters and translators to mediate a language barrier between researchers and participants. Qualitative nurse researchers successfully address language barriers between themselves and their participants when they systematically plan for how they will use interpreters and translators throughout the research process. Experienced qualitative researchers recognize that translators can generate qualitative data through translation processes and by participating in data analysis. Failure to address language barriers and the methodological challenges they present threatens the credibility, transferability, dependability and confirmability of cross-language qualitative nursing research. Through a synthesis of the cross-language qualitative methods literature, this article reviews the basics of language competence, translator and interpreter qualifications, and roles for each kind of qualitative research approach. Methodological and ethical considerations are also provided. By systematically addressing the methodological challenges cross-language research presents, nurse researchers can produce better evidence for nursing practice and policy making when working across different language groups. Findings from qualitative studies will also accurately represent the experiences of the participants without concern that the meaning was lost in translation.

  7. Language barriers and qualitative nursing research: methodological considerations

    PubMed Central

    Squires, A.

    2009-01-01

    Aim This review of the literature synthesizes methodological recommendations for the use of translators and interpreters in cross-language qualitative research. Background Cross-language qualitative research involves the use of interpreters and translators to mediate a language barrier between researchers and participants. Qualitative nurse researchers successfully address language barriers between themselves and their participants when they systematically plan for how they will use interpreters and translators throughout the research process. Experienced qualitative researchers recognize that translators can generate qualitative data through translation processes and by participating in data analysis. Failure to address language barriers and the methodological challenges they present threatens the credibility, transferability, dependability and confirmability of cross-language qualitative nursing research. Through a synthesis of the cross-language qualitative methods literature, this article reviews the basics of language competence, translator and interpreter qualifications, and roles for each kind of qualitative research approach. Methodological and ethical considerations are also provided. Conclusion By systematically addressing the methodological challenges cross-language research presents, nurse researchers can produce better evidence for nursing practice and policy making when working across different language groups. Findings from qualitative studies will also accurately represent the experiences of the participants without concern that the meaning was lost in translation. PMID:19522941

  8. Training Interpreter Paraprofessionals to Assist in the Language Assessment of English Language Learners in Utah.

    ERIC Educational Resources Information Center

    Yoakum, Susie; Manuel-Dupont, Sonia

    1997-01-01

    Describes development of an interpreter paraprofessional (IP) program by Utah State University and Granite (Utah) school district in response to the unavailability of certified interpreters to assist in special education assessment of students who are English Language Learners. Stresses the importance of providing IPs with job-relevant training,…

  9. Identifying Movement Patterns and Severity of Associated Pain in Sign Language Interpreters

    ERIC Educational Resources Information Center

    Freeman, Julie K.; Rogers, Janet L.

    2010-01-01

    Our research sought to identify the most common movement patterns and postures performed by sign language interpreters and the frequency and severity of any pain that may be associated with the movements. A survey was developed and mailed to registered sign language interpreters throughout the state of Illinois. For each specific upper extremity…

  10. Application of Demand-Control Theory to Sign Language Interpreting: Implications for Stress and Interpreter Training.

    ERIC Educational Resources Information Center

    Dean, Robyn K.; Pollard, Robert Q., Jr.

    2001-01-01

    This article uses the framework of demand-control theory to examine the occupation of sign language interpreting. It discusses the environmental, interpersonal, and intrapersonal demands that impinge on the interpreter's decision latitude and notes the prevalence of cumulative trauma disorders, turnover, and burnout in the interpreting profession.…

  11. Language and Economics: Mutual Incompatibilities, or a Necessary Partnership?

    ERIC Educational Resources Information Center

    Ozolins, Uldis

    2003-01-01

    Misunderstandings between economic approaches to language and the field of language policy/language planning arise from deficiencies in the literature of both camps. This paper examines four examples: (1) liaison interpreting, where traditional economic analysis points to surprising benefits of engaging interpreters, often not recognised by…

  12. The role of interpreters in inclusive classrooms.

    PubMed

    Antia, S D; Kreimeyer, K H

    2001-10-01

    The roles of interpreters in an inclusive classroom were examined through a qualitative, 3-year case study of three interpreters in an inclusive school. Interviews were conducted with interpreters, classroom teachers, special education teachers, and administrators. The interview data were supplemented with observations and field notes. Results indicate that in addition to sign interpreting between American Sign Language and speech, the interpreters clarified teacher directions, facilitated peer interaction, tutored the deaf children, and kept the teachers and special educators informed of the deaf children's progress. The interpreter/aides and the classroom teachers preferred this full-participant interpreter role, while the special educators and administrators preferred a translator role. Classroom teachers were more comfortable with full-time interpreters who knew the classroom routine, while the special educators and administrators feared that full-time interpreters fostered child and teacher dependence. These issues are discussed in terms of congruence with the Registry of Interpreters code of ethics and how integration of young children might be best facilitated.

  13. Native language governs interpretation of salient speech sound differences at 18 months

    PubMed Central

    Dietrich, Christiane; Swingley, Daniel; Werker, Janet F.

    2007-01-01

    One of the first steps infants take in learning their native language is to discover its set of speech-sound categories. This early development is shown when infants begin to lose the ability to differentiate some of the speech sounds their language does not use, while retaining or improving discrimination of language-relevant sounds. However, this aspect of early phonological tuning is not sufficient for language learning. Children must also discover which of the phonetic cues that are used in their language serve to signal lexical distinctions. Phonetic variation that is readily discriminable to all children may indicate two different words in one language but only one word in another. Here, we provide evidence that the language background of 1.5-year-olds affects their interpretation of phonetic variation in word learning, and we show that young children interpret salient phonetic variation in language-specific ways. Three experiments with a total of 104 children compared Dutch- and English-learning 18-month-olds' responses to novel words varying in vowel duration or vowel quality. Dutch learners interpreted vowel duration as lexically contrastive, but English learners did not, in keeping with properties of Dutch and English. Both groups performed equivalently when differentiating words varying in vowel quality. Thus, at one and a half years, children's phonological knowledge already guides their interpretation of salient phonetic variation. We argue that early phonological learning is not just a matter of maintaining the ability to distinguish language-relevant phonetic cues. Learning also requires phonological interpretation at appropriate levels of linguistic analysis. PMID:17911262

  14. Running MONET and SALT with Remote Telescope Markup Language 3.0

    NASA Astrophysics Data System (ADS)

    Hessman, F. V.; Romero, E.

    2003-05-01

    Complex robotic and service observations in heterogenous networks of telescopes require a common telescopic lingua franca for the description and transport of observing requests and results. Building upon the experience gained within the Hands-On Universe (HOU) and advanced amateur communities with Remote Telescope Markup Language (RTML) Version 2.1 (http://sunra.lbl.gov/rtml), we have implemented a revised RTML syntax (Version 3.0) which is fully capable of - running the two 1.2m MONET robotic telescopes for a very inhomogeneous clientel from 3 research institutions and high school classes all over the world; - connecting MONET to the HOU telescope network; - connecting MONET as a trigger to the 11m SALT telescope; - providing all the objects needed to perform and document internet-based user support, ranging all the way from proposal submission and time-allocation to observation reports.

  15. Losing Ground on the Afghanistan Provincial Reconstruction Team Mission and Recommendations for Regaining It

    DTIC Science & Technology

    2011-12-05

    general body language, and gestures. PRT commanders were instructed to make eye contact with the “local leader” when speaking , not the “team...typically have little to no English speaking skill 18 , the task of communicating is accomplished through interpreters. The PRT interpreter becomes...interpreter to listen and speak at the same time that Speaker A is speaking , providing a shorter discourse pattern, but requiring far greater degree of

  16. English Language Learning Strategies Reported by Advanced Language Learners

    ERIC Educational Resources Information Center

    Lee, Juyeon; Heinz, Michael

    2016-01-01

    The purpose of the present study is to investigate effective English language learning strategies (LLSs) employed by successful language learners. The participants in this study were 20 student interpreters enrolled in the graduate school of interpretation and translation in Korea. Data on LLSs were collected through unstructured essay writing, a…

  17. Audience Effects in American Sign Language Interpretation

    ERIC Educational Resources Information Center

    Weisenberg, Julia

    2009-01-01

    There is a system of English mouthing during interpretation that appears to be the result of language contact between spoken language and signed language. English mouthing is a voiceless visual representation of words on a signer's lips produced concurrently with manual signs. It is a type of borrowing prevalent among English-dominant…

  18. Neuropsychological assessment of language functions during functional magnetic resonance imaging: development of new tasks. Preliminary report.

    PubMed

    Fersten, Ewa; Jakuciński, Maciej; Kuliński, Radosław; Koziara, Henryk; Mroziak, Barbara; Nauman, Paweł

    2011-01-01

    Due to the complex and extended cerebral organization of language functions, the brain regions crucial for speech and language, i.e. eloquent areas, have to be affected by neurooncological surgery. One of the techniques that may be helpful in pre-operative planning of the extent of tumour removal and estimating possible complications seems to be functional magnetic resonance imaging (fMRI). The aim of the study was to develop valid procedures for neuropsychological assessment of various language functions visualisable by fMRI in healthy individuals. In this fMRI study, 10 healthy (with no CNS pathology), right-handed volunteers aged 25-35 were examined using four tasks designed to measure different language functions, and one for short-term memory assessment. A 1.5-T MRI scanner performing ultrafast functional (EPI) sequences with 4-mm slice thickness and 1-mm interslice gap was used to detect the BOLD response to stimuli present-ed in a block design (30-second alternating blocks of activity and rest). The analyses used the SPM software running in a MATLAB environment, and the obtained data were interpreted by means of colour-coded maps superimposed on structural brain scans. For each of the tasks developed for particular language functions, a different area of increased neuronal activity was found. The differential localization of function-related neuronal activity seems interesting and the research worth continuing, since verbal communication failure may result from impairment of any of various language functions, and studies reported in the literature seem to focus on verbal expression only.

  19. Court Interpreting: The Anatomy of a Profession.

    ERIC Educational Resources Information Center

    de Jongh, Elena M.

    For both translators and interpreters, language proficiency is only the starting point for professional work. The equivalence of both meaning and style are necessary for faithful translation. The legal interpreter or translator must understand the complex characteristics and style of legal language. Court interpreting is a relatively young…

  20. Advantages of Brahms for Specifying and Implementing a Multiagent Human-Robotic Exploration System

    NASA Technical Reports Server (NTRS)

    Clancey, William J.; Sierhuis, Maarten; Kaskiris, Charis; vanHoof, Ron

    2003-01-01

    We have developed a model-based, distributed architecture that integrates diverse components in a system designed for lunar and planetary surface operations: an astronaut's space suit, cameras, all-terrain vehicles, robotic assistant, crew in a local habitat, and mission support team. Software processes ('agents') implemented in the Brahms language, run on multiple, mobile platforms. These mobile agents interpret and transform available data to help people and robotic systems coordinate their actions to make operations more safe and efficient. The Brahms-based mobile agent architecture (MAA) uses a novel combination of agent types so the software agents may understand and facilitate communications between people and between system components. A state-of-the-art spoken dialogue interface is integrated with Brahms models, supporting a speech-driven field observation record and rover command system. An important aspect of the methodology involves first simulating the entire system in Brahms, then configuring the agents into a runtime system Thus, Brahms provides a language, engine, and system builder's toolkit for specifying and implementing multiagent systems.

  1. Influence of running stride frequency in heart rate variability analysis during treadmill exercise testing.

    PubMed

    Bailón, Raquel; Garatachea, Nuria; de la Iglesia, Ignacio; Casajús, Jose Antonio; Laguna, Pablo

    2013-07-01

    The analysis and interpretation of heart rate variability (HRV) during exercise is challenging not only because of the nonstationary nature of exercise, the time-varying mean heart rate, and the fact that respiratory frequency exceeds 0.4 Hz, but there are also other factors, such as the component centered at the pedaling frequency observed in maximal cycling tests, which may confuse the interpretation of HRV analysis. The objectives of this study are to test the hypothesis that a component centered at the running stride frequency (SF) appears in the HRV of subjects during maximal treadmill exercise testing, and to study its influence in the interpretation of the low-frequency (LF) and high-frequency (HF) components of HRV during exercise. The HRV of 23 subjects during maximal treadmill exercise testing is analyzed. The instantaneous power of different HRV components is computed from the smoothed pseudo-Wigner-Ville distribution of the modulating signal assumed to carry information from the autonomic nervous system, which is estimated based on the time-varying integral pulse frequency modulation model. Besides the LF and HF components, the appearance is revealed of a component centered at the running SF as well as its aliases. The power associated with the SF component and its aliases represents 22±7% (median±median absolute deviation) of the total HRV power in all the subjects. Normalized LF power decreases as the exercise intensity increases, while normalized HF power increases. The power associated with the SF does not change significantly with exercise intensity. Consideration of the running SF component and its aliases is very important in HRV analysis since stride frequency aliases may overlap with LF and HF components.

  2. BeatBox-HPC simulation environment for biophysically and anatomically realistic cardiac electrophysiology.

    PubMed

    Antonioletti, Mario; Biktashev, Vadim N; Jackson, Adrian; Kharche, Sanjay R; Stary, Tomas; Biktasheva, Irina V

    2017-01-01

    The BeatBox simulation environment combines flexible script language user interface with the robust computational tools, in order to setup cardiac electrophysiology in-silico experiments without re-coding at low-level, so that cell excitation, tissue/anatomy models, stimulation protocols may be included into a BeatBox script, and simulation run either sequentially or in parallel (MPI) without re-compilation. BeatBox is a free software written in C language to be run on a Unix-based platform. It provides the whole spectrum of multi scale tissue modelling from 0-dimensional individual cell simulation, 1-dimensional fibre, 2-dimensional sheet and 3-dimensional slab of tissue, up to anatomically realistic whole heart simulations, with run time measurements including cardiac re-entry tip/filament tracing, ECG, local/global samples of any variables, etc. BeatBox solvers, cell, and tissue/anatomy models repositories are extended via robust and flexible interfaces, thus providing an open framework for new developments in the field. In this paper we give an overview of the BeatBox current state, together with a description of the main computational methods and MPI parallelisation approaches.

  3. Benefits of an Interpretation Course for Foreign Language Learning and Development

    ERIC Educational Resources Information Center

    Biasetti, Giada

    2016-01-01

    Based on the experience of developing and teaching an introductory course on Spanish-English interpretation, this study will situate and justify translation, more specifically interpreting, as an important component for language development. The goal is to analyze ways the development and implementation of an interpreting course (focusing on…

  4. How Does Consecutive Interpreting Training Influence Working Memory: A Longitudinal Study of Potential Links Between the Two

    PubMed Central

    Dong, Yanping; Liu, Yuhua; Cai, Rendong

    2018-01-01

    With an intention to contribute to the issue of how language experience may influence working memory (WM), we focused on consecutive interpreting (CI), analyzed its potential links with WM functions and tested these links in a longitudinal experiment, trying to answer the specific question of how CI training may influence WM. Two comparable groups of Chinese learners of English received either CI or general second language (L2) training for one semester, and were tested before and after the training with the tasks of n-back (non-verbal updating), L2 listening span, and letter running span (verbal spans). CI performance was tested in the posttest. The results showed that (1) updating efficiency in both the pretest and posttest predicted CI performance, and CI training enhanced updating efficiency while general L2 training did not; (2) the relationship between verbal spans and CI performance was weaker (i.e., only pretest L2 listening span correlated with CI performance and predicted CI performance with marginal significance), and CI training did not make a unique contribution to these spans (i.e., no group differences). The results indicated an “interpreter advantage” in updating, which was probably due to that updating was more central in the CI task than WM spans. Theoretically, we believe that updating and CI are closely related because they share the same underlying mechanism, or more specifically updating and the recalling process in the CI task share the same attentional control process, a unique link between updating and the CI task. Methodological implications are discussed. PMID:29922199

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

  6. Categorization of Survey Text Utilizing Natural Language Processing and Demographic Filtering

    DTIC Science & Technology

    2017-09-01

    SURVEY TEXT UTILIZING NATURAL LANGUAGE PROCESSING AND DEMOGRAPHIC FILTERING by Christine M. Cairoli September 2017 Thesis Advisor: Lyn...DATE September 2017 3. REPORT TYPE AND DATES COVERED Master’s thesis 4. TITLE AND SUBTITLE CATEGORIZATION OF SURVEY TEXT UTILIZING NATURAL...words) Thousands of Navy survey free text comments are overlooked every year because reading and interpreting comments is expensive, time consuming

  7. Compiling knowledge-based systems from KEE to Ada

    NASA Technical Reports Server (NTRS)

    Filman, Robert E.; Bock, Conrad; Feldman, Roy

    1990-01-01

    The dominant technology for developing AI applications is to work in a multi-mechanism, integrated, knowledge-based system (KBS) development environment. Unfortunately, systems developed in such environments are inappropriate for delivering many applications - most importantly, they carry the baggage of the entire Lisp environment and are not written in conventional languages. One resolution of this problem would be to compile applications from complex environments to conventional languages. Here the first efforts to develop a system for compiling KBS developed in KEE to Ada (trademark). This system is called KATYDID, for KEE/Ada Translation Yields Development Into Delivery. KATYDID includes early prototypes of a run-time KEE core (object-structure) library module for Ada, and translation mechanisms for knowledge structures, rules, and Lisp code to Ada. Using these tools, part of a simple expert system was compiled (not quite automatically) to run in a purely Ada environment. This experience has given us various insights on Ada as an artificial intelligence programming language, potential solutions of some of the engineering difficulties encountered in early work, and inspiration on future system development.

  8. Automated generation of patient-tailored electronic care pathways by translating computer-interpretable guidelines into hierarchical task networks.

    PubMed

    González-Ferrer, Arturo; ten Teije, Annette; Fdez-Olivares, Juan; Milian, Krystyna

    2013-02-01

    This paper describes a methodology which enables computer-aided support for the planning, visualization and execution of personalized patient treatments in a specific healthcare process, taking into account complex temporal constraints and the allocation of institutional resources. To this end, a translation from a time-annotated computer-interpretable guideline (CIG) model of a clinical protocol into a temporal hierarchical task network (HTN) planning domain is presented. The proposed method uses a knowledge-driven reasoning process to translate knowledge previously described in a CIG into a corresponding HTN Planning and Scheduling domain, taking advantage of HTNs known ability to (i) dynamically cope with temporal and resource constraints, and (ii) automatically generate customized plans. The proposed method, focusing on the representation of temporal knowledge and based on the identification of workflow and temporal patterns in a CIG, makes it possible to automatically generate time-annotated and resource-based care pathways tailored to the needs of any possible patient profile. The proposed translation is illustrated through a case study based on a 70 pages long clinical protocol to manage Hodgkin's disease, developed by the Spanish Society of Pediatric Oncology. We show that an HTN planning domain can be generated from the corresponding specification of the protocol in the Asbru language, providing a running example of this translation. Furthermore, the correctness of the translation is checked and also the management of ten different types of temporal patterns represented in the protocol. By interpreting the automatically generated domain with a state-of-art HTN planner, a time-annotated care pathway is automatically obtained, customized for the patient's and institutional needs. The generated care pathway can then be used by clinicians to plan and manage the patients long-term care. The described methodology makes it possible to automatically generate patient-tailored care pathways, leveraging an incremental knowledge-driven engineering process that starts from the expert knowledge of medical professionals. The presented approach makes the most of the strengths inherent in both CIG languages and HTN planning and scheduling techniques: for the former, knowledge acquisition and representation of the original clinical protocol, and for the latter, knowledge reasoning capabilities and an ability to deal with complex temporal and resource constraints. Moreover, the proposed approach provides immediate access to technologies such as business process management (BPM) tools, which are increasingly being used to support healthcare processes. Copyright © 2012 Elsevier B.V. All rights reserved.

  9. Parallel approach to identifying the well-test interpretation model using a neurocomputer

    NASA Astrophysics Data System (ADS)

    May, Edward A., Jr.; Dagli, Cihan H.

    1996-03-01

    The well test is one of the primary diagnostic and predictive tools used in the analysis of oil and gas wells. In these tests, a pressure recording device is placed in the well and the pressure response is recorded over time under controlled flow conditions. The interpreted results are indicators of the well's ability to flow and the damage done to the formation surrounding the wellbore during drilling and completion. The results are used for many purposes, including reservoir modeling (simulation) and economic forecasting. The first step in the analysis is the identification of the Well-Test Interpretation (WTI) model, which determines the appropriate solution method. Mis-identification of the WTI model occurs due to noise and non-ideal reservoir conditions. Previous studies have shown that a feed-forward neural network using the backpropagation algorithm can be used to identify the WTI model. One of the drawbacks to this approach is, however, training time, which can run into days of CPU time on personal computers. In this paper a similar neural network is applied using both a personal computer and a neurocomputer. Input data processing, network design, and performance are discussed and compared. The results show that the neurocomputer greatly eases the burden of training and allows the network to outperform a similar network running on a personal computer.

  10. 78 FR 56731 - Notice of Public Meeting: Northwest California Resource Advisory Council

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-09-13

    ... council meeting will have time allocated for public comments. Depending on the number of persons wishing to speak, and the time available, the time for individual comments may be limited. Members of the... meals. Individuals who plan to attend and need special assistance, such as sign language interpretation...

  11. Methodological Challenges in Cross-Language Qualitative Research: A Research Review

    PubMed Central

    Squires, Allison

    2009-01-01

    Objectives Cross-language qualitative research occurs when a language barrier is present between researchers and participants. The language barrier is frequently mediated through the use of a translator or interpreter. The purpose of this critical review of cross-language qualitative research was three fold: 1) review the methods literature addressing cross language research; 2) synthesize the methodological recommendations from the literature into a list of criteria that could evaluate how researchers methodologically managed translators and interpreters in their qualitative studies; and 3) test these criteria on published cross-language qualitative studies. Data sources A group of 40 purposively selected cross-language qualitative studies found in nursing and health sciences journals. Review methods The synthesis of the cross-language methods literature produced 14 criteria to evaluate how qualitative researchers managed the language barrier between themselves and their study participants. To test the criteria, the researcher conducted a summative content analysis framed by discourse analysis techniques of the 40 cross-language studies. Results The evaluation showed that only 6 out of 40 studies met all the criteria recommended by the cross-language methods literature for the production of trustworthy results in cross-language qualitative studies. Multiple inconsistencies, reflecting disadvantageous methodological choices by cross-language researchers, appeared in the remaining 33 studies. To name a few, these included rendering the translator or interpreter as an invisible part of the research process, failure to pilot test interview questions in the participant’s language, no description of translator or interpreter credentials, failure to acknowledge translation as a limitation of the study, and inappropriate methodological frameworks for cross-language research. Conclusions The finding about researchers making the role of the translator or interpreter invisible during the research process supports studies completed by other authors examining this issue. The analysis demonstrated that the criteria produced by this study may provide useful guidelines for evaluating cross-language research and for novice cross-language researchers designing their first studies. Finally, the study also indicates that researchers attempting cross-language studies need to address the methodological issues surrounding language barriers between researchers and participants more systematically. PMID:18789799

  12. Methodological challenges in cross-language qualitative research: a research review.

    PubMed

    Squires, Allison

    2009-02-01

    Cross-language qualitative research occurs when a language barrier is present between researchers and participants. The language barrier is frequently mediated through the use of a translator or interpreter. The purpose of this analysis of cross-language qualitative research was threefold: (1) review the methods literature addressing cross-language research; (2) synthesize the methodological recommendations from the literature into a list of criteria that could evaluate how researchers methodologically managed translators and interpreters in their qualitative studies; (3) test these criteria on published cross-language qualitative studies. A group of 40 purposively selected cross-language qualitative studies found in nursing and health sciences journals. The synthesis of the cross-language methods literature produced 14 criteria to evaluate how qualitative researchers managed the language barrier between themselves and their study participants. To test the criteria, the researcher conducted a summative content analysis framed by discourse analysis techniques of the 40 cross-language studies. The evaluation showed that only 6 out of 40 studies met all the criteria recommended by the cross-language methods literature for the production of trustworthy results in cross-language qualitative studies. Multiple inconsistencies, reflecting disadvantageous methodological choices by cross-language researchers, appeared in the remaining 33 studies. To name a few, these included rendering the translator or interpreter as an invisible part of the research process, failure to pilot test interview questions in the participant's language, no description of translator or interpreter credentials, failure to acknowledge translation as a limitation of the study, and inappropriate methodological frameworks for cross-language research. The finding about researchers making the role of the translator or interpreter invisible during the research process supports studies completed by other authors examining this issue. The analysis demonstrated that the criteria produced by this study may provide useful guidelines for evaluating cross-language research and for novice cross-language researchers designing their first studies. Finally, the study also indicates that researchers attempting cross-language studies need to address the methodological issues surrounding language barriers between researchers and participants more systematically.

  13. A Computer for Low Context-Switch Time

    DTIC Science & Technology

    1990-03-01

    Results To find out how an implementation performs, we use a set of programs that make up a simulation system. These programs compile C language programs ...have worse relative context-switch performance: the time needed to switch contexts has not de- creased as much as the time to run programs . Much of...this study is: How seriously is throughput performance im- paired by this approach to computer architecture? Reasonable estimates are possible only

  14. 76 FR 37062 - Meetings

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-06-24

    ..., computer assisted real-time transcription (CART), and sign language interpreters will be available at the... Washington, DC, Monday through Wednesday, July 11-13, 2011, at the times and location noted below. DATES: The... Governments; and Terry Moakley, Association of Travel Instruction). 1:30-3 p.m.--Board Meeting (guest speaker...

  15. The Relation between the Working Memory Skills of Sign Language Interpreters and the Quality of Their Interpretations

    ERIC Educational Resources Information Center

    Van Dijk, Rick; Christoffels, Ingrid; Postma, Albert; Hermans, Daan

    2012-01-01

    In two experiments we investigated the relationship between the working memory skills of sign language interpreters and the quality of their interpretations. In Experiment 1, we found that scores on 3-back tasks with signs and words were not related to the quality of interpreted narratives. In Experiment 2, we found that memory span scores for…

  16. Coyote and Raven Talk about Indigenizing Environmental Education: Or Reconfiguring the Shenanigans of Otis O'Dewey Esquire

    ERIC Educational Resources Information Center

    Cole, Peter

    2012-01-01

    First Nations tricksters, Coyote and Raven, work to indigenize Environmental Education but run up against mainstream languages, technologies, and educational practices. They try to do an end-run around the cognitive backfield, then portage through marginal spaces, but find that working between Indigenous languages and mainstream ones can work best…

  17. RenderMan design principles

    NASA Technical Reports Server (NTRS)

    Apodaca, Tony; Porter, Tom

    1989-01-01

    The two worlds of interactive graphics and realistic graphics have remained separate. Fast graphics hardware runs simple algorithms and generates simple looking images. Photorealistic image synthesis software runs slowly on large expensive computers. The time has come for these two branches of computer graphics to merge. The speed and expense of graphics hardware is no longer the barrier to the wide acceptance of photorealism. There is every reason to believe that high quality image synthesis will become a standard capability of every graphics machine, from superworkstation to personal computer. The significant barrier has been the lack of a common language, an agreed-upon set of terms and conditions, for 3-D modeling systems to talk to 3-D rendering systems for computing an accurate rendition of that scene. Pixar has introduced RenderMan to serve as that common language. RenderMan, specifically the extensibility it offers in shading calculations, is discussed.

  18. The role of scientists in statutory interpretation of the U.S. Endangered Species Act.

    PubMed

    Wilhere, George F

    2017-04-01

    Like many federal statutes, the U.S. Endangered Species Act (ESA) contains vague or ambiguous language. The meaning imparted to the ESA's unclear language can profoundly impact the fates of endangered and threatened species. Hence, conservation scientists should contribute to the interpretation of the ESA when vague or ambiguous language contains scientific words or refers to scientific concepts. Scientists need to know at least these 2 facts about statutory interpretation: statutory interpretation is subjective and the potential influence of normative values results in different expectations for the parties involved. With the possible exception of judges, all conventional participants in statutory interpretation are serving their own interests, advocating for their preferred policies, or biased. Hence, scientists can play a unique role by informing the interpretative process with objective, policy-neutral information. Conversely, scientists may act as advocates for their preferred interpretation of unclear statutory language. The different roles scientists might play in statutory interpretation raise the issues of advocacy and competency. Advocating for a preferred statutory interpretation is legitimate political behavior by scientists, but statutory interpretation can be strongly influenced by normative values. Therefore, scientists must be careful not to commit stealth policy advocacy. Most conservation scientists lack demonstrable competence in statutory interpretation and therefore should consult or collaborate with lawyers when interpreting statutes. Professional scientific societies are widely perceived by the public as unbiased sources of objective information. Therefore, professional scientific societies should remain policy neutral and present all interpretations of unclear statutory language; explain the semantics and science both supporting and contradicting each interpretation; and describe the potential consequences of implementing each interpretation. A review of scientists' interpretations of the phrase "significant portion of its range" in the ESA is used to critique the role of scientists and professional societies in statutory interpretation. © 2016 Society for Conservation Biology.

  19. A high-order language for a system of closely coupled processing elements

    NASA Technical Reports Server (NTRS)

    Feyock, S.; Collins, W. R.

    1986-01-01

    The research reported in this paper was occasioned by the requirements on part of the Real-Time Digital Simulator (RTDS) project under way at NASA Lewis Research Center. The RTDS simulation scheme employs a network of CPUs running lock-step cycles in the parallel computations of jet airplane simulations. Their need for a high order language (HOL) that would allow non-experts to write simulation applications and that could be implemented on a possibly varying network can best be fulfilled by using the programming language Ada. We describe how the simulation problems can be modeled in Ada, how to map a single, multi-processing Ada program into code for individual processors, regardless of network reconfiguration, and why some Ada language features are particulary well-suited to network simulations.

  20. Language Trends 2010 Secondary

    ERIC Educational Resources Information Center

    CILT, the National Centre for Languages, 2010

    2010-01-01

    The Language Trends survey is run jointly each year by CILT, the National Centre for Languages, the Association for Language Learning (ALL) and the Independent Schools Modern Languages Association (ISMLA). In this period of rapid change and policy development, it is vital to have an up to date picture of current issues for languages. Therefore,…

  1. NONMEMory: a run management tool for NONMEM.

    PubMed

    Wilkins, Justin J

    2005-06-01

    NONMEM is an extremely powerful tool for nonlinear mixed-effect modelling and simulation of pharmacokinetic and pharmacodynamic data. However, it is a console-based application whose output does not lend itself to rapid interpretation or efficient management. NONMEMory has been created to be a comprehensive project manager for NONMEM, providing detailed summary, comparison and overview of the runs comprising a given project, including the display of output data, simple post-run processing, fast diagnostic plots and run output management, complementary to other available modelling aids. Analysis time ought not to be spent on trivial tasks, and NONMEMory's role is to eliminate these as far as possible by increasing the efficiency of the modelling process. NONMEMory is freely available from http://www.uct.ac.za/depts/pha/nonmemory.php.

  2. Hybrid cryptosystem for image file using elgamal and double playfair cipher algorithm

    NASA Astrophysics Data System (ADS)

    Hardi, S. M.; Tarigan, J. T.; Safrina, N.

    2018-03-01

    In this paper, we present an implementation of an image file encryption using hybrid cryptography. We chose ElGamal algorithm to perform asymmetric encryption and Double Playfair for the symmetric encryption. Our objective is to show that these algorithms are capable to encrypt an image file with an acceptable running time and encrypted file size while maintaining the level of security. The application was built using C# programming language and ran as a stand alone desktop application under Windows Operating System. Our test shows that the system is capable to encrypt an image with a resolution of 500×500 to a size of 976 kilobytes with an acceptable running time.

  3. Dynamic Engagement of Cognitive Control Modulates Recovery From Misinterpretation During Real-Time Language Processing.

    PubMed

    Hsu, Nina S; Novick, Jared M

    2016-04-01

    Speech unfolds swiftly, yet listeners keep pace by rapidly assigning meaning to what they hear. Sometimes, though, initial interpretations turn out to be wrong. How do listeners revise misinterpretations of language input moment by moment to avoid comprehension errors? Cognitive control may play a role by detecting when processing has gone awry and then initiating behavioral adjustments accordingly. However, no research to date has investigated a cause-and-effect interplay between cognitive-control engagement and the overriding of erroneous interpretations in real time. Using a novel cross-task paradigm, we showed that Stroop-conflict detection, which mobilizes cognitive-control procedures, subsequently facilitates listeners' incremental processing of temporarily ambiguous spoken instructions that induce brief misinterpretation. When instructions followed incongruent Stroop items, compared with congruent Stroop items, listeners' eye movements to objects in a scene reflected more transient consideration of the false interpretation and earlier recovery of the correct one. Comprehension errors also decreased. Cognitive-control engagement therefore accelerates sentence-reinterpretation processes, even as linguistic input is still unfolding. © The Author(s) 2016.

  4. The Impact of Consecutive Interpreting Training on the L2 Listening Competence Enhancement

    ERIC Educational Resources Information Center

    Zhang, Tongtong; Wu, Zhiwei

    2017-01-01

    In recent years, a growing number of people have taken up interpreting training, with the intention of not only developing interpreting skills, but improving language proficiency as well. The present study sets out to investigate the impact of English-Chinese consecutive interpreting (CI) training on the enhancement of the second language (L2,…

  5. Once a Broker, Always a Broker: Non-Professional Interpreting as Identity Accomplishment in Multigenerational Italian-English Bilingual Family Interaction

    ERIC Educational Resources Information Center

    Del Torto, Lisa M.

    2008-01-01

    This paper explores interpreting in three-generational Italian-English bilingual families as a complex language brokering activity. Recent studies approach non-professional interpreting as language brokering in which bilinguals (often children) interpret for non-bilinguals (adults) in institutional settings (Hall 2004; Valdes 2003). These studies…

  6. Stirring the Waters: University INSET in Greece

    ERIC Educational Resources Information Center

    Mattheoudakis, Marina; Nicolaidis, Katerina

    2005-01-01

    In view of the increasing demand for in-service training in Greece, the Aristotle University of Thessaloniki launched English as a Foreign Language (EFL) teacher training courses, offered for the first time by a Greek state university. This paper discusses issues regarding the design and running of the courses as well as briefly presenting trainee…

  7. Evaluating real-time Java for mission-critical large-scale embedded systems

    NASA Technical Reports Server (NTRS)

    Sharp, D. C.; Pla, E.; Luecke, K. R.; Hassan, R. J.

    2003-01-01

    This paper describes benchmarking results on an RT JVM. This paper extends previously published results by including additional tests, by being run on a recently available pre-release version of the first commercially supported RTSJ implementation, and by assessing results based on our experience with avionics systems in other languages.

  8. The use of Spanish language skills by physicians and nurses: policy implications for teaching and testing.

    PubMed

    Diamond, Lisa C; Tuot, Delphine S; Karliner, Leah S

    2012-01-01

    Language barriers present a substantial communication challenge in the hospital setting. To describe how clinicians with various levels of Spanish language proficiency work with interpreters or their own Spanish skills in common clinical scenarios. Survey of physicians and nurses who report ever speaking Spanish with patients on a general medicine hospital floor. Spanish proficiency rated on a 5-point scale, self-reported use of specific strategies (own Spanish skills, professional or ad-hoc interpreters) to overcome the language barrier. Sixty-eight physicians and 65 nurses participated. Physicians with low-level Spanish proficiency reported frequent use of ad-hoc interpreters for all information-based scenarios, except pre-rounding in the morning when most reported using their own Spanish skills. For difficult conversations and procedural consent, most used professional interpreters. Comparatively, physicians with medium proficiency reported higher rates of using their own Spanish skills for information-based scenarios, lower rates of professional interpreter use, and little use of ad-hoc interpreters. They rarely used their own Spanish skills or ad-hoc interpreters for difficult conversations. Physicians with high-level Spanish proficiency almost uniformly reported using their own Spanish skills. The majority (82%) of nurses had low-level Spanish proficiency, and frequently worked with professional interpreters for educating patients, but more often used ad hoc interpreters and their own Spanish skills for information-based scenarios, including medication administration. Physicians and nurses with limited Spanish proficiency use these skills, even in important clinical circumstances in the hospital. Health-care organizations should evaluate clinicians' non-English language proficiency and set policies about use of language skills in clinical care.

  9. Complex Event Recognition Architecture

    NASA Technical Reports Server (NTRS)

    Fitzgerald, William A.; Firby, R. James

    2009-01-01

    Complex Event Recognition Architecture (CERA) is the name of a computational architecture, and software that implements the architecture, for recognizing complex event patterns that may be spread across multiple streams of input data. One of the main components of CERA is an intuitive event pattern language that simplifies what would otherwise be the complex, difficult tasks of creating logical descriptions of combinations of temporal events and defining rules for combining information from different sources over time. In this language, recognition patterns are defined in simple, declarative statements that combine point events from given input streams with those from other streams, using conjunction, disjunction, and negation. Patterns can be built on one another recursively to describe very rich, temporally extended combinations of events. Thereafter, a run-time matching algorithm in CERA efficiently matches these patterns against input data and signals when patterns are recognized. CERA can be used to monitor complex systems and to signal operators or initiate corrective actions when anomalous conditions are recognized. CERA can be run as a stand-alone monitoring system, or it can be integrated into a larger system to automatically trigger responses to changing environments or problematic situations.

  10. The Relationship between Language Anxiety, Interpretation of Anxiety, Intrinsic Motivation and the Use of Learning Strategies

    ERIC Educational Resources Information Center

    Nishitani, Mari; Matsuda, Toshiki

    2011-01-01

    Researches in language anxiety have focused on the level of language anxiety so far. This study instead, hypothesizes that the interpretation of anxiety and the recognition of failure have an impact on learning and investigates how language anxiety and intrinsic motivation affect the use of learning strategies through the recognition of failure.…

  11. Deriving Meaning through Context: Interpreting Bare Nominals in Second Language Japanese

    ERIC Educational Resources Information Center

    Gabriele, Alison

    2010-01-01

    Previous studies on the second language acquisition of telicity have suggested that learners can use morphosyntactic cues to interpret sentences as telic or atelic even in cases where the cues differ in the first language (L1) and second language (L2) (Slabakova, 2001, 2005; Gabriele, 2008; Kaku et al., 2008a, 2008b). The present study extends…

  12. The Impact of Patient Language Proficiency and Interpreter Service Use on the Quality of Psychiatric Care: A Systematic Review

    PubMed Central

    Bauer, Amy M.; Alegría, Margarita

    2010-01-01

    Objective To determine the effects of limited English proficiency and use of interpreters on the quality of psychiatric care. Methods A systematic literature search for English-language publications was conducted in PubMed, PsycInfo, and CINAHL and by review of the reference lists of included articles and expert sources. Of 321 citations, 26 peer-reviewed articles met inclusion criteria by reporting primary data on the clinical care for psychiatric disorders among patients with limited proficiency in English or in the providers’ language. Results Little systematic research has addressed the impact of language proficiency or interpreter use on the quality of psychiatric care in contemporary US settings. Therefore, the literature to date is insufficient to inform evidence-based guidelines for improving quality of care among patients with limited English proficiency. Nonetheless, evaluation in a patient’s non-primary language can lead to incomplete or distorted mental status assessment whereas assessments conducted via untrained interpreters may contain interpreting errors. Consequences of interpreter errors include clinicians’ failure to identify disordered thought or delusional content. Use of professional interpreters may improve disclosure and attenuate some difficulties. Diagnostic agreement, collaborative treatment planning, and referral for specialty care may be compromised. Conclusions Clinicians should become aware of the types of quality problems that may occur when evaluating patients in a non-primary language or via an interpreter. Given demographic trends in the US, future research should aim to address the deficit in the evidence base to guide clinical practice and policy. PMID:20675834

  13. Rethinking language in autism.

    PubMed

    Sterponi, Laura; de Kirby, Kenton; Shankey, Jennifer

    2015-07-01

    In this article, we invite a rethinking of traditional perspectives of language in autism. We advocate a theoretical reappraisal that offers a corrective to the dominant and largely tacitly held view that language, in its essence, is a referential system and a reflection of the individual's cognition. Drawing on scholarship in Conversation Analysis and linguistic anthropology, we present a multidimensional view of language, showing how it also functions as interactional accomplishment, social action, and mode of experience. From such a multidimensional perspective, we revisit data presented by other researchers that include instances of prototypical features of autistic speech, giving them a somewhat different-at times complementary, at times alternative-interpretation. In doing so, we demonstrate that there is much at stake in the view of language that we as researchers bring to our analysis of autistic speech. Ultimately, we argue that adopting a multidimensional view of language has wide ranging implications, deepening our understanding of autism's core features and developmental trajectory. © The Author(s) 2014.

  14. DI: An interactive debugging interpreter for applicative languages

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

    Skedzielewski, S.K.; Yates, R.K.; Oldehoeft, R.R.

    1987-03-12

    The DI interpreter is both a debugger and interpreter of SISLAL programs. Its use as a program interpreter is only a small part of its role; it is designed to be a tool for studying compilation techniques for applicative languages. DI interprets dataflow graphs expressed in the IF1 and IF2 languages, and is heavily instrumented to report the activity of dynamic storage activity, reference counting, copying and updating of structured data values. It also aids the SISAL language evaluation by providing an interim execution vehicle for SISAL programs. DI provides determinate, sequential interpretation of graph nodes for sequential and parallelmore » operations in a canonical order. As a debugging aid, DI allows tracing, breakpointing, and interactive display of program data values. DI handles creation of SISAL and IF1 error values for each data type and propagates them according to a well-defined algebra. We have begun to implement IF1 optimizers and have measured the improvements with DI.« less

  15. Poor Auditory Task Scores in Children with Specific Reading and Language Difficulties: Some Poor Scores Are More Equal than Others

    ERIC Educational Resources Information Center

    McArthur, Genevieve M.; Hogben, John H.

    2012-01-01

    Children with specific reading disability (SRD) or specific language impairment (SLI), who scored poorly on an auditory discrimination task, did up to 140 runs on the failed task. Forty-one percent of the children produced widely fluctuating scores that did not improve across runs (untrainable errant performance), 23% produced widely fluctuating…

  16. An introduction to quantum machine learning

    NASA Astrophysics Data System (ADS)

    Schuld, Maria; Sinayskiy, Ilya; Petruccione, Francesco

    2015-04-01

    Machine learning algorithms learn a desired input-output relation from examples in order to interpret new inputs. This is important for tasks such as image and speech recognition or strategy optimisation, with growing applications in the IT industry. In the last couple of years, researchers investigated if quantum computing can help to improve classical machine learning algorithms. Ideas range from running computationally costly algorithms or their subroutines efficiently on a quantum computer to the translation of stochastic methods into the language of quantum theory. This contribution gives a systematic overview of the emerging field of quantum machine learning. It presents the approaches as well as technical details in an accessible way, and discusses the potential of a future theory of quantum learning.

  17. Second Language Learners' Divergence from Target Language Pragmatic Norms

    ERIC Educational Resources Information Center

    Gomez-Laich, Maria Pia

    2016-01-01

    Pragmatic competence is an indispensable aspect of language ability in order for second and foreign language (L2/FL) learners to understand and be understood in their interactions with both native and nonnative speakers of the target language. Without a proper understanding of the pragmatic rules in the target language, learners may run the risk…

  18. JaxoDraw: A graphical user interface for drawing Feynman diagrams

    NASA Astrophysics Data System (ADS)

    Binosi, D.; Theußl, L.

    2004-08-01

    JaxoDraw is a Feynman graph plotting tool written in Java. It has a complete graphical user interface that allows all actions to be carried out via mouse click-and-drag operations in a WYSIWYG fashion. Graphs may be exported to postscript/EPS format and can be saved in XML files to be used for later sessions. One of JaxoDraw's main features is the possibility to create ? code that may be used to generate graphics output, thus combining the powers of ? with those of a modern day drawing program. With JaxoDraw it becomes possible to draw even complicated Feynman diagrams with just a few mouse clicks, without the knowledge of any programming language. Program summaryTitle of program: JaxoDraw Catalogue identifier: ADUA Program summary URL:http://cpc.cs.qub.ac.uk/summaries/ADUA Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar gzip file Operating system: Any Java-enabled platform, tested on Linux, Windows ME, XP, Mac OS X Programming language used: Java License: GPL Nature of problem: Existing methods for drawing Feynman diagrams usually require some 'hard-coding' in one or the other programming or scripting language. It is not very convenient and often time consuming, to generate relatively simple diagrams. Method of solution: A program is provided that allows for the interactive drawing of Feynman diagrams with a graphical user interface. The program is easy to learn and use, produces high quality output in several formats and runs on any operating system where a Java Runtime Environment is available. Number of bytes in distributed program, including test data: 2 117 863 Number of lines in distributed program, including test data: 60 000 Restrictions: Certain operations (like internal latex compilation, Postscript preview) require the execution of external commands that might not work on untested operating systems. Typical running time: As an interactive program, the running time depends on the complexity of the diagram to be drawn.

  19. Comprehending idioms cross-linguistically.

    PubMed

    Bortfeld, Heather

    2003-01-01

    Speakers of three different languages (English, Latvian, and Mandarin) rated sets of idioms from their language for the analyzability of the relationship between each phrase's literal and figurative meaning. For each language, subsets of idioms were selected based on these ratings. Latvian and Mandarin idioms were literally translated into English. Across three experiments, people classified idioms from the three languages according to their figurative meanings. Response times and error rates indicate that participants were able to interpret unfamiliar (e.g., other languages') idioms depending largely on the degree to which they were analyzable, and that different forms of processing were used both within and between languages depending on this analyzability. Results support arguments for a continuum of analyzability (Bortfeld & McGlone, 2001), along which figurative speech ranges from reflecting general conceptual structures to specific cultural and historical references.

  20. Access to Sign Language Interpreters in the Criminal Justice System.

    ERIC Educational Resources Information Center

    Miller, Katrina R.

    2001-01-01

    This study surveyed 46 professional sign language interpreters working in criminal justice settings and evaluated 22 cases to evaluate access issues for individuals with hearing impairments. Recommendations to increase the accessibility of interpreting services included providing ongoing awareness training to criminal justice personnel and…

  1. KMCLib: A general framework for lattice kinetic Monte Carlo (KMC) simulations

    NASA Astrophysics Data System (ADS)

    Leetmaa, Mikael; Skorodumova, Natalia V.

    2014-09-01

    KMCLib is a general framework for lattice kinetic Monte Carlo (KMC) simulations. The program can handle simulations of the diffusion and reaction of millions of particles in one, two, or three dimensions, and is designed to be easily extended and customized by the user to allow for the development of complex custom KMC models for specific systems without having to modify the core functionality of the program. Analysis modules and on-the-fly elementary step diffusion rate calculations can be implemented as plugins following a well-defined API. The plugin modules are loosely coupled to the core KMCLib program via the Python scripting language. KMCLib is written as a Python module with a backend C++ library. After initial compilation of the backend library KMCLib is used as a Python module; input to the program is given as a Python script executed using a standard Python interpreter. We give a detailed description of the features and implementation of the code and demonstrate its scaling behavior and parallel performance with a simple one-dimensional A-B-C lattice KMC model and a more complex three-dimensional lattice KMC model of oxygen-vacancy diffusion in a fluorite structured metal oxide. KMCLib can keep track of individual particle movements and includes tools for mean square displacement analysis, and is therefore particularly well suited for studying diffusion processes at surfaces and in solids. Catalogue identifier: AESZ_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AESZ_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: GNU General Public License, version 3 No. of lines in distributed program, including test data, etc.: 49 064 No. of bytes in distributed program, including test data, etc.: 1 575 172 Distribution format: tar.gz Programming language: Python and C++. Computer: Any computer that can run a C++ compiler and a Python interpreter. Operating system: Tested on Ubuntu 12.4 LTS, CentOS release 5.9, Mac OSX 10.5.8 and Mac OSX 10.8.2, but should run on any system that can have a C++ compiler, MPI and a Python interpreter. Has the code been vectorized or parallelized?: Yes. From one to hundreds of processors depending on the type of input and simulation. RAM: From a few megabytes to several gigabytes depending on input parameters and the size of the system to simulate. Classification: 4.13, 16.13. External routines: KMCLib uses an external Mersenne Twister pseudo random number generator that is included in the code. A Python 2.7 interpreter and a standard C++ runtime library are needed to run the serial version of the code. For running the parallel version an MPI implementation is needed, such as e.g. MPICH from http://www.mpich.org or Open-MPI from http://www.open-mpi.org. SWIG (obtainable from http://www.swig.org/) and CMake (obtainable from http://www.cmake.org/) are needed for building the backend module, Sphinx (obtainable from http://sphinx-doc.org) for building the documentation and CPPUNIT (obtainable from http://sourceforge.net/projects/cppunit/) for building the C++ unit tests. Nature of problem: Atomic scale simulation of slowly evolving dynamics is a great challenge in many areas of computational materials science and catalysis. When the rare-events dynamics of interest is orders of magnitude slower than the typical atomic vibrational frequencies a straight-forward propagation of the equations of motions for the particles in the simulation cannot reach time scales of relevance for modeling the slow dynamics. Solution method: KMCLib provides an implementation of the kinetic Monte Carlo (KMC) method that solves the slow dynamics problem by utilizing the separation of time scales between fast vibrational motion and the slowly evolving rare-events dynamics. Only the latter is treated explicitly and the system is simulated as jumping between fully equilibrated local energy minima on the slow-dynamics potential energy surface. Restrictions: KMCLib implements the lattice KMC method and is as such restricted to geometries that can be expressed on a grid in space. Unusual features: KMCLib has been designed to be easily customized, to allow for user-defined functionality and integration with other codes. The user can define her own on-the-fly rate calculator via a Python API, so that site-specific elementary process rates, or rates depending on long-range interactions or complex geometrical features can easily be included. KMCLib also allows for on-the-fly analysis with user-defined analysis modules. KMCLib can keep track of individual particle movements and includes tools for mean square displacement analysis, and is therefore particularly well suited for studying diffusion processes at surfaces and in solids. Additional comments: The full documentation of the program is distributed with the code and can also be found at http://www.github.com/leetmaa/KMCLib/manual Running time: rom a few seconds to several days depending on the type of simulation and input parameters.

  2. Re-Codified Standards from the Perspective of Language Experts: Credentials, Practice and Attitudes Amongst Translators and Interpreters of the Bosnian, Croatian and Serbian Languages

    ERIC Educational Resources Information Center

    Hlavac, Jim

    2015-01-01

    This article examines aspects of linguistic behaviour, attitudes and professional practices amongst a group of 47 "expert users" who are translators or interpreters for one, two or three of the following languages: Bosnian, Croatian and Serbian. The official terms for these languages in the respective successor states of Socialist…

  3. Global health language and culture competency.

    PubMed

    Beadling, Charles; Maza, John; Nakano, Gregg; Mahmood, Maysaa; Jawad, Shakir; Al-Ameri, Ali; Zuerlein, Scott; Anderson, Warner

    2012-01-01

    This article presents findings from a survey conducted to examine the availability of foreign language and culture training to Civil Affairs health personnel and the relevance of that training to the tasks they perform. Civil Affairs forces recognize the value of cross-cultural communication competence because their missions involve a significant level of interaction with foreign governments? officials, military, and civilians. Members of the 95th Civil Affairs Brigade (Airborne) who had a health-related military occupational specialty code were invited to participate in the survey. More than 45% of those surveyed were foreign language qualified. Many also received predeployment language and culture training specific to the area of deployment. Significantly more respondents reported receiving cultural training and training on how to work effectively with interpreters than having received foreign language training. Respondents perceived interpreters as important assets and were generally satisfied with their performance. Findings from the survey highlight a need to identify standard requirements for predeployment language training that focuses on medical and health terminology and to determine the best delivery platform(s). Civil Affairs health personnel would benefit from additional cultural training that focuses on health and healthcare in the country or region of deployment. Investing in the development of distance learning capabilities as a platform for delivering health-specific language and culture training may help ease the time and resources constraints that limit the ability of Civil Affairs health personnel to access the training they need. 2012.

  4. Psychological Testing of Sign Language Interpreters

    ERIC Educational Resources Information Center

    Seal, Brenda C.

    2004-01-01

    Twenty-eight sign language interpreters participated in a battery of tests to determine if a profile of cognitive, motor, attention, and personality attributes might distinguish them as a group and at different credential levels. Eight interpreters held Level II and nine held Level III Virginia Quality Assurance Screenings (VQAS); the other 11…

  5. Two Interpretive Systems for Natural Language?

    ERIC Educational Resources Information Center

    Frazier, Lyn

    2015-01-01

    It is proposed that humans have available to them two systems for interpreting natural language. One system is familiar from formal semantics. It is a type based system that pairs a syntactic form with its interpretation using grammatical rules of composition. This system delivers both plausible and implausible meanings. The other proposed system…

  6. 38 CFR 21.152 - Interpreter service for the hearing impaired.

    Code of Federal Regulations, 2010 CFR

    2010-07-01

    ... development and pursuit of a rehabilitation program. This service will be provided if: (1) A VA physician... determines that the veteran: (i) Can benefit from language and speech training; and (ii) Agrees to undertake language and speech training. (b) Periods during which interpreter service may be provided. Interpreter...

  7. Assessing the Level of Performance of Sign Language Interpreters from Impaired Hearing Students' Perspectives at Public and Private Jordanian Universities

    ERIC Educational Resources Information Center

    Shanikat, Feryal Abdel-Hadi

    2014-01-01

    This study aimed at assessing the level of performance of sign language interpreters in both public and private Jordanian universities, as well as to recognize the effect of the study variables specifically gender and qualifications for acoustically disabled and interpreter, and the experience of the interpreter on the level of the performance…

  8. TEANGA: Journal of the Irish Association for Applied Linguistics, 1979-1993.

    ERIC Educational Resources Information Center

    O'Baoill, Donall P., Ed.

    1993-01-01

    This document consists of a complete run of the thirteen issues of "TEANGA" published since its inception in 1979 through 1993. Typical article topics include: linguistic research approaches and methodology; interlanguage, language transfer, and interference; second language instruction; language testing; language variation; discussion…

  9. Where "Sign Language Studies" Has Led Us in Forty Years: Opening High School and University Education for Deaf People in Viet Nam through Sign Language Analysis, Teaching, and Interpretation

    ERIC Educational Resources Information Center

    Woodward, James; Hoa, Nguyen Thi

    2012-01-01

    This paper discusses how the Nippon Foundation-funded project "Opening University Education to Deaf People in Viet Nam through Sign Language Analysis, Teaching, and Interpretation," also known as the Dong Nai Deaf Education Project, has been implemented through sign language studies from 2000 through 2012. This project has provided deaf…

  10. A Non-Intuitionist's Approach To The Interpretation Problem Of Quantum Mechanics

    NASA Astrophysics Data System (ADS)

    Grelland, Hans Herlof

    2005-02-01

    A philosophy of physics called "linguistic empiricism" is presented and applied to the interpretation problem of quantum mechanics. This philosophical position is based on the works of Jacques Derrida. The main propositions are (i) that meaning, included the meaning attached to observations, are language-dependent and (ii) that mathematics in physics should be considered as a proper language, not necessary translatable to a more basic language of intuition and immediate experience. This has fundamental implications for quantum mechanics, which is a mathematically coherent and consistent theory; its interpretation problem is associated with its lack of physical images expressible in ordinary language.

  11. An Interpreted Language and System for the Visualization of Unstructured Meshes

    NASA Technical Reports Server (NTRS)

    Moran, Patrick J.; Gerald-Yamasaki, Michael (Technical Monitor)

    1998-01-01

    We present an interpreted language and system supporting the visualization of unstructured meshes and the manipulation of shapes defined in terms of mesh subsets. The language features primitives inspired by geometric modeling, mathematical morphology and algebraic topology. The adaptation of the topology ideas to an interpreted environment, along with support for programming constructs such, as user function definition, provide a flexible system for analyzing a mesh and for calculating with shapes defined in terms of the mesh. We present results demonstrating some of the capabilities of the language, based on an implementation called the Shape Calculator, for tetrahedral meshes in R^3.

  12. More than Content: The Persistent Cross-Subject Effects of English Language Arts Teachers' Instruction

    ERIC Educational Resources Information Center

    Master, Benjamin; Loeb, Susanna; Wyckoff, James

    2017-01-01

    Evidence that teachers' short-term instructional effects persist over time and predict substantial long-run impacts on students' lives provides much of the impetus for a wide range of educational reforms focused on identifying and responding to differences in teachers' value-added to student learning. However, relatively little research has…

  13. Language Learning and the Raising of Cultural Awareness through Internet Telephony: A Case Study

    ERIC Educational Resources Information Center

    Polisca, Elena

    2011-01-01

    This article seeks to assess the impact of V-Pal (Virtual Partnerships for All Languages) on the student language learning experience within a conventional UK higher education (HE) curriculum. V-Pal is an innovative computer-mediated language scheme, based on a reciprocal, distance-learning language project, run by the University of Manchester in…

  14. Leadership and Languages: Inspiring Young Linguists

    ERIC Educational Resources Information Center

    Hawkes, Rachel; Schechter, Sarah

    2016-01-01

    The Language Leader Award, created by Rachel Hawkes and run by Routes into Languages East "helps pupils learn to lead, using language teaching as the medium. Throughout the year-long programme they develop their leadership and [linguistic] skills, growing in confidence and enhancing their future careers" (Hawkes, n.d. c, p. 1). Some…

  15. Flexible Bilingualism through Multimodal Practices: Studying K-12 Community Languages Online

    ERIC Educational Resources Information Center

    Nordstrom, Janica

    2015-01-01

    Community language schools are complementary schools set up and run by minority communities in Australia. They aim to assist in intergenerational language and identity transmission, but previous research has indicated that these schools position their students in monolingual ways that contradicts how bilingual speakers use their language in…

  16. Language Interpretation for Diverse Families: Considerations for Special Education Teachers

    ERIC Educational Resources Information Center

    More, Cori M.; Hart, Juliet E.; Cheatham, Gregory A.

    2013-01-01

    The special education field is challenged by a lack of attention to and recruitment of well-trained language interpreters in schools. As such, special education teachers need to take a leadership role in working with interpreters to ensure diverse families are collaborative members of individualized education program (IEP) teams. Using the…

  17. American Sign Language-English Interpreting Program Faculty: Characteristics, Tenure Perceptions, and Productivity

    ERIC Educational Resources Information Center

    Hale, Kimberly J.

    2012-01-01

    American Sign Language (ASL)-English interpreting education, which began as a community apprenticeship and vetting process, has within the last several decades moved into higher education. Most recently, the number of baccalaureate-granting ASL-English interpreting programs have continued to increase while the number of associate's degree…

  18. OpenSeesPy: Python library for the OpenSees finite element framework

    NASA Astrophysics Data System (ADS)

    Zhu, Minjie; McKenna, Frank; Scott, Michael H.

    2018-01-01

    OpenSees, an open source finite element software framework, has been used broadly in the earthquake engineering community for simulating the seismic response of structural and geotechnical systems. The framework allows users to perform finite element analysis with a scripting language and for developers to create both serial and parallel finite element computer applications as interpreters. For the last 15 years, Tcl has been the primary scripting language to which the model building and analysis modules of OpenSees are linked. To provide users with different scripting language options, particularly Python, the OpenSees interpreter interface was refactored to provide multi-interpreter capabilities. This refactoring, resulting in the creation of OpenSeesPy as a Python module, is accomplished through an abstract interface for interpreter calls with concrete implementations for different scripting languages. Through this approach, users are able to develop applications that utilize the unique features of several scripting languages while taking advantage of advanced finite element analysis models and algorithms.

  19. Does hearing two dialects at different times help infants learn dialect-specific rules?

    PubMed Central

    Gonzales, Kalim; Gerken, LouAnn; Gómez, Rebecca L.

    2015-01-01

    Infants might be better at teasing apart dialects with different language rules when hearing the dialects at different times, since language learners do not always combine input heard at different times. However, no previous research has independently varied the temporal distribution of conflicting language input. Twelve-month-olds heard two artificial language streams representing different dialects—a “pure stream” whose sentences adhered to abstract grammar rules like aX bY, and a “mixed stream” wherein any a- or b-word could precede any X- or Y-word. Infants were then tested for generalization of the pure stream’s rules to novel sentences. Supporting our hypothesis, infants showed generalization when the two streams’ sentences alternated in minutes-long intervals without any perceptually salient change across streams (Experiment 2), but not when all sentences from these same streams were randomly interleaved (Experiment 3). Results are interpreted in light of temporal context effects in word learning. PMID:25880342

  20. 78 FR 13715 - Self-Regulatory Organizations; The Options Clearing Corporation; Notice of Filing and Immediate...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-02-28

    ... Change To Provide Clarifying Language To Conform Interpretive Guidance Concerning Options Overlying Fund... providing clarifying language to conform interpretive guidance concerning options on fund shares with...

  1. Florida Journal of Communication Disorders, 1996.

    ERIC Educational Resources Information Center

    Langhans, Joseph J., Ed.

    1996-01-01

    This annual volume is a compilation of professional articles and proceedings from a conference addressing timely issues in speech-language pathology and audiology. Featured articles include: (1) "Glottal Airflow: Instrumentation and Interpretation" (Christine M. Sapienza); (2) "Clinical Implications of Motor Speech Disorders in…

  2. Access to healthcare interpreter services: where are we and where do we need to go?

    PubMed

    Bischoff, Alexander; Hudelson, Patricia

    2010-07-01

    Due to international migration, health care professionals in Switzerland increasingly encounter language barriers in communication with their patients. In order to examine health professionals' attitudes and practices related to healthcare interpreting, we sent a self-administered questionnaire to heads of medical and nursing departments in public healthcare services in the canton of Basel-Stadt (N = 205, response rate 56%). Strategies used to communicate with foreign-language speaking patients differed, depending on the patient's language. While nearly half of respondents relied on patients' relatives to translate for Albanian, Tamil, Bosnian, Croatian, Serbian, Portuguese and Turkish, a third did so for Spanish, and a fourth did so for Arabic. Eleven percent relied on professional interpreters for Spanish and 31% did so for Tamil and Arabic. Variations in strategies used appear to mainly reflect the availability of bilingual staff members for the different languages. Future efforts should focus on sensitizing health professionals to the problems associated with use of ad hoc interpreters, as well as facilitating access to professional interpreters.

  3. Inhibition Efficiency in Highly Proficient Bilinguals and Simultaneous Interpreters: Evidence from Language Switching and Stroop Tasks

    ERIC Educational Resources Information Center

    Aparicio, Xavier; Heidlmayr, Karin; Isel, Frédéric

    2017-01-01

    The present behavioral study aimed to examine the impact of language control expertise on two domain-general control processes, i.e. active inhibition of competing representations and overcoming of inhibition. We compared how Simultaneous Interpreters (SI) and Highly Proficient Bilinguals--two groups assumed to differ in language control…

  4. Transfer Effects in the Interpretation of Definite Articles by Spanish Heritage Speakers

    ERIC Educational Resources Information Center

    Montrul, Silvina; Ionin, Tania

    2010-01-01

    This study investigates the role of transfer from the stronger language by focusing on the interpretation of definite articles in Spanish and English by Spanish heritage speakers (i.e., minority language-speaking bilinguals) residing in the U.S., where English is the majority language. Spanish plural NPs with definite articles can express generic…

  5. Signed language working memory capacity of signed language interpreters and deaf signers.

    PubMed

    Wang, Jihong; Napier, Jemina

    2013-04-01

    This study investigated the effects of hearing status and age of signed language acquisition on signed language working memory capacity. Professional Auslan (Australian sign language)/English interpreters (hearing native signers and hearing nonnative signers) and deaf Auslan signers (deaf native signers and deaf nonnative signers) completed an Auslan working memory (WM) span task. The results revealed that the hearing signers (i.e., the professional interpreters) significantly outperformed the deaf signers on the Auslan WM span task. However, the results showed no significant differences between the native signers and the nonnative signers in their Auslan working memory capacity. Furthermore, there was no significant interaction between hearing status and age of signed language acquisition. Additionally, the study found no significant differences between the deaf native signers (adults) and the deaf nonnative signers (adults) in their Auslan working memory capacity. The findings are discussed in relation to the participants' memory strategies and their early language experience. The findings present challenges for WM theories.

  6. Test Generator for MATLAB Simulations

    NASA Technical Reports Server (NTRS)

    Henry, Joel

    2011-01-01

    MATLAB Automated Test Tool, version 3.0 (MATT 3.0) is a software package that provides automated tools that reduce the time needed for extensive testing of simulation models that have been constructed in the MATLAB programming language by use of the Simulink and Real-Time Workshop programs. MATT 3.0 runs on top of the MATLAB engine application-program interface to communicate with the Simulink engine. MATT 3.0 automatically generates source code from the models, generates custom input data for testing both the models and the source code, and generates graphs and other presentations that facilitate comparison of the outputs of the models and the source code for the same input data. Context-sensitive and fully searchable help is provided in HyperText Markup Language (HTML) format.

  7. Evaluating Interpreter's Skill by Measurement of Prosody Recognition

    NASA Astrophysics Data System (ADS)

    Tanaka, Saori; Nakazono, Kaoru; Nishida, Masafumi; Horiuchi, Yasuo; Ichikawa, Akira

    Sign language is a visual language in which main articulators are hands, torso, head, and face. For simultaneous interpreters of Japanese sign language (JSL) and spoken Japanese, it is very important to recognize not only the hands movement but also prosody such like head, eye, posture and facial expression. This is because prosody has grammatical rules for representing the case and modification relations in JSL. The goal of this study is to introduce an examination called MPR (Measurement of Prosody Recognition) and to demonstrate that it can be an indicator for the other general skills of interpreters. For this purpose, we conducted two experiments: the first studies the relationship between the interpreter's experience and the performance score on MPR (Experiment-1), and the second investigates the specific skill that can be estimated by MPR (Experiment-2). The data in Experiment-1 came from four interpreters who had more than 1-year experience as interpreters, and more four interpreters who had less than 1-year experience. The mean accuracy of MPR in the more experienced group was higher than that in the less experienced group. The data in Experiment-2 came from three high MPR interpreters and three low MPR interpreters. Two hearing subjects and three deaf subjects evaluated their skill in terms of the speech or sign interpretation skill, the reliability of interpretation, the expeditiousness, and the subjective sense of accomplishment for the ordering pizza task. The two experiments indicated a possibility that MPR could be useful for estimating if the interpreter is sufficiently experienced to interpret from sign language to spoken Japanese, and if they can work on the interpretation expeditiously without making the deaf or the hearing clients anxious. Finally we end this paper with suggestions for conclusions and future work.

  8. Storytelling with Sign Language Interpretation as a Multimodal Literacy Event: Implications for Deaf and Hearing Children

    ERIC Educational Resources Information Center

    Poveda, David; Pulido, Laura; Morgade, Marta; Messina, Claudia; Hedlova, Zuzana

    2008-01-01

    This article examines storytelling events for children in a library and a children's bookstore in which storytellers are accompanied by sign language interpreters. The result is that both hearing and Deaf children participate in a literacy event in which storyteller and interpreter produce a multilingual, multimodal and multimedial narrative.…

  9. Articulatory Suppression in Language Interpretation: Working Memory Capacity, Dual Tasking and Word Knowledge

    ERIC Educational Resources Information Center

    Padilla, Francisca; Bajo, Maria Teresa; Macizo, Pedro

    2005-01-01

    How do interpreters manage to cope with the adverse effects of concurrent articulation while trying to comprehend the message in the source language? In Experiments 1-3, we explored three possible working memory (WM) functions that may underlie the ability to simultaneously comprehend and produce in the interpreters: WM storage capacity,…

  10. China Accreditation Test for Translators and Interpreters (CATTI): Test Review Based on the Language Pairing of English and Chinese

    ERIC Educational Resources Information Center

    Zhao, Hulin; Gu, Xiangdong

    2016-01-01

    Test Purpose: The CATTI aims to measure competence in translation and interpreting (including simultaneous and consecutive interpreting) between Chinese and seven foreign languages: English, Japanese, French, Arabic, Russian, German, or Spanish. The test is intended to cover a wide range of domains including business, government, academia, and…

  11. Meaning-Making across Languages: A Case Study of Three Multilingual Writers in Sápmi

    ERIC Educational Resources Information Center

    Lindgren, Eva; Westum, Asbjørg; Outakoski, Hanna; Sullivan, Kirk P.H.

    2017-01-01

    Sápmi is a geographical area that runs across the Kola Peninsula in Russia to northern Finland, Norway and Sweden. All Sami languages have been going through a rapid language change process and many of the traditional language domains have disappeared during the last decades due to previous national and local language policies. Nevertheless,…

  12. Resource Limitation Issues In Real-Time Intelligent Systems

    NASA Astrophysics Data System (ADS)

    Green, Peter E.

    1986-03-01

    This paper examines resource limitation problems that can occur in embedded AI systems which have to run in real-time. It does this by examining two case studies. The first is a system which acoustically tracks low-flying aircraft and has the problem of interpreting a high volume of often ambiguous input data to produce a model of the system's external world. The second is a robotics problem in which the controller for a robot arm has to dynamically plan the order in which to pick up pieces from a conveyer belt and sort them into bins. In this case the system starts with a continuously changing model of its environment and has to select which action to perform next. This latter case emphasizes the issues in designing a system which must operate in an uncertain and rapidly changing environment. The first system uses a distributed HEARSAY methodology running on multiple processors. It is shown, in this case, how the com-binatorial growth of possible interpretation of the input data can require large and unpredictable amounts of computer resources for data interpretation. Techniques are presented which achieve real-time operation by limiting the combinatorial growth of alternate hypotheses and processing those hypotheses that are most likely to lead to meaningful interpretation of the input data. The second system uses a decision tree approach to generate and evaluate possible plans of action. It is shown how the combina-torial growth of possible alternate plans can, as in the previous case, require large and unpredictable amounts of computer time to evalu-ate and select from amongst the alternative. The use of approximate decisions to limit the amount of computer time needed is discussed. The use of concept of using incremental evidence is then introduced and it is shown how this can be used as the basis of systems that can combine heuristic and approximate evidence in making real-time decisions.

  13. Spaces for Learning: Policy and Practice for Indigenous Languages in a Remote Context

    ERIC Educational Resources Information Center

    Disbray, Samantha

    2016-01-01

    Bilingual and Indigenous language and culture programmes have run in remote Australian schools with significant and continuing local support. Developments such as the new national Indigenous languages curriculum offer a further opportunity to broaden and sustain Indigenous language teaching and learning activities in these schools. However, over…

  14. Using Ontologies to Interlink Linguistic Annotations and Improve Their Accuracy

    ERIC Educational Resources Information Center

    Pareja-Lora, Antonio

    2016-01-01

    For the new approaches to language e-learning (e.g. language blended learning, language autonomous learning or mobile-assisted language learning) to succeed, some automatic functions for error correction (for instance, in exercises) will have to be included in the long run in the corresponding environments and/or applications. A possible way to…

  15. 75 FR 49930 - National Environmental Justice Advisory Council Notification of Public Teleconference and Public...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-08-16

    ... meeting on Thursday, August 26, 2010, starting at 1 p.m. Eastern Time. The primary topic of discussion... deadline. Non- English speaking attendees wishing to arrange for a foreign language interpreter also may... Time, Monday, August 23, 2010, will be included in the materials distributed to the members of the...

  16. Patient satisfaction with different interpreting methods: a randomized controlled trial.

    PubMed

    Gany, Francesca; Leng, Jennifer; Shapiro, Ephraim; Abramson, David; Motola, Ivette; Shield, David C; Changrani, Jyotsna

    2007-11-01

    Growth of the foreign-born population in the U.S. has led to increasing numbers of limited-English-proficient (LEP) patients. Innovative medical interpreting strategies, including remote simultaneous medical interpreting (RSMI), have arisen to address the language barrier. This study evaluates the impact of interpreting method on patient satisfaction. 1,276 English-, Spanish-, Mandarin-, and Cantonese-speaking patients attending the primary care clinic and emergency department of a large New York City municipal hospital were screened for enrollment in a randomized controlled trial. Language-discordant patients were randomized to RSMI or usual and customary (U&C) interpreting. Patients with language-concordant providers received usual care. Demographic and patient satisfaction questionnaires were administered to all participants. 541 patients were language-concordant with their providers and not randomized; 371 were randomized to RSMI, 167 of whom were exposed to RSMI; and 364 were randomized to U&C, 198 of whom were exposed to U&C. Patients randomized to RSMI were more likely than those with U&C to think doctors treated them with respect (RSMI 71%, U&C 64%, p < 0.05), but they did not differ in other measures of physician communication/care. In a linear regression analysis, exposure to RSMI was significantly associated with an increase in overall satisfaction with physician communication/care (beta 0.10, 95% CI 0.02-0.18, scale 0-1.0). Patients randomized to RSMI were more likely to think the interpreting method protected their privacy (RSMI 51%, U&C 38%, p < 0.05). Patients randomized to either arm of interpretation reported less comprehension and satisfaction than patients in language-concordant encounters. While not a substitute for language-concordant providers, RSMI can improve patient satisfaction and privacy among LEP patients. Implementing RSMI should be considered an important component of a multipronged approach to addressing language barriers in health care.

  17. Patient Satisfaction with Different Interpreting Methods: A Randomized Controlled Trial

    PubMed Central

    Leng, Jennifer; Shapiro, Ephraim; Abramson, David; Motola, Ivette; Shield, David C.; Changrani, Jyotsna

    2007-01-01

    Background Growth of the foreign-born population in the U.S. has led to increasing numbers of limited-English-proficient (LEP) patients. Innovative medical interpreting strategies, including remote simultaneous medical interpreting (RSMI), have arisen to address the language barrier. This study evaluates the impact of interpreting method on patient satisfaction. Methods 1,276 English-, Spanish-, Mandarin-, and Cantonese-speaking patients attending the primary care clinic and emergency department of a large New York City municipal hospital were screened for enrollment in a randomized controlled trial. Language-discordant patients were randomized to RSMI or usual and customary (U&C) interpreting. Patients with language-concordant providers received usual care. Demographic and patient satisfaction questionnaires were administered to all participants. Results 541 patients were language-concordant with their providers and not randomized; 371 were randomized to RSMI, 167 of whom were exposed to RSMI; and 364 were randomized to U&C, 198 of whom were exposed to U&C. Patients randomized to RSMI were more likely than those with U&C to think doctors treated them with respect (RSMI 71%, U&C 64%, p < 0.05), but they did not differ in other measures of physician communication/care. In a linear regression analysis, exposure to RSMI was significantly associated with an increase in overall satisfaction with physician communication/care (β 0.10, 95% CI 0.02–0.18, scale 0–1.0). Patients randomized to RSMI were more likely to think the interpreting method protected their privacy (RSMI 51%, U&C 38%, p < 0.05). Patients randomized to either arm of interpretation reported less comprehension and satisfaction than patients in language-concordant encounters. Conclusions While not a substitute for language-concordant providers, RSMI can improve patient satisfaction and privacy among LEP patients. Implementing RSMI should be considered an important component of a multipronged approach to addressing language barriers in health care. PMID:17957417

  18. Programming the social computer.

    PubMed

    Robertson, David; Giunchiglia, Fausto

    2013-03-28

    The aim of 'programming the global computer' was identified by Milner and others as one of the grand challenges of computing research. At the time this phrase was coined, it was natural to assume that this objective might be achieved primarily through extending programming and specification languages. The Internet, however, has brought with it a different style of computation that (although harnessing variants of traditional programming languages) operates in a style different to those with which we are familiar. The 'computer' on which we are running these computations is a social computer in the sense that many of the elementary functions of the computations it runs are performed by humans, and successful execution of a program often depends on properties of the human society over which the program operates. These sorts of programs are not programmed in a traditional way and may have to be understood in a way that is different from the traditional view of programming. This shift in perspective raises new challenges for the science of the Web and for computing in general.

  19. Multifractal Approach to Time Clustering of Earthquakes. Application to Mt. Vesuvio Seismicity

    NASA Astrophysics Data System (ADS)

    Codano, C.; Alonzo, M. L.; Vilardo, G.

    The clustering structure of the Vesuvian earthquakes occurring is investigated by means of statistical tools: the inter-event time distribution, the running mean and the multifractal analysis. The first cannot clearly distinguish between a Poissonian process and a clustered one due to the difficulties of clearly distinguishing between an exponential distribution and a power law one. The running mean test reveals the clustering of the earthquakes, but looses information about the structure of the distribution at global scales. The multifractal approach can enlighten the clustering at small scales, while the global behaviour remains Poissonian. Subsequently the clustering of the events is interpreted in terms of diffusive processes of the stress in the earth crust.

  20. Language Abstractions for Software-Defined Networks

    DTIC Science & Technology

    2012-01-01

    Academy Christopher Monsanto Princeton University Mark Reitblatt Cornell University Jennifer Rexford Princeton University Alec Story Cornell...Transactions on Networking, 17(4), August 2009. [3] Nate Foster, Rob Harrison, Michael J. Freedman, Christopher Monsanto , Jennifer Rexford, Alec Story...networks. SIGCOMM CCR, 38(2):69–74, 2008. [7] Christopher Monsanto , Nate Foster, Rob Harrison, and David Walker. A compiler and run-time system for

  1. Deborah Tannen: He Said, She Said--Gender, Language, & Communication [and] Deborah Tannen: In Depth. Part 2. [Videotapes and Teaching Guide].

    ERIC Educational Resources Information Center

    Tannen, Deborah

    These curriculum-related materials include two videotapes and a 36-page teaching guide. The first videotape, "Deborah Tannen: He Said, She Said," with a running time of 50 minutes discusses: boys and girls, status and connection, directness and indirectness, public talk and private talk, ritual opposition, and conversational style, and a…

  2. Family therapy with deaf persons: the systemic utilization of an interpreter.

    PubMed

    Harvey, M A

    1984-06-01

    This paper discusses the theory and practice of providing family therapy to families in which there are hearing parents and at least one Deaf child, particularly regarding the optimal utilization of an interpreter. The therapist must be knowledgeable about the psychosocial effects of deafness, the cultural aspects of deafness, and preferably be able to use American Sign Language and Signed English. The therapeutic benefit of utilizing an interpreter extends far beyond simply facilitating communication between each family member whose primary-language is either spoken English or Sign Language. The presence of an interpreter helps the therapist to modify family rules that deny the implications of deafness and prohibit the use of Sign Language, to modify the balance of power in the family, and to encourage participants to exhibit the ego defense mechanisms of projection and transference. The family therapist can utilize those subtle yet profound influences to therapeutic advantage.

  3. Dependency Distance Differences across Interpreting Types: Implications for Cognitive Demand

    PubMed Central

    Liang, Junying; Fang, Yuanyuan; Lv, Qianxi; Liu, Haitao

    2017-01-01

    Interpreting is generally recognized as a particularly demanding language processing task for the cognitive system. Dependency distance, the linear distance between two syntactically related words in a sentence, is an index of sentence complexity and is also able to reflect the cognitive constraints during various tasks. In the current research, we examine the difference in dependency distance among three interpreting types, namely, simultaneous interpreting, consecutive interpreting and read-out translated speech based on a treebank comprising these types of interpreting output texts with dependency annotation. Results show that different interpreting renditions yield different dependency distances, and consecutive interpreting texts entail the smallest dependency distance other than those of simultaneous interpreting and read-out translated speech, suggesting that consecutive interpreting bears heavier cognitive demands than simultaneous interpreting. The current research suggests for the first time that interpreting is an extremely demanding cognitive task that can further mediate the dependency distance of output sentences. Such findings may be due to the minimization of dependency distance under cognitive constraints. PMID:29312027

  4. The Methodology of Foreign Language Integrative Teaching at the Initial Stage of Interpreter Training

    ERIC Educational Resources Information Center

    Vedishenkova, Marina V.; Mironina, Anna Y.

    2016-01-01

    The topicality of the research is connected with the modern requirements to the education of future interpreters who are to speak a foreign language within the professional context. For this purpose, it is necessary to focus their language training at the initial stage of learning on forming their professional thinking. This raises the need for…

  5. "Good Teaching for All Students?": Sheltered Instruction Programming in Washington State Language Policy

    ERIC Educational Resources Information Center

    Stephens, Crissa; Johnson, David Cassels

    2015-01-01

    Many in the field of language policy have called for studies that connect policy texts at the macro level with their interpretations in districts, schools, and classrooms at the micro level. The purpose of this study is to trace Washington's educational language policy through the layers of interpretation to educational practice to see how the…

  6. Similar Running Economy With Different Running Patterns Along the Aerial-Terrestrial Continuum.

    PubMed

    Lussiana, Thibault; Gindre, Cyrille; Hébert-Losier, Kim; Sagawa, Yoshimasa; Gimenez, Philippe; Mourot, Laurent

    2017-04-01

    No unique or ideal running pattern is the most economical for all runners. Classifying the global running patterns of individuals into 2 categories (aerial and terrestrial) using the Volodalen method could permit a better understanding of the relationship between running economy (RE) and biomechanics. The main purpose was to compare the RE of aerial and terrestrial runners. Two coaches classified 58 runners into aerial (n = 29) or terrestrial (n = 29) running patterns on the basis of visual observations. RE, muscle activity, kinematics, and spatiotemporal parameters of both groups were measured during a 5-min run at 12 km/h on a treadmill. Maximal oxygen uptake (V̇O 2 max) and peak treadmill speed (PTS) were assessed during an incremental running test. No differences were observed between aerial and terrestrial patterns for RE, V̇O 2 max, and PTS. However, at 12 km/h, aerial runners exhibited earlier gastrocnemius lateralis activation in preparation for contact, less dorsiflexion at ground contact, higher coactivation indexes, and greater leg stiffness during stance phase than terrestrial runners. Terrestrial runners had more pronounced semitendinosus activation at the start and end of the running cycle, shorter flight time, greater leg compression, and a more rear-foot strike. Different running patterns were associated with similar RE. Aerial runners appear to rely more on elastic energy utilization with a rapid eccentric-concentric coupling time, whereas terrestrial runners appear to propel the body more forward rather than upward to limit work against gravity. Excluding runners with a mixed running pattern from analyses did not affect study interpretation.

  7. Mentat/A: Medium grain parallel processing

    NASA Technical Reports Server (NTRS)

    Grimshaw, Andrew S.

    1992-01-01

    The objective of this project is to test the Algorithm to Architecture Mapping Model (ATAMM) firing rules using the Mentat run-time system and the Mentat Programming Language (MPL). A special version of Mentat, Mentat/A (Mentat/ATAMM) was constructed. This required changes to: (1) modify the run-time system to control queue length and inhibit actor firing until required data tokens are available and space is available in the input queues of all of the direct descendent actors; (2) disallow the specification of persistent object classes in the MPL; and (3) permit only decision free graphs in the MPL. We were successful in implementing the spirit of the plan, although some goals changed as we came to better understand the problem. We report on what we accomplished and the lessons we learned. The Mentat/A run-time system is discussed, and we briefly present the compiler. We present results for three applications and conclude with a summary and some observations. Appendix A contains a list of technical reports and published papers partially supported by the grant. Appendix B contains listings for the three applications.

  8. Diagnostic Value of Run Chart Analysis: Using Likelihood Ratios to Compare Run Chart Rules on Simulated Data Series

    PubMed Central

    Anhøj, Jacob

    2015-01-01

    Run charts are widely used in healthcare improvement, but there is little consensus on how to interpret them. The primary aim of this study was to evaluate and compare the diagnostic properties of different sets of run chart rules. A run chart is a line graph of a quality measure over time. The main purpose of the run chart is to detect process improvement or process degradation, which will turn up as non-random patterns in the distribution of data points around the median. Non-random variation may be identified by simple statistical tests including the presence of unusually long runs of data points on one side of the median or if the graph crosses the median unusually few times. However, there is no general agreement on what defines “unusually long” or “unusually few”. Other tests of questionable value are frequently used as well. Three sets of run chart rules (Anhoej, Perla, and Carey rules) have been published in peer reviewed healthcare journals, but these sets differ significantly in their sensitivity and specificity to non-random variation. In this study I investigate the diagnostic values expressed by likelihood ratios of three sets of run chart rules for detection of shifts in process performance using random data series. The study concludes that the Anhoej rules have good diagnostic properties and are superior to the Perla and the Carey rules. PMID:25799549

  9. Re-visiting the electrophysiology of language.

    PubMed

    Obleser, Jonas

    2015-09-01

    This editorial accompanies a special issue of Brain and Language re-visiting old themes and new leads in the electrophysiology of language. The event-related potential (ERP) as a series of characteristic deflections ("components") over time and their distribution on the scalp has been exploited by speech and language researchers over decades to find support for diverse psycholinguistic models. Fortunately, methodological and statistical advances have allowed human neuroscience to move beyond some of the limitations imposed when looking at the ERP only. Most importantly, we currently witness a refined and refreshed look at "event-related" (in the literal sense) brain activity that relates itself more closely to the actual neurobiology of speech and language processes. It is this imminent change in handling and interpreting electrophysiological data of speech and language experiments that this special issue intends to capture. Copyright © 2015 Elsevier Inc. All rights reserved.

  10. Access to New Zealand Sign Language interpreters and quality of life for the deaf: a pilot study.

    PubMed

    Henning, Marcus A; Krägeloh, Christian U; Sameshima, Shizue; Shepherd, Daniel; Shepherd, Gregory; Billington, Rex

    2011-01-01

    This paper aims to: (1) explore usage and accessibility of sign language interpreters, (2) appraise the levels of quality of life (QOL) of deaf adults residing in New Zealand, and (3) consider the impact of access to and usage of sign language interpreters on QOL. Sixty-eight deaf adults living in New Zealand participated in this study. Two questionnaires were employed: a 12-item instrument about access and use of New Zealand sign language interpreters and the abbreviated version of the World Health Organization Quality of Life questionnaire (WHOQOL-BREF). The results showed that 39% of this sample felt that they were unable to adequately access interpreting services. Moreover, this group scored significantly lower than a comparable hearing sample on all four WHOQOL-BREF domains. Finally, the findings revealed that access to good quality interpreters were associated with access to health services, transport issues, engagement in leisure activities, gaining more information, mobility and living in a healthy environment. These findings have consequences for policy makers and agencies interested in ensuring that there is an equitable distribution of essential services for all groups within New Zealand which inevitably has an impact on the health of the individual.

  11. Real-time visual simulation of APT system based on RTW and Vega

    NASA Astrophysics Data System (ADS)

    Xiong, Shuai; Fu, Chengyu; Tang, Tao

    2012-10-01

    The Matlab/Simulink simulation model of APT (acquisition, pointing and tracking) system is analyzed and established. Then the model's C code which can be used for real-time simulation is generated by RTW (Real-Time Workshop). Practical experiments show, the simulation result of running the C code is the same as running the Simulink model directly in the Matlab environment. MultiGen-Vega is a real-time 3D scene simulation software system. With it and OpenGL, the APT scene simulation platform is developed and used to render and display the virtual scenes of the APT system. To add some necessary graphics effects to the virtual scenes real-time, GLSL (OpenGL Shading Language) shaders are used based on programmable GPU. By calling the C code, the scene simulation platform can adjust the system parameters on-line and get APT system's real-time simulation data to drive the scenes. Practical application shows that this visual simulation platform has high efficiency, low charge and good simulation effect.

  12. 22 CFR 142.12 - Reasonable accommodation.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ..., acquisition or modification of equipment or devices, the provision of readers or interpreters, and other... facilities, and size of budget; (2) Job restructuring, part-time or modified work schedules, acquisition and... sign language, when appropriate. (3) The nature and cost of the accommodation needed. (d) A recipient...

  13. Medical Students' Experiences and Perspectives on Interpreting for LEP Patients at Two US Medical Schools.

    PubMed

    Vela, Monica B; Fritz, Cassandra; Press, Valerie G; Girotti, Jorge

    2016-06-01

    Language concordance between patient and provider has been shown to improve health outcomes for Limited English Proficiency (LEP) patients. However, health care teams often use available ad hoc interpreters without knowing whether their language skills are adequate. Little is known about the role of medical students working as ad hoc interpreters. Bilingual medical students are engaged as interpreters in the care of LEP patients and may serve as a potential resource for health care teams caring for LEP patients. We conducted a multi-institutional online survey of graduating medical students at the University of Illinois and the University of Chicago in 2011 and 2012, containing both qualitative and quantitative questions regarding their experiences as interpreters for LEP patients. Half (216/430) of contacted students completed the survey; 40 % (87/216) of responding students reported being bilingual. Of these students, the vast majority, 84 % (73/87), had been asked to interpret for patients in the clinical setting. Only 12 % (10/87) of students reported having felt uncomfortable interpreting for patients "often" or "very often." Over half (53 %, 46/87) described incidents during which they felt uncomfortable interpreting. Seventeen (17/46, 37 %) students described those incidents as high-stakes clinical settings. Medical schools and health care institutions should establish guidelines for students who identify as fluent in another language and are interested in interpreting for LEP patients in clinical settings, to protect both students and patients when language poses a barrier to quality care.

  14. Computer enhancement through interpretive techniques

    NASA Technical Reports Server (NTRS)

    Foster, G.; Spaanenburg, H. A. E.; Stumpf, W. E.

    1972-01-01

    The improvement in the usage of the digital computer through the use of the technique of interpretation rather than the compilation of higher ordered languages was investigated by studying the efficiency of coding and execution of programs written in FORTRAN, ALGOL, PL/I and COBOL. FORTRAN was selected as the high level language for examining programs which were compiled, and A Programming Language (APL) was chosen for the interpretive language. It is concluded that APL is competitive, not because it and the algorithms being executed are well written, but rather because the batch processing is less efficient than has been admitted. There is not a broad base of experience founded on trying different implementation strategies which have been targeted at open competition with traditional processing methods.

  15. SURE - SEMI-MARKOV UNRELIABILITY RANGE EVALUATOR (VAX VMS VERSION)

    NASA Technical Reports Server (NTRS)

    Butler, R. W.

    1994-01-01

    The Semi-Markov Unreliability Range Evaluator, SURE, is an analysis tool for reconfigurable, fault-tolerant systems. Traditional reliability analyses are based on aggregates of fault-handling and fault-occurrence models. SURE provides an efficient means for calculating accurate upper and lower bounds for the death state probabilities for a large class of semi-Markov models, not just those which can be reduced to critical-pair architectures. The calculated bounds are close enough (usually within 5 percent of each other) for use in reliability studies of ultra-reliable computer systems. The SURE bounding theorems have algebraic solutions and are consequently computationally efficient even for large and complex systems. SURE can optionally regard a specified parameter as a variable over a range of values, enabling an automatic sensitivity analysis. Highly reliable systems employ redundancy and reconfiguration as methods of ensuring operation. When such systems are modeled stochastically, some state transitions are orders of magnitude faster than others; that is, fault recovery is usually faster than fault arrival. SURE takes these time differences into account. Slow transitions are described by exponential functions and fast transitions are modeled by either the White or Lee theorems based on means, variances, and percentiles. The user must assign identifiers to every state in the system and define all transitions in the semi-Markov model. SURE input statements are composed of variables and constants related by FORTRAN-like operators such as =, +, *, SIN, EXP, etc. There are a dozen major commands such as READ, READO, SAVE, SHOW, PRUNE, TRUNCate, CALCulator, and RUN. Once the state transitions have been defined, SURE calculates the upper and lower probability bounds for entering specified death states within a specified mission time. SURE output is tabular. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. SURE was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The VMS version (LAR13789) is written in PASCAL, C-language, and FORTRAN 77. The standard distribution medium for the VMS version of SURE 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 Sun UNIX version (LAR14921) is written in ANSI C-language and PASCAL. An ANSI compliant C compiler is required in order to compile the C portion of this package. The standard distribution medium for the Sun version of SURE is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. SURE was developed in 1988 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. TEMPLATE is a registered trademark of Template Graphics Software, Inc. UNIX is a registered trademark of AT&T Bell Laboratories. Sun3 and Sun4 are trademarks of Sun Microsystems, Inc.

  16. SURE - SEMI-MARKOV UNRELIABILITY RANGE EVALUATOR (SUN VERSION)

    NASA Technical Reports Server (NTRS)

    Butler, R. W.

    1994-01-01

    The Semi-Markov Unreliability Range Evaluator, SURE, is an analysis tool for reconfigurable, fault-tolerant systems. Traditional reliability analyses are based on aggregates of fault-handling and fault-occurrence models. SURE provides an efficient means for calculating accurate upper and lower bounds for the death state probabilities for a large class of semi-Markov models, not just those which can be reduced to critical-pair architectures. The calculated bounds are close enough (usually within 5 percent of each other) for use in reliability studies of ultra-reliable computer systems. The SURE bounding theorems have algebraic solutions and are consequently computationally efficient even for large and complex systems. SURE can optionally regard a specified parameter as a variable over a range of values, enabling an automatic sensitivity analysis. Highly reliable systems employ redundancy and reconfiguration as methods of ensuring operation. When such systems are modeled stochastically, some state transitions are orders of magnitude faster than others; that is, fault recovery is usually faster than fault arrival. SURE takes these time differences into account. Slow transitions are described by exponential functions and fast transitions are modeled by either the White or Lee theorems based on means, variances, and percentiles. The user must assign identifiers to every state in the system and define all transitions in the semi-Markov model. SURE input statements are composed of variables and constants related by FORTRAN-like operators such as =, +, *, SIN, EXP, etc. There are a dozen major commands such as READ, READO, SAVE, SHOW, PRUNE, TRUNCate, CALCulator, and RUN. Once the state transitions have been defined, SURE calculates the upper and lower probability bounds for entering specified death states within a specified mission time. SURE output is tabular. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. SURE was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The VMS version (LAR13789) is written in PASCAL, C-language, and FORTRAN 77. The standard distribution medium for the VMS version of SURE 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 Sun UNIX version (LAR14921) is written in ANSI C-language and PASCAL. An ANSI compliant C compiler is required in order to compile the C portion of this package. The standard distribution medium for the Sun version of SURE is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. SURE was developed in 1988 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. TEMPLATE is a registered trademark of Template Graphics Software, Inc. UNIX is a registered trademark of AT&T Bell Laboratories. Sun3 and Sun4 are trademarks of Sun Microsystems, Inc.

  17. Validity of the KABC-II Culture-Language Interpretive Matrix: A Comparison of Native English Speakers and Spanish-Speaking English Language Learners

    ERIC Educational Resources Information Center

    Van Deth, Leah M.

    2013-01-01

    The purpose of the present study was to investigate the validity of the Culture-Language Interpretive Matrix (C-LIM; Flanagan, Ortiz, & Alfonso, 2013) when applied to scores from the Kaufman Assessment Battery for Children, 2nd Edition (KABC-II; Kaufman & Kaufman, 2004). Data were analyzed from the KABC-II standardization sample as well as…

  18. The neurophysiology of language processing shapes the evolution of grammar: evidence from case marking.

    PubMed

    Bickel, Balthasar; Witzlack-Makarevich, Alena; Choudhary, Kamal K; Schlesewsky, Matthias; Bornkessel-Schlesewsky, Ina

    2015-01-01

    Do principles of language processing in the brain affect the way grammar evolves over time or is language change just a matter of socio-historical contingency? While the balance of evidence has been ambiguous and controversial, we identify here a neurophysiological constraint on the processing of language that has a systematic effect on the evolution of how noun phrases are marked by case (i.e. by such contrasts as between the English base form she and the object form her). In neurophysiological experiments across diverse languages we found that during processing, participants initially interpret the first base-form noun phrase they hear (e.g. she…) as an agent (which would fit a continuation like … greeted him), even when the sentence later requires the interpretation of a patient role (as in … was greeted). We show that this processing principle is also operative in Hindi, a language where initial base-form noun phrases most commonly denote patients because many agents receive a special case marker ("ergative") and are often left out in discourse. This finding suggests that the principle is species-wide and independent of the structural affordances of specific languages. As such, the principle favors the development and maintenance of case-marking systems that equate base-form cases with agents rather than with patients. We confirm this evolutionary bias by statistical analyses of phylogenetic signals in over 600 languages worldwide, controlling for confounding effects from language contact. Our findings suggest that at least one core property of grammar systematically adapts in its evolution to the neurophysiological conditions of the brain, independently of socio-historical factors. This opens up new avenues for understanding how specific properties of grammar have developed in tight interaction with the biological evolution of our species.

  19. Interpreter services, language concordance, and health care quality. Experiences of Asian Americans with limited English proficiency.

    PubMed

    Green, Alexander R; Ngo-Metzger, Quyen; Legedza, Anna T R; Massagli, Michael P; Phillips, Russell S; Iezzoni, Lisa I

    2005-11-01

    Patients with limited English proficiency (LEP) have more difficulty communicating with health care providers and are less satisfied with their care than others. Both interpreter- and language-concordant clinicians may help overcome these problems but few studies have compared these approaches. To compare self-reported communication and visit ratings for LEP Asian immigrants whose visits involve either a clinic interpreter or a clinician speaking their native language. Cross-sectional survey-response rate 74%. Two thousand seven hundred and fifteen LEP Chinese and Vietnamese immigrant adults who received care at 11 community-based health centers across the U.S. Five self-reported communication measures and overall rating of care. Patients who used interpreters were more likely than language-concordant patients to report having questions about their care (30.1% vs 20.9%, P<.001) or about mental health (25.3% vs 18.2%, P=.005) they wanted to ask but did not. They did not differ significantly in their response to 3 other communication measures or their likelihood of rating the health care received as "excellent" or "very good" (51.7% vs 50.9%, P=.8). Patients who rated their interpreters highly ("excellent" or "very good") were more likely to rate the health care they received highly (adjusted odds ratio 4.8, 95% confidence interval, 2.3 to 10.1). Assessments of communication and health care quality for outpatient visits are similar for LEP Asian immigrants who use interpreters and those whose clinicians speak their language. However, interpreter use may compromise certain aspects of communication. The perceived quality of the interpreter is strongly associated with patients' assessments of quality of care overall.

  20. What Is a Programming Language?

    ERIC Educational Resources Information Center

    Wold, Allen

    1983-01-01

    Explains what a computer programing language is in general, the differences between machine language, assembler languages, and high-level languages, and the functions of compilers and interpreters. High-level languages mentioned in the article are: BASIC, FORTRAN, COBOL, PILOT, LOGO, LISP, and SMALLTALK. (EAO)

  1. Access to Healthcare Interpreter Services: Where Are We and Where Do We Need to Go?

    PubMed Central

    Bischoff, Alexander; Hudelson, Patricia

    2010-01-01

    Due to international migration, health care professionals in Switzerland increasingly encounter language barriers in communication with their patients. In order to examine health professionals’ attitudes and practices related to healthcare interpreting, we sent a self-administered questionnaire to heads of medical and nursing departments in public healthcare services in the canton of Basel-Stadt (N = 205, response rate 56%). Strategies used to communicate with foreign-language speaking patients differed, depending on the patient’s language. While nearly half of respondents relied on patients’ relatives to translate for Albanian, Tamil, Bosnian, Croatian, Serbian, Portuguese and Turkish, a third did so for Spanish, and a fourth did so for Arabic. Eleven percent relied on professional interpreters for Spanish and 31% did so for Tamil and Arabic. Variations in strategies used appear to mainly reflect the availability of bilingual staff members for the different languages. Future efforts should focus on sensitizing health professionals to the problems associated with use of ad hoc interpreters, as well as facilitating access to professional interpreters. PMID:20717543

  2. Volumetric image interpretation in radiology: scroll behavior and cognitive processes.

    PubMed

    den Boer, Larissa; van der Schaaf, Marieke F; Vincken, Koen L; Mol, Chris P; Stuijfzand, Bobby G; van der Gijp, Anouk

    2018-05-16

    The interpretation of medical images is a primary task for radiologists. Besides two-dimensional (2D) images, current imaging technologies allow for volumetric display of medical images. Whereas current radiology practice increasingly uses volumetric images, the majority of studies on medical image interpretation is conducted on 2D images. The current study aimed to gain deeper insight into the volumetric image interpretation process by examining this process in twenty radiology trainees who all completed four volumetric image cases. Two types of data were obtained concerning scroll behaviors and think-aloud data. Types of scroll behavior concerned oscillations, half runs, full runs, image manipulations, and interruptions. Think-aloud data were coded by a framework of knowledge and skills in radiology including three cognitive processes: perception, analysis, and synthesis. Relating scroll behavior to cognitive processes showed that oscillations and half runs coincided more often with analysis and synthesis than full runs, whereas full runs coincided more often with perception than oscillations and half runs. Interruptions were characterized by synthesis and image manipulations by perception. In addition, we investigated relations between cognitive processes and found an overall bottom-up way of reasoning with dynamic interactions between cognitive processes, especially between perception and analysis. In sum, our results highlight the dynamic interactions between these processes and the grounding of cognitive processes in scroll behavior. It suggests, that the types of scroll behavior are relevant to describe how radiologists interact with and manipulate volumetric images.

  3. Black Interpretation, Black American Literature, and Grey Audiences.

    ERIC Educational Resources Information Center

    Washington, Earl M.

    1981-01-01

    Defines and illustrates language techniques used by Black authors writing to and for Blacks in the 1960s and 1970s. Suggests how language and theme barriers of such literature might be overcome in a contemporary integrated oral interpretation classroom. (PD)

  4. Sign language comprehension: the case of Spanish sign language.

    PubMed

    Rodríguez Ortiz, I R

    2008-01-01

    This study aims to answer the question, how much of Spanish Sign Language interpreting deaf individuals really understand. Study sampling included 36 deaf people (deafness ranging from severe to profound; variety depending on the age at which they learned sign language) and 36 hearing people who had good knowledge of sign language (most were interpreters). Sign language comprehension was assessed using passages of secondary level. After being exposed to the passages, the participants had to tell what they had understood about them, answer a set of related questions, and offer a title for the passage. Sign language comprehension by deaf participants was quite acceptable but not as good as that by hearing signers who, unlike deaf participants, were not only late learners of sign language as a second language but had also learned it through formal training.

  5. [The interpreter in an intercultural clinical milieu].

    PubMed

    Vissandjée, B; Ntetu, A L; Courville, F; Breton, E R; Bourdeau, M

    1998-05-01

    The public's diversified language profile means that nursing practice must adjust to provide the same quality of care to all clients, no matter what language they speak. To improve quality and quantity of information exchanged in the nurse-client-interpreter triangle, the authors have investigated the type of information likely to be filtered and studied the various factors underlying the interpreter's choice to filter information. The authors also analyzed the values interpreters assign to information and the factors that form the background for filtering, including mistrust. The authors suggest adequately preparing interpreters; using interpreters' expertise; and developing an appropriate training program for intercultural interpreters to enable them to better function within health care institutions.

  6. The Psychology Experiment Building Language (PEBL) and PEBL Test Battery.

    PubMed

    Mueller, Shane T; Piper, Brian J

    2014-01-30

    We briefly describe the Psychology Experiment Building Language (PEBL), an open source software system for designing and running psychological experiments. We describe the PEBL Test Battery, a set of approximately 70 behavioral tests which can be freely used, shared, and modified. Included is a comprehensive set of past research upon which tests in the battery are based. We report the results of benchmark tests that establish the timing precision of PEBL. We consider alternatives to the PEBL system and battery tests. We conclude with a discussion of the ethical factors involved in the open source testing movement. Copyright © 2013 Elsevier B.V. All rights reserved.

  7. The Psychology Experiment Building Language (PEBL) and PEBL Test Battery

    PubMed Central

    Mueller, Shane T.; Piper, Brian J.

    2014-01-01

    Background We briefly describe the Psychology Experiment Building Language (PEBL), an open source software system for designing and running psychological experiments. New Method We describe the PEBL test battery, a set of approximately 70 behavioral tests which can be freely used, shared, and modified. Included is a comprehensive set of past research upon which tests in the battery are based. Results We report the results of benchmark tests that establish the timing precision of PEBL. Comparison with Existing Method We consider alternatives to the PEBL system and battery tests. Conclusions We conclude with a discussion of the ethical factors involved in the open source testing movement. PMID:24269254

  8. Applying Query Structuring in Cross-language Retrieval.

    ERIC Educational Resources Information Center

    Pirkola, Ari; Puolamaki, Deniz; Jarvelin, Kalervo

    2003-01-01

    Explores ways to apply query structuring in cross-language information retrieval. Tested were: English queries translated into Finnish using an electronic dictionary, and run in a Finnish newspaper databases; effects of compound-based structuring using a proximity operator for translation equivalents of query language compound components; and a…

  9. 50 CFR 600.135 - Meeting procedures.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... timely requests for language interpreters or other auxiliary aids at public meetings. (b) Emergency... candidates for appointment to AP, SSC, and other subsidiary bodies and public decorum or medical conditions of members of a Council or its subsidiary bodies. In deciding whether to close a portion of a meeting...

  10. 50 CFR 600.135 - Meeting procedures.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... timely requests for language interpreters or other auxiliary aids at public meetings. (b) Emergency... candidates for appointment to AP, SSC, and other subsidiary bodies and public decorum or medical conditions of members of a Council or its subsidiary bodies. In deciding whether to close a portion of a meeting...

  11. Report to the High Order Language Working Group (HOLWG)

    DTIC Science & Technology

    1977-01-14

    as running, runnable, suspended or dormant, may be synchronized by semaphore variables, may be schedaled using clock and duration data types and mpy...Recursive and non-recursive routines G6. Parallel processes, synchronization , critical regions G7. User defined parameterized exception handling G8...typed and lacks extensibility, parallel processing, synchronization and real-time features. Overall Evaluation IBM strongly recommended PL/I as a

  12. 3RIP Evaluation of the Performance of the Search System Using a Realtime Simulation Technique.

    ERIC Educational Resources Information Center

    Lofstrom, Mats

    This report describes a real-time simulation experiment to evaluate the performance of the search and editing system 3RIP, an interactive system written in the language BLISS on a DEC-10 computer. The test vehicle, preliminary test runs, and capacity test are detailed, and the following conclusions are reported: (1) 3RIP performs well up to the…

  13. Language barriers and patient safety risks in hospital care. A mixed methods study.

    PubMed

    van Rosse, Floor; de Bruijne, Martine; Suurmond, Jeanine; Essink-Bot, Marie-Louise; Wagner, Cordula

    2016-02-01

    A language barrier has been shown to be a threat for quality of hospital care. International studies highlighted a lack of adequate noticing, reporting, and bridging of a language barrier. However, studies on the link between language proficiency and patient safety are scarce, especially in Europe. The present study investigates patient safety risks due to language barriers during hospitalization, and the way language barriers are detected, reported, and bridged in Dutch hospital care. We combined quantitative and qualitative methods in a sample of 576 ethnic minority patients who were hospitalized on 30 wards within four urban hospitals. The nursing and medical records of 17 hospital admissions of patients with language barriers were qualitatively analyzed, and complemented by 12 in-depth interviews with care providers and patients and/or their relatives to identify patient safety risks during hospitalization. The medical records of all 576 patients were screened for language barrier reports. The results were compared to patients' self-reported Dutch language proficiency. The policies of wards regarding bridging language barriers were compared with the reported use of interpreters in the medical records. Situations in hospital care where a language barrier threatened patient safety included daily nursing tasks (i.e. medication administration, pain management, fluid balance management) and patient-physician interaction concerning diagnosis, risk communication and acute situations. In 30% of the patients that reported a low Dutch proficiency, no language barrier was documented in the patient record. Relatives of patients often functioned as interpreter for them and professional interpreters were hardly used. The present study showed a wide variety of risky situations in hospital care for patients with language barriers. These risks can be reduced by adequately bridging the language barrier, which, in the first place, demands adequate detecting and reporting of a language barrier. This is currently not sufficiently done in most Dutch hospitals. Moreover, new solutions to bridge language barriers are needed for situations such as routine safety checks performed by nurses, in which a professional or even informal interpreter is not feasible. Copyright © 2015 Elsevier Ltd. All rights reserved.

  14. FTC - THE FAULT-TREE COMPILER (SUN VERSION)

    NASA Technical Reports Server (NTRS)

    Butler, R. W.

    1994-01-01

    FTC, the Fault-Tree Compiler program, is a tool used to calculate 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. The high-level input language is easy to understand and use. In addition, the program supports a hierarchical fault tree definition feature which simplifies the tree-description process and reduces execution time. A rigorous error bound is derived for the solution technique. This bound enables the program to supply an answer precisely (within the limits of double precision floating point arithmetic) at a user-specified number of digits accuracy. The program also facilitates sensitivity analysis with respect to any specified parameter of the fault tree such as a component failure rate or a specific event probability by allowing the user to vary one failure rate or the failure probability over a range of values and plot the results. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. FTC was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The program is written in PASCAL, ANSI compliant C-language, and FORTRAN 77. The TEMPLATE graphics library is required to obtain graphical output. The standard distribution medium for the VMS version of FTC (LAR-14586) 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 FTC (LAR-14922) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. FTC was developed in 1989 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. UNIX is a registered trademark of AT&T Bell Laboratories. SunOS is a trademark of Sun Microsystems, Inc.

  15. FTC - THE FAULT-TREE COMPILER (VAX VMS VERSION)

    NASA Technical Reports Server (NTRS)

    Butler, R. W.

    1994-01-01

    FTC, the Fault-Tree Compiler program, is a tool used to calculate 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. The high-level input language is easy to understand and use. In addition, the program supports a hierarchical fault tree definition feature which simplifies the tree-description process and reduces execution time. A rigorous error bound is derived for the solution technique. This bound enables the program to supply an answer precisely (within the limits of double precision floating point arithmetic) at a user-specified number of digits accuracy. The program also facilitates sensitivity analysis with respect to any specified parameter of the fault tree such as a component failure rate or a specific event probability by allowing the user to vary one failure rate or the failure probability over a range of values and plot the results. The mathematical approach chosen to solve a reliability problem may vary with the size and nature of the problem. Although different solution techniques are utilized on different programs, it is possible to have a common input language. The Systems Validation Methods group at NASA Langley Research Center has created a set of programs that form the basis for a reliability analysis workstation. The set of programs are: SURE reliability analysis program (COSMIC program LAR-13789, LAR-14921); the ASSIST specification interface program (LAR-14193, LAR-14923), PAWS/STEM reliability analysis programs (LAR-14165, LAR-14920); and the FTC fault tree tool (LAR-14586, LAR-14922). FTC is used to calculate the top-event probability for a fault tree. PAWS/STEM and SURE are programs which interpret the same SURE language, but utilize different solution methods. ASSIST is a preprocessor that generates SURE language from a more abstract definition. SURE, ASSIST, and PAWS/STEM are also offered as a bundle. Please see the abstract for COS-10039/COS-10041, SARA - SURE/ASSIST Reliability Analysis Workstation, for pricing details. FTC was originally developed for DEC VAX series computers running VMS and was later ported for use on Sun computers running SunOS. The program is written in PASCAL, ANSI compliant C-language, and FORTRAN 77. The TEMPLATE graphics library is required to obtain graphical output. The standard distribution medium for the VMS version of FTC (LAR-14586) 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 FTC (LAR-14922) is a .25 inch streaming magnetic tape cartridge in UNIX tar format. Both Sun3 and Sun4 executables are included. FTC was developed in 1989 and last updated in 1992. DEC, VAX, VMS, and TK50 are trademarks of Digital Equipment Corporation. UNIX is a registered trademark of AT&T Bell Laboratories. SunOS is a trademark of Sun Microsystems, Inc.

  16. Implications of Deafblindness on Visual Assessment Procedures: Considerations for Audiologists, Ophthalmologists, and Interpreters

    PubMed Central

    Hyvärinen, Lea

    2007-01-01

    Visual assessment of deaf persons presents a challenge to the ophthalmologist and the optometrist. At the time they want to measure visual function, the interpreter uses visual communication, competing for the patient's attention. Important rules of good assessment of visual functioning include taking turns and giving the interpreter sufficient time to convey the questions related to each test. This has implications for audiologists working with this population as well. Communication should be tailored to the varying needs of people who may have long-standing deafness and good sign language, may have lost their hearing at an advanced age and have limited or no sign language, or may be young persons or children who have congenital or progressive loss of hearing combined with congenital or progressive vision loss. Individuals with sudden hearing and vision loss, as well as those with intellectual disabilities and limited language, are particularly challenging groups for the assessment of vision and require special communication skills for ophthalmologists and audiologists. The ophthalmologist usually knows the nature of vision changes typical of disorders that the patient has. For the clinical follow-up of a condition, a few measurements are usually taken. For a comprehensive assessment of visual functioning for rehabilitation and education, many more measurements, observations, and questions are needed so that vision for communication, orientation in the environment, and performance of near-vision tasks can be reported and the effects of the environment can be evaluated. Testing should cover ocular disorders and vision loss caused by brain damage. PMID:18003866

  17. Design of an EEG-based brain-computer interface (BCI) from standard components running in real-time under Windows.

    PubMed

    Guger, C; Schlögl, A; Walterspacher, D; Pfurtscheller, G

    1999-01-01

    An EEG-based brain-computer interface (BCI) is a direct connection between the human brain and the computer. Such a communication system is needed by patients with severe motor impairments (e.g. late stage of Amyotrophic Lateral Sclerosis) and has to operate in real-time. This paper describes the selection of the appropriate components to construct such a BCI and focuses also on the selection of a suitable programming language and operating system. The multichannel system runs under Windows 95, equipped with a real-time Kernel expansion to obtain reasonable real-time operations on a standard PC. Matlab controls the data acquisition and the presentation of the experimental paradigm, while Simulink is used to calculate the recursive least square (RLS) algorithm that describes the current state of the EEG in real-time. First results of the new low-cost BCI show that the accuracy of differentiating imagination of left and right hand movement is around 95%.

  18. CADNA: a library for estimating round-off error propagation

    NASA Astrophysics Data System (ADS)

    Jézéquel, Fabienne; Chesneaux, Jean-Marie

    2008-06-01

    The CADNA library enables one to estimate round-off error propagation using a probabilistic approach. With CADNA the numerical quality of any simulation program can be controlled. Furthermore by detecting all the instabilities which may occur at run time, a numerical debugging of the user code can be performed. CADNA provides new numerical types on which round-off errors can be estimated. Slight modifications are required to control a code with CADNA, mainly changes in variable declarations, input and output. This paper describes the features of the CADNA library and shows how to interpret the information it provides concerning round-off error propagation in a code. Program summaryProgram title:CADNA Catalogue identifier:AEAT_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEAT_v1_0.html Program obtainable from:CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions:Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.:53 420 No. of bytes in distributed program, including test data, etc.:566 495 Distribution format:tar.gz Programming language:Fortran Computer:PC running LINUX with an i686 or an ia64 processor, UNIX workstations including SUN, IBM Operating system:LINUX, UNIX Classification:4.14, 6.5, 20 Nature of problem:A simulation program which uses floating-point arithmetic generates round-off errors, due to the rounding performed at each assignment and at each arithmetic operation. Round-off error propagation may invalidate the result of a program. The CADNA library enables one to estimate round-off error propagation in any simulation program and to detect all numerical instabilities that may occur at run time. Solution method:The CADNA library [1] implements Discrete Stochastic Arithmetic [2-4] which is based on a probabilistic model of round-off errors. The program is run several times with a random rounding mode generating different results each time. From this set of results, CADNA estimates the number of exact significant digits in the result that would have been computed with standard floating-point arithmetic. Restrictions:CADNA requires a Fortran 90 (or newer) compiler. In the program to be linked with the CADNA library, round-off errors on complex variables cannot be estimated. Furthermore array functions such as product or sum must not be used. Only the arithmetic operators and the abs, min, max and sqrt functions can be used for arrays. Running time:The version of a code which uses CADNA runs at least three times slower than its floating-point version. This cost depends on the computer architecture and can be higher if the detection of numerical instabilities is enabled. In this case, the cost may be related to the number of instabilities detected. References:The CADNA library, URL address: http://www.lip6.fr/cadna. J.-M. Chesneaux, L'arithmétique Stochastique et le Logiciel CADNA, Habilitation á diriger des recherches, Université Pierre et Marie Curie, Paris, 1995. J. Vignes, A stochastic arithmetic for reliable scientific computation, Math. Comput. Simulation 35 (1993) 233-261. J. Vignes, Discrete stochastic arithmetic for validating results of numerical software, Numer. Algorithms 37 (2004) 377-390.

  19. Analyzing Spacecraft Telecommunication Systems

    NASA Technical Reports Server (NTRS)

    Kordon, Mark; Hanks, David; Gladden, Roy; Wood, Eric

    2004-01-01

    Multi-Mission Telecom Analysis Tool (MMTAT) is a C-language computer program for analyzing proposed spacecraft telecommunication systems. MMTAT utilizes parameterized input and computational models that can be run on standard desktop computers to perform fast and accurate analyses of telecommunication links. MMTAT is easy to use and can easily be integrated with other software applications and run as part of almost any computational simulation. It is distributed as either a stand-alone application program with a graphical user interface or a linkable library with a well-defined set of application programming interface (API) calls. As a stand-alone program, MMTAT provides both textual and graphical output. The graphs make it possible to understand, quickly and easily, how telecommunication performance varies with variations in input parameters. A delimited text file that can be read by any spreadsheet program is generated at the end of each run. The API in the linkable-library form of MMTAT enables the user to control simulation software and to change parameters during a simulation run. Results can be retrieved either at the end of a run or by use of a function call at any time step.

  20. Language Learning in Virtual Worlds: Designing for Languaging, the Role of Affordances

    ERIC Educational Resources Information Center

    Nocchi, Susanna

    2014-01-01

    This article will utilise data collected during SLItaliano, an Italian language course run in the Virtual World (VW) of Second Life® (SL®) in 2012. The course was offered to third level students of Italian as a Foreign Language (FL) in an Irish college, the Dublin Institute of Technology (DIT). It was designed and coordinated by the researcher and…

  1. A Natural Language Interface to Databases

    NASA Technical Reports Server (NTRS)

    Ford, D. R.

    1990-01-01

    The development of a Natural Language Interface (NLI) is presented which is semantic-based and uses Conceptual Dependency representation. The system was developed using Lisp and currently runs on a Symbolics Lisp machine.

  2. Computational Approaches to Simulation and Optimization of Global Aircraft Trajectories

    NASA Technical Reports Server (NTRS)

    Ng, Hok Kwan; Sridhar, Banavar

    2016-01-01

    This study examines three possible approaches to improving the speed in generating wind-optimal routes for air traffic at the national or global level. They are: (a) using the resources of a supercomputer, (b) running the computations on multiple commercially available computers and (c) implementing those same algorithms into NASAs Future ATM Concepts Evaluation Tool (FACET) and compares those to a standard implementation run on a single CPU. Wind-optimal aircraft trajectories are computed using global air traffic schedules. The run time and wait time on the supercomputer for trajectory optimization using various numbers of CPUs ranging from 80 to 10,240 units are compared with the total computational time for running the same computation on a single desktop computer and on multiple commercially available computers for potential computational enhancement through parallel processing on the computer clusters. This study also re-implements the trajectory optimization algorithm for further reduction of computational time through algorithm modifications and integrates that with FACET to facilitate the use of the new features which calculate time-optimal routes between worldwide airport pairs in a wind field for use with existing FACET applications. The implementations of trajectory optimization algorithms use MATLAB, Python, and Java programming languages. The performance evaluations are done by comparing their computational efficiencies and based on the potential application of optimized trajectories. The paper shows that in the absence of special privileges on a supercomputer, a cluster of commercially available computers provides a feasible approach for national and global air traffic system studies.

  3. Interpreter use in an inner city accident and emergency department.

    PubMed Central

    Leman, P

    1997-01-01

    OBJECTIVE: To determine the extent of communication problems that arose from patients whose primary language was non-English presenting to an inner city accident and emergency (A&E) department. METHODS: A prospective survey over seven consecutive days during September 1995. All adult patients other than those directly referred by their general practitioner to an inpatient team had a questionnaire completed by the A&E doctor first seeing the patient. The doctor recorded language ability and form of interpreter used, and estimated any prolongation of the consultation and ability to improve communication by the use of additional services. RESULTS: 103 patients (17%) did not speak English as their primary language; 55 patients (9.1% of the study population) had an English language ability rated as other than good, and 16 (29%) of these consultations could have been improved by the use of additional interpreter services; 28 patients overall (4.6% of the study population) required the use of an interpreter, who was usually a relative. CONCLUSIONS: A significant number of patients presenting to A&E have difficulty in communicating in English. These consultations could often have been improved by the use of additional interpreter services. Telephone interpreter services may provide the answer for use in A&E departments because of their instant and 24 hour availability. Images p99-a PMID:9132201

  4. Effects of long-term voluntary exercise on learning and memory processes: dependency of the task and level of exercise.

    PubMed

    García-Capdevila, Sílvia; Portell-Cortés, Isabel; Torras-Garcia, Meritxell; Coll-Andreu, Margalida; Costa-Miserachs, David

    2009-09-14

    The effect of long-term voluntary exercise (running wheel) on anxiety-like behaviour (plus maze and open field) and learning and memory processes (object recognition and two-way active avoidance) was examined on Wistar rats. Because major individual differences in running wheel behaviour were observed, the data were analysed considering the exercising animals both as a whole and grouped according to the time spent in the running wheel (low, high, and very-high running). Although some variables related to anxiety-like behaviour seem to reflect an anxiogenic compatible effect, the view of the complete set of variables could be interpreted as an enhancement of defensive and risk assessment behaviours in exercised animals, without major differences depending on the exercise level. Effects on learning and memory processes were dependent on task and level of exercise. Two-way avoidance was not affected either in the acquisition or in the retention session, while the retention of object recognition task was affected. In this latter task, an enhancement in low running subjects and impairment in high and very-high running animals were observed.

  5. Using Java for distributed computing in the Gaia satellite data processing

    NASA Astrophysics Data System (ADS)

    O'Mullane, William; Luri, Xavier; Parsons, Paul; Lammers, Uwe; Hoar, John; Hernandez, Jose

    2011-10-01

    In recent years Java has matured to a stable easy-to-use language with the flexibility of an interpreter (for reflection etc.) but the performance and type checking of a compiled language. When we started using Java for astronomical applications around 1999 they were the first of their kind in astronomy. Now a great deal of astronomy software is written in Java as are many business applications. We discuss the current environment and trends concerning the language and present an actual example of scientific use of Java for high-performance distributed computing: ESA's mission Gaia. The Gaia scanning satellite will perform a galactic census of about 1,000 million objects in our galaxy. The Gaia community has chosen to write its processing software in Java. We explore the manifold reasons for choosing Java for this large science collaboration. Gaia processing is numerically complex but highly distributable, some parts being embarrassingly parallel. We describe the Gaia processing architecture and its realisation in Java. We delve into the astrometric solution which is the most advanced and most complex part of the processing. The Gaia simulator is also written in Java and is the most mature code in the system. This has been successfully running since about 2005 on the supercomputer "Marenostrum" in Barcelona. We relate experiences of using Java on a large shared machine. Finally we discuss Java, including some of its problems, for scientific computing.

  6. CRANS - CONFIGURABLE REAL-TIME ANALYSIS SYSTEM

    NASA Technical Reports Server (NTRS)

    Mccluney, K.

    1994-01-01

    In a real-time environment, the results of changes or failures in a complex, interconnected system need evaluation quickly. Tabulations showing the effects of changes and/or failures of a given item in the system are generally only useful for a single input, and only with regard to that item. Subsequent changes become harder to evaluate as combinations of failures produce a cascade effect. When confronted by multiple indicated failures in the system, it becomes necessary to determine a single cause. In this case, failure tables are not very helpful. CRANS, the Configurable Real-time ANalysis System, can interpret a logic tree, constructed by the user, describing a complex system and determine the effects of changes and failures in it. Items in the tree are related to each other by Boolean operators. The user is then able to change the state of these items (ON/OFF FAILED/UNFAILED). The program then evaluates the logic tree based on these changes and determines any resultant changes to other items in the tree. CRANS can also search for a common cause for multiple item failures, and allow the user to explore the logic tree from within the program. A "help" mode and a reference check provide the user with a means of exploring an item's underlying logic from within the program. A commonality check determines single point failures for an item or group of items. Output is in the form of a user-defined matrix or matrices of colored boxes, each box representing an item or set of items from the logic tree. Input is via mouse selection of the matrix boxes, using the mouse buttons to toggle the state of the item. CRANS is written in C-language and requires the MIT X Window System, Version 11 Revision 4 or Revision 5. It requires 78K of RAM for execution and a three button mouse. It has been successfully implemented on Sun4 workstations running SunOS, HP9000 workstations running HP-UX, and DECstations running ULTRIX. No executable is provided on the distribution medium; however, a sample makefile is included. Sample input files are also included. The standard distribution medium is a .25 inch streaming magnetic tape cartridge (Sun QIC-24) in UNIX tar format. Alternate distribution media and formats are available upon request. This program was developed in 1992.

  7. Social outcomes due to the interplay between language competition and ideology struggle

    NASA Astrophysics Data System (ADS)

    Barreira da Silva Rocha, André

    2018-02-01

    I study the interplay between language competition and ideology struggle in a country where there are two competing languages. Language transition is governed by a three-state model similar to Minett-Wang (2008) and Heinsalu et al. (2014). In this class of models, I further assume that among monolinguals of one of the competing languages there is an ideology struggle between assimilationist individuals who accept to deal with foreign language speakers and nationalist individuals who oppose any form of foreign culture. Ideology transition follows a two-state model as in Abrams-Strogatz (2003). Depending on both ideology and language status, the possible equilibria show that when nationalism is introduced in the language competition model, complete assimilation might take place and one language disappears with the entire population becoming monolingual. On the other hand, when bilingualism emerges, it is associated with a segregated society with a bilingual group surviving in the long run together with an isolated monolingual group entirely composed of nationalist individuals. Another kind of segregation might also emerge in the equilibrium, in which two monolingual groups survive in the long run, one of them entirely composed of nationalists. In the latter case, both linguistic segregation and isolation are the negative social outcomes of ideology struggle.

  8. Living Color Frame System: PC graphics tool for data visualization

    NASA Technical Reports Server (NTRS)

    Truong, Long V.

    1993-01-01

    Living Color Frame System (LCFS) is a personal computer software tool for generating real-time graphics applications. It is highly applicable for a wide range of data visualization in virtual environment applications. Engineers often use computer graphics to enhance the interpretation of data under observation. These graphics become more complicated when 'run time' animations are required, such as found in many typical modern artificial intelligence and expert systems. Living Color Frame System solves many of these real-time graphics problems.

  9. Program Aids Visualization Of Data

    NASA Technical Reports Server (NTRS)

    Truong, L. V.

    1995-01-01

    Living Color Frame System (LCFS) computer program developed to solve some problems that arise in connection with generation of real-time graphical displays of numerical data and of statuses of systems. Need for program like LCFS arises because computer graphics often applied for better understanding and interpretation of data under observation and these graphics become more complicated when animation required during run time. Eliminates need for custom graphical-display software for application programs. Written in Turbo C++.

  10. Simulation of linear mechanical systems

    NASA Technical Reports Server (NTRS)

    Sirlin, S. W.

    1993-01-01

    A dynamics and controls analyst is typically presented with a structural dynamics model and must perform various input/output tests and design control laws. The required time/frequency simulations need to be done many times as models change and control designs evolve. This paper examines some simple ways that open and closed loop frequency and time domain simulations can be done using the special structure of the system equations usually available. Routines were developed to run under Pro-Matlab in a mixture of the Pro-Matlab interpreter and FORTRAN (using the .mex facility). These routines are often orders of magnitude faster than trying the typical 'brute force' approach of using built-in Pro-Matlab routines such as bode. This makes the analyst's job easier since not only does an individual run take less time, but much larger models can be attacked, often allowing the whole model reduction step to be eliminated.

  11. Using Functional Languages and Declarative Programming to analyze ROOT data: LINQtoROOT

    NASA Astrophysics Data System (ADS)

    Watts, Gordon

    2015-05-01

    Modern high energy physics analysis is complex. It typically requires multiple passes over different datasets, and is often held together with a series of scripts and programs. For example, one has to first reweight the jet energy spectrum in Monte Carlo to match data before plots of any other jet related variable can be made. This requires a pass over the Monte Carlo and the Data to derive the reweighting, and then another pass over the Monte Carlo to plot the variables the analyser is really interested in. With most modern ROOT based tools this requires separate analysis loops for each pass, and script files to glue to the results of the two analysis loops together. A framework has been developed that uses the functional and declarative features of the C# language and its Language Integrated Query (LINQ) extensions to declare the analysis. The framework uses language tools to convert the analysis into C++ and runs ROOT or PROOF as a backend to get the results. This gives the analyser the full power of an object-oriented programming language to put together the analysis and at the same time the speed of C++ for the analysis loop. The tool allows one to incorporate C++ algorithms written for ROOT by others. A by-product of the design is the ability to cache results between runs, dramatically reducing the cost of adding one-more-plot and also to keep a complete record associated with each plot for data preservation reasons. The code is mature enough to have been used in ATLAS analyses. The package is open source and available on the open source site CodePlex.

  12. Intentions and actions in molecular self-assembly: perspectives on students' language use

    NASA Astrophysics Data System (ADS)

    Höst, Gunnar E.; Anward, Jan

    2017-04-01

    Learning to talk science is an important aspect of learning to do science. Given that scientists' language frequently includes intentions and purposes in explanations of unobservable objects and events, teachers must interpret whether learners' use of such language reflects a scientific understanding or inaccurate anthropomorphism and teleology. In the present study, a framework consisting of three 'stances' (Dennett, 1987) - intentional, design and physical - is presented as a powerful tool for analysing students' language use. The aim was to investigate how the framework can be differentiated and used analytically for interpreting students' talk about a molecular process. Semi-structured group discussions and individual interviews about the molecular self-assembly process were conducted with engineering biology/chemistry (n = 15) and biology/chemistry teacher students (n = 6). Qualitative content analysis of transcripts showed that all three stances were employed by students. The analysis also identified subcategories for each stance, and revealed that intentional language with respect to molecular movement and assumptions about design requirements may be potentially problematic areas. Students' exclusion of physical stance explanations may indicate literal anthropomorphic interpretations. Implications for practice include providing teachers with a tool for scaffolding their use of metaphorical language and for supporting students' metacognitive development as scientific language users.

  13. Pulseq: A rapid and hardware-independent pulse sequence prototyping framework.

    PubMed

    Layton, Kelvin J; Kroboth, Stefan; Jia, Feng; Littin, Sebastian; Yu, Huijun; Leupold, Jochen; Nielsen, Jon-Fredrik; Stöcker, Tony; Zaitsev, Maxim

    2017-04-01

    Implementing new magnetic resonance experiments, or sequences, often involves extensive programming on vendor-specific platforms, which can be time consuming and costly. This situation is exacerbated when research sequences need to be implemented on several platforms simultaneously, for example, at different field strengths. This work presents an alternative programming environment that is hardware-independent, open-source, and promotes rapid sequence prototyping. A novel file format is described to efficiently store the hardware events and timing information required for an MR pulse sequence. Platform-dependent interpreter modules convert the file to appropriate instructions to run the sequence on MR hardware. Sequences can be designed in high-level languages, such as MATLAB, or with a graphical interface. Spin physics simulation tools are incorporated into the framework, allowing for comparison between real and virtual experiments. Minimal effort is required to implement relatively advanced sequences using the tools provided. Sequences are executed on three different MR platforms, demonstrating the flexibility of the approach. A high-level, flexible and hardware-independent approach to sequence programming is ideal for the rapid development of new sequences. The framework is currently not suitable for large patient studies or routine scanning although this would be possible with deeper integration into existing workflows. Magn Reson Med 77:1544-1552, 2017. © 2016 International Society for Magnetic Resonance in Medicine. © 2016 International Society for Magnetic Resonance in Medicine.

  14. Foreign Language Camps: Camp Waskowitz. Teacher's Guide and Planning Book.

    ERIC Educational Resources Information Center

    Baudin, Phil; And Others

    This guide to running a foreign language camp is intended to cover all aspects of camp administration and program planning. The philosophy of language camps is set forth. The chairperson's responsibilities regarding staff recruitment, staff assignments, and handling finances are outlined. Sample schedules for French, Spanish, and German camps are…

  15. Working with Pre-School Practitioners to Improve Interactions

    ERIC Educational Resources Information Center

    Ahsam, Suki; Shepherd, Julie; Warren-Adamson, Chris

    2006-01-01

    Eight pre-schools took part in offsite and onsite speech and language training to improve their interaction skills with children and learn some group language activities. An evaluation was undertaken where practitioners at one pre-school were videoed running a language activity before and after training. The video was analysed to assess change in…

  16. Engineering Commodifiable Workers: Language, Migration and the Governmentality of the Self

    ERIC Educational Resources Information Center

    Del Percio, Alfonso

    2018-01-01

    This article examines the strategies and forms of expertise on language and communication mobilized to engineer commodifiable migrant workers. Drawing on an ethnographic account of counselling practices in a state-run Italian job guidance centre for newly arrived migrants, I examine the calculations, tactics, and forms of expertise on language and…

  17. A Pythonic Approach for Computational Geosciences and Geo-Data Processing

    NASA Astrophysics Data System (ADS)

    Morra, G.; Yuen, D. A.; Lee, S. M.

    2016-12-01

    Computational methods and data analysis play a constantly increasing role in Earth Sciences however students and professionals need to climb a steep learning curve before reaching a sufficient level that allows them to run effective models. Furthermore the recent arrival and new powerful machine learning tools such as Torch and Tensor Flow has opened new possibilities but also created a new realm of complications related to the completely different technology employed. We present here a series of examples entirely written in Python, a language that combines the simplicity of Matlab with the power and speed of compiled languages such as C, and apply them to a wide range of geological processes such as porous media flow, multiphase fluid-dynamics, creeping flow and many-faults interaction. We also explore ways in which machine learning can be employed in combination with numerical modelling. From immediately interpreting a large number of modeling results to optimizing a set of modeling parameters to obtain a desired optimal simulation. We show that by using Python undergraduate and graduate can learn advanced numerical technologies with a minimum dedicated effort, which in turn encourages them to develop more numerical tools and quickly progress in their computational abilities. We also show how Python allows combining modeling with machine learning as pieces of LEGO, therefore simplifying the transition towards a new kind of scientific geo-modelling. The conclusion is that Python is an ideal tool to create an infrastructure for geosciences that allows users to quickly develop tools, reuse techniques and encourage collaborative efforts to interpret and integrate geo-data in profound new ways.

  18. A Meta-Analysis of Reliability Coefficients in Second Language Research

    ERIC Educational Resources Information Center

    Plonsky, Luke; Derrick, Deirdre J.

    2016-01-01

    Ensuring internal validity in quantitative research requires, among other conditions, reliable instrumentation. Unfortunately, however, second language (L2) researchers often fail to report and even more often fail to interpret reliability estimates beyond generic benchmarks for acceptability. As a means to guide interpretations of such estimates,…

  19. Language Learning Strategies and English Proficiency: Interpretations from Information-Processing Theory

    ERIC Educational Resources Information Center

    Rao, Zhenhui

    2016-01-01

    The research reported here investigated the relationship between students' use of language learning strategies and their English proficiency, and then interpreted the data from two models in information-processing theory. Results showed that the students' English proficiency significantly affected their use of learning strategies, with high-level…

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

  1. PSTOOLS - FOUR PROGRAMS THAT INTERPRET/FORMAT POSTSCRIPT FILES

    NASA Technical Reports Server (NTRS)

    Choi, D.

    1994-01-01

    PSTOOLS is a package of four programs that operate on files written in the page description language, PostScript. The programs include a PostScript previewer for the IRIS workstation, a PostScript driver for the Matrix QCRZ film recorder, a PostScript driver for the Tektronix 4693D printer, and a PostScript code beautifier that formats PostScript files to be more legible. The three programs PSIRIS, PSMATRIX, and PSTEK are similar in that they all interpret the PostScript language and output the graphical results to a device, and they support color PostScript images. The common code which is shared by these three programs is included as a library of routines. PSPRETTY formats a PostScript file by appropriately indenting procedures and code delimited by "saves" and "restores." PSTOOLS does not use Adobe fonts. PSTOOLS is written in C-language for implementation on SGI IRIS 4D series workstations running IRIX 3.2 or later. A README file and UNIX man pages provide information regarding the installation and use of the PSTOOLS programs. A six-page manual which provides slightly more detailed information may be purchased separately. The standard distribution medium for this package is one .25 inch streaming magnetic tape cartridge in UNIX tar format. PSIRIS (the largest program) requires 1.2Mb of main memory. PSMATRIX requires the "gpib" board (IEEE 488) available from Silicon Graphics. Inc. The programs with graphical interfaces require that the IRIS have at least 24 bit planes. This package was developed in 1990 and updated in 1991. SGI, IRIS 4D, and IRIX are trademarks of Silicon Graphics, Inc. Matrix QCRZ is a registered trademark of the AGFA Group. Tektronix 4693D is a trademark of Tektronix, Inc. Adobe is a trademark of Adobe Systems Incorporated. PostScript is a registered trademark of Adobe Systems Incorporated. UNIX is a registered trademark of AT&T Bell Laboratories.

  2. LABORATORY PROCESS CONTROLLER USING NATURAL LANGUAGE COMMANDS FROM A PERSONAL COMPUTER

    NASA Technical Reports Server (NTRS)

    Will, H.

    1994-01-01

    The complex environment of the typical research laboratory requires flexible process control. This program provides natural language process control from an IBM PC or compatible machine. Sometimes process control schedules require changes frequently, even several times per day. These changes may include adding, deleting, and rearranging steps in a process. This program sets up a process control system that can either run without an operator, or be run by workers with limited programming skills. The software system includes three programs. Two of the programs, written in FORTRAN77, record data and control research processes. The third program, written in Pascal, generates the FORTRAN subroutines used by the other two programs to identify the user commands with the user-written device drivers. The software system also includes an input data set which allows the user to define the user commands which are to be executed by the computer. To set the system up the operator writes device driver routines for all of the controlled devices. Once set up, this system requires only an input file containing natural language command lines which tell the system what to do and when to do it. The operator can make up custom commands for operating and taking data from external research equipment at any time of the day or night without the operator in attendance. This process control system requires a personal computer operating under MS-DOS with suitable hardware interfaces to all controlled devices. The program requires a FORTRAN77 compiler and user-written device drivers. This program was developed in 1989 and has a memory requirement of about 62 Kbytes.

  3. Meaning and object in Freud's theory of language.

    PubMed

    Simanke, Richard Theisen

    2017-12-01

    This article sets out to challenge the interpretation of Freud's views on the origins of the meaning of language according to which meaning always originates from an act of naming. In Freud's terms, word-presentations would originally denote object- or thing-presentations and gain meaning through this reference. This interpretation claims that this view was already expressed in Freud's On Aphasia (1891) and influenced all his later theory of language. To oppose this claim, three conceptions proposed by Freud are discussed that strongly suggest the participation of language in the construction of the field of objects: a metapsychological hypothesis (the concepts of word-, thing-, and object-presentation), the explanation of a psychopathological phenomenon (the genesis of a fetishistic object-choice), and a concept concerning the foundations of the psychoanalytic method of dream interpretation (secondary elaboration). As a conclusion, it is argued that Freud's early views in On Aphasia (1891) can be alternatively understood such as to allow for a different view of language and its relationship with objects. Copyright © 2017 Institute of Psychoanalysis.

  4. Cassini Scientist for a Day: Encouraging Science Research and Writing for Students on National and International Scales

    NASA Astrophysics Data System (ADS)

    Zimmerman Brachman, R.; Piazza, E.

    2010-12-01

    The Cassini Outreach Group for the Cassini mission to Saturn at NASA’s Jet Propulsion Laboratory runs an international essay contest called “Cassini Scientist for a Day.” Students write essays about Saturn and its rings and moons. The program has been run nine times, increasing in scope with each contest. Students in grades 5-12 gain skills in critical thinking, decision-making, researching, asking good questions, and communicating their ideas to scientists. Winners and their classes participate in teleconferencing question and answer sessions with Cassini scientists so students can ask questions to professional scientists. Videos of young Cassini scientists are included in the contest reference materials to provide role models for the students. Thousands of students in 27 countries on 6 continents have participated in the essay contest. Volunteers run the international contests outside of the United States, with their own rules, languages, and prizes.

  5. Cassini Scientist for a Day: Encouraging Science Research and Writing for Students on National and International Scales

    NASA Astrophysics Data System (ADS)

    Zimmerman Brachman, R.; Wessen, A.; Piazza, E.

    2011-10-01

    The outreach team for the Cassini mission to Saturn at NASA's Jet Propulsion Laboratory (JPL) runs an international essay contest called "Cassini Scientist for a Day." Students write essays about Saturn and its rings and moons. The program has been run nine times, increasing in scope with each contest. Students in grades 5 to 12 (ages 10 to 18) gain skills in critical thinking, decision-making, researching, asking good questions, and communicating their ideas to scientists. Winners and their classes participate in teleconferencing question-and-answer sessions with Cassini scientists so students can ask questions to professional scientists. Videos of young Cassini scientists are included in the contest reference materials to provide role models for the students. Thousands of students in 50 countries on 6 continents have participated in the essay contest. Volunteers run the international contests outside of the United States, with their own rules, languages, and prizes.

  6. Using genre pedagogy to promote student proficiency in the language required for interpreting line graphs

    NASA Astrophysics Data System (ADS)

    Smit, Jantien; Bakker, Arthur; van Eerde, Dolly; Kuijpers, Maggie

    2016-09-01

    The importance of language in mathematics learning has been widely acknowledged. However, little is known about how to make this insight productive in the design and enactment of language-oriented mathematics education. In a design-based research project, we explored how language-oriented mathematics education can be designed and enacted. We drew on genre pedagogy to promote student proficiency in the language required for interpreting line graphs. In the intervention, the teacher used scaffolding strategies to focus students' attention on the structure and linguistic features of the language involved in this particular domain. The research question addressed in this paper is how student proficiency in this language may be promoted. The study comprised nine lessons involving 22 students in grades 5 and 6 (aged 10-12); of these students, 19 had a migrant background. In light of the research aim, we first describe the rationale behind our design. Next, we illustrate how the design was enacted by means of a case study focusing on one student in the classroom practice of developing proficiency in the language required for interpreting line graphs. On the basis of pre- and posttest scores, we conclude that overall their proficiency has increased. Together, the results indicate that and how genre pedagogy may be used to help students become more proficient in the language required in a mathematical domain.

  7. Developmental profile of speech-language and communicative functions in an individual with the Preserved Speech Variant of Rett syndrome

    PubMed Central

    Marschik, Peter B.; Vollmann, Ralf; Bartl-Pokorny, Katrin D.; Green, Vanessa A.; van der Meer, Larah; Wolin, Thomas; Einspieler, Christa

    2018-01-01

    Objective We assessed various aspects of speech-language and communicative functions of an individual with the preserved speech variant (PSV) of Rett syndrome (RTT) to describe her developmental profile over a period of 11 years. Methods For this study we incorporated the following data resources and methods to assess speech-language and communicative functions during pre-, peri- and post-regressional development: retrospective video analyses, medical history data, parental checklists and diaries, standardized tests on vocabulary and grammar, spontaneous speech samples, and picture stories to elicit narrative competences. Results Despite achieving speech-language milestones, atypical behaviours were present at all times. We observed a unique developmental speech-language trajectory (including the RTT typical regression) affecting all linguistic and socio-communicative sub-domains in the receptive as well as the expressive modality. Conclusion Future research should take into consideration a potentially considerable discordance between formal and functional language use by interpreting communicative acts on a more cautionary note. PMID:23870013

  8. Developmental profile of speech-language and communicative functions in an individual with the preserved speech variant of Rett syndrome.

    PubMed

    Marschik, Peter B; Vollmann, Ralf; Bartl-Pokorny, Katrin D; Green, Vanessa A; van der Meer, Larah; Wolin, Thomas; Einspieler, Christa

    2014-08-01

    We assessed various aspects of speech-language and communicative functions of an individual with the preserved speech variant of Rett syndrome (RTT) to describe her developmental profile over a period of 11 years. For this study, we incorporated the following data resources and methods to assess speech-language and communicative functions during pre-, peri- and post-regressional development: retrospective video analyses, medical history data, parental checklists and diaries, standardized tests on vocabulary and grammar, spontaneous speech samples and picture stories to elicit narrative competences. Despite achieving speech-language milestones, atypical behaviours were present at all times. We observed a unique developmental speech-language trajectory (including the RTT typical regression) affecting all linguistic and socio-communicative sub-domains in the receptive as well as the expressive modality. Future research should take into consideration a potentially considerable discordance between formal and functional language use by interpreting communicative acts on a more cautionary note.

  9. Do Professional Interpreters Improve Clinical Care for Patients with Limited English Proficiency? A Systematic Review of the Literature

    PubMed Central

    Karliner, Leah S; Jacobs, Elizabeth A; Chen, Alice Hm; Mutha, Sunita

    2007-01-01

    Objective To determine if professional medical interpreters have a positive impact on clinical care for limited English proficiency (LEP) patients. Data Sources A systematic literature search, limited to the English language, in PubMed and PsycINFO for publications between 1966 and September 2005, and a search of the Cochrane Library. Study Design Any peer-reviewed article which compared at least two language groups, and contained data about professional medical interpreters and addressed communication (errors and comprehension), utilization, clinical outcomes, or satisfaction were included. Of 3,698 references, 28 were found by multiple reviewers to meet inclusion criteria and, of these, 21 assessed professional interpreters separately from ad hoc interpreters. Data were abstracted from each article by two reviewers. Data were collected on the study design, size, comparison groups, analytic technique, interpreter training, and method of determining the participants' need for an interpreter. Each study was evaluated for the effect of interpreter use on four clinical topics that were most likely to either impact or reflect disparities in health and health care. Principal Findings In all four areas examined, use of professional interpreters is associated with improved clinical care more than is use of ad hoc interpreters, and professional interpreters appear to raise the quality of clinical care for LEP patients to approach or equal that for patients without language barriers. Conclusions Published studies report positive benefits of professional interpreters on communication (errors and comprehension), utilization, clinical outcomes and satisfaction with care. PMID:17362215

  10. Structure-seeking multilinear methods for the analysis of fMRI data.

    PubMed

    Andersen, Anders H; Rayens, William S

    2004-06-01

    In comprehensive fMRI studies of brain function, the data structures often contain higher-order ways such as trial, task condition, subject, and group in addition to the intrinsic dimensions of time and space. While multivariate bilinear methods such as principal component analysis (PCA) have been used successfully for extracting information about spatial and temporal features in data from a single fMRI run, the need to unfold higher-order data sets into bilinear arrays has led to decompositions that are nonunique and to the loss of multiway linkages and interactions present in the data. These additional dimensions or ways can be retained in multilinear models to produce structures that are unique and which admit interpretations that are neurophysiologically meaningful. Multiway analysis of fMRI data from multiple runs of a bilateral finger-tapping paradigm was performed using the parallel factor (PARAFAC) model. A trilinear model was fitted to a data cube of dimensions voxels by time by run. Similarly, a quadrilinear model was fitted to a higher-way structure of dimensions voxels by time by trial by run. The spatial and temporal response components were extracted and validated by comparison to results from traditional SVD/PCA analyses based on scenarios of unfolding into lower-order bilinear structures.

  11. Foreign Language Classroom Anxiety.

    ERIC Educational Resources Information Center

    Horwitz, Elaine K.; And Others

    1986-01-01

    Identifies foreign language anxiety as a conceptually distinct variable in foreign language learning and interprets it with the context of existing theoretical and empirical work on specific anxiety reactions. Discusses the effects of this anxiety on language learning and its pedagogical implications. (SED)

  12. Perceived discrimination among three groups of refugees resettled in the USA: associations with language, time in the USA, and continent of origin.

    PubMed

    Hadley, Craig; Patil, Crystal

    2009-12-01

    The objectives of this study were to assess the prevalence and predictors of discrimination among a community-based sample of refugees resettled in the USA. We sought to test whether language, gender, time in the USA and country of origin were associated with the experience of discrimination among individuals resettled in the USA as part of the refugee resettlement program. Perceived discrimination was assessed among individuals from East Africa (n = 92), West Africa (n = 74), and from Eastern Europe (n = 112) using a multi-item measure of discrimination. Bivariate associations revealed statistically significant associations between experiences of discrimination and time in the USA, language ability, and sending country. A logistic regression model revealed that refugees from African sending countries were more likely than Eastern European individuals to experience discrimination, even after controlling for potentially confounding factors. We interpret this finding as evidence of racism and discuss the implications for population health and resettlement practice.

  13. Using features of Arden Syntax with object-oriented medical data models for guideline modeling.

    PubMed

    Peleg, M; Ogunyemi, O; Tu, S; Boxwala, A A; Zeng, Q; Greenes, R A; Shortliffe, E H

    2001-01-01

    Computer-interpretable guidelines (CIGs) can deliver patient-specific decision support at the point of care. CIGs base their recommendations on eligibility and decision criteria that relate medical concepts to patient data. CIG models use expression languages for specifying these criteria, and define models for medical data to which the expressions can refer. In developing version 3 of the GuideLine Interchange Format (GLIF3), we used existing standards as the medical data model and expression language. We investigated the object-oriented HL7 Reference Information Model (RIM) as a default data model. We developed an expression language, called GEL, based on Arden Syntax's logic grammar. Together with other GLIF constructs, GEL reconciles incompatibilities between the data models of Arden Syntax and the HL7 RIM. These incompatibilities include Arden's lack of support for complex data types and time intervals, and the mismatch between Arden's single primary time and multiple time attributes of the HL7 RIM.

  14. Foreign Language Day--A Living Language Experience.

    ERIC Educational Resources Information Center

    Wood, Paul W.

    St. Bonaventure University holds a Language Day each spring, hosting some 3,900 area junior high and high school students. The buildings and facilities of the university campus are used, and activities include language competitions (exhibits, interpretative readings, language productions, audio-visual presentations and essays); a fiesta; foreign…

  15. All Together Now: Disentangling Semantics and Pragmatics with Together in Child and Adult Language

    PubMed Central

    Syrett, Kristen; Musolino, Julien

    2015-01-01

    The way in which an event is packaged linguistically can be informative about the number of participants in the event and the nature of their participation. At times, however, a sentence is ambiguous, and pragmatic information weighs in to favor one interpretation over another. Whereas adults may readily know how to pick up on such cues to meaning, children – who are generally naïve to such pragmatic nuances – may diverge and access a broader range of interpretations, or one disfavored by adults. A number of cases come to us from a now well-established body of research on scalar implicatures and scopal ambiguity. Here, we complement this previous work with a previously uninvestigated example of the semantic-pragmatic divide in language development arising from the interpretation of sentences with pluralities and together. Sentences such as Two boys lifted a block (together) allow for either a Collective or a Distributive interpretation (one pushing event vs. two spatiotemporally coordinated events). We show experimentally that children allow both interpretations in sentences with together, whereas adults rule out the Distributive interpretation without further contextual motivation. However, children appear to be guided by their semantics in the readings they access, since they do not allow readings that are semantically barred. We argue that they are unaware of the pragmatic information adults have at their fingertips, such as the conversational implicatures arising from the presence of a modifier, the probability of its occurrence being used to signal a particular interpretation among a set of alternatives, and knowledge of the possible lexical alternatives. PMID:27212871

  16. All Together Now: Disentangling Semantics and Pragmatics with Together in Child and Adult Language.

    PubMed

    Syrett, Kristen; Musolino, Julien

    The way in which an event is packaged linguistically can be informative about the number of participants in the event and the nature of their participation. At times, however, a sentence is ambiguous, and pragmatic information weighs in to favor one interpretation over another. Whereas adults may readily know how to pick up on such cues to meaning, children - who are generally naïve to such pragmatic nuances - may diverge and access a broader range of interpretations, or one disfavored by adults. A number of cases come to us from a now well-established body of research on scalar implicatures and scopal ambiguity. Here, we complement this previous work with a previously uninvestigated example of the semantic-pragmatic divide in language development arising from the interpretation of sentences with pluralities and together . Sentences such as Two boys lifted a block (together) allow for either a Collective or a Distributive interpretation (one pushing event vs. two spatiotemporally coordinated events). We show experimentally that children allow both interpretations in sentences with together , whereas adults rule out the Distributive interpretation without further contextual motivation. However, children appear to be guided by their semantics in the readings they access, since they do not allow readings that are semantically barred. We argue that they are unaware of the pragmatic information adults have at their fingertips, such as the conversational implicatures arising from the presence of a modifier, the probability of its occurrence being used to signal a particular interpretation among a set of alternatives, and knowledge of the possible lexical alternatives.

  17. One hundred and fifty years of sprint and distance running – Past trends and future prospects

    PubMed Central

    Weiss, Martin; Newman, Alexandra; Whitmore, Ceri; Weiss, Stephan

    2016-01-01

    Abstract Sprint and distance running have experienced remarkable performance improvements over the past century. Attempts to forecast running performances share an almost similarly long history but have relied so far on relatively short data series. Here, we compile a comprehensive set of season-best performances for eight Olympically contested running events. With this data set, we conduct (1) an exponential time series analysis and (2) a power-law experience curve analysis to quantify the rate of past performance improvements and to forecast future performances until the year 2100. We find that the sprint and distance running performances of women and men improve exponentially with time and converge at yearly rates of 4% ± 3% and 2% ± 2%, respectively, towards their asymptotic limits. Running performances can also be modelled with the experience curve approach, yielding learning rates of 3% ± 1% and 6% ± 2% for the women's and men's events, respectively. Long-term trends suggest that: (1) women will continue to run 10–20% slower than men, (2) 9.50 s over 100 m dash may only be broken at the end of this century and (3) several middle- and long-distance records may be broken within the next two to three decades. The prospects of witnessing a sub-2 hour marathon before 2100 remain inconclusive. Our results should be interpreted cautiously as forecasting human behaviour is intrinsically uncertain. The future season-best sprint and distance running performances will continue to scatter around the trends identified here and may yield unexpected improvements of standing world records. PMID:26088705

  18. Cost Analysis of Direct versus Indirect and Individual versus Group Modes of Manual-Based Speech-and-Language Therapy for Primary School-Age Children with Primary Language Impairment

    ERIC Educational Resources Information Center

    Dickson, Kirstin; Marshall, Marjorie; Boyle, James; McCartney, Elspeth; O'Hare, Anne; Forbes, John

    2009-01-01

    Background: The study is the first within trial cost analysis of direct versus indirect and individual versus group modes of speech-and-language therapy for children with primary language impairment. Aims: To compare the short-run resource consequences of the four interventions alongside the effects achieved measured by standardized scores on a…

  19. Fuzzy ontologies for semantic interpretation of remotely sensed images

    NASA Astrophysics Data System (ADS)

    Djerriri, Khelifa; Malki, Mimoun

    2015-10-01

    Object-based image classification consists in the assignment of object that share similar attributes to object categories. To perform such a task the remote sensing expert uses its personal knowledge, which is rarely formalized. Ontologies have been proposed as solution to represent domain knowledge agreed by domain experts in a formal and machine readable language. Classical ontology languages are not appropriate to deal with imprecision or vagueness in knowledge. Fortunately, Description Logics for the semantic web has been enhanced by various approaches to handle such knowledge. This paper presents the extension of the traditional ontology-based interpretation with fuzzy ontology of main land-cover classes in Landsat8-OLI scenes (vegetation, built-up areas, water bodies, shadow, clouds, forests) objects. A good classification of image objects was obtained and the results highlight the potential of the method to be replicated over time and space in the perspective of transferability of the procedure.

  20. IOS: PDP 11/45 formatted input/output task stacker and processer. [In MACRO-II

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

    Koschik, J.

    1974-07-08

    IOS allows the programer to perform formated Input/Output at assembly language level to/from any peripheral device. It runs under DOS versions V8-O8 or V9-19, reading and writing DOS-compatible files. Additionally, IOS will run, with total transparency, in an environment with memory management enabled. Minimum hardware required is a 16K PDP 11/45, Keyboard Device, DISK (DK,DF, or DC), and Line Frequency Clock. The source language is MACRO-11 (3.3K Decimal Words).

  1. Experience with a vectorized general circulation weather model on Star-100

    NASA Technical Reports Server (NTRS)

    Soll, D. B.; Habra, N. R.; Russell, G. L.

    1977-01-01

    A version of an atmospheric general circulation model was vectorized to run on a CDC STAR 100. The numerical model was coded and run in two different vector languages, CDC and LRLTRAN. A factor of 10 speed improvement over an IBM 360/95 was realized. Efficient use of the STAR machine required some redesigning of algorithms and logic. This precludes the application of vectorizing compilers on the original scalar code to achieve the same results. Vector languages permit a more natural and efficient formulation for such numerical codes.

  2. Ada (Tradename) Compiler Validation Summary Report. International Business Machines Corporation. IBM Development System for the Ada Language for VM/CMS, Version 1.0. IBM 4381 (IBM System/370) under VM/CMS.

    DTIC Science & Technology

    1986-04-29

    COMPILER VALIDATION SUMMARY REPORT: International Business Machines Corporation IBM Development System for the Ada Language for VM/CMS, Version 1.0 IBM 4381...tested using command scripts provided by International Business Machines Corporation. These scripts were reviewed by the validation team. Test.s were run...s): IBM 4381 (System/370) Operating System: VM/CMS, release 3.6 International Business Machines Corporation has made no deliberate extensions to the

  3. On Ecological Reflections: The Tensions of Cultivating Ecojustice and Youth Environmentalism

    ERIC Educational Resources Information Center

    Mueller, Michael P.

    2009-01-01

    I respond to Zeyer and Roth's (2009) "A Mirror of Society" by elaborating on how the idea of interpretive repertoires is grounded by education philosophy and sociology. Vernacular languages are carried forward collectively from individuals who lived during a particular period of time, inculcated as root metaphors, which frame our…

  4. 77 FR 3474 - National Environmental Justice Advisory Council; Notification of Public Teleconference Meeting...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-01-24

    ... primary topics of discussion will be: (1) Following up on action items from the October 2011 NEJAC public.... Non-English speaking attendees wishing to arrange for a foreign language interpreter may also make....m. Eastern Time on Monday, January 23, 2012, will be included in the materials distributed to the...

  5. The Unmet Need for Interpreting Provision in UK Primary Care

    PubMed Central

    Gill, Paramjit S.; Beavan, Jacqueline; Calvert, Melanie; Freemantle, Nick

    2011-01-01

    Background With increasing globalisation, the challenges of providing accessible and safe healthcare to all are great. Studies show that there are substantial numbers of people who are not fluent in English to a level where they can make best use of health services. We examined how health professionals manage language barriers in a consultation. Methods and Findings This was a cross-sectional study in 41 UK general practices . Health professionals completed a proforma for a randomly allocated consultation session. Seventy-seven (63%) practitioners responded, from 41(59%) practices. From 1008 consultations, 555 involved patients who did not have English as a first language; 710 took place in English; 222 were in other languages, the practitioner either communicating with the patient in their own language/using an alternative language. Seven consultations were in a mixture of English/patient's own language. Patients' first languages numbered 37 (apart from English), in contrast to health practitioners, who declared at least a basic level of proficiency in 22 languages other than English. The practitioner's reported proficiency in the language used was at a basic level in 24 consultations, whereas in 21, they reported having no proficiency at all. In 57 consultations, a relative/friend interpreted and in 6, a bilingual member of staff/community worker was used. Only in 6 cases was a professional interpreter booked. The main limitation was that only one random session was selected and assessment of patient/professional fluency in English was subjective. Conclusions It would appear that professional interpreters are under-used in relation to the need for them, with bilingual staff/family and friends being used commonly. In many cases where the patient spoke little/no English, the practitioner consulted in the patient's language but this approach was also used where reported practitioner proficiency was low. Further research in different setting is needed to substantiate these findings. PMID:21695146

  6. A Hands-On Experience of English Language Teachers as Researchers

    ERIC Educational Resources Information Center

    Yayli, Demet

    2012-01-01

    This study presents the results of a teacher research project. The analysis aimed to explore both the four teacher researchers' interpretations of conducting research in English language teaching and the nature of their collaboration with their supervisor in the procedure. The results showed that qualitative data analysis and interpreting the…

  7. 25 CFR 23.82 - Assistance in identifying language interpreters.

    Code of Federal Regulations, 2010 CFR

    2010-04-01

    ... 25 Indians 1 2010-04-01 2010-04-01 false Assistance in identifying language interpreters. 23.82 Section 23.82 Indians BUREAU OF INDIAN AFFAIRS, DEPARTMENT OF THE INTERIOR HUMAN SERVICES INDIAN CHILD... request of a party in an Indian child custody proceeding or of a court, the Secretary or his/her designee...

  8. Discriminant Validity of the WISC-IV Culture-Language Interpretive Matrix

    ERIC Educational Resources Information Center

    Styck, Kara M.; Watkins, Marley W.

    2014-01-01

    The Culture-Language Interpretive Matrix (C-LIM) was developed to help practitioners determine the validity of test scores obtained from students who are culturally and linguistically different from the normative group of a test. The present study used an idiographic approach to investigate the diagnostic utility of the C-LIM for the Wechsler…

  9. Radar Unix: a complete package for GPR data processing

    NASA Astrophysics Data System (ADS)

    Grandjean, Gilles; Durand, Herve

    1999-03-01

    A complete package for ground penetrating radar data interpretation including data processing, forward modeling and a case history database consultation is presented. Running on an Unix operating system, its architecture consists of a graphical user interface generating batch files transmitted to a library of processing routines. This design allows a better software maintenance and the possibility for the user to run processing or modeling batch files by itself and differed in time. A case history data base is available and consists of an hypertext document which can be consulted by using a standard HTML browser. All the software specifications are presented through a realistic example.

  10. Limited English proficient Hmong- and Spanish-speaking patients' perceptions of the quality of interpreter services.

    PubMed

    Lor, Maichou; Xiong, Phia; Schwei, Rebecca J; Bowers, Barbara J; Jacobs, Elizabeth A

    2016-02-01

    Language barriers are a large and growing problem for patients in the US and around the world. Interpreter services are a standard solution for addressing language barriers and most research has focused on utilization of interpreter services and their effect on health outcomes for patients who do not speak the same language as their healthcare providers including nurses. However, there is limited research on patients' perceptions of these interpreter services. To examine Hmong- and Spanish-speaking patients' perceptions of interpreter service quality in the context of receiving cancer preventive services. Twenty limited English proficient Hmong (n=10) and Spanish-speaking participants (n=10) ranging in age from 33 to 75 years were interviewed by two bilingual researchers in a Midwestern state. Interviews were audio taped, transcribed verbatim, and translated into English. Analysis was done using conventional content analysis. The two groups shared perceptions about the quality of interpreter services as variable along three dimensions. Specifically, both groups evaluated quality of interpreters based on the interpreters' ability to provide: (a) literal interpretation, (b) cultural interpretation, and (c) emotional interpretation during the health care encounter. The groups differed, however, on how they described the consequences of poor interpretation quality. Hmong participants described how poor quality interpretation could lead to: (a) poor interpersonal relationships among patients, providers, and interpreters, (b) inability of patients to follow through with treatment plans, and (c) emotional distress for patients. Our study highlights the fact that patients are discerning consumers of interpreter services; and could be effective partners in efforts to reform and enhance interpreter services. Copyright © 2015 Elsevier Ltd. All rights reserved.

  11. Investigating Foreign Language Learning Anxiety among Students Learning English in a Public Sector University, Pakistan

    ERIC Educational Resources Information Center

    Gopang, Illahi Bux; Bughio, Faraz Ali; Pathan, Habibullah

    2015-01-01

    The present study investigated foreign language anxiety among students of Lasbela University, Baluchistan, Pakistan. The study adopted the Foreign Language Classroom Anxiety Scale (Horwitz et al., 1986). The respondents were (N = 240) including 26 female and 214 male. The data was run through the Statistical Package for the Social Sciences (SPSS)…

  12. Social construction of American sign language--English interpreters.

    PubMed

    McDermid, Campbell

    2009-01-01

    Instructors in 5 American Sign Language--English Interpreter Programs and 4 Deaf Studies Programs in Canada were interviewed and asked to discuss their experiences as educators. Within a qualitative research paradigm, their comments were grouped into a number of categories tied to the social construction of American Sign Language--English interpreters, such as learners' age and education and the characteristics of good citizens within the Deaf community. According to the participants, younger students were adept at language acquisition, whereas older learners more readily understood the purpose of lessons. Children of deaf adults were seen as more culturally aware. The participants' beliefs echoed the theories of P. Freire (1970/1970) that educators consider the reality of each student and their praxis and were responsible for facilitating student self-awareness. Important characteristics in the social construction of students included independence, an appropriate attitude, an understanding of Deaf culture, ethical behavior, community involvement, and a willingness to pursue lifelong learning.

  13. Evaluation of Primary/Preferred Language Data Collection

    PubMed Central

    Duong, Linh M.; Singh, Simple D.; Buchanan, Natasha; Phillips, Joan L; Cerlach, Ken

    2015-01-01

    A literature review was conducted to identify peer-reviewed articles related to primary/preferred language and interpreter-use data collection practices in hospitals, clinics, and outpatient settings to assess its completeness and quality. In January 2011, Embase (Ovid), MEDLINE (Ovid), PubMed, and Web of Science databases were searched for eligible studies. Primary and secondary inclusion criteria were applied to selected eligible articles. This extensive literature search yielded 768 articles after duplicates were removed. After primary and secondary inclusion criteria were applied, 28 eligible articles remained for data abstraction. All 28 articles in this review reported collecting primary/preferred language data, but only 18% (5/28) collected information on interpreter use. This review revealed that there remains variability in the way that primary/preferred language and interpreter use data are collected; all studies used various methodologies for evaluating and abstracting these data. Likewise, the sources from which the data were abstracted differed. PMID:23443456

  14. The use of interpreters in medical settings and forensic medical examinations in Australia: the relationship between medicine and linguistics.

    PubMed

    Schreiber, Jason R; Odell, Morris S

    2014-07-01

    Medical examinations are dependent on combining communication with professional competence. In the development of a global multicultural community with the use of multiple languages, doctors have become increasingly dependent on language facilitation such as interpreting and translation. Despite professional studies, the use of language facilitation with its associated problems has not been fully explored in graduate and post-graduate medical and forensic medical training. There may still be some lack of reciprocal understanding between the medical and linguistic fields, their ethics, obligations and limits although both fields and their ethical frameworks are closer related than might be expected. This article is a discussion that aims at providing a basic understanding of guidelines as to the origin and appropriate use of language interpretation in medical and forensic medical examinations. Copyright © 2014 Elsevier Ltd and Faculty of Forensic and Legal Medicine. All rights reserved.

  15. Evaluation of primary/preferred language data collection.

    PubMed

    Duong, Linh M; Singh, Simple D; Buchanan, Natasha; Phillips, Joan L; Gerlach, Ken

    2012-01-01

    A literature review was conducted to identify peer-reviewed articles related to primary/preferred language and interpreter-use data collection practices in hospitals, clinics, and outpatient settings to assess its completeness and quality. In January 2011, Embase (Ovid), MEDLINE (Ovid), PubMed, and Web of Science databases were searched for eligible studies. Primary and secondary inclusion criteria were applied to selected eligible articles. This extensive literature search yielded 768 articles after duplicates were removed. After primary and secondary inclusion criteria were applied, 28 eligible articles remained for data abstraction. All 28 articles in this review reported collecting primary/preferred language data, but only 18% (5/28) collected information on interpreter use. This review revealed that there remains variability in the way that primary/preferred language and interpreter use data are collected; all studies used various methodologies for evaluating and abstracting these data. Likewise, the sources from which the data were abstracted differed.

  16. The Design of Hand Gestures for Human-Computer Interaction: Lessons from Sign Language Interpreters.

    PubMed

    Rempel, David; Camilleri, Matt J; Lee, David L

    2015-10-01

    The design and selection of 3D modeled hand gestures for human-computer interaction should follow principles of natural language combined with the need to optimize gesture contrast and recognition. The selection should also consider the discomfort and fatigue associated with distinct hand postures and motions, especially for common commands. Sign language interpreters have extensive and unique experience forming hand gestures and many suffer from hand pain while gesturing. Professional sign language interpreters (N=24) rated discomfort for hand gestures associated with 47 characters and words and 33 hand postures. Clear associations of discomfort with hand postures were identified. In a nominal logistic regression model, high discomfort was associated with gestures requiring a flexed wrist, discordant adjacent fingers, or extended fingers. These and other findings should be considered in the design of hand gestures to optimize the relationship between human cognitive and physical processes and computer gesture recognition systems for human-computer input.

  17. Mobility Research for Future Vehicles: A Methodology to Create a Unified Trade-Off Environment for Advanced Aerospace Vehicle

    DTIC Science & Technology

    2018-01-31

    Language for SeBBAS ............................................................... 23 2.4.3 Running SeBBAS Algorithm in MATLAB...Input File Error Checking ................................................................................................... 76 4.4.3 Running ...99 6.2 5- Blade Rotor System Investigation

  18. ESDAPT - APT PROGRAMMING EDITOR AND INTERPRETER

    NASA Technical Reports Server (NTRS)

    Premack, T.

    1994-01-01

    ESDAPT is a graphical programming environment for developing APT (Automatically Programmed Tool) programs for controlling numerically controlled machine tools. ESDAPT has a graphical user interface that provides the user with an APT syntax sensitive text editor and windows for displaying geometry and tool paths. APT geometry statement can also be created using menus and screen picks. ESDAPT interprets APT geometry statements and displays the results in its view windows. Tool paths are generated by batching the APT source to an APT processor (COSMIC P-APT recommended). The tool paths are then displayed in the view windows. Hardcopy output of the view windows is in color PostScript format. ESDAPT is written in C-language, yacc, lex, and XView for use on Sun4 series computers running SunOS. ESDAPT requires 4Mb of disk space, 7Mb of RAM, and MIT's X Window System, Version 11 Release 4, or OpenWindows version 3 for execution. Program documentation in PostScript format and an executable for OpenWindows version 3 are provided on the distribution media. The standard distribution medium for ESDAPT is a .25 inch streaming magnetic tape cartridge (Sun QIC-24) in UNIX tar format. This program was developed in 1992.

  19. A Qualitative study of language barriers between South African health care providers and cross-border migrants.

    PubMed

    Hunter-Adams, Jo; Rother, Hanna-Andrea

    2017-01-31

    Communication with health care providers represents an essential part of access to health care for the over 230 million cross-border migrants around the world. In this article, we explore the complexity of health communication from the perspective of cross-border migrants seeking antenatal care in Cape Town, South Africa in order to highlight the importance of high quality medical interpretation. As part of a broader study of migrant maternal and infant nutrition, we conducted a secondary data analysis of semi-structured in-depth interviews (N = 23) with Congolese (n = 7), Somali (n = 8) and Zimbabwean (n = 8) women living in Cape Town, as well as nine focus group discussions (including men: n = 3 and women: n = 6) were conducted with migrant Somalis, Congolese, and Zimbabweans (N = 48). We first used content analysis to gather all data related to language and communication. We then analysed this data thematically. Zimbabwean participants described how the inability to speak the local South African language (IsiXhosa) gave rise to labelling and stereotyping by healthcare staff. Congolese and Somali participants described medical procedures, including tubal ligation, which were performed without consent. Partners often tried to play the role of interpreter, which resulted in loss of income and non-professional medical interpretation. Participants' highlighted fears over unwanted procedures or being unable to access care. Challenges of communication without a common language (and without professional medical interpretation), rather than outright denial of care by healthcare professionals, mediated these encounters. Although there are several factors impeding cross-border migrants' access to health care, effective communication is a prerequisite for quality care. Free-to-patient professional medical interpretation would not only benefit migrant populations but would benefit the broader community where language and health literacy are barriers to accessing health care. Novel approaches to language access may include technology-enabled professional interpretation.

  20. Validation of Mission Plans Through Simulation

    NASA Astrophysics Data System (ADS)

    St-Pierre, J.; Melanson, P.; Brunet, C.; Crabtree, D.

    2002-01-01

    The purpose of a spacecraft mission planning system is to automatically generate safe and optimized mission plans for a single spacecraft, or more functioning in unison. The system verifies user input syntax, conformance to commanding constraints, absence of duty cycle violations, timing conflicts, state conflicts, etc. Present day constraint-based systems with state-based predictive models use verification rules derived from expert knowledge. A familiar solution found in Mission Operations Centers, is to complement the planning system with a high fidelity spacecraft simulator. Often a dedicated workstation, the simulator is frequently used for operator training and procedure validation, and may be interfaced to actual control stations with command and telemetry links. While there are distinct advantages to having a planning system offer realistic operator training using the actual flight control console, physical verification of data transfer across layers and procedure validation, experience has revealed some drawbacks and inefficiencies in ground segment operations: With these considerations, two simulation-based mission plan validation projects are under way at the Canadian Space Agency (CSA): RVMP and ViSION. The tools proposed in these projects will automatically run scenarios and provide execution reports to operations planning personnel, prior to actual command upload. This can provide an important safeguard for system or human errors that can only be detected with high fidelity, interdependent spacecraft models running concurrently. The core element common to these projects is a spacecraft simulator, built with off-the- shelf components such as CAE's Real-Time Object-Based Simulation Environment (ROSE) technology, MathWork's MATLAB/Simulink, and Analytical Graphics' Satellite Tool Kit (STK). To complement these tools, additional components were developed, such as an emulated Spacecraft Test and Operations Language (STOL) interpreter and CCSDS TM/TC encoders and decoders. This paper discusses the use of simulation in the context of space mission planning, describes the projects under way and proposes additional venues of investigation and development.

  1. Investigating Reciprocal Meaning-Making as an Element of Intercultural Language Learning in the Languages Classroom

    ERIC Educational Resources Information Center

    Skene, Catherine

    2013-01-01

    The "Australian Curriculum: Languages" is based on an intercultural orientation to the teaching and learning of languages. Reciprocal meaning-making, or interpreting self in relation to others as language users, is a key element in an intercultural orientation. The concept of reciprocating is embedded in the language-specific curricula…

  2. Children’s Recall of Words Spoken in Their First and Second Language: Effects of Signal-to-Noise Ratio and Reverberation Time

    PubMed Central

    Hurtig, Anders; Keus van de Poll, Marijke; Pekkola, Elina P.; Hygge, Staffan; Ljung, Robert; Sörqvist, Patrik

    2016-01-01

    Speech perception runs smoothly and automatically when there is silence in the background, but when the speech signal is degraded by background noise or by reverberation, effortful cognitive processing is needed to compensate for the signal distortion. Previous research has typically investigated the effects of signal-to-noise ratio (SNR) and reverberation time in isolation, whilst few have looked at their interaction. In this study, we probed how reverberation time and SNR influence recall of words presented in participants’ first- (L1) and second-language (L2). A total of 72 children (10 years old) participated in this study. The to-be-recalled wordlists were played back with two different reverberation times (0.3 and 1.2 s) crossed with two different SNRs (+3 dBA and +12 dBA). Children recalled fewer words when the spoken words were presented in L2 in comparison with recall of spoken words presented in L1. Words that were presented with a high SNR (+12 dBA) improved recall compared to a low SNR (+3 dBA). Reverberation time interacted with SNR to the effect that at +12 dB the shorter reverberation time improved recall, but at +3 dB it impaired recall. The effects of the physical sound variables (SNR and reverberation time) did not interact with language. PMID:26834665

  3. Differentiating the persistency and permanency of some two stages DNA splicing language via Yusof-Goode (Y-G) approach

    NASA Astrophysics Data System (ADS)

    Mudaber, M. H.; Yusof, Y.; Mohamad, M. S.

    2017-09-01

    Predicting the existence of restriction enzymes sequences on the recombinant DNA fragments, after accomplishing the manipulating reaction, via mathematical approach is considered as a convenient way in terms of DNA recombination. In terms of mathematics, for this characteristic of the recombinant DNA strands, which involve the recognition sites of restriction enzymes, is called persistent and permanent. Normally differentiating the persistency and permanency of two stages recombinant DNA strands using wet-lab experiment is expensive and time-consuming due to running the experiment at two stages as well as adding more restriction enzymes on the reaction. Therefore, in this research, by using Yusof-Goode (Y-G) model the difference between persistent and permanent splicing language of some two stages is investigated. Two theorems were provided, which show the persistency and non-permanency of two stages DNA splicing language.

  4. Limited English proficient Hmong- and Spanish-speaking patients’ perceptions of the quality of interpreter services

    PubMed Central

    Lor, Maichou; Xiong, Phia; Schweia, Rebecca J.; Bowers, Barbara; Jacobs, Elizabeth A.

    2015-01-01

    Background Language barriers are a large and growing problem for patients in the U.S. and around the world. Interpreter services are a standard solution for addressing language barriers and most research has focused on utilization of interpreter services and their effect on health outcomes for patients who do not speak the same language as their healthcare providers including nurses. However, there is limited research on patients’ perceptions of these interpreter services. Objective To examine Hmong- and Spanish-speaking patients’ perceptions of interpreter service quality in the context of receiving cancer preventive services. Methods Twenty limited English proficient Hmong (n=10) and Spanish-speaking participants (N=10) ranging in age from 33 to 75 years were interviewed by two bilingual researchers in a Midwestern state. Interviews were audio taped, transcribed verbatim, and translated into English. Analysis was done using conventional content analysis. Results The two groups shared perceptions about the quality of interpreter services as variable along three dimensions. Specifically, both groups evaluated quality of interpreters based on the interpreters’ ability to provide: (a) literal interpretation, (b) cultural interpretation, and (c) emotional interpretation during the health care encounter. The groups differed, however, on how they described the consequences of poor interpretation quality. Hmong participants described how poor quality interpretation could lead to: (a) poor interpersonal relationships among patients, providers, and interpreters, (b) inability of patients to follow through with treatment plans, and (c) emotional distress for patients. Conclusions Our study highlights the fact that patients are discerning consumers of interpreter services; and could be effective partners in efforts to reform and enhance interpreter services. PMID:25865517

  5. Don't Underestimate the Benefits of Being Misunderstood.

    PubMed

    Gibson, Edward; Tan, Caitlin; Futrell, Richard; Mahowald, Kyle; Konieczny, Lars; Hemforth, Barbara; Fedorenko, Evelina

    2017-06-01

    Being a nonnative speaker of a language poses challenges. Individuals often feel embarrassed by the errors they make when talking in their second language. However, here we report an advantage of being a nonnative speaker: Native speakers give foreign-accented speakers the benefit of the doubt when interpreting their utterances; as a result, apparently implausible utterances are more likely to be interpreted in a plausible way when delivered in a foreign than in a native accent. Across three replicated experiments, we demonstrated that native English speakers are more likely to interpret implausible utterances, such as "the mother gave the candle the daughter," as similar plausible utterances ("the mother gave the candle to the daughter") when the speaker has a foreign accent. This result follows from the general model of language interpretation in a noisy channel, under the hypothesis that listeners assume a higher error rate in foreign-accented than in nonaccented speech.

  6. Dynamic changes in network activations characterize early learning of a natural language.

    PubMed

    Plante, Elena; Patterson, Dianne; Dailey, Natalie S; Kyle, R Almyrde; Fridriksson, Julius

    2014-09-01

    Those who are initially exposed to an unfamiliar language have difficulty separating running speech into individual words, but over time will recognize both words and the grammatical structure of the language. Behavioral studies have used artificial languages to demonstrate that humans are sensitive to distributional information in language input, and can use this information to discover the structure of that language. This is done without direct instruction and learning occurs over the course of minutes rather than days or months. Moreover, learners may attend to different aspects of the language input as their own learning progresses. Here, we examine processing associated with the early stages of exposure to a natural language, using fMRI. Listeners were exposed to an unfamiliar language (Icelandic) while undergoing four consecutive fMRI scans. The Icelandic stimuli were constrained in ways known to produce rapid learning of aspects of language structure. After approximately 4 min of exposure to the Icelandic stimuli, participants began to differentiate between correct and incorrect sentences at above chance levels, with significant improvement between the first and last scan. An independent component analysis of the imaging data revealed four task-related components, two of which were associated with behavioral performance early in the experiment, and two with performance later in the experiment. This outcome suggests dynamic changes occur in the recruitment of neural resources even within the initial period of exposure to an unfamiliar natural language. Copyright © 2014 Elsevier Ltd. All rights reserved.

  7. La Interpretacion Consecutiva y la Ensenanza Avanzada de Idiomas (Delayed Interpretation and Advanced Language Teaching)

    ERIC Educational Resources Information Center

    Bradley, D.

    1977-01-01

    Discusses the teaching of interpretation. The importance of delayed interpretation, as opposed to simultaneous interpretation, is stressed, because of the emphasis on semantic meaning. (Text is in Spanish.) (NCR)

  8. Mapping, Awareness, and Virtualization Network Administrator Training Tool (MAVNATT) Architecture and Framework

    DTIC Science & Technology

    2015-06-01

    unit may setup and teardown the entire tactical infrastructure multiple times per day. This tactical network administrator training is a critical...language and runs on Linux and Unix based systems. All provisioning is based around the Nagios Core application, a powerful backend solution for network...start up a large number of virtual machines quickly. CORE supports the simulation of fixed and mobile networks. CORE is open-source, written in Python

  9. pick_xwell, a program for interactive picking of crosswell seismic and radar data

    USGS Publications Warehouse

    Ellefsen, K.J.

    1999-01-01

    travel times can be plotted on the computer screen or printed to a file in postscript format. The program is written in the IDL programming language, and it is executed, in command-line mode, within the IDL program. The IDL program must be run from an X-window terminal that is connected to a computer with the Unix operating system. The data must be in the SU format.

  10. High Performance Databases For Scientific Applications

    NASA Technical Reports Server (NTRS)

    French, James C.; Grimshaw, Andrew S.

    1997-01-01

    The goal for this task is to develop an Extensible File System (ELFS). ELFS attacks the problem of the following: 1. Providing high bandwidth performance architectures; 2. Reducing the cognitive burden faced by applications programmers when they attempt to optimize; and 3. Seamlessly managing the proliferation of data formats and architectural differences. The approach for ELFS solution consists of language and run-time system support that permits the specification on a hierarchy of file classes.

  11. HAL/S-FC compiler system specifications

    NASA Technical Reports Server (NTRS)

    1976-01-01

    This document specifies the informational interfaces within the HAL/S-FC compiler, and between the compiler and the external environment. This Compiler System Specification is for the HAL/S-FC compiler and its associated run time facilities which implement the full HAL/S language. The HAL/S-FC compiler is designed to operate stand-alone on any compatible IBM 360/370 computer and within the Software Development Laboratory (SDL) at NASA/JSC, Houston, Texas.

  12. Use of statecharts in the modelling of dynamic behaviour in the ATLAS DAQ prototype-1

    NASA Astrophysics Data System (ADS)

    Croll, P.; Duval, P.-Y.; Jones, R.; Kolos, S.; Sari, R. F.; Wheeler, S.

    1998-08-01

    Many applications within the ATLAS DAQ prototype-1 system have complicated dynamic behaviour which can be successfully modelled in terms of states and transitions between states. Previously, state diagrams implemented as finite-state machines have been used. Although effective, they become ungainly as system size increases. Harel statecharts address this problem by implementing additional features such as hierarchy and concurrency. The CHSM object-oriented language system is freeware which implements Harel statecharts as concurrent, hierarchical, finite-state machines (CHSMs). An evaluation of this language system by the ATLAS DAQ group has shown it to be suitable for describing the dynamic behaviour of typical DAQ applications. The language is currently being used to model the dynamic behaviour of the prototype-1 run-control system. The design is specified by means of a CHSM description file, and C++ code is obtained by running the CHSM compiler on the file. In parallel with the modelling work, a code generator has been developed which translates statecharts, drawn using the StP CASE tool, into the CHSM language. C++ code, describing the dynamic behaviour of the run-control system, has been successfully generated directly from StP statecharts using the CHSM generator and compiler. The validity of the design was tested using the simulation features of the Statemate CASE tool.

  13. Fortran programs for the time-dependent Gross-Pitaevskii equation in a fully anisotropic trap

    NASA Astrophysics Data System (ADS)

    Muruganandam, P.; Adhikari, S. K.

    2009-10-01

    Here we develop simple numerical algorithms for both stationary and non-stationary solutions of the time-dependent Gross-Pitaevskii (GP) equation describing the properties of Bose-Einstein condensates at ultra low temperatures. In particular, we consider algorithms involving real- and imaginary-time propagation based on a split-step Crank-Nicolson method. In a one-space-variable form of the GP equation we consider the one-dimensional, two-dimensional circularly-symmetric, and the three-dimensional spherically-symmetric harmonic-oscillator traps. In the two-space-variable form we consider the GP equation in two-dimensional anisotropic and three-dimensional axially-symmetric traps. The fully-anisotropic three-dimensional GP equation is also considered. Numerical results for the chemical potential and root-mean-square size of stationary states are reported using imaginary-time propagation programs for all the cases and compared with previously obtained results. Also presented are numerical results of non-stationary oscillation for different trap symmetries using real-time propagation programs. A set of convenient working codes developed in Fortran 77 are also provided for all these cases (twelve programs in all). In the case of two or three space variables, Fortran 90/95 versions provide some simplification over the Fortran 77 programs, and these programs are also included (six programs in all). Program summaryProgram title: (i) imagetime1d, (ii) imagetime2d, (iii) imagetime3d, (iv) imagetimecir, (v) imagetimesph, (vi) imagetimeaxial, (vii) realtime1d, (viii) realtime2d, (ix) realtime3d, (x) realtimecir, (xi) realtimesph, (xii) realtimeaxial Catalogue identifier: AEDU_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEDU_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 122 907 No. of bytes in distributed program, including test data, etc.: 609 662 Distribution format: tar.gz Programming language: FORTRAN 77 and Fortran 90/95 Computer: PC Operating system: Linux, Unix RAM: 1 GByte (i, iv, v), 2 GByte (ii, vi, vii, x, xi), 4 GByte (iii, viii, xii), 8 GByte (ix) Classification: 2.9, 4.3, 4.12 Nature of problem: These programs are designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in one-, two- or three-space dimensions with a harmonic, circularly-symmetric, spherically-symmetric, axially-symmetric or anisotropic trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Solution method: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation, in either imaginary or real time, over small time steps. The method yields the solution of stationary and/or non-stationary problems. Additional comments: This package consists of 12 programs, see "Program title", above. FORTRAN77 versions are provided for each of the 12 and, in addition, Fortran 90/95 versions are included for ii, iii, vi, viii, ix, xii. For the particular purpose of each program please see the below. Running time: Minutes on a medium PC (i, iv, v, vii, x, xi), a few hours on a medium PC (ii, vi, viii, xii), days on a medium PC (iii, ix). Program summary (1)Title of program: imagtime1d.F Title of electronic file: imagtime1d.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 1 GByte Programming language used: Fortran 77 Typical running time: Minutes on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in one-space dimension with a harmonic trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in imaginary time over small time steps. The method yields the solution of stationary problems. Program summary (2)Title of program: imagtimecir.F Title of electronic file: imagtimecir.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 1 GByte Programming language used: Fortran 77 Typical running time: Minutes on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in two-space dimensions with a circularly-symmetric trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in imaginary time over small time steps. The method yields the solution of stationary problems. Program summary (3)Title of program: imagtimesph.F Title of electronic file: imagtimesph.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 1 GByte Programming language used: Fortran 77 Typical running time: Minutes on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in three-space dimensions with a spherically-symmetric trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in imaginary time over small time steps. The method yields the solution of stationary problems. Program summary (4)Title of program: realtime1d.F Title of electronic file: realtime1d.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 2 GByte Programming language used: Fortran 77 Typical running time: Minutes on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in one-space dimension with a harmonic trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in real time over small time steps. The method yields the solution of stationary and non-stationary problems. Program summary (5)Title of program: realtimecir.F Title of electronic file: realtimecir.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 2 GByte Programming language used: Fortran 77 Typical running time: Minutes on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in two-space dimensions with a circularly-symmetric trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in real time over small time steps. The method yields the solution of stationary and non-stationary problems. Program summary (6)Title of program: realtimesph.F Title of electronic file: realtimesph.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 2 GByte Programming language used: Fortran 77 Typical running time: Minutes on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in three-space dimensions with a spherically-symmetric trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in real time over small time steps. The method yields the solution of stationary and non-stationary problems. Program summary (7)Title of programs: imagtimeaxial.F and imagtimeaxial.f90 Title of electronic file: imagtimeaxial.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 2 GByte Programming language used: Fortran 77 and Fortran 90 Typical running time: Few hours on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in three-space dimensions with an axially-symmetric trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in imaginary time over small time steps. The method yields the solution of stationary problems. Program summary (8)Title of program: imagtime2d.F and imagtime2d.f90 Title of electronic file: imagtime2d.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 2 GByte Programming language used: Fortran 77 and Fortran 90 Typical running time: Few hours on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in two-space dimensions with an anisotropic trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in imaginary time over small time steps. The method yields the solution of stationary problems. Program summary (9)Title of program: realtimeaxial.F and realtimeaxial.f90 Title of electronic file: realtimeaxial.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 4 GByte Programming language used: Fortran 77 and Fortran 90 Typical running time Hours on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in three-space dimensions with an axially-symmetric trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in real time over small time steps. The method yields the solution of stationary and non-stationary problems. Program summary (10)Title of program: realtime2d.F and realtime2d.f90 Title of electronic file: realtime2d.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 4 GByte Programming language used: Fortran 77 and Fortran 90 Typical running time: Hours on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in two-space dimensions with an anisotropic trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in real time over small time steps. The method yields the solution of stationary and non-stationary problems. Program summary (11)Title of program: imagtime3d.F and imagtime3d.f90 Title of electronic file: imagtime3d.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum RAM memory: 4 GByte Programming language used: Fortran 77 and Fortran 90 Typical running time: Few days on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in three-space dimensions with an anisotropic trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in imaginary time over small time steps. The method yields the solution of stationary problems. Program summary (12)Title of program: realtime3d.F and realtime3d.f90 Title of electronic file: realtime3d.tar.gz Catalogue identifier: Program summary URL: Program obtainable from: CPC Program Library, Queen's University of Belfast, N. Ireland Distribution format: tar.gz Computers: PC/Linux, workstation/UNIX Maximum Ram Memory: 8 GByte Programming language used: Fortran 77 and Fortran 90 Typical running time: Days on a medium PC Unusual features: None Nature of physical problem: This program is designed to solve the time-dependent Gross-Pitaevskii nonlinear partial differential equation in three-space dimensions with an anisotropic trap. The Gross-Pitaevskii equation describes the properties of a dilute trapped Bose-Einstein condensate. Method of solution: The time-dependent Gross-Pitaevskii equation is solved by the split-step Crank-Nicolson method by discretizing in space and time. The discretized equation is then solved by propagation in real time over small time steps. The method yields the solution of stationary and non-stationary problems.

  14. Resident physicians' opinions and behaviors regarding the use of interpreters in New Orleans.

    PubMed

    Sandler, Rachel; Myers, Leann; Springgate, Benjamin

    2014-11-01

    In academic medical centers, resident physicians are most involved in the care of patients, yet many have little training in the proper use of interpreters in the care of patients with limited English-language proficiency. Residents have cited lack of time and lack of access to trained medical interpreters as barriers to the use of professional interpreter services. The purpose of this study was to examine the usage patterns of interpreters and perceived barriers to using interpreters in New Orleans. Subjects included resident physicians training in internal medicine, pediatrics, and combined internal medicine and pediatrics at Tulane University and Louisiana State University in New Orleans. A survey that consisted of demographics, short-answer, and Likert-scale questions regarding attitudes related to the use of interpreters was used as the metric. The overall response rate was 55.5%. A total of 92.4% of subjects surveyed stated that they had used an interpreter during their residency. Telephone services and family members were the most commonly used types of interpreters (41.3% and 30.5%, respectively). Resident physicians were most likely to use interpreter services during their initial history taking as well as at discharge, but use declined throughout patients' hospitalization (P < 0.001). Residents cited lack of availability, lack of time, and lack of knowledge about accessing interpreter services as the major barriers to using interpreters. Resident physicians training in New Orleans have experience using interpreter services; however, they continue to use untrained interpreters and use varies during the hospital encounter. Targeted training for residents, including interpreter logistics, may help increase the use of interpreters.

  15. Barriers beyond words: cancer, culture, and translation in a community of Russian speakers.

    PubMed

    Dohan, Daniel; Levintova, Marya

    2007-11-01

    Language and culture relate in complex ways. Addressing this complexity in the context of language translation is a challenge when caring for patients with limited English proficiency (LEP). To examine processes of care related to language, culture and translation in an LEP population is the objective of this study. We used community based participatory research to examine the experiences of Russian-speaking cancer patients in San Francisco, California. A Russian Cancer Information Taskforce (RCIT), including community-based organizations, local government, and clinics, participated in all phases of the study. A purposeful sample of 74 individuals were the participants of the study. The RCIT shaped research themes and facilitated access to participants. Methods were focus groups, individual interviews, and participant observation. RCIT reviewed data and provided guidance in interpreting results. Four themes emerged. (1) Local Russian-language resources were seen as inadequate and relatively unavailable compared to other non-English languages; (2) a taboo about the word "cancer" led to language "games" surrounding disclosure; (3) this taboo, and other dynamics of care, reflected expectations that Russian speakers derived from experiences in their countries of origin; (4) using interpreters as cultural brokers or establishing support groups for Russian speakers could help address barriers. The language barriers experienced by this LEP population reflect cultural and linguistic issues. Providers should consider partnering with trained interpreters to address the intertwining of language and culture.

  16. Solving Equations of Multibody Dynamics

    NASA Technical Reports Server (NTRS)

    Jain, Abhinandan; Lim, Christopher

    2007-01-01

    Darts++ is a computer program for solving the equations of motion of a multibody system or of a multibody model of a dynamic system. It is intended especially for use in dynamical simulations performed in designing and analyzing, and developing software for the control of, complex mechanical systems. Darts++ is based on the Spatial-Operator- Algebra formulation for multibody dynamics. This software reads a description of a multibody system from a model data file, then constructs and implements an efficient algorithm that solves the dynamical equations of the system. The efficiency and, hence, the computational speed is sufficient to make Darts++ suitable for use in realtime closed-loop simulations. Darts++ features an object-oriented software architecture that enables reconfiguration of system topology at run time; in contrast, in related prior software, system topology is fixed during initialization. Darts++ provides an interface to scripting languages, including Tcl and Python, that enable the user to configure and interact with simulation objects at run time.

  17. Evaluation of Two Commercial Systems for Automated Processing, Reading, and Interpretation of Lyme Borreliosis Western Blots▿

    PubMed Central

    Binnicker, M. J.; Jespersen, D. J.; Harring, J. A.; Rollins, L. O.; Bryant, S. C.; Beito, E. M.

    2008-01-01

    The diagnosis of Lyme borreliosis (LB) is commonly made by serologic testing with Western blot (WB) analysis serving as an important supplemental assay. Although specific, the interpretation of WBs for diagnosis of LB (i.e., Lyme WBs) is subjective, with considerable variability in results. In addition, the processing, reading, and interpretation of Lyme WBs are laborious and time-consuming procedures. With the need for rapid processing and more objective interpretation of Lyme WBs, we evaluated the performances of two automated interpretive systems, TrinBlot/BLOTrix (Trinity Biotech, Carlsbad, CA) and BeeBlot/ViraScan (Viramed Biotech AG, Munich, Germany), using 518 serum specimens submitted to our laboratory for Lyme WB analysis. The results of routine testing with visual interpretation were compared to those obtained by BLOTrix analysis of MarBlot immunoglobulin M (IgM) and IgG and by ViraScan analysis of ViraBlot and ViraStripe IgM and IgG assays. BLOTrix analysis demonstrated an agreement of 84.7% for IgM and 87.3% for IgG compared to visual reading and interpretation. ViraScan analysis of the ViraBlot assays demonstrated agreements of 85.7% for IgM and 94.2% for IgG, while ViraScan analysis of the ViraStripe IgM and IgG assays showed agreements of 87.1 and 93.1%, respectively. Testing by the automated systems yielded an average time savings of 64 min/run compared to processing, reading, and interpretation by our current procedure. Our findings demonstrated that automated processing and interpretive systems yield results comparable to those of visual interpretation, while reducing the subjectivity and time required for Lyme WB analysis. PMID:18463211

  18. Evaluation of two commercial systems for automated processing, reading, and interpretation of Lyme borreliosis Western blots.

    PubMed

    Binnicker, M J; Jespersen, D J; Harring, J A; Rollins, L O; Bryant, S C; Beito, E M

    2008-07-01

    The diagnosis of Lyme borreliosis (LB) is commonly made by serologic testing with Western blot (WB) analysis serving as an important supplemental assay. Although specific, the interpretation of WBs for diagnosis of LB (i.e., Lyme WBs) is subjective, with considerable variability in results. In addition, the processing, reading, and interpretation of Lyme WBs are laborious and time-consuming procedures. With the need for rapid processing and more objective interpretation of Lyme WBs, we evaluated the performances of two automated interpretive systems, TrinBlot/BLOTrix (Trinity Biotech, Carlsbad, CA) and BeeBlot/ViraScan (Viramed Biotech AG, Munich, Germany), using 518 serum specimens submitted to our laboratory for Lyme WB analysis. The results of routine testing with visual interpretation were compared to those obtained by BLOTrix analysis of MarBlot immunoglobulin M (IgM) and IgG and by ViraScan analysis of ViraBlot and ViraStripe IgM and IgG assays. BLOTrix analysis demonstrated an agreement of 84.7% for IgM and 87.3% for IgG compared to visual reading and interpretation. ViraScan analysis of the ViraBlot assays demonstrated agreements of 85.7% for IgM and 94.2% for IgG, while ViraScan analysis of the ViraStripe IgM and IgG assays showed agreements of 87.1 and 93.1%, respectively. Testing by the automated systems yielded an average time savings of 64 min/run compared to processing, reading, and interpretation by our current procedure. Our findings demonstrated that automated processing and interpretive systems yield results comparable to those of visual interpretation, while reducing the subjectivity and time required for Lyme WB analysis.

  19. Quantifiers are incrementally interpreted in context, more than less

    PubMed Central

    Urbach, Thomas P.; DeLong, Katherine A.; Kutas, Marta

    2015-01-01

    Language interpretation is often assumed to be incremental. However, our studies of quantifier expressions in isolated sentences found N400 event-related brain potential (ERP) evidence for partial but not full immediate quantifier interpretation (Urbach & Kutas, 2010). Here we tested similar quantifier expressions in pragmatically supporting discourse contexts (Alex was an unusual toddler. Most/Few kids prefer sweets/vegetables…) while participants made plausibility judgments (Experiment 1) or read for comprehension (Experiment 2). Control Experiments 3A (plausibility) and 3B (comprehension) removed the discourse contexts. Quantifiers always modulated typical and/or atypical word N400 amplitudes. However, only the real-time N400 effects only in Experiment 2 mirrored offline quantifier and typicality crossover interaction effects for plausibility ratings and cloze probabilities. We conclude that quantifier expressions can be interpreted fully and immediately, though pragmatic and task variables appear to impact the speed and/or depth of quantifier interpretation. PMID:26005285

  20. Robot computer problem solving system

    NASA Technical Reports Server (NTRS)

    Becker, J. D.; Merriam, E. W.

    1974-01-01

    The conceptual, experimental, and practical phases of developing a robot computer problem solving system are outlined. Robot intelligence, conversion of the programming language SAIL to run under the THNEX monitor, and the use of the network to run several cooperating jobs at different sites are discussed.

  1. The Private Language Argument.

    ERIC Educational Resources Information Center

    Baker, Gordon

    1998-01-01

    Discusses the private language argument (PLA)--the argument against the possibility of a private language. Raises questions about the PLA, suggesting there are a number of problems that PLA interpretation generates and fails to resolve. (Author/JL)

  2. Cross-Compiler for Modeling Space-Flight Systems

    NASA Technical Reports Server (NTRS)

    James, Mark

    2007-01-01

    Ripples is a computer program that makes it possible to specify arbitrarily complex space-flight systems in an easy-to-learn, high-level programming language and to have the specification automatically translated into LibSim, which is a text-based computing language in which such simulations are implemented. LibSim is a very powerful simulation language, but learning it takes considerable time, and it requires that models of systems and their components be described at a very low level of abstraction. To construct a model in LibSim, it is necessary to go through a time-consuming process that includes modeling each subsystem, including defining its fault-injection states, input and output conditions, and the topology of its connections to other subsystems. Ripples makes it possible to describe the same models at a much higher level of abstraction, thereby enabling the user to build models faster and with fewer errors. Ripples can be executed in a variety of computers and operating systems, and can be supplied in either source code or binary form. It must be run in conjunction with a Lisp compiler.

  3. Creating a Professional Ladder for Interpreters for Improvement of Care.

    PubMed

    Marshall, Lori; Fischer, Anna; Noyes Soeller, Allison; Cordova, Richard; Gutierrez, Yvonne R; Alford, Luis

    2016-01-01

    Children's Hospital Los Angeles (CHLA), a metropolitan academic medical center, recognized limitations in how the professional interpreters from the Diversity Services Department were used to support effective patient-provider communication across the organization. Given the importance of mitigating language and communication barriers, CHLA sought to minimize clinical and structural barriers to health care for limited English proficiency populations through a comprehensive restructuring of the Diversity Services Department. This approach entailed a new delivery model for hospital language assistance and cultural consultancy resources. The intervention focused on restructuring the Diversity Services Department, redefining priorities, reallocating resources, and redefining the roles of the language staff positions in the department. The language staff role was redesigned to fit a four-level professional career ladder modeled after the professional career ladders commonly used in hospitals for the RN role and other professional disciplines. The approach involved creating new levels of language specialist, each with progressive requirements for performance, leadership, and accountability for patient care outcomes. Language staff in the inpatient, clinic, and emergency department settings worked alongside nurses, physicians, and other disciplines to care for a specific set of patients. The result of this work was a positive culture change resulting in service efficiencies, care improvements, and improved access to language services. A professional career ladder for language staff contributed to improving the quality and access of language services and advancing the interpreting profession by incorporating care coordination support, vital document translation, and cultural consultancy.

  4. Young Children Attribute Normativity to Novel Actions without Pedagogy or Normative Language

    ERIC Educational Resources Information Center

    Schmidt, Marco F. H.; Rakoczy, Hannes; Tomasello, Michael

    2011-01-01

    Young children interpret some acts performed by adults as normatively governed, that is, as capable of being performed either rightly or wrongly. In previous experiments, children have made this interpretation when adults introduced them to novel acts with normative language (e.g. "this is the way it goes"), along with pedagogical cues signaling…

  5. Island Puerto Rican and Continental American Responses to Critical Incidents: An Intercultural Study of Language, Norms, and Values.

    ERIC Educational Resources Information Center

    Ebsworth, Timothy; Ebsworth, Miriam Eisenstein

    1997-01-01

    Examines the processes and interpretations underlying communication in English between Island Puerto Ricans and continental Americans. The article views cross-cultural communication through a lens incorporating the way members of each group interpret their own language and behavior as well as those of the other group. (50 references) (CK)

  6. Your Case Will Now Be Heard: Sign Language Interpreters as Problematic Accommodations in Legal Interactions

    ERIC Educational Resources Information Center

    Brunson, Jeremy L.

    2008-01-01

    This paper uses data from open-ended, videotaped interviews with 12 deaf people to examine their experiences negotiating access during interactions with legal authorities. In every case, these deaf persons preferred an accommodation that involved the use of an American Sign Language interpreter, and in every case, these accommodations were…

  7. Preservice Teacher and Interpreter American Sign Language Abilities: Self-Evaluations and Evaluations of Deaf Students' Narrative Renditions

    ERIC Educational Resources Information Center

    Beal-Alvarez, Jennifer S.; Scheetz, Nanci A.

    2015-01-01

    In deaf education, the sign language skills of teacher and interpreter candidates are infrequently assessed; when they are, formal measures are commonly used upon preparation program completion, as opposed to informal measures related to instructional tasks. Using an informal picture storybook task, the authors investigated the receptive and…

  8. Listening for Competence through Documentation: Assessing Children with Language Delays Using Digital Video

    ERIC Educational Resources Information Center

    Suarez, Stephanie Cox; Daniels, Karen J.

    2009-01-01

    This case study uses documentation as a tool for formative assessment to interpret the learning of twin boys with significantly delayed language skills. Reggio-inspired documentation (the act of collecting, interpreting, and reflecting on traces of learning from video, images, and observation notes) focused on the unfolding of the boys' nonverbal…

  9. Language Policy and Language Ideology: Ecological Perspectives on Language and Education in the Himalayan Foothills

    ERIC Educational Resources Information Center

    Groff, Cynthia

    2018-01-01

    Ethnographic research in the Kumaun region of North India highlights different perspectives on this multilingual context and on national-level policies. Language policies that explicitly or implicitly minoritize certain linguistic varieties influence local discourses about language and education but are also interpreted through the lens of local…

  10. Kinematic adaptations during running: effects of footwear, surface, and duration.

    PubMed

    Hardin, Elizabeth C; van den Bogert, Antonie J; Hamill, Joseph

    2004-05-01

    Repetitive impacts encountered during locomotion may be modified by footwear and/or surface. Changes in kinematics may occur either as a direct response to altered mechanical conditions or over time as active adaptations. : To investigate how midsole hardness, surface stiffness, and running duration influence running kinematics. In the first of two experiments, 12 males ran at metabolic steady state under six conditions; combinations of midsole hardness (40 Shore A, 70 Shore A), and surface stiffness (100 kN x m, 200 kN x m, and 350 kN x m). In the second experiment, 10 males ran for 30 min on a 12% downhill grade. In both experiments, subjects ran at 3.4 m x s on a treadmill while 2-D hip, knee, and ankle kinematics were determined using high-speed videography (200 Hz). Oxygen cost and heart rate data were also collected. Kinematic adaptations to midsole, surface, and running time were studied. Stance time, stride cycle time, and maximal knee flexion were invariant across conditions in each experiment. Increased midsole hardness resulted in greater peak ankle dorsiflexion velocity (P = 0.0005). Increased surface stiffness resulted in decreased hip and knee flexion at contact, reduced maximal hip flexion, and increased peak angular velocities of the hip, knee, and ankle. Over time, hip flexion at contact decreased, plantarflexion at toe-off increased, and peak dorsiflexion and plantarflexion velocity increased. Lower-extremity kinematics adapted to increased midsole hardness, surface stiffness, and running duration. Changes in limb posture at impact were interpreted as active adaptations that compensate for passive mechanical effects. The adaptations appeared to have the goal of minimizing metabolic cost at the expense of increased exposure to impact shock.

  11. [Waiting for the EuGH verdict to be put into practice or "Introduction of the four-day week on full pay"].

    PubMed

    Langwara, H; Laier, P; Hecht, R

    2002-10-01

    The submitted model of working time transposes and interprets german industrial law. The result of this interpretation is a high level of acceptance of the employees, a fast education that is high qualified with costs that are still affordable. The advantage of this model compared with the shift-model that runs after the EuGH-decision is obvious if you look at the reality of our health care system. This is why it is important to have an efficient interpretation of the existing law. Of course it will be a necessity also in the future to create new models of working time and to adapt these models in a way that it fits into the structure of a hospital. It would be the wrong way to force a juridical and political decision, how it was done by the german government that gave a deadline to put the EuGH decision into operation, without the possibility of an interpretation that fulfils the demand of the hospital.

  12. On Writing and Reading Artistic Computational Ecosystems.

    PubMed

    Antunes, Rui Filipe; Leymarie, Frederic Fol; Latham, William

    2015-01-01

    We study the use of the generative systems known as computational ecosystems to convey artistic and narrative aims. These are virtual worlds running on computers, composed of agents that trade units of energy and emulate cycles of life and behaviors adapted from biological life forms. In this article we propose a conceptual framework in order to understand these systems, which are involved in processes of authorship and interpretation that this investigation analyzes in order to identify critical instruments for artistic exploration. We formulate a model of narrative that we call system stories (after Mitchell Whitelaw), characterized by the dynamic network of material and conceptual processes that define these artefacts. They account for narrative constellations with multiple agencies from which meaning and messages emerge. Finally, we present three case studies to explore the potential of this model within an artistic and generative domain, arguing that this understanding expands and enriches the palette of the language of these systems.

  13. Minority Language Rights.

    ERIC Educational Resources Information Center

    O Riagain, Padraig; Shuibhne, Niamh Nic

    1997-01-01

    A survey of literature since 1990 on minority languages and language rights focuses on five issues: definition of minorities; individual vs. collective rights; legal bases for minority linguistic rights; applications and interpretations of minority language rights; and assessments of the impact of minority rights legislation. A nine-item annotated…

  14. Educational Policy and Children's Experience: Running Records in the Lower Primary Singaporean English Language Classroom

    ERIC Educational Resources Information Center

    Jones, Sally Ann

    2011-01-01

    In this article, I report on a small project involving the use of guided reading groups, levelled texts and running records in a multilingual primary school in Singapore. I focus on running records and ask whether their use is suitable pedagogically and practically for the Singaporean context. The analysis of 22 records of primary one and primary…

  15. Does the mean adequately represent reading performance? Evidence from a cross-linguistic study

    PubMed Central

    Marinelli, Chiara V.; Horne, Joanna K.; McGeown, Sarah P.; Zoccolotti, Pierluigi; Martelli, Marialuisa

    2014-01-01

    Reading models are largely based on the interpretation of average data from normal or impaired readers, mainly drawn from English-speaking individuals. In the present study we evaluated the possible contribution of orthographic consistency in generating individual differences in reading behavior. We compared the reading performance of young adults speaking English (one of the most irregular orthographies) and Italian (a very regular orthography). In the 1st experiment we presented 22 English and 30 Italian readers with 5-letter words using the Rapid Serial Visual Presentation (RSVP) paradigm. In a 2nd experiment, we evaluated a new group of 26 English and 32 Italian proficient readers through the RSVP procedure and lists matched in the two languages for both number of phonemes and letters. The results of the two experiments indicate that English participants read at a similar rate but with much greater individual differences than the Italian participants. In a 3rd experiment, we extended these results to a vocal reaction time (vRT) task, examining the effect of word frequency. An ex-Gaussian distribution analysis revealed differences between languages in the size of the exponential parameter (tau) and in the variance (sigma), but not the mean, of the Gaussian component. Notably, English readers were more variable for both tau and sigma than Italian readers. The pattern of performance in English individuals runs counter to models of performance in timed tasks (Faust et al., 1999; Myerson et al., 2003) which envisage a general relationship between mean performance and variability; indeed, this relationship does not hold in the case of the English participants. The present data highlight the importance of developing reading models that not only capture mean level performance, but also variability across individuals, especially in order to account for cross-linguistic differences in reading behavior. PMID:25191289

  16. Clinicians' Obligations to Use Qualified Medical Interpreters When Caring for Patients with Limited English Proficiency.

    PubMed

    Basu, Gaurab; Costa, Vonessa Phillips; Jain, Priyank

    2017-03-01

    Access to language services is a required and foundational component of care for patients with limited English proficiency (LEP). National standards for medical interpreting set by the US Department of Health and Human Services and by the National Council on Interpreting in Health Care establish the role of qualified medical interpreters in the provision of care in the United States. In the vignette, the attending physician infringes upon the patient's right to appropriate language services and renders unethical care. Clinicians are obliged to create systems and a culture that ensure quality care for patients with LEP. © 2017 American Medical Association. All Rights Reserved.

  17. Overseas Travel Opportunities for Administrators

    ERIC Educational Resources Information Center

    Kisch, Marian

    2009-01-01

    This article presents 10 programs that run education missions abroad. One of these programs is the Chinese Bridge Delegation sponsored by Hanban (Office of Chinese Language Council International). It aims to learn about Chinese culture and language, and establish ties with schools and educators in China.

  18. On understanding idiomatic language: The salience hypothesis assessed by ERPs.

    PubMed

    Laurent, Jean-Paul; Denhières, Guy; Passerieux, Christine; Iakimova, Galina; Hardy-Baylé, Marie-Christine

    2006-01-12

    Giora's [Giora, R., 1997. Understanding figurative and literal language: the Graded Salience Hypothesis. Cogn. Linguist. 7 (1), 183-206; Giora, R., 2003. On Our Mind: Salience Context and Figurative Language. Oxford Univ. Press, New York] Graded Salience Hypothesis states that more salient meanings-coded meanings foremost on our mind due to conventionality, frequency, familiarity, or prototypicality-are accessed faster than and reach sufficient levels of activation before less salient ones. This research addresses predictions derived from this model by examining the salience of familiar and predictable idioms, presented out of context. ERPs recorded from 30 subjects involved in reading and lexical decision tasks to (strongly/weakly) salient idioms and (figurative/literal) targets indicate that N400 amplitude was smaller for the last word of the strongly salient idioms than for the weakly salient idioms. Moreover, N400 amplitude of probes related to the salient meaning of strongly salient idioms was smaller than those of the 3 other conditions. In addition, response times to salient interpretations (the idiomatic meanings of highly salient idioms and the literal interpretations of less salient idioms) were shorter compared to the other conditions. These findings support Giora's Graded Salience Hypothesis. They show that salient meanings are accessed automatically, regardless of figurativity.

  19. Similar Neural Correlates for Language and Sequential Learning: Evidence from Event-Related Brain Potentials

    PubMed Central

    Christiansen, Morten H.; Conway, Christopher M.; Onnis, Luca

    2011-01-01

    We used event-related potentials (ERPs) to investigate the time course and distribution of brain activity while adults performed (a) a sequential learning task involving complex structured sequences, and (b) a language processing task. The same positive ERP deflection, the P600 effect, typically linked to difficult or ungrammatical syntactic processing, was found for structural incongruencies in both sequential learning as well as natural language, and with similar topographical distributions. Additionally, a left anterior negativity (LAN) was observed for language but not for sequential learning. These results are interpreted as an indication that the P600 provides an index of violations and the cost of integration of expectations for upcoming material when processing complex sequential structure. We conclude that the same neural mechanisms may be recruited for both syntactic processing of linguistic stimuli and sequential learning of structured sequence patterns more generally. PMID:23678205

  20. User's guide to the LLL BASIC interpreter. [For 8080-based MCS-80 microcomputer system

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

    Allison, T.; Eckard, R.; Barber, J.

    1977-06-09

    Scientists are finding increased applications for microcomputers as process controllers in their experiments. However, while microcomputers are small and inexpensive, they are difficult to program in machine or assembly language. A high-level language is needed to enable scientists to develop their own microcomputer programs for their experiments on location. Recognizing this need, LLL contracted to have such a language developed. This report describes the result--the LLL BASIC interpreter, which operates with LLL's 8080-based MCS-80 microcomputer system. 4 tables.

  1. Implementation and performance of parallel Prolog interpreter

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

    Wei, S.; Kale, L.V.; Balkrishna, R.

    1988-01-01

    In this paper, the authors discuss the implementation of a parallel Prolog interpreter on different parallel machines. The implementation is based on the REDUCE--OR process model which exploits both AND and OR parallelism in logic programs. It is machine independent as it runs on top of the chare-kernel--a machine-independent parallel programming system. The authors also give the performance of the interpreter running a diverse set of benchmark pargrams on parallel machines including shared memory systems: an Alliant FX/8, Sequent and a MultiMax, and a non-shared memory systems: Intel iPSC/32 hypercube, in addition to its performance on a multiprocessor simulation system.

  2. The implementation and use of Ada on distributed systems with reliability requirements

    NASA Technical Reports Server (NTRS)

    Reynolds, P. F.; Knight, J. C.; Urquhart, J. I. A.

    1983-01-01

    The issues involved in the use of the programming language Ada on distributed systems are discussed. The effects of Ada programs on hardware failures such as loss of a processor are emphasized. It is shown that many Ada language elements are not well suited to this environment. Processor failure can easily lead to difficulties on those processors which remain. As an example, the calling task in a rendezvous may be suspended forever if the processor executing the serving task fails. A mechanism for detecting failure is proposed and changes to the Ada run time support system are suggested which avoid most of the difficulties. Ada program structures are defined which allow programs to reconfigure and continue to provide service following processor failure.

  3. The Naivasha Language Policy: The Language of Politics and the Politics of Language in the Sudan

    ERIC Educational Resources Information Center

    Abdelhay, Ashraf Kamal; Makoni, Busi; Makoni, Sinfree Bullock

    2011-01-01

    This article provides a textual analysis of the Naivasha language provisions in Sudan in an attempt to explore how political discourse is manifested in each policy statement. Using Critical Discourse Analysis (CDA) as an analytic and interpretive framework, the article argues that the Naivasha language provisions as political discourse are shaped…

  4. The Impact of Language Experience on Language and Reading: A Statistical Learning Approach

    ERIC Educational Resources Information Center

    Seidenberg, Mark S.; MacDonald, Maryellen C.

    2018-01-01

    This article reviews the important role of statistical learning for language and reading development. Although statistical learning--the unconscious encoding of patterns in language input--has become widely known as a force in infants' early interpretation of speech, the role of this kind of learning for language and reading comprehension in…

  5. Sharing the true stories: improving communication between Aboriginal patients and healthcare workers.

    PubMed

    Cass, Alan; Lowell, Anne; Christie, Michael; Snelling, Paul L; Flack, Melinda; Marrnganyin, Betty; Brown, Isaac

    2002-05-20

    To identify factors limiting the effectiveness of communication between Aboriginal patients with end-stage renal disease and healthcare workers, and to identify strategies for improving communication. Qualitative study, gathering data through (a) videotaped interactions between patients and staff, and (b) in-depth interviews with all participants, in their first language, about their perceptions of the interaction, their interpretation of the video record and their broader experience with intercultural communication. A satellite dialysis unit in suburban Darwin, Northern Territory. The interactions occurred between March and July 2001. Aboriginal patients from the Yolngu language group of north-east Arnhem Land and their medical, nursing and allied professional carers. Factors influencing the quality of communication. A shared understanding of key concepts was rarely achieved. Miscommunication often went unrecognised. Sources of miscommunication included lack of patient control over the language, timing, content and circumstances of interactions; differing modes of discourse; dominance of biomedical knowledge and marginalisation of Yolngu knowledge; absence of opportunities and resources to construct a body of shared understanding; cultural and linguistic distance; lack of staff training in intercultural communication; and lack of involvement of trained interpreters. Miscommunication is pervasive. Trained interpreters provide only a partial solution. Fundamental change is required for Aboriginal patients to have significant input into the management of their illness. Educational resources are needed to facilitate a shared understanding, not only of renal physiology, disease and treatment, but also of the cultural, social and economic dimensions of the illness experience of Aboriginal people.

  6. The Interaction of Morphological and Stereotypical Gender Information in Russian.

    PubMed

    Garnham, Alan; Yakovlev, Yuri

    2015-01-01

    Previous research, for example in English, French, German, and Spanish, has investigated the interplay between grammatical gender information and stereotype gender information (e.g., that secretaries are usually female, in many cultures), in the interpretation of both singular noun phrases (the secretary) and plural nouns phrases, particularly so-called generic masculines-nouns that have masculine grammatical gender but that should be able to refer to both groups of men and mixed groups of men and women. Since the studies have been conducted in cultures with broadly similar stereotypes, the effects generally reflect differences in the grammatical systems of the languages. Russian has a more complex grammatical gender system than the languages previously studied, and, unlike those languages frequently presents examples in which grammatical gender is marked on the predicate (in an inflection on the verb). In this study we collected stereotype norms for 160 role names in Russian, providing a useful resource for further work in this language. We also conducted a reading time study examining the interaction of grammatical and stereotype gender information in the interpretation of both Russian singular noun phrases, and plurals that were (potentially) generic masculines. Our results show that, although both types of gender information are used, when available, the effects of grammatical marking on the predicate are not as strong as those of such marking on subject noun phrases.

  7. The Interaction of Morphological and Stereotypical Gender Information in Russian

    PubMed Central

    Garnham, Alan; Yakovlev, Yuri

    2015-01-01

    Previous research, for example in English, French, German, and Spanish, has investigated the interplay between grammatical gender information and stereotype gender information (e.g., that secretaries are usually female, in many cultures), in the interpretation of both singular noun phrases (the secretary) and plural nouns phrases, particularly so-called generic masculines—nouns that have masculine grammatical gender but that should be able to refer to both groups of men and mixed groups of men and women. Since the studies have been conducted in cultures with broadly similar stereotypes, the effects generally reflect differences in the grammatical systems of the languages. Russian has a more complex grammatical gender system than the languages previously studied, and, unlike those languages frequently presents examples in which grammatical gender is marked on the predicate (in an inflection on the verb). In this study we collected stereotype norms for 160 role names in Russian, providing a useful resource for further work in this language. We also conducted a reading time study examining the interaction of grammatical and stereotype gender information in the interpretation of both Russian singular noun phrases, and plurals that were (potentially) generic masculines. Our results show that, although both types of gender information are used, when available, the effects of grammatical marking on the predicate are not as strong as those of such marking on subject noun phrases. PMID:26635650

  8. Video Chat vs. Face-to-Face Recasts, Learners' Interpretations and L2 Development: A Case of Persian EFL Learners

    ERIC Educational Resources Information Center

    Rassaei, Ehsan

    2017-01-01

    This study investigated the effects of two modes of corrective feedback, namely, face-to-face recasts and computer-mediated recasts during video-conferencing on Iranian English as a foreign language (EFL) learners' second language (L2) development. Moreover, the accuracy of the learners' interpretations of recasts in the two modalities was…

  9. The Dilemma of Being English Language Teachers: Interpreting Teachers' Motivation to Teach, and Professional Commitment in China's Hinterland Regions

    ERIC Educational Resources Information Center

    Gao, Xuesong; Xu, Hao

    2014-01-01

    This article reports on an inquiry into a group of English language teachers' professional experiences that interpreted their motivation to teach and their shifting professional commitment with reference to representations and visions that they had and did not have about themselves in rural secondary schools in China's hinterland regions. It…

  10. Language acquisition for deaf children: Reducing the harms of zero tolerance to the use of alternative approaches.

    PubMed

    Humphries, Tom; Kushalnagar, Poorna; Mathur, Gaurav; Napoli, Donna Jo; Padden, Carol; Rathmann, Christian; Smith, Scott R

    2012-04-02

    Children acquire language without instruction as long as they are regularly and meaningfully engaged with an accessible human language. Today, 80% of children born deaf in the developed world are implanted with cochlear devices that allow some of them access to sound in their early years, which helps them to develop speech. However, because of brain plasticity changes during early childhood, children who have not acquired a first language in the early years might never be completely fluent in any language. If they miss this critical period for exposure to a natural language, their subsequent development of the cognitive activities that rely on a solid first language might be underdeveloped, such as literacy, memory organization, and number manipulation. An alternative to speech-exclusive approaches to language acquisition exists in the use of sign languages such as American Sign Language (ASL), where acquiring a sign language is subject to the same time constraints of spoken language development. Unfortunately, so far, these alternatives are caught up in an "either - or" dilemma, leading to a highly polarized conflict about which system families should choose for their children, with little tolerance for alternatives by either side of the debate and widespread misinformation about the evidence and implications for or against either approach. The success rate with cochlear implants is highly variable. This issue is still debated, and as far as we know, there are no reliable predictors for success with implants. Yet families are often advised not to expose their child to sign language. Here absolute positions based on ideology create pressures for parents that might jeopardize the real developmental needs of deaf children. What we do know is that cochlear implants do not offer accessible language to many deaf children. By the time it is clear that the deaf child is not acquiring spoken language with cochlear devices, it might already be past the critical period, and the child runs the risk of becoming linguistically deprived. Linguistic deprivation constitutes multiple personal harms as well as harms to society (in terms of costs to our medical systems and in loss of potential productive societal participation).

  11. Measuring Adult Learners' Foreign Language Anxiety, Motivational Factors, and Achievement Expectations: A Comparative Study between Chinese as a Second-Language Students and English as a Second-Language Students

    ERIC Educational Resources Information Center

    Lin, Li-Ching

    2013-01-01

    This dissertation focuses on interpreting the impacts of foreign language anxiety and individual characteristics on the achievement expectations of Chinese second-language learners and English second-language students at the university level. Four research questions are examined through quantitative design. In relation to methodology, this study…

  12. BEYSIK: Language description and handbook for programmers (system for the collective use of the Institute of Space Research, Academy of Sciences USSR)

    NASA Technical Reports Server (NTRS)

    Orlov, I. G.

    1979-01-01

    The BASIC algorithmic language is described, and a guide is presented for the programmer using the language interpreter. The high-level algorithm BASIC is a problem-oriented programming language intended for solution of computational and engineering problems.

  13. Critically Engaging with Cultural Representations in Foreign Language Textbooks

    ERIC Educational Resources Information Center

    McConachy, Troy

    2018-01-01

    There is currently strong recognition within the field of intercultural language teaching of the need for language learners to develop the ability to actively interpret and critically reflect on cultural meanings and representations from a variety of perspectives. This article argues that cultural representations contained in language textbooks,…

  14. Metaphorical Competence in ESL Student Writing

    ERIC Educational Resources Information Center

    Kathpalia, Sujata S.; Carmel, Heah Lee Hah

    2011-01-01

    In language teaching, emphasis is usually placed on grammatical competence rather than metaphorical competence to improve a learner's proficiency in the target language. Research has shown that figurative language poses a problem for second language learners whether it is in their ability to interpret, process, or produce metaphors. This affects…

  15. SDL: A Surface Description Language

    NASA Technical Reports Server (NTRS)

    Maple, Raymond C.

    1992-01-01

    A new interpreted language specifically designed for surface grid generation is introduced. Many unique aspects of the language are discussed, including the farray, vector, curve, and surface data types and the operators used to manipulate them. Custom subroutine libraries written in the language are used to easily build surface grids for generic missile shapes.

  16. Problems for a Sign Language Planning Agency

    ERIC Educational Resources Information Center

    Covington, Virginia

    1977-01-01

    American Sign Language is chiefly untaught and nonstandardized. The Communicative Skills Program of the National Association of the Deaf aims to provide sign language classes for hearing personnel and to increase interpreting services. Programs, funding and aims of the Program are outlined. A government sign language planning agency is proposed.…

  17. Washington English Language Proficiency Assessment (WELPA). Form C 2015. Interpretation Guide

    ERIC Educational Resources Information Center

    Washington Office of Superintendent of Public Instruction, 2015

    2015-01-01

    The "Washington English Language Proficiency Assessment" (WELPA) is a No Child Left Behind (NCLB)-compliant instrument that is used in Grades K-12 as a formal and standardized method of measuring language proficiency. The test results provide important information for classifying English Language Learners (ELLs) and subsequently for…

  18. Volunteer Community Language Bank.

    ERIC Educational Resources Information Center

    Novak, Sigfrid S.; And Others

    Lake Charles, Louisiana established a language bank capable of providing interpreters for 20 foreign languages. All participants are volunteers who offer to help free of charge in case of emergencies arising because of the considerable numbers of foreign visitors in the area. Smooth operation of the language bank depends on the following: (1) an…

  19. Growth of Internet Use by Language Professionals.

    ERIC Educational Resources Information Center

    Fidelman, Carolyn G.

    1998-01-01

    Presents results of a survey showing increased use of the Internet by language professionals (e.g., language teachers, translators, interpreters). Results of the survey show a qualitative improvement in the Internet for information retrieval, teaching, and idea exchange. If K-12 foreign-language teachers receive appropriate equipment and training,…

  20. Language Control in Bilinguals: Monolingual Tasks and Simultaneous Interpreting

    ERIC Educational Resources Information Center

    De Groot, Annette M. B.; Christoffels, Ingrid K.

    2006-01-01

    The typical speech of (fluent) bilinguals in monolingual settings contains few switches into the non-target language. Apparently, bilinguals can control what language they output. This article discusses views on how bilinguals exert control over their two languages in monolingual tasks, where participants only have to implicate one of their…

  1. A Field Guide for Sign Language Research.

    ERIC Educational Resources Information Center

    Stokoe, William; Kuschel, Rolf

    Field researchers of sign language are the target of this methodological guide. The prospective researcher is briefed on the rationale of sign language study as language study and as distinct from the study of kinesics. Subjects covered include problems of translating, use of interpreters, and ethics. Instruments for obtaining social and language…

  2. DNA Assembly with De Bruijn Graphs Using an FPGA Platform.

    PubMed

    Poirier, Carl; Gosselin, Benoit; Fortier, Paul

    2018-01-01

    This paper presents an FPGA implementation of a DNA assembly algorithm, called Ray, initially developed to run on parallel CPUs. The OpenCL language is used and the focus is placed on modifying and optimizing the original algorithm to better suit the new parallelization tool and the radically different hardware architecture. The results show that the execution time is roughly one fourth that of the CPU and factoring energy consumption yields a tenfold savings.

  3. Relational Algebra and SQL: Better Together

    ERIC Educational Resources Information Center

    McMaster, Kirby; Sambasivam, Samuel; Hadfield, Steven; Wolthuis, Stuart

    2013-01-01

    In this paper, we describe how database instructors can teach Relational Algebra and Structured Query Language together through programming. Students write query programs consisting of sequences of Relational Algebra operations vs. Structured Query Language SELECT statements. The query programs can then be run interactively, allowing students to…

  4. Training Joint, Interagency, Intergovernmental, and Multinational (JIIM) Participants for Stability Operations

    DTIC Science & Technology

    2012-09-01

    boxes) using a third-party commercial software component. When creating version 1, it was necessary to enter raw Hypertext Markup Language (HTML) tags...Markup Language (HTML) web page. Figure 12. Authors create procedures using the Procedure Editor. Users run procedures using the...step presents instructions to the user using formatted text and graphics specified using the Hypertext Markup Language (HTML). Instructions can

  5. Promoting CLT within a Computer Assisted Learning Environment: A Survey of the Communicative English Course of FLTC

    ERIC Educational Resources Information Center

    Haider, Md. Zulfeqar; Chowdhury, Takad Ahmed

    2012-01-01

    This study is based on a survey of the Communicative English Language Certificate (CELC) course run by the Foreign Language Training Center (FLTC), a Project under the Ministry of Education, Bangladesh. FLTC is working to promote the teaching and learning of English through its eleven computer-based and state of the art language laboratories. As…

  6. Barriers Beyond Words: Cancer, Culture, and Translation in a Community of Russian Speakers

    PubMed Central

    Levintova, Marya

    2007-01-01

    BACKGROUND Language and culture relate in complex ways. Addressing this complexity in the context of language translation is a challenge when caring for patients with limited English proficiency (LEP). OBJECTIVE To examine processes of care related to language, culture and translation in an LEP population is the objective of this study. DESIGN We used community based participatory research to examine the experiences of Russian-speaking cancer patients in San Francisco, California. A Russian Cancer Information Taskforce (RCIT), including community-based organizations, local government, and clinics, participated in all phases of the study. PARTICIPANTS A purposeful sample of 74 individuals were the participants of the study. APPROACH The RCIT shaped research themes and facilitated access to participants. Methods were focus groups, individual interviews, and participant observation. RCIT reviewed data and provided guidance in interpreting results. RESULTS Four themes emerged. (1) Local Russian-language resources were seen as inadequate and relatively unavailable compared to other non-English languages; (2) a taboo about the word “cancer” led to language “games” surrounding disclosure; (3) this taboo, and other dynamics of care, reflected expectations that Russian speakers derived from experiences in their countries of origin; (4) using interpreters as cultural brokers or establishing support groups for Russian speakers could help address barriers. CONCLUSIONS The language barriers experienced by this LEP population reflect cultural and linguistic issues. Providers should consider partnering with trained interpreters to address the intertwining of language and culture. PMID:17957415

  7. The Mental Status Expert (MSE): an expert system for scoring and interpreting the mental status examination.

    PubMed Central

    Hier, D. B.; Jao, C. S.; Brint, S. U.

    1994-01-01

    The mental status examination is the most difficult and time-consuming portion of the neurological examination. A complete mental status examination requires the examiner to assess alertness, memory, language, praxis, gnosis, attention, and visual-spatial functions. Findings of the mental status need to be interpreted in terms of severity of deficits, nature of the deficits, likely etiology, and likely area of corresponding brain injury. The performance of an accurate, complete, and detailed mental status examination is a daunting task for the medical student or resident in training. Traditional mental status examinations show considerable inter-examiner variability for items administered and for interpretation of abnormalities. Even in academic settings, mental status examinations have little educational content. PMID:7949891

  8. The Design of Hand Gestures for Human-Computer Interaction: Lessons from Sign Language Interpreters

    PubMed Central

    Rempel, David; Camilleri, Matt J.; Lee, David L.

    2015-01-01

    The design and selection of 3D modeled hand gestures for human-computer interaction should follow principles of natural language combined with the need to optimize gesture contrast and recognition. The selection should also consider the discomfort and fatigue associated with distinct hand postures and motions, especially for common commands. Sign language interpreters have extensive and unique experience forming hand gestures and many suffer from hand pain while gesturing. Professional sign language interpreters (N=24) rated discomfort for hand gestures associated with 47 characters and words and 33 hand postures. Clear associations of discomfort with hand postures were identified. In a nominal logistic regression model, high discomfort was associated with gestures requiring a flexed wrist, discordant adjacent fingers, or extended fingers. These and other findings should be considered in the design of hand gestures to optimize the relationship between human cognitive and physical processes and computer gesture recognition systems for human-computer input. PMID:26028955

  9. A sub-ensemble theory of ideal quantum measurement processes

    NASA Astrophysics Data System (ADS)

    Allahverdyan, Armen E.; Balian, Roger; Nieuwenhuizen, Theo M.

    2017-01-01

    In order to elucidate the properties currently attributed to ideal measurements, one must explain how the concept of an individual event with a well-defined outcome may emerge from quantum theory which deals with statistical ensembles, and how different runs issued from the same initial state may end up with different final states. This so-called "measurement problem" is tackled with two guidelines. On the one hand, the dynamics of the macroscopic apparatus A coupled to the tested system S is described mathematically within a standard quantum formalism, where " q-probabilities" remain devoid of interpretation. On the other hand, interpretative principles, aimed to be minimal, are introduced to account for the expected features of ideal measurements. Most of the five principles stated here, which relate the quantum formalism to physical reality, are straightforward and refer to macroscopic variables. The process can be identified with a relaxation of S + A to thermodynamic equilibrium, not only for a large ensemble E of runs but even for its sub-ensembles. The different mechanisms of quantum statistical dynamics that ensure these types of relaxation are exhibited, and the required properties of the Hamiltonian of S + A are indicated. The additional theoretical information provided by the study of sub-ensembles remove Schrödinger's quantum ambiguity of the final density operator for E which hinders its direct interpretation, and bring out a commutative behaviour of the pointer observable at the final time. The latter property supports the introduction of a last interpretative principle, needed to switch from the statistical ensembles and sub-ensembles described by quantum theory to individual experimental events. It amounts to identify some formal " q-probabilities" with ordinary frequencies, but only those which refer to the final indications of the pointer. The desired properties of ideal measurements, in particular the uniqueness of the result for each individual run of the ensemble and von Neumann's reduction, are thereby recovered with economic interpretations. The status of Born's rule involving both A and S is re-evaluated, and contextuality of quantum measurements is made obvious.

  10. Optimum Vehicle Component Integration with InVeST (Integrated Vehicle Simulation Testbed)

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

    Ng, W; Paddack, E; Aceves, S

    2001-12-27

    We have developed an Integrated Vehicle Simulation Testbed (InVeST). InVeST is based on the concept of Co-simulation, and it allows the development of virtual vehicles that can be analyzed and optimized as an overall integrated system. The virtual vehicle is defined by selecting different vehicle components from a component library. Vehicle component models can be written in multiple programming languages running on different computer platforms. At the same time, InVeST provides full protection for proprietary models. Co-simulation is a cost-effective alternative to competing methodologies, such as developing a translator or selecting a single programming language for all vehicle components. InVeSTmore » has been recently demonstrated using a transmission model and a transmission controller model. The transmission model was written in SABER and ran on a Sun/Solaris workstation, while the transmission controller was written in MATRIXx and ran on a PC running Windows NT. The demonstration was successfully performed. Future plans include the applicability of Co-simulation and InVeST to analysis and optimization of multiple complex systems, including those of Intelligent Transportation Systems.« less

  11. SuperState: a computer program for the control of operant behavioral experimentation.

    PubMed

    Zhang, Fuqiang

    2006-09-15

    Operant behavioral researches require precise control of experimental devices for delivering stimuli and monitoring behavioral responses. The author developed a software solution named SuperState for controlling hardware devices and running reinforcement schedules. The Microsoft Windows compatible software was written by use of an object-oriented programming language Borland Delphi 5.0, which has simplified the programming of the application. SuperState is a stand-alone easy-to-use green software, without the need for the experimenter to master any scripting languages. It features: (1) control of multiple operant cages running independent reinforcement schedules; (2) enough cage devices (16 digital inputs and 16 digital outputs for each cage) suitable for the need of most operant behavioral equipments; (3) control of most standard ISA-type digital interface cards including Med-Associates Super-port cards and a PCI-type card AC6412, and highly expandable to support other PCI-type interface cards; (4) high-resolution device control (1ms); (5) a built-in real-time cumulative recorder; (6) extensive data analyzing including event recorder, cumulative recorder, block analyzing; the summarized results can be transferred easily to Microsoft Excel spreadsheets through the Clipboard.

  12. Short-term Memory in Childhood Dyslexia: Deficient Serial Order in Multiple Modalities.

    PubMed

    Cowan, Nelson; Hogan, Tiffany P; Alt, Mary; Green, Samuel; Cabbage, Kathryn L; Brinkley, Shara; Gray, Shelley

    2017-08-01

    In children with dyslexia, deficits in working memory have not been well-specified. We assessed second-grade children with dyslexia, with and without concomitant specific language impairment, and children with typical development. Immediate serial recall of lists of phonological (non-word), lexical (digit), spatial (location) and visual (shape) items were included. For the latter three modalities, we used not only standard span but also running span tasks, in which the list length was unpredictable to limit mnemonic strategies. Non-word repetition tests indicated a phonological memory deficit in children with dyslexia alone compared with those with typical development, but this difference vanished when these groups were matched for non-verbal intelligence and language. Theoretically important deficits in serial order memory in dyslexic children, however, persisted relative to matched typically developing children. The deficits were in recall of (1) spoken digits in both standard and running span tasks and (2) spatial locations, in running span only. Children with dyslexia with versus without language impairment, when matched on non-verbal intelligence, had comparable serial order memory, but differed in phonology. Because serial orderings of verbal and spatial elements occur in reading, the careful examination of order memory may allow a deeper understanding of dyslexia and its relation to language impairment. Copyright © 2017 John Wiley & Sons, Ltd. Copyright © 2017 John Wiley & Sons, Ltd.

  13. Prototype methodology for obtaining cloud seeding guidance from HRRR model data

    NASA Astrophysics Data System (ADS)

    Dawson, N.; Blestrud, D.; Kunkel, M. L.; Waller, B.; Ceratto, J.

    2017-12-01

    Weather model data, along with real time observations, are critical to determine whether atmospheric conditions are prime for super-cooled liquid water during cloud seeding operations. Cloud seeding groups can either use operational forecast models, or run their own model on a computer cluster. A custom weather model provides the most flexibility, but is also expensive. For programs with smaller budgets, openly-available operational forecasting models are the de facto method for obtaining forecast data. The new High-Resolution Rapid Refresh (HRRR) model (3 x 3 km grid size), developed by the Earth System Research Laboratory (ESRL), provides hourly model runs with 18 forecast hours per run. While the model cannot be fine-tuned for a specific area or edited to provide cloud-seeding-specific output, model output is openly available on a near-real-time basis. This presentation focuses on a prototype methodology for using HRRR model data to create maps which aid in near-real-time cloud seeding decision making. The R programming language is utilized to run a script on a Windows® desktop/laptop computer either on a schedule (such as every half hour) or manually. The latest HRRR model run is downloaded from NOAA's Operational Model Archive and Distribution System (NOMADS). A GRIB-filter service, provided by NOMADS, is used to obtain surface and mandatory pressure level data for a subset domain which greatly cuts down on the amount of data transfer. Then, a set of criteria, identified by the Idaho Power Atmospheric Science Group, is used to create guidance maps. These criteria include atmospheric stability (lapse rates), dew point depression, air temperature, and wet bulb temperature. The maps highlight potential areas where super-cooled liquid water may exist, reasons as to why cloud seeding should not be attempted, and wind speed at flight level.

  14. The Philological and Exegetical Approach to Language and Culture in the History of Language Study in Japan

    ERIC Educational Resources Information Center

    Eto, Hiroyuki

    2008-01-01

    In the history of language study in Japan, there are two main streams: foreign language study and an inquiry into the mother tongue. For both types of language study, the philological and exegetical interpretation of texts had generally been the central approach for many centuries, particularly in the "koku-gaku" movement--a fierce…

  15. CADNA_C: A version of CADNA for use with C or C++ programs

    NASA Astrophysics Data System (ADS)

    Lamotte, Jean-Luc; Chesneaux, Jean-Marie; Jézéquel, Fabienne

    2010-11-01

    The CADNA library enables one to estimate round-off error propagation using a probabilistic approach. The CADNA_C version enables this estimation in C or C++ programs, while the previous version had been developed for Fortran programs. The CADNA_C version has the same features as the previous one: with CADNA the numerical quality of any simulation program can be controlled. Furthermore by detecting all the instabilities which may occur at run time, a numerical debugging of the user code can be performed. CADNA provides new numerical types on which round-off errors can be estimated. Slight modifications are required to control a code with CADNA, mainly changes in variable declarations, input and output. New version program summaryProgram title: CADNA_C Catalogue identifier: AEGQ_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEGQ_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: Standard CPC licence, http://cpc.cs.qub.ac.uk/licence/licence.html No. of lines in distributed program, including test data, etc.: 60 075 No. of bytes in distributed program, including test data, etc.: 710 781 Distribution format: tar.gz Programming language: C++ Computer: PC running LINUX with an i686 or an ia64 processor, UNIX workstations including SUN, IBM Operating system: LINUX, UNIX Classification: 6.5 Catalogue identifier of previous version: AEAT_v1_0 Journal reference of previous version: Comput. Phys. Comm. 178 (2008) 933 Does the new version supersede the previous version?: No Nature of problem: A simulation program which uses floating-point arithmetic generates round-off errors, due to the rounding performed at each assignment and at each arithmetic operation. Round-off error propagation may invalidate the result of a program. The CADNA library enables one to estimate round-off error propagation in any simulation program and to detect all numerical instabilities that may occur at run time. Solution method: The CADNA library [1-3] implements Discrete Stochastic Arithmetic [4,5] which is based on a probabilistic model of round-off errors. The program is run several times with a random rounding mode generating different results each time. From this set of results, CADNA estimates the number of exact significant digits in the result that would have been computed with standard floating-point arithmetic. Reasons for new version: The previous version (AEAT_v1_0) enables the estimation of round-off error propagation in Fortran programs [2]. The new version has been developed to enable this estimation in C or C++ programs. Summary of revisions: The CADNA_C source code consists of one assembly language file (cadna_rounding.s) and twenty-three C++ language files (including three header files). cadna_rounding.s is a symbolic link to the assembly file corresponding to the processor and the C++ compiler used. This assembly file contains routines which are frequently called in the CADNA_C C++ files to change the rounding mode. The C++ language files contain the definition of the stochastic types on which the control of accuracy can be performed, CADNA_C specific functions (for instance to enable or disable the detection of numerical instabilities), the definition of arithmetic and relational operators which are overloaded for stochastic variables and the definition of mathematical functions which can be used with stochastic arguments. As a remark, on 64-bit processors, the mathematical library associated with the GNU C++ compiler may provide incorrect results or generate severe bugs with rounding towards -∞ and +∞, which the random rounding mode is based on. Therefore, if CADNA_C is used on a 64-bit processor with the GNU C++ compiler, mathematical functions are computed with rounding to the nearest, otherwise they are computed with the random rounding mode. It must be pointed out that the knowledge of the accuracy of the argument of a mathematical function is never lost. Additional comments: In the library archive, users are advised to read the INSTALL file first. The doc directory contains a user guide named ug.cadna.pdf and a reference guide named, ref_cadna.pdf. The user guide shows how to control the numerical accuracy of a program using CADNA, provides installation instructions and describes test runs.The reference guide briefly describes each function of the library. The source code (which consists of C++ and assembly files) is located in the src directory. The examples directory contains seven test runs which illustrate the use of the CADNA library and the benefits of Discrete Stochastic Arithmetic. Running time: The version of a code which uses CADNA runs at least three times slower than its floating-point version. This cost depends on the computer architecture and can be higher if the detection of numerical instabilities is enabled. In this case, the cost may be related to the number of instabilities detected.

  16. Curiosity's Sample Analysis at Mars (SAM) Investigation: Overview of Results from the First 120 Sols on Mars

    NASA Technical Reports Server (NTRS)

    Mahaffy, P. R.; Cabane, M.; Webster, C. R.; Archer, P. D.; Atreya, S. K.; Benna, M.; Brinckerhoff, W. B.; Brunner, A. E.; Buch, A.; Coll, P.; hide

    2013-01-01

    During the first 120 sols of Curiosity s landed mission on Mars (8/6/2012 to 12/7/2012) SAM sampled the atmosphere 9 times and an eolian bedform named Rocknest 4 times. The atmospheric experiments utilized SAM s quadrupole mass spectrometer (QMS) and tunable laser spectrometer (TLS) while the solid sample experiments also utilized the gas chromatograph (GC). Although a number of core experiments were pre-programmed and stored in EEProm, a high level SAM scripting language enabled the team to optimize experiments based on prior runs.

  17. Real-Time, General-Purpose, High-Speed Signal Processing Systems for Underwater Research. Proceedings of a Working Level Conference held at Supreme Allied Commander, Atlantic Anti-Submarine Warfare Research Center (SACLANTCEN) on 18-21 September 1979. Part 2. Sessions IV to VI.

    DTIC Science & Technology

    1979-12-01

    ACTIVATED, SYSTEM OPERATION AND TESTING MASCOT PROVIDES: 1. SYSTEM BUILD SOFTWARE COMPILE-TIME CHECKS,a. 2. RUN-TIME SUPERVISOR KERNEL, 3, MONITOR AND...p AD-AOBI 851 SACLANT ASW RESEARCH CENTRE LA SPEZIA 11ITALY) F/B 1711 REAL-TIME, GENERAL-PURPOSE, HIGH-SPEED SIGNAL PROCESSING SYSTEM -- ETC (U) DEC 79...Table of Contents Table of Contents (Cont’d) Page Signal processing language and operating system (w) 23-1 to 23-12 by S. Weinstein A modular signal

  18. Flexible workflow sharing and execution services for e-scientists

    NASA Astrophysics Data System (ADS)

    Kacsuk, Péter; Terstyanszky, Gábor; Kiss, Tamas; Sipos, Gergely

    2013-04-01

    The sequence of computational and data manipulation steps required to perform a specific scientific analysis is called a workflow. Workflows that orchestrate data and/or compute intensive applications on Distributed Computing Infrastructures (DCIs) recently became standard tools in e-science. At the same time the broad and fragmented landscape of workflows and DCIs slows down the uptake of workflow-based work. The development, sharing, integration and execution of workflows is still a challenge for many scientists. The FP7 "Sharing Interoperable Workflow for Large-Scale Scientific Simulation on Available DCIs" (SHIWA) project significantly improved the situation, with a simulation platform that connects different workflow systems, different workflow languages, different DCIs and workflows into a single, interoperable unit. The SHIWA Simulation Platform is a service package, already used by various scientific communities, and used as a tool by the recently started ER-flow FP7 project to expand the use of workflows among European scientists. The presentation will introduce the SHIWA Simulation Platform and the services that ER-flow provides based on the platform to space and earth science researchers. The SHIWA Simulation Platform includes: 1. SHIWA Repository: A database where workflows and meta-data about workflows can be stored. The database is a central repository to discover and share workflows within and among communities . 2. SHIWA Portal: A web portal that is integrated with the SHIWA Repository and includes a workflow executor engine that can orchestrate various types of workflows on various grid and cloud platforms. 3. SHIWA Desktop: A desktop environment that provides similar access capabilities than the SHIWA Portal, however it runs on the users' desktops/laptops instead of a portal server. 4. Workflow engines: the ASKALON, Galaxy, GWES, Kepler, LONI Pipeline, MOTEUR, Pegasus, P-GRADE, ProActive, Triana, Taverna and WS-PGRADE workflow engines are already integrated with the execution engine of the SHIWA Portal. Other engines can be added when required. Through the SHIWA Portal one can define and run simulations on the SHIWA Virtual Organisation, an e-infrastructure that gathers computing and data resources from various DCIs, including the European Grid Infrastructure. The Portal via third party workflow engines provides support for the most widely used academic workflow engines and it can be extended with other engines on demand. Such extensions translate between workflow languages and facilitate the nesting of workflows into larger workflows even when those are written in different languages and require different interpreters for execution. Through the workflow repository and the portal lonely scientists and scientific collaborations can share and offer workflows for reuse and execution. Given the integrated nature of the SHIWA Simulation Platform the shared workflows can be executed online, without installing any special client environment and downloading workflows. The FP7 "Building a European Research Community through Interoperable Workflows and Data" (ER-flow) project disseminates the achievements of the SHIWA project and use these achievements to build workflow user communities across Europe. ER-flow provides application supports to research communities within and beyond the project consortium to develop, share and run workflows with the SHIWA Simulation Platform.

  19. A Preliminary Survey of the Preferred Learning Methods for Interpretation Students

    ERIC Educational Resources Information Center

    Heinz, Michael

    2013-01-01

    There are many different methods that individuals use to learn languages like reading books or writing essays. Not all methods are equally successful for second language learners but nor do all successful learners of a second language show identical preferences for learning methods. Additionally, at the highest level of language learning various…

  20. Dilemmatic Aspects of Language Policies in a Trilingual Preschool Group

    ERIC Educational Resources Information Center

    Puskás, Tünde; Björk-Willén, Polly

    2017-01-01

    This article explores dilemmatic aspects of language policies in a preschool group in which three languages (Swedish, Romani and Arabic) are spoken on an everyday basis. The article highlights the interplay between policy decisions on the societal level, the teachers' interpretations of these policies, as well as language practices on the micro…

  1. Acts of Negotiation: Governmentality and Medium of Instruction in an Eastern Ukrainian University

    ERIC Educational Resources Information Center

    Goodman, Bridget

    2018-01-01

    This study investigates language policy and language choices at a university in Ukraine, a country of evolving national governance and shifting language policy. Ethnographic data interpreted through the lenses of governmentality, language planning and policy, and conversation analysis show that (1) the institution rather than the national…

  2. High School EFL Teachers' Identity and Their Emotions towards Language Requirements

    ERIC Educational Resources Information Center

    Torres-Rocha, Julio César

    2017-01-01

    This is a study on high school English as a foreign language Colombian teacher identity. Using an interpretive research approach, I explored the influence of the National Bilingual Programme on the reconstruction of teacher identity. This study focuses on how teachers feel about language requirements associated with a language policy. Three…

  3. Supporting Clear and Concise Mathematics Language: Say This, Not That

    ERIC Educational Resources Information Center

    Hughes, Elizabeth M.; Powell, Sarah R.; Stevens, Elizabeth A.

    2016-01-01

    One influence contributing to this trend may be the imprecise use of mathematics language. Educators may not interpret mathematics as a second (or third) language for children, when, in fact, all children are mathematical-language learners (Barrow, 2014). The numerals, symbols, and terms that explain mathematics concepts and procedures are…

  4. Memory Functioning and Mental Verbs Acquisition in Children with Specific Language Impairment

    ERIC Educational Resources Information Center

    Spanoudis, George C.; Natsopoulos, Demetrios

    2011-01-01

    Memory and language operate in synergy. Recent literature stresses the importance of memory functioning in interpreting language deficits. Two groups of 50 children each, ages 8-12 were studied. The first group included children with specific language impairment, while the participants in the second group were typically developing children. The…

  5. The Pursuit of Language Appropriate Care: Remote Simultaneous Medical Interpretation Use

    ERIC Educational Resources Information Center

    Logan, Debra M.

    2010-01-01

    Background: The U.S. government mandates nurses to deliver linguistically appropriate care to hospital patients. It is difficult for nurses to implement the language mandates because there are 6,912 active living languages spoken in the world. Language barriers appear to place limited English proficient (LEP) patients at increased risk for harm…

  6. Computational Natural Language Inference: Robust and Interpretable Question Answering

    ERIC Educational Resources Information Center

    Sharp, Rebecca Reynolds

    2017-01-01

    We address the challenging task of "computational natural language inference," by which we mean bridging two or more natural language texts while also providing an explanation of how they are connected. In the context of question answering (i.e., finding short answers to natural language questions), this inference connects the question…

  7. Language and Literacy Development in Prelingually-Deaf Children

    ERIC Educational Resources Information Center

    Salmani Nodoushan, Mohammad Ali

    2008-01-01

    This paper attempts to address the issue of language development in hearing impaired children. It argues that interpreters, teachers or peers can provide deaf children with language exposure so that they can acquire their native languages more easily. It also argues that the provision of a developmentally appropriate print-rich environments is the…

  8. Effect of Computer-Delivered Testing on Achievement in a Mastery Learning Course of Study with Partial Scoring and Variable Pacing.

    ERIC Educational Resources Information Center

    Evans, Richard M.; Surkan, Alvin J.

    The recent arrival of portable computer systems with high-level language interpreters now makes it practical to rapidly develop complex testing and scoring programs. These programs permit undergraduates access, at arbitrary times, to testing as an integral part of a mastery learning strategy. Effects of introducing the computer were studied by…

  9. All Together Now: Disentangling Semantics and Pragmatics with "Together" in Child and Adult Language

    ERIC Educational Resources Information Center

    Syrett, Kristen; Musolino, Julien

    2016-01-01

    The way in which an event is packaged linguistically can be informative about the number of participants in the event and the nature of their participation. At times, however, a sentence is ambiguous, and pragmatic information weighs in to favor one interpretation over another. Whereas adults may readily know how to pick up on such cues to…

  10. "Je n'aimais pas ce public..." Une pratique active du texte litteraire ("I Didn't Like This Public..." An Active Exercise with the Literary Text).

    ERIC Educational Resources Information Center

    Dell'Utri, Salvatore

    1990-01-01

    A series of French language classroom exercises to be used over four class sessions applies principles of semiotics to literary textual analysis. The session themes include decoding and interpreting, reconstructing meaning, sociocultural connotations in the text, and sense of time and space. (MSE)

  11. Measuring English Language Workplace Proficiency across Subgroups: Using CFA Models to Validate Test Score Interpretation

    ERIC Educational Resources Information Center

    Yoo, Hanwook; Manna, Venessa F.

    2017-01-01

    This study assessed the factor structure of the Test of English for International Communication (TOEIC®) Listening and Reading test, and its invariance across subgroups of test-takers. The subgroups were defined by (a) gender, (b) age, (c) employment status, (d) time spent studying English, and (e) having lived in a country where English is the…

  12. Alaska Division Of Elections

    Science.gov Websites

    Absentee Voting Voter Language Assistance Disabled Voter Assistance Military And Overseas Voters Election informational videos with ASL interpretation. icon graphic of translation services Language Assistance Information about the language assistance program and election information in Tagalog, Spanish, Yup'ik

  13. A Natural Language Interface Concordant with a Knowledge Base.

    PubMed

    Han, Yong-Jin; Park, Seong-Bae; Park, Se-Young

    2016-01-01

    The discordance between expressions interpretable by a natural language interface (NLI) system and those answerable by a knowledge base is a critical problem in the field of NLIs. In order to solve this discordance problem, this paper proposes a method to translate natural language questions into formal queries that can be generated from a graph-based knowledge base. The proposed method considers a subgraph of a knowledge base as a formal query. Thus, all formal queries corresponding to a concept or a predicate in the knowledge base can be generated prior to query time and all possible natural language expressions corresponding to each formal query can also be collected in advance. A natural language expression has a one-to-one mapping with a formal query. Hence, a natural language question is translated into a formal query by matching the question with the most appropriate natural language expression. If the confidence of this matching is not sufficiently high the proposed method rejects the question and does not answer it. Multipredicate queries are processed by regarding them as a set of collected expressions. The experimental results show that the proposed method thoroughly handles answerable questions from the knowledge base and rejects unanswerable ones effectively.

  14. Arabic-speaking migrants' attitudes, opinions, preferences and past experiences concerning the use of interpreters in healthcare: a postal cross-sectional survey.

    PubMed

    Hadziabdic, Emina; Albin, Björn; Hjelm, Katarina

    2014-02-03

    Good communication is an important prerequisite for equal treatment in a healthcare encounter. One way to overcome language barriers when patients and healthcare staff do not share the same language is to use a professional interpreter. Few previous studies have been found investigating the use of interpreters, and just one previous study from the perspective of European migrants, which showed that they perceived interpreters as a communication aid and a guide in the healthcare system as regards information and practical matters. No previous study has gathered quantitative information to focus on non-European migrants' attitudes to the use of interpreters in healthcare encounters. Thus, the aim of this study was to investigate Arabic-speaking individuals' attitudes, opinions, preferences and past experiences concerning the use of interpreters in healthcare in order to: (i) understand how persons' expectations and concerns regarding interpreters may vary, both within and across cultural/linguistic populations; (ii) understand the consequences of diverse opinions/expectations for planning responsive services; and (iii) confirm findings from previous qualitative studies. A postal cross-sectional study using a structured self-administered 51-item questionnaire was used to describe and document aspects of Arabic-speaking individuals' attitudes to the use of interpreters in healthcare. The sample of 53 Arabic-speaking migrants was recruited from three different places. Participants were mostly born in Iraq and had a high level of education and were almost equally divided between genders. Data were analysed with descriptive statistics. The main findings were that most of the participants perceived the interpreter's role as being a communication aid and a practical aid, interpreting literally and objectively. Trust in the professional interpreter was related to qualification as an interpreter and personal contact with face-to-face interaction. The qualities of the desired professional interpreter were: a good knowledge of languages and medical terminology, translation ability, and sharing the same origin, dialect and gender as the patient. This study confirmed previous qualitative findings from European migrant groups with a different cultural and linguistic background. The study supports the importance of planning a good interpretation situation in accordance with individuals' desire, irrespective of the migrant's linguistic and cultural background, and using interpreters who interpret literally and objectively, who are highly trained with language skills in medical terminology, and with a professional attitude to promote communication, thus increasing cost-effective, high-quality individualized healthcare.

  15. The Risks and Benefits of Running Barefoot or in Minimalist Shoes

    PubMed Central

    Perkins, Kyle P.; Hanney, William J.; Rothschild, Carey E.

    2014-01-01

    Context: The popularity of running barefoot or in minimalist shoes has recently increased because of claims of injury prevention, enhanced running efficiency, and improved performance compared with running in shoes. Potential risks and benefits of running barefoot or in minimalist shoes have yet to be clearly defined. Objective: To determine the methodological quality and level of evidence pertaining to the risks and benefits of running barefoot or in minimalist shoes. Data Sources: In September 2013, a comprehensive search of the Ovid MEDLINE, SPORTDiscus, and CINAHL databases was performed by 2 independent reviewers. Study Selection: Included articles were obtained from peer-reviewed journals in the English language with no limit for year of publication. Final inclusion criteria required at least 1 of the following outcome variables: pain, injury rate, running economy, joint forces, running velocity, electromyography, muscle performance, or edema. Study Design: Systematic review. Level of Evidence: Level 3. Data Extraction: Two reviewers appraised each article using the Downs and Black checklist and appraised each for level of evidence. Results: Twenty-three articles met the criteria for this review. Of 27 possible points on the Downs and Black checklist, articles scored between 13 and 19 points, indicating a range of evidence from very limited to moderate. Moderate evidence supports the following biomechanical differences when running barefoot versus in shoes: overall less maximum vertical ground reaction forces, less extension moment and power absorption at the knee, less foot and ankle dorsiflexion at ground contact, less ground contact time, shorter stride length, increased stride frequency, and increased knee flexion at ground contact. Conclusion: Because of lack of high-quality evidence, no definitive conclusions can be drawn regarding specific risks or benefits to running barefoot, shod, or in minimalist shoes. PMID:25364479

  16. The risks and benefits of running barefoot or in minimalist shoes: a systematic review.

    PubMed

    Perkins, Kyle P; Hanney, William J; Rothschild, Carey E

    2014-11-01

    The popularity of running barefoot or in minimalist shoes has recently increased because of claims of injury prevention, enhanced running efficiency, and improved performance compared with running in shoes. Potential risks and benefits of running barefoot or in minimalist shoes have yet to be clearly defined. To determine the methodological quality and level of evidence pertaining to the risks and benefits of running barefoot or in minimalist shoes. In September 2013, a comprehensive search of the Ovid MEDLINE, SPORTDiscus, and CINAHL databases was performed by 2 independent reviewers. Included articles were obtained from peer-reviewed journals in the English language with no limit for year of publication. Final inclusion criteria required at least 1 of the following outcome variables: pain, injury rate, running economy, joint forces, running velocity, electromyography, muscle performance, or edema. Systematic review. Level 3. Two reviewers appraised each article using the Downs and Black checklist and appraised each for level of evidence. Twenty-three articles met the criteria for this review. Of 27 possible points on the Downs and Black checklist, articles scored between 13 and 19 points, indicating a range of evidence from very limited to moderate. Moderate evidence supports the following biomechanical differences when running barefoot versus in shoes: overall less maximum vertical ground reaction forces, less extension moment and power absorption at the knee, less foot and ankle dorsiflexion at ground contact, less ground contact time, shorter stride length, increased stride frequency, and increased knee flexion at ground contact. Because of lack of high-quality evidence, no definitive conclusions can be drawn regarding specific risks or benefits to running barefoot, shod, or in minimalist shoes.

  17. Assessing Footwear Effects from Principal Features of Plantar Loading during Running.

    PubMed

    Trudeau, Matthieu B; von Tscharner, Vinzenz; Vienneau, Jordyn; Hoerzer, Stefan; Nigg, Benno M

    2015-09-01

    The effects of footwear on the musculoskeletal system are commonly assessed by interpreting the resultant force at the foot during the stance phase of running. However, this approach overlooks loading patterns across the entire foot. An alternative technique for assessing foot loading across different footwear conditions is possible using comprehensive analysis tools that extract different foot loading features, thus enhancing the functional interpretation of the differences across different interventions. The purpose of this article was to use pattern recognition techniques to develop and use a novel comprehensive method for assessing the effects of different footwear interventions on plantar loading. A principal component analysis was used to extract different loading features from the stance phase of running, and a support vector machine (SVM) was used to determine whether and how these loading features were different across three shoe conditions. The results revealed distinct loading features at the foot during the stance phase of running. The loading features determined from the principal component analysis allowed successful classification of all three shoe conditions using the SVM. Several differences were found in the location and timing of the loading across each pairwise shoe comparison using the output from the SVM. The analysis approach proposed can successfully be used to compare different loading patterns with a much greater resolution than has been reported previously. This study has several important applications. One such application is that it would not be relevant for a user to select a shoe or for a manufacturer to alter a shoe's construction if the classification across shoe conditions would not have been significant.

  18. Barefoot running does not affect simple reaction time: an exploratory study

    PubMed Central

    Snow, Nicholas J.; Blair, Jason F.L.; MacDonald, Graham Z.

    2018-01-01

    Background Converging evidence comparing barefoot (BF) and shod (SH) running highlights differences in foot-strike patterns and somatosensory feedback, among others. Anecdotal evidence from SH runners attempting BF running suggests a greater attentional demand may be experienced during BF running. However, little work to date has examined whether there is an attentional cost of BF versus SH running. Objective This exploratory study aimed to examine whether an acute bout of BF running would impact simple reaction time (SRT) compared to SH running, in a sample of runners naïve to BF running. Methods Eight male distance runners completed SRT testing during 10 min of BF or SH treadmill running at 70% maximal aerobic speed (17.9 ± 1.4 km h−1). To test SRT, participants were required to press a hand-held button in response to the flash of a light bulb placed in the center of their visual field. SRT was tested at 1-minute intervals during running. BF and SH conditions were completed in a pseudo-randomized and counterbalanced crossover fashion. SRT was defined as the time elapsed between the light bulb flash and the button press. SRT errors were also recorded and were defined as the number of trials in which a button press was not recorded in response to the light bulb flash. Results Overall, SRT later in the exercise bouts showed a statistically significant increase compared to earlier (p < 0.05). Statistically significant increases in SRT were present at 7 min versus 5 min (0.29 ± 0.02 s vs. 0.27 ± 0.02 s, p < 0.05) and at 9 min versus 2 min (0.29 ± 0.03 s vs. 0.27 ± 0.03 s, p < 0.05). However, BF running did not influence this increase in SRT (p > 0.05) or the number of SRT errors (17.6 ± 6.6 trials vs. 17.0 ± 13.0 trials, p > 0.05). Discussion In a sample of distance runners naïve to BF running, there was no statistically significant difference in SRT or SRT errors during acute bouts of BF and SH running. We interpret these results to mean that BF running does not have a greater attentional cost compared to SH running during a SRT task throughout treadmill running. Literature suggests that stride-to-stride gait modulation during running may occur predominately via mechanisms that preclude conscious perception, thus potentially attenuating effects of increased somatosensory feedback experienced during BF running. Future research should explore the present experimental paradigm in a larger sample using over-ground running trials, as well as employing different tests of attention. PMID:29666760

  19. Implications for Language Diversity in Instruction in the Context of Target Language Classrooms: Development of a Preliminary Model of the Effectiveness of Teacher Code-Switching

    ERIC Educational Resources Information Center

    Lee, Jang Ho

    2012-01-01

    This paper concerns the conceptual and pedagogical issues that revolve around target language (TL) only instruction and teacher code-switching in the context of TL classrooms. To this end, I first examine four intertwined ideas (that is, monolingualism, naturalism, native-speakerism, and absolutism) that run through the monolingual approach to TL…

  20. a Real-Time Computer Music Synthesis System

    NASA Astrophysics Data System (ADS)

    Lent, Keith Henry

    A real time sound synthesis system has been developed at the Computer Music Center of The University of Texas at Austin. This system consists of several stand alone processors that were constructed jointly with White Instruments in Austin. These processors can be programmed as general purpose computers, but are provided with a number of specialized interfaces including: MIDI, 8 bit parallel, high speed serial, 2 channels analog input (18 bit A/Ds, 48kHz sample rate), and 4 channels analog output (18 bit D/As). In addition, a basic music synthesis language (Music56000) has been written in assembly code. On top of this, a symbolic compiler (PatchWork) has been developed to enable algorithms which run in these processors to be created graphically. And finally, a number of efficient time domain numerical models have been developed to enable the construction, simulation, control, and synthesis of many musical acoustics systems in real time on these processors. Specifically, assembly language models for cylindrical and conical horn sections, dissipative losses, tone holes, bells, and a number of linear and nonlinear boundary conditions have been developed.

  1. Arabic-speaking migrants' experiences of the use of interpreters in healthcare: a qualitative explorative study.

    PubMed

    Hadziabdic, Emina; Hjelm, Katarina

    2014-06-16

    Arabic-speaking migrants have constituted a growing population in recent years. This entails major challenges to ensure good communication in the healthcare encounter in order to provide individual and holistic healthcare. One of the solutions to ensure good communication between patient and healthcare staff who do not share the same language is to use a professional interpreter. To our knowledge, no previous qualitative studies have been found concerning Arabic-speaking migrants and the use of interpreters. This study aims to ascertain their individual experiences which can help extend our understanding of the studied area. A purposive sample of 13 Arabic-speaking persons with experience of using interpreters in healthcare encounters. Data were collected between November 2012 and March 2013 by four focus-group interviews and analysed with qualitative analysis according to a method described for focus groups. Four categories appeared from the analysis: 1) The professional interpreter as spokesperson; 2) Different types of interpreters and modes of interpretation adapting to the healthcare encounter; 3) The professional interpreter's task and personal properties affected the use of professional interpreters in a healthcare encounter; 4) Future planning of the use of professional interpreters in a healthcare encounter. The main findings were that the use of interpreters was experienced both as a possibility and as a problem. The preferred type of interpreters depended on the interpreter's dialect and ability to interpret correctly. Besides the professional interpreter's qualities of good skill in language and medical terminology, translation ability, neutrality and objectivity, Arabic-speaking participants stated that professional interpreters need to share the same origin, religion, dialect, gender and political views as the patient in order to facilitate the interpreter use and avoid inappropriate treatment. The study showed that the personal qualities of a good interpreter not only cover language ability but also origin, religion, dialect, gender and political views. Thus, there is need to develop strategies for personalized healthcare in order to avoid inappropriate communication, to satisfy the preferences of the person in need of interpreters and improve the impact of interpretation on the quality of healthcare.

  2. Help seeking in older Asian people with dementia in Melbourne: using the Cultural Exchange Model to explore barriers and enablers.

    PubMed

    Haralambous, Betty; Dow, Briony; Tinney, Jean; Lin, Xiaoping; Blackberry, Irene; Rayner, Victoria; Lee, Sook-Meng; Vrantsidis, Freda; Lautenschlager, Nicola; Logiudice, Dina

    2014-03-01

    The prevalence of dementia is increasing in Australia. Limited research is available on access to Cognitive Dementia and Memory Services (CDAMS) for people with dementia from Culturally and Linguistically Diverse (CALD) communities. This study aimed to determine the barriers and enablers to accessing CDAMS for people with dementia and their families of Chinese and Vietnamese backgrounds. Consultations with community members, community workers and health professionals were conducted using the "Cultural Exchange Model" framework. For carers, barriers to accessing services included the complexity of the health system, lack of time, travel required to get to services, language barriers, interpreters and lack of knowledge of services. Similarly, community workers and health professionals identified language, interpreters, and community perceptions as key barriers to service access. Strategies to increase knowledge included providing information via radio, printed material and education in community group settings. The "Cultural Exchange Model" enabled engagement with and modification of the approaches to meet the needs of the targeted CALD communities.

  3. Responses on a lateralized lexical decision task relate to both reading times and comprehension.

    PubMed

    Michael, Mary

    2009-12-01

    Research over the last few years has shown that the dominance of the left hemisphere in language processing is less complete than previously thought [Beeman, M. (1993). Semantic processing in the right hemisphere may contribute to drawing inferences from discourse. Brain and Language, 44, 80-120; Faust, M., & Chiarello, C. (1998). Sentence context and lexical ambiguity resolution by the two hemispheres. Neuropsychologia, 36(9), 827-835; Weems, S. A., & Zaidel, E. (2004). The relationship between reading ability and lateralized lexical decision. Brain and Cognition, 55(3), 507-515]. Engaging the right brain in language processing is required for processing speaker/writer intention, particularly in those subtle interpretive processes that help in deciphering humor, irony, and emotional inference. In two experiments employing a divided field or lateralized lexical decision task (LLDT), accuracy and reaction times (RTs) were related to reading times and comprehension on sentence reading. Differences seen in RTs and error rates by visual fields were found to relate to performance. Smaller differences in performance between fields tended to be related to better performance on the LLDT in both experiments and, in Experiment 1, to reading measures. Readers who can exploit both hemispheres for language processing equally appear to be at an advantage in lexical access and possibly also in reading performance.

  4. Toward extending the educational interpreter performance assessment to cued speech.

    PubMed

    Krause, Jean C; Kegl, Judy A; Schick, Brenda

    2008-01-01

    The Educational Interpreter Performance Assessment (EIPA) is as an important research tool for examining the quality of interpreters who use American Sign Language or a sign system in classroom settings, but it is not currently applicable to educational interpreters who use Cued Speech (CS). In order to determine the feasibility of extending the EIPA to include CS, a pilot EIPA test was developed and administered to 24 educational CS interpreters. Fifteen of the interpreters' performances were evaluated two to three times in order to assess reliability. Results show that the instrument has good construct validity and test-retest reliability. Although more interrater reliability data are needed, intrarater reliability was quite high (0.9), suggesting that the pilot test can be rated as reliably as signing versions of the EIPA. Notably, only 48% of interpreters who formally participated in pilot testing performed at a level that could be considered minimally acceptable. In light of similar performance levels previously reported for interpreters who sign (e.g., Schick, Williams, & Kupermintz, 2006), these results suggest that interpreting services for deaf and hard-of hearing students, regardless of the communication option used, are often inadequate and could seriously hinder access to the classroom environment.

  5. Between-game variation of physical soccer performance measures in highly trained youth soccer players.

    PubMed

    Doncaster, Greg; Unnithan, Viswanath

    2017-07-12

    To assess the between-game variation in measures of physical performance during 11 v 11 soccer match-play, over a short period of time, in highly trained youth soccer players. A single cohort observational study design was employed. Physical match performance data were collected from 17 male, highly trained youth soccer players (age: 13.3 ± 0.4 y) over three, 2 x 20min, 11 v 11 matches. Using 10 Hz GPS, the variables selected for analyses were total distance (TD), high-speed running (HSR), very high-speed running (VHSR), number of high-speed running efforts (HSReff) and number of very high-speed running efforts (VHSReff). Match data was also separated into cumulative 5 min epochs, to identify the peak 5 min epoch and the mean of the cumulative 5 min epochs for each match. Variability was quantified using the coefficient of variation (CV), Standard error of measurement (SEM) and intra-class correlation coefficient (ICC). Between- and within-player smallest worthwhile changes (SWC) were also calculated for each variable to aid in the interpretation of the data. Analysis of the variance between games reported a low CV for TD (3.8%) but larger CVs for HSR (33.3%), HSReff (35.4%) and VHSR and VHSReff (59.6 and 57.4 %, respectively). Analysis of 5 min epochs (peak and average) found an increase in the CVs beyond that of the values reported for the whole match. Between-player SWC in high intensity physical performance data ranged from 24.7 - 42.4 %, whereas within-player SWC ranged from 1.2 - 79.9%. The between-game variability of high and very high intensity activities in youth soccer players, across three soccer matches over a short period of time (2 weeks), is relatively 'large' and specific to the individual, thus highlighting the need for caution when interpreting physical performance data between games and players.

  6. The Substantivalist View of Spacetime Proposed by Minkowski and Its Educational Implications.

    ERIC Educational Resources Information Center

    Levrini, Olivia

    2002-01-01

    Explains that the geometrical interpretation of general relativity provides the formalism with intuitive imagery and an interpretation often presupposes a substantival space. Special relativity can also be interpreted substantivally, which is the key to laying out an internally coherent substantivalist line running from Newtonian mechanics to…

  7. Sign language processing and the mirror neuron system.

    PubMed

    Corina, David P; Knapp, Heather

    2006-05-01

    In this paper we review evidence for frontal and parietal lobe involvement in sign language comprehension and production, and evaluate the extent to which these data can be interpreted within the context of a mirror neuron system for human action observation and execution. We present data from three literatures--aphasia, cortical stimulation, and functional neuroimaging. Generally, we find support for the idea that sign language comprehension and production can be viewed in the context of a broadly-construed frontal-parietal human action observation/execution system. However, sign language data cannot be fully accounted for under a strict interpretation of the mirror neuron system. Additionally, we raise a number of issues concerning the lack of specificity in current accounts of the human action observation/execution system.

  8. A natural language interface to databases

    NASA Technical Reports Server (NTRS)

    Ford, D. R.

    1988-01-01

    The development of a Natural Language Interface which is semantic-based and uses Conceptual Dependency representation is presented. The system was developed using Lisp and currently runs on a Symbolics Lisp machine. A key point is that the parser handles morphological analysis, which expands its capabilities of understanding more words.

  9. Management in English Language Teaching.

    ERIC Educational Resources Information Center

    White, Ron; And Others

    Teachers making the transition from the classroom to management can find many guides on management, but none on management in English language teaching (ELT) schools in the United Kingdom and elsewhere in the world. This book offers that guidance to new managers and administrators interested in running an effective teaching organization. Because…

  10. Computer-Assisted Language Learning Authoring Issues

    ERIC Educational Resources Information Center

    Otto, Sue E. K.; Pusack, James P.

    2009-01-01

    Computer-assisted language learning (CALL) authoring refers to a wide variety of creative development activities using software tools that run the gamut from simple templates (easy-to-use predefined forms into which content is typed) to complex authoring environments (flexible but harder-to-use systems, requiring advanced skills and a great deal…

  11. English Complex Verb Constructions: Identification and Inference

    ERIC Educational Resources Information Center

    Tu, Yuancheng

    2012-01-01

    The fundamental problem faced by automatic text understanding in Natural Language Processing (NLP) is to identify semantically related pieces of text and integrate them together to compute the meaning of the whole text. However, the principle of compositionality runs into trouble very quickly when real language is examined with its frequent…

  12. ProjectQ Software Framework

    NASA Astrophysics Data System (ADS)

    Steiger, Damian S.; Haener, Thomas; Troyer, Matthias

    Quantum computers promise to transform our notions of computation by offering a completely new paradigm. A high level quantum programming language and optimizing compilers are essential components to achieve scalable quantum computation. In order to address this, we introduce the ProjectQ software framework - an open source effort to support both theorists and experimentalists by providing intuitive tools to implement and run quantum algorithms. Here, we present our ProjectQ quantum compiler, which compiles a quantum algorithm from our high-level Python-embedded language down to low-level quantum gates available on the target system. We demonstrate how this compiler can be used to control actual hardware and to run high-performance simulations.

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

  14. An IBM 370 assembly language program verifier

    NASA Technical Reports Server (NTRS)

    Maurer, W. D.

    1977-01-01

    The paper describes a program written in SNOBOL which verifies the correctness of programs written in assembly language for the IBM 360 and 370 series of computers. The motivation for using assembly language as a source language for a program verifier was the realization that many errors in programs are caused by misunderstanding or ignorance of the characteristics of specific computers. The proof of correctness of a program written in assembly language must take these characteristics into account. The program has been compiled and is currently running at the Center for Academic and Administrative Computing of The George Washington University.

  15. Language evolution in the laboratory.

    PubMed

    Scott-Phillips, Thomas C; Kirby, Simon

    2010-09-01

    The historical origins of natural language cannot be observed directly. We can, however, study systems that support language and we can also develop models that explore the plausibility of different hypotheses about how language emerged. More recently, evolutionary linguists have begun to conduct language evolution experiments in the laboratory, where the emergence of new languages used by human participants can be observed directly. This enables researchers to study both the cognitive capacities necessary for language and the ways in which languages themselves emerge. One theme that runs through this work is how individual-level behaviours result in population-level linguistic phenomena. A central challenge for the future will be to explore how different forms of information transmission affect this process. 2010 Elsevier Ltd. All rights reserved.

  16. Interpretation and Use of K-12 Language Proficiency Assessment Score Reports: Perspectives of Educators and Parents. WCER Working Paper No. 2016-8

    ERIC Educational Resources Information Center

    Kim, Ahyoung Alicia; Kondo, Akira; Blair, Alissa; Mancilla, Lorena; Chapman, Mark; Wilmes, Carsten

    2016-01-01

    A number of English language proficiency exams target grades K-12 English language learners (ELLs) because of the rising need to identify their needs and provide appropriate support in language learning. A good example is the WIDA ACCESS for ELLs (hereafter ACCESS), designed to measure the English language proficiency of students identified as…

  17. Patient Perspectives on Language Discordance During Healthcare Visits: Findings From the Extremely High-Density Multicultural State of Qatar.

    PubMed

    Abdelrahim, Huda; Elnashar, Maha; Khidir, Amal; Killawi, Amal; Hammoud, Maya; Al-Khal, Abdul Latif; Fetters, Michael D

    2017-04-01

    Reducing language and cultural barriers in healthcare are significant factors in resolving health disparities. Qatar's rapidly growing multicultural population presents new challenges to the healthcare system. The purpose of this research was to explore patients' perspectives about language discordance, and the strategies used to overcome language barriers during patients' visits. Participants were recruited and interviewed from four language groups (Arabic = 24, English = 20, Hindi = 20, and Urdu = 20), all of whom were living in Qatar and utilizing Hamad General Hospital-Outpatient Clinics as a source of their healthcare services. Using qualitative analysis procedures, relevant themes and codes were generated and data analyzed using Atlas-ti. As for results, most participants had experienced or witnessed language barriers during their outpatient clinics visits. Participants essentially were unfamiliar with professional medical interpreters and described their adaptive solutions, for example utilizing incidental interpreters, stringing together fragments of multiple languages, and using body language. Those not speaking mainstream languages of Hamad General Hospital (English and Arabic) were more vulnerable to health disparities due to language barriers. Despite the patient impetus to do something, patient-reported adaptive strategies could compromise patients' safety and access to quality healthcare. Polices tackling the language barrier need to be reviewed in Qatar's multicultural healthcare system and similar settings.

  18. Input Sources of Third Person Singular –s Inconsistency in Children with and without Specific Language Impairment*

    PubMed Central

    Leonard, Laurence B.; Fey, Marc E.; Deevy, Patricia; Bredin-Oja, Shelley L.

    2015-01-01

    We tested four predictions based on the assumption that optional infinitives can be attributed to properties of the input whereby children inappropriately extract nonfinite subject-verb sequences (e.g. the girl run) from larger input utterances (e.g. Does the girl run? Let’s watch the girl run). Thirty children with specific language impairment (SLI) and 30 typically developing children heard novel and familiar verbs that appeared exclusively either in utterances containing nonfinite subject-verb sequences or in simple sentences with the verb inflected for third person singular –s. Subsequent testing showed strong input effects, especially for the SLI group. The results provide support for input-based factors as significant contributors not only to the optional infinitive period in typical development, but also to the especially protracted optional infinitive period seen in SLI. PMID:25076070

  19. Arabic-speaking migrants’ attitudes, opinions, preferences and past experiences concerning the use of interpreters in healthcare: a postal cross-sectional survey

    PubMed Central

    2014-01-01

    Background Good communication is an important prerequisite for equal treatment in a healthcare encounter. One way to overcome language barriers when patients and healthcare staff do not share the same language is to use a professional interpreter. Few previous studies have been found investigating the use of interpreters, and just one previous study from the perspective of European migrants, which showed that they perceived interpreters as a communication aid and a guide in the healthcare system as regards information and practical matters. No previous study has gathered quantitative information to focus on non-European migrants’ attitudes to the use of interpreters in healthcare encounters. Thus, the aim of this study was to investigate Arabic-speaking individuals’ attitudes, opinions, preferences and past experiences concerning the use of interpreters in healthcare in order to: (i) understand how persons’ expectations and concerns regarding interpreters may vary, both within and across cultural/linguistic populations; (ii) understand the consequences of diverse opinions/expectations for planning responsive services; and (iii) confirm findings from previous qualitative studies. Method A postal cross-sectional study using a structured self-administered 51-item questionnaire was used to describe and document aspects of Arabic-speaking individuals’ attitudes to the use of interpreters in healthcare. The sample of 53 Arabic-speaking migrants was recruited from three different places. Participants were mostly born in Iraq and had a high level of education and were almost equally divided between genders. Data were analysed with descriptive statistics. Results The main findings were that most of the participants perceived the interpreter’s role as being a communication aid and a practical aid, interpreting literally and objectively. Trust in the professional interpreter was related to qualification as an interpreter and personal contact with face-to-face interaction. The qualities of the desired professional interpreter were: a good knowledge of languages and medical terminology, translation ability, and sharing the same origin, dialect and gender as the patient. Conclusion This study confirmed previous qualitative findings from European migrant groups with a different cultural and linguistic background. The study supports the importance of planning a good interpretation situation in accordance with individuals’ desire, irrespective of the migrant’s linguistic and cultural background, and using interpreters who interpret literally and objectively, who are highly trained with language skills in medical terminology, and with a professional attitude to promote communication, thus increasing cost-effective, high-quality individualized healthcare. PMID:24484628

  20. Visually defining and querying consistent multi-granular clinical temporal abstractions.

    PubMed

    Combi, Carlo; Oliboni, Barbara

    2012-02-01

    The main goal of this work is to propose a framework for the visual specification and query of consistent multi-granular clinical temporal abstractions. We focus on the issue of querying patient clinical information by visually defining and composing temporal abstractions, i.e., high level patterns derived from several time-stamped raw data. In particular, we focus on the visual specification of consistent temporal abstractions with different granularities and on the visual composition of different temporal abstractions for querying clinical databases. Temporal abstractions on clinical data provide a concise and high-level description of temporal raw data, and a suitable way to support decision making. Granularities define partitions on the time line and allow one to represent time and, thus, temporal clinical information at different levels of detail, according to the requirements coming from the represented clinical domain. The visual representation of temporal information has been considered since several years in clinical domains. Proposed visualization techniques must be easy and quick to understand, and could benefit from visual metaphors that do not lead to ambiguous interpretations. Recently, physical metaphors such as strips, springs, weights, and wires have been proposed and evaluated on clinical users for the specification of temporal clinical abstractions. Visual approaches to boolean queries have been considered in the last years and confirmed that the visual support to the specification of complex boolean queries is both an important and difficult research topic. We propose and describe a visual language for the definition of temporal abstractions based on a set of intuitive metaphors (striped wall, plastered wall, brick wall), allowing the clinician to use different granularities. A new algorithm, underlying the visual language, allows the physician to specify only consistent abstractions, i.e., abstractions not containing contradictory conditions on the component abstractions. Moreover, we propose a visual query language where different temporal abstractions can be composed to build complex queries: temporal abstractions are visually connected through the usual logical connectives AND, OR, and NOT. The proposed visual language allows one to simply define temporal abstractions by using intuitive metaphors, and to specify temporal intervals related to abstractions by using different temporal granularities. The physician can interact with the designed and implemented tool by point-and-click selections, and can visually compose queries involving several temporal abstractions. The evaluation of the proposed granularity-related metaphors consisted in two parts: (i) solving 30 interpretation exercises by choosing the correct interpretation of a given screenshot representing a possible scenario, and (ii) solving a complex exercise, by visually specifying through the interface a scenario described only in natural language. The exercises were done by 13 subjects. The percentage of correct answers to the interpretation exercises were slightly different with respect to the considered metaphors (54.4--striped wall, 73.3--plastered wall, 61--brick wall, and 61--no wall), but post hoc statistical analysis on means confirmed that differences were not statistically significant. The result of the user's satisfaction questionnaire related to the evaluation of the proposed granularity-related metaphors ratified that there are no preferences for one of them. The evaluation of the proposed logical notation consisted in two parts: (i) solving five interpretation exercises provided by a screenshot representing a possible scenario and by three different possible interpretations, of which only one was correct, and (ii) solving five exercises, by visually defining through the interface a scenario described only in natural language. Exercises had an increasing difficulty. The evaluation involved a total of 31 subjects. Results related to this evaluation phase confirmed us about the soundness of the proposed solution even in comparison with a well known proposal based on a tabular query form (the only significant difference is that our proposal requires more time for the training phase: 21 min versus 14 min). In this work we have considered the issue of visually composing and querying temporal clinical patient data. In this context we have proposed a visual framework for the specification of consistent temporal abstractions with different granularities and for the visual composition of different temporal abstractions to build (possibly) complex queries on clinical databases. A new algorithm has been proposed to check the consistency of the specified granular abstraction. From the evaluation of the proposed metaphors and interfaces and from the comparison of the visual query language with a well known visual method for boolean queries, the soundness of the overall system has been confirmed; moreover, pros and cons and possible improvements emerged from the comparison of different visual metaphors and solutions. Copyright © 2011 Elsevier B.V. All rights reserved.

  1. Designing an American Sign Language Avatar for Learning Computer Science Concepts for Deaf or Hard-of-Hearing Students and Deaf Interpreters

    ERIC Educational Resources Information Center

    Andrei, Stefan; Osborne, Lawrence; Smith, Zanthia

    2013-01-01

    The current learning process of Deaf or Hard of Hearing (D/HH) students taking Science, Technology, Engineering, and Mathematics (STEM) courses needs, in general, a sign interpreter for the translation of English text into American Sign Language (ASL) signs. This method is at best impractical due to the lack of availability of a specialized sign…

  2. The Design and Implementation of an Object-Oriented, Production-Rule Interpreter.

    DTIC Science & Technology

    1984-12-01

    S. CONTRACT OR GRANT NUMBER(s) .Heinz M. McArthur 9. PERFORMING ORGANIZATION NAME AND ADDRESS 10. PROGRAM ELEMENT. PROJECT. TASK AREA & WORK UNIT...implementation of two prototype interpreters for Omega, an object-oriented, production- rule programming language. The first implementation is a throw- away...production-rule programming language. The first implementa- tion is a throw-away prototype written in LISP; the second implementation is a more complete

  3. Case Study: Mobile Photovoltaic System at Bechler Meadows Ranger Station, Yellowstone National Park (Brochure)

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

    None, None

    The mobile PV/generator hybrid system deployed at Bechler Meadows provides a number of advantages. It reduces on-site air emissions from the generator. Batteries allow the generator to operate only at its rated power, reducing run-time and fuel consumption. Energy provided by the solar array reduces fuel consumption and run-time of the generator. The generator is off for most hours providing peace and quiet at the site. Maintenance trips from Mammoth Hot Springs to the remote site are reduced. The frequency of intrusive fuel deliveries to the pristine site is reduced. And the system gives rangers a chance to interpret Greenmore » Park values to the visiting public. As an added bonus, the system provides all these benefits at a lower cost than the basecase of using only a propane-fueled generator, reducing life cycle cost by about 26%.« less

  4. Case Study: Mobile Photovoltaic System at Bechler Meadows Ranger Station, Yellowstone National Park

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

    Andy Walker

    The mobile PV/generator hybrid system deployed at Bechler Meadows provides a number of advantages. It reduces on-site air emissions from the generator. Batteries allow the generator to operate only at its rated power, reducing run-time and fuel consumption. Energy provided by the solar array reduces fuel consumption and run-time of the generator. The generator is off for most hours providing peace and quiet at the site. Maintenance trips from Mammoth Hot Springs to the remote site are reduced. The frequency of intrusive fuel deliveries to the pristine site is reduced. And the system gives rangers a chance to interpret Greenmore » Park values to the visiting public. As an added bonus, the system provides all these benefits at a lower cost than the basecase of using only a propane-fueled generator, reducing life cycle cost by about 26%.« less

  5. The Trick Simulation Toolkit: A NASA/Opensource Framework for Running Time Based Physics Models

    NASA Technical Reports Server (NTRS)

    Penn, John M.

    2016-01-01

    The Trick Simulation Toolkit is a simulation development environment used to create high fidelity training and engineering simulations at the NASA Johnson Space Center and many other NASA facilities. Its purpose is to generate a simulation executable from a collection of user-supplied models and a simulation definition file. For each Trick-based simulation, Trick automatically provides job scheduling, numerical integration, the ability to write and restore human readable checkpoints, data recording, interactive variable manipulation, a run-time interpreter, and many other commonly needed capabilities. This allows simulation developers to concentrate on their domain expertise and the algorithms and equations of their models. Also included in Trick are tools for plotting recorded data and various other supporting utilities and libraries. Trick is written in C/C++ and Java and supports both Linux and MacOSX computer operating systems. This paper describes Trick's design and use at NASA Johnson Space Center.

  6. 76 FR 55390 - Guidance on Exculpatory Language in Informed Consent, Draft

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-09-07

    ...://www.fda.gov/ScienceResearch/SpecialTopics/RunningClinicalTrials/default.htm , is intended to assist... , http://www.hhs.gov/ohrp/newsroom/rfc/index.html , or http://www.fda.gov/ScienceResearch/SpecialTopics/RunningClinicalTrials/default.htm . III. Request for Comments OHRP and FDA are making their joint draft...

  7. Running R Statistical Computing Environment Software on the Peregrine

    Science.gov Websites

    for the development of new statistical methodologies and enjoys a large user base. Please consult the distribution details. Natural language support but running in an English locale R is a collaborative project programming paradigms to better leverage modern HPC systems. The CRAN task view for High Performance Computing

  8. Exploring Learner Language through Corpora: Comparing and Interpreting Corpus Frequency Information

    ERIC Educational Resources Information Center

    Gablasova, Dana; Brezina, Vaclav; McEnery, Tony

    2017-01-01

    This article contributes to the debate about the appropriate use of corpus data in language learning research. It focuses on frequencies of linguistic features in language use and their comparison across corpora. The majority of corpus-based second language acquisition studies employ a comparative design in which either one or more second language…

  9. Dominant Language Transfer in Spanish Heritage Speakers and Second Language Learners in the Interpretation of Definite Articles

    ERIC Educational Resources Information Center

    Montrul, Silvina; Ionin, Tania

    2012-01-01

    This study investigates dominant language transfer (from English) in adult Spanish second language (L2) learners and Spanish heritage speakers. We focus on contrasting properties of English and Spanish definite articles with respect to generic reference ("Elephants have ivory tusks" vs. "Los elefantes tienen colmillos de marfil") and inalienable…

  10. Language Equality in International Cooperation. Esperanto Documents, New Series, No. 21.

    ERIC Educational Resources Information Center

    Harry, Ralph; Mandel, Mark

    The policies of the United Nations with regard to the six official languages have left holes in the fabric of international cooperation. Maintaining language services in all six languages has proved to be an impossibility because of the scarcity of trained interpreters and translators between, for instance, Chinese and Arabic. English, French, and…

  11. Approaches to Language Testing. Advances in Language Testing Series: 2. Papers in Applied Linguistics.

    ERIC Educational Resources Information Center

    Spolsky, Bernard, Ed.

    This volume, one in a series on modern language testing, collects four essays dealing with current approaches to lanquage testing. The introduction traces the development of language testing theory and examines the role of linguistics in this area. "The Psycholinguistic Basis," by E. Ingram, discusses some interpretations of the term…

  12. Motives and Outcomes of New Zealand Sign Language Legislation: A Comparative Study between New Zealand and Finland

    ERIC Educational Resources Information Center

    Reffell, Hayley; McKee, Rachel Locker

    2009-01-01

    The medicalized interpretation of deafness has until recently seen the rights and protections of sign language users embedded in disability law. Yet the rights and protections crucial to sign language users centre predominantly on matters of language access, maintenance and identity. Legislators, motivated by pressure from sign language…

  13. Development of Competence and Performance in Cartographic Language by Children at the Concrete Level of Map-Reasoning.

    ERIC Educational Resources Information Center

    Gerber, Rodney Victor

    This dissertation examines development of children's skills at map using and free-recall map sketching, with particular emphasis on map reasoning, competence in cartographic language, and performance in cartographic language. Cartographic language (the broad range of line, point, and area signs and map elements) is interpreted as the means by…

  14. Examining the Effects of Language Brokering on Student Identities and Learning Opportunities in Dual Immersion Classrooms

    ERIC Educational Resources Information Center

    Lee, Jin Sook; Hill-Bonnet, Laura; Raley, Jason

    2011-01-01

    In settings where speakers of two or more different languages coexist, language brokering, the act of interpreting and translating between culturally and linguistically different speakers, is commonly practiced. Yet the examination of language brokering and its implications in classroom settings have not received much attention in the literature.…

  15. Collocations in Corpus-Based Language Learning Research: Identifying, Comparing, and Interpreting the Evidence

    ERIC Educational Resources Information Center

    Gablasova, Dana; Brezina, Vaclav; McEnery, Tony

    2017-01-01

    This article focuses on the use of collocations in language learning research (LLR). Collocations, as units of formulaic language, are becoming prominent in our understanding of language learning and use; however, while the number of corpus-based LLR studies of collocations is growing, there is still a need for a deeper understanding of factors…

  16. Aging in mortal superdiffusive Lévy walkers.

    PubMed

    Stage, Helena

    2017-12-01

    A growing body of literature examines the effects of superdiffusive subballistic movement premeasurement (aging or time lag) on observations arising from single-particle tracking. A neglected aspect is the finite lifetime of these Lévy walkers, be they proteins, cells, or larger structures. We examine the effects of aging on the motility of mortal walkers, and discuss the means by which permanent stopping of walkers may be categorized as arising from "natural" death or experimental artifacts such as low photostability or radiation damage. This is done by comparison of the walkers' mean squared displacement (MSD) with the front velocity of propagation of a group of walkers, which is found to be invariant under time lags. For any running time distribution of a mortal random walker, the MSD is tempered by the stopping rate θ. This provides a physical interpretation for truncated heavy-tailed diffusion processes and serves as a tool by which to better classify the underlying running time distributions of random walkers. Tempering of aged MSDs raises the issue of misinterpreting superdiffusive motion which appears Brownian or subdiffusive over certain time scales.

  17. Aging in mortal superdiffusive Lévy walkers

    NASA Astrophysics Data System (ADS)

    Stage, Helena

    2017-12-01

    A growing body of literature examines the effects of superdiffusive subballistic movement premeasurement (aging or time lag) on observations arising from single-particle tracking. A neglected aspect is the finite lifetime of these Lévy walkers, be they proteins, cells, or larger structures. We examine the effects of aging on the motility of mortal walkers, and discuss the means by which permanent stopping of walkers may be categorized as arising from "natural" death or experimental artifacts such as low photostability or radiation damage. This is done by comparison of the walkers' mean squared displacement (MSD) with the front velocity of propagation of a group of walkers, which is found to be invariant under time lags. For any running time distribution of a mortal random walker, the MSD is tempered by the stopping rate θ . This provides a physical interpretation for truncated heavy-tailed diffusion processes and serves as a tool by which to better classify the underlying running time distributions of random walkers. Tempering of aged MSDs raises the issue of misinterpreting superdiffusive motion which appears Brownian or subdiffusive over certain time scales.

  18. A Hierarchical Generative Framework of Language Processing: Linking Language Perception, Interpretation, and Production Abnormalities in Schizophrenia

    PubMed Central

    Brown, Meredith; Kuperberg, Gina R.

    2015-01-01

    Language and thought dysfunction are central to the schizophrenia syndrome. They are evident in the major symptoms of psychosis itself, particularly as disorganized language output (positive thought disorder) and auditory verbal hallucinations (AVHs), and they also manifest as abnormalities in both high-level semantic and contextual processing and low-level perception. However, the literatures characterizing these abnormalities have largely been separate and have sometimes provided mutually exclusive accounts of aberrant language in schizophrenia. In this review, we propose that recent generative probabilistic frameworks of language processing can provide crucial insights that link these four lines of research. We first outline neural and cognitive evidence that real-time language comprehension and production normally involve internal generative circuits that propagate probabilistic predictions to perceptual cortices — predictions that are incrementally updated based on prediction error signals as new inputs are encountered. We then explain how disruptions to these circuits may compromise communicative abilities in schizophrenia by reducing the efficiency and robustness of both high-level language processing and low-level speech perception. We also argue that such disruptions may contribute to the phenomenology of thought-disordered speech and false perceptual inferences in the language system (i.e., AVHs). This perspective suggests a number of productive avenues for future research that may elucidate not only the mechanisms of language abnormalities in schizophrenia, but also promising directions for cognitive rehabilitation. PMID:26640435

  19. System for Automated Geoscientific Analyses (SAGA) v. 2.1.4

    NASA Astrophysics Data System (ADS)

    Conrad, O.; Bechtel, B.; Bock, M.; Dietrich, H.; Fischer, E.; Gerlitz, L.; Wehberg, J.; Wichmann, V.; Böhner, J.

    2015-07-01

    The System for Automated Geoscientific Analyses (SAGA) is an open source geographic information system (GIS), mainly licensed under the GNU General Public License. Since its first release in 2004, SAGA has rapidly developed from a specialized tool for digital terrain analysis to a comprehensive and globally established GIS platform for scientific analysis and modeling. SAGA is coded in C++ in an object oriented design and runs under several operating systems including Windows and Linux. Key functional features of the modular software architecture comprise an application programming interface for the development and implementation of new geoscientific methods, a user friendly graphical user interface with many visualization options, a command line interpreter, and interfaces to interpreted languages like R and Python. The current version 2.1.4 offers more than 600 tools, which are implemented in dynamically loadable libraries or shared objects and represent the broad scopes of SAGA in numerous fields of geoscientific endeavor and beyond. In this paper, we inform about the system's architecture, functionality, and its current state of development and implementation. Furthermore, we highlight the wide spectrum of scientific applications of SAGA in a review of published studies, with special emphasis on the core application areas digital terrain analysis, geomorphology, soil science, climatology and meteorology, as well as remote sensing.

  20. Foreign Language Instruction.

    ERIC Educational Resources Information Center

    Sawyer, Jesse O.

    1964-01-01

    This brief review of research in foreign language instruction during 1961-63 summarizes, compares, and interprets related studies dealing withsuch topics as (1) the effects and value of foreign language instruction at different educational levels, (2) methods and materials, (3) testing, and (4) electromechanical aids, such as the language…

  1. Hybrid Applications Of Artificial Intelligence

    NASA Technical Reports Server (NTRS)

    Borchardt, Gary C.

    1988-01-01

    STAR, Simple Tool for Automated Reasoning, is interactive, interpreted programming language for development and operation of artificial-intelligence application systems. Couples symbolic processing with compiled-language functions and data structures. Written in C language and currently available in UNIX version (NPO-16832), and VMS version (NPO-16965).

  2. Community health center provider and staff's Spanish language ability and cultural awareness.

    PubMed

    Baig, Arshiya A; Benitez, Amanda; Locklin, Cara A; Campbell, Amanda; Schaefer, Cynthia T; Heuer, Loretta J; Lee, Sang Mee; Solomon, Marla C; Quinn, Michael T; Burnet, Deborah L; Chin, Marshall H

    2014-05-01

    Many community health center providers and staff care for Latinos with diabetes, but their Spanish language ability and awareness of Latino culture are unknown. We surveyed 512 Midwestern health center providers and staff who managed Latino patients with diabetes. Few respondents had high Spanish language (13%) or cultural awareness scores (22%). Of respondents who self-reported 76-100% of their patients were Latino, 48% had moderate/low Spanish language and 49% had moderate/low cultural competency scores. Among these respondents, 3% lacked access to interpreters and 27% had neither received cultural competency training nor had access to training. Among all respondents, Spanish skills and Latino cultural awareness were low. Respondents who saw a significant number of Latinos had good access to interpretation services but not cultural competency training. Improved Spanish-language skills and increased access to cultural competency training and Latino cultural knowledge are needed to provide linguistically and culturally tailored care to Latino patients.

  3. GMES: A Python package for solving Maxwell’s equations using the FDTD method

    NASA Astrophysics Data System (ADS)

    Chun, Kyungwon; Kim, Huioon; Kim, Hyounggyu; Jung, Kil Su; Chung, Youngjoo

    2013-04-01

    This paper describes GMES, a free Python package for solving Maxwell’s equations using the finite-difference time-domain (FDTD) method. The design of GMES follows the object-oriented programming (OOP) approach and adopts a unique design strategy where the voxels in the computational domain are grouped and then updated according to its material type. This piecewise updating scheme ensures that GMES can adopt OOP without losing its simple structure and time-stepping speed. The users can easily add various material types, sources, and boundary conditions into their code using the Python programming language. The key design features, along with the supported material types, excitation sources, boundary conditions and parallel calculations employed in GMES are also described in detail. Catalog identifier: AEOK_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEOK_v1_0.html Program obtainable from: CPC Program Library, Queen’s University, Belfast, N. Ireland Licensing provisions: GNU General Public License v3.0 No. of lines in distributed program, including test data, etc.: 17700 No. of bytes in distributed program, including test data, etc.: 89878 Distribution format: tar.gz Programming language: C++, Python. Computer: Any computer with a Unix-like system with a C++ compiler, and a Python interpreter; developed on 2.53 GHz Intel CoreTM i3. Operating system: Any Unix-like system; developed under Ubuntu 12.04 LTS 64 bit. Has the code been vectorized or parallelized?: Yes. Parallelized with MPI directives (optional). RAM: Problem dependent (a simulation with real valued electromagnetic field uses roughly 0.18 KB per Yee cell.) Classification: 10. External routines: SWIG [1], Cython [2], NumPy [3], SciPy [4], matplotlib [5], MPI for Python [6] Nature of problem: Classical electrodynamics Solution method: Finite-difference time-domain (FDTD) method Additional comments: This article describes version 0.9.5. The most recent version can be downloaded at the GMES project homepage [7]. Running time: Problem dependent (a simulation with real valued electromagnetic field takes typically about 0.16 μs per Yee cell per time-step.) SWIG, http://www.swig.org. Cython, http://www.cython.org. NumPy, http://numpy.scipy.org. SciPy, http://www.scipy.org. matplotlib, http://matplotlib.sourceforge.net. MPI for Python, http://mpi4py.scipy.org. GMES, http://sourceforge.net/projects/gmes.

  4. Rational integration of noisy evidence and prior semantic expectations in sentence interpretation.

    PubMed

    Gibson, Edward; Bergen, Leon; Piantadosi, Steven T

    2013-05-14

    Sentence processing theories typically assume that the input to our language processing mechanisms is an error-free sequence of words. However, this assumption is an oversimplification because noise is present in typical language use (for instance, due to a noisy environment, producer errors, or perceiver errors). A complete theory of human sentence comprehension therefore needs to explain how humans understand language given imperfect input. Indeed, like many cognitive systems, language processing mechanisms may even be "well designed"--in this case for the task of recovering intended meaning from noisy utterances. In particular, comprehension mechanisms may be sensitive to the types of information that an idealized statistical comprehender would be sensitive to. Here, we evaluate four predictions about such a rational (Bayesian) noisy-channel language comprehender in a sentence comprehension task: (i) semantic cues should pull sentence interpretation towards plausible meanings, especially if the wording of the more plausible meaning is close to the observed utterance in terms of the number of edits; (ii) this process should asymmetrically treat insertions and deletions due to the Bayesian "size principle"; such nonliteral interpretation of sentences should (iii) increase with the perceived noise rate of the communicative situation and (iv) decrease if semantically anomalous meanings are more likely to be communicated. These predictions are borne out, strongly suggesting that human language relies on rational statistical inference over a noisy channel.

  5. Rational integration of noisy evidence and prior semantic expectations in sentence interpretation

    PubMed Central

    Gibson, Edward; Bergen, Leon; Piantadosi, Steven T.

    2013-01-01

    Sentence processing theories typically assume that the input to our language processing mechanisms is an error-free sequence of words. However, this assumption is an oversimplification because noise is present in typical language use (for instance, due to a noisy environment, producer errors, or perceiver errors). A complete theory of human sentence comprehension therefore needs to explain how humans understand language given imperfect input. Indeed, like many cognitive systems, language processing mechanisms may even be “well designed”–in this case for the task of recovering intended meaning from noisy utterances. In particular, comprehension mechanisms may be sensitive to the types of information that an idealized statistical comprehender would be sensitive to. Here, we evaluate four predictions about such a rational (Bayesian) noisy-channel language comprehender in a sentence comprehension task: (i) semantic cues should pull sentence interpretation towards plausible meanings, especially if the wording of the more plausible meaning is close to the observed utterance in terms of the number of edits; (ii) this process should asymmetrically treat insertions and deletions due to the Bayesian “size principle”; such nonliteral interpretation of sentences should (iii) increase with the perceived noise rate of the communicative situation and (iv) decrease if semantically anomalous meanings are more likely to be communicated. These predictions are borne out, strongly suggesting that human language relies on rational statistical inference over a noisy channel. PMID:23637344

  6. Exploring the Impact of Language Services on Utilization and Clinical Outcomes for Diabetics

    PubMed Central

    Hacker, Karen; Choi, Yoon Susan; Trebino, Lisa; Hicks, LeRoi; Friedman, Elisa; Blanchfield, Bonnie; Gazelle, G. Scott

    2012-01-01

    Background Significant health disparities exist between limited English proficient and English-proficient patients. Little is known about the impact of language services on chronic disease outcomes such as for diabetes. Methods/Principal Findings To determine whether the amount and type of language services received during primary care visits had an impact on diabetes-related outcomes (hospitalization, emergency room utilization, glycemic control) in limited English proficient patients, a retrospective cohort design was utilized. Hospital and medical record data was examined for 1425 limited English proficient patients in the Cambridge Health Alliance diabetes registry. We categorized patients receiving usual care into 7 groups based on the amount and combination of language services (language concordant providers, formal interpretation and nothing) received at primary care visits during a 9 month period. Bivariate analyses and multiple logistic regression were used to determine relationships between language service categories and outcomes in the subsequent 6 months. Thirty-one percent of patients (445) had no documentation of interpreter use or seeing a language concordant provider in any visits. Patients who received 100% of their primary care visits with language concordant providers were least likely to have diabetes-related emergency department visits compared to other groups (p<0001) in the following 6 months. Patients with higher numbers of co-morbidities were more likely to receive formal interpretation. Conclusions/Significance Language concordant providers may help reduce health care utilization for limited English proficient patients with diabetes. However, given the lack of such providers in sufficient numbers to meet patients' communication needs, strategies are needed to both increase their numbers and ensure that the highest risk patients receive the most appropriate language services. In addition, systems serving diverse populations must clarify why some limited English proficient patients do not receive language services at some or all of their visits and whether this has an impact on quality of care. PMID:22675571

  7. Toward Extending the Educational Interpreter Performance Assessment to Cued Speech

    PubMed Central

    Krause, Jean C.; Kegl, Judy A.; Schick, Brenda

    2008-01-01

    The Educational Interpreter Performance Assessment (EIPA) is as an important research tool for examining the quality of interpreters who use American Sign Language or a sign system in classroom settings, but it is not currently applicable to educational interpreters who use Cued Speech (CS). In order to determine the feasibility of extending the EIPA to include CS, a pilot EIPA test was developed and administered to 24 educational CS interpreters. Fifteen of the interpreters’ performances were evaluated two to three times in order to assess reliability. Results show that the instrument has good construct validity and test–retest reliability. Although more interrater reliability data are needed, intrarater reliability was quite high (0.9), suggesting that the pilot test can be rated as reliably as signing versions of the EIPA. Notably, only 48% of interpreters who formally participated in pilot testing performed at a level that could be considered minimally acceptable. In light of similar performance levels previously reported for interpreters who sign (e.g., Schick, Williams, & Kupermintz, 2006), these results suggest that interpreting services for deaf and hard-of hearing students, regardless of the communication option used, are often inadequate and could seriously hinder access to the classroom environment. PMID:18042791

  8. Arabic-speaking migrants’ experiences of the use of interpreters in healthcare: a qualitative explorative study

    PubMed Central

    2014-01-01

    Introduction Arabic-speaking migrants have constituted a growing population in recent years. This entails major challenges to ensure good communication in the healthcare encounter in order to provide individual and holistic healthcare. One of the solutions to ensure good communication between patient and healthcare staff who do not share the same language is to use a professional interpreter. To our knowledge, no previous qualitative studies have been found concerning Arabic-speaking migrants and the use of interpreters. This study aims to ascertain their individual experiences which can help extend our understanding of the studied area. Method A purposive sample of 13 Arabic-speaking persons with experience of using interpreters in healthcare encounters. Data were collected between November 2012 and March 2013 by four focus-group interviews and analysed with qualitative analysis according to a method described for focus groups. Results Four categories appeared from the analysis: 1) The professional interpreter as spokesperson; 2) Different types of interpreters and modes of interpretation adapting to the healthcare encounter; 3) The professional interpreter’s task and personal properties affected the use of professional interpreters in a healthcare encounter; 4) Future planning of the use of professional interpreters in a healthcare encounter. The main findings were that the use of interpreters was experienced both as a possibility and as a problem. The preferred type of interpreters depended on the interpreter’s dialect and ability to interpret correctly. Besides the professional interpreter’s qualities of good skill in language and medical terminology, translation ability, neutrality and objectivity, Arabic-speaking participants stated that professional interpreters need to share the same origin, religion, dialect, gender and political views as the patient in order to facilitate the interpreter use and avoid inappropriate treatment. Conclusion The study showed that the personal qualities of a good interpreter not only cover language ability but also origin, religion, dialect, gender and political views. Thus, there is need to develop strategies for personalized healthcare in order to avoid inappropriate communication, to satisfy the preferences of the person in need of interpreters and improve the impact of interpretation on the quality of healthcare. PMID:24934755

  9. Observations of Running Penumbral Waves Emerging in a Sunspot

    NASA Astrophysics Data System (ADS)

    Priya, T. G.; Wenda, Cao; Jiangtao, Su; Jie, Chen; Xinjie, Mao; Yuanyong, Deng; Robert, Erdélyi

    2018-01-01

    We present results from the investigation of 5 minute umbral oscillations in a single-polarity sunspot of active region NOAA 12132. The spectra of TiO, Hα, and 304 Å are used for corresponding atmospheric heights from the photosphere to lower corona. Power spectrum analysis at the formation height of Hα – 0.6 Å to the Hα center resulted in the detection of 5 minute oscillation signals in intensity interpreted as running waves outside the umbral center, mostly with vertical magnetic field inclination >15°. A phase-speed filter is used to extract the running wave signals with speed v ph > 4 km s‑1, from the time series of Hα – 0.4 Å images, and found twenty-four 3 minute umbral oscillatory events in a duration of one hour. Interestingly, the initial emergence of the 3 minute umbral oscillatory events are noticed closer to or at umbral boundaries. These 3 minute umbral oscillatory events are observed for the first time as propagating from a fraction of preceding running penumbral waves (RPWs). These fractional wavefronts rapidly separate from RPWs and move toward the umbral center, wherein they expand radially outwards suggesting the beginning of a new umbral oscillatory event. We found that most of these umbral oscillatory events develop further into RPWs. We speculate that the waveguides of running waves are twisted in spiral structures and hence the wavefronts are first seen at high latitudes of umbral boundaries and later at lower latitudes of the umbral center.

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

  11. Parallel deterministic neutronics with AMR in 3D

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

    Clouse, C.; Ferguson, J.; Hendrickson, C.

    1997-12-31

    AMTRAN, a three dimensional Sn neutronics code with adaptive mesh refinement (AMR) has been parallelized over spatial domains and energy groups and runs on the Meiko CS-2 with MPI message passing. Block refined AMR is used with linear finite element representations for the fluxes, which allows for a straight forward interpretation of fluxes at block interfaces with zoning differences. The load balancing algorithm assumes 8 spatial domains, which minimizes idle time among processors.

  12. Scope Interpretation in First and Second Language Acquisition: Numeral Quantifiers and Negation

    ERIC Educational Resources Information Center

    Kwak, Hye-Young

    2010-01-01

    The present study investigates the interpretation of scopally ambiguous sentences containing a numeral quantifier and negation, such as (1) and (2), with a view to examining the interpretive preferences for Korean manifested by Korean-speaking children and adults, and the interpretive preferences for English manifested by Korean-speaking second…

  13. La interpretacion consecutiva: metodologia y tecnicas (Consecutive Interpretation: Methodology and Techniques).

    ERIC Educational Resources Information Center

    Drallny, Ines

    1987-01-01

    Describes the purpose and appropriate methodology for various levels of interpreter training, for both consecutive and simultaneous interpretation. The importance of relating the intent of the text to the explicit language forms through which that intent is realized is discussed, and appropriate criteria for evaluation of student interpreters are…

  14. English Language Teachers' Burnout within the Cultural Dimensions Framework

    ERIC Educational Resources Information Center

    Saboori, Fahime; Pishghadam, Reza

    2016-01-01

    The aim of the present study was to explore burnout among Iranian English as a Foreign Language (EFL) teachers within Hofstede's cultural framework. To this end, first multiple correspondence analysis was run, and the results of which revealed a significant relationship between the cultural dimensions and the burnout components. Next, multiple…

  15. Exploring the Effect of Materials Designed with Augmented Reality on Language Learners' Vocabulary Learning

    ERIC Educational Resources Information Center

    Solak, Ekrem; Cakir, Recep

    2015-01-01

    The purpose of this study was to determine the motivational level of the participants in a language classroom towards course materials designed in accordance with augmented reality technology and to identify the correlation between academic achievement and motivational level. 130 undergraduate students from a state-run university in Turkey…

  16. Tough, but Where's the Love?

    ERIC Educational Resources Information Center

    Coussey, Mary

    2008-01-01

    Every government wants to appear to be tough on asylum seekers. But in failing to offer newcomers immediate access to English language learning one runs the risk of missing out on significant economic and social cohesion benefits. In this article, the author argues that asylum seekers need to get English language support in their first six months…

  17. New Music Technologies: Platforms for Language Growth through Content

    ERIC Educational Resources Information Center

    Brooks, David L.

    2012-01-01

    This educational showcase highlights some of the musical applications and devices that run them for adding music-related content and instructional activities to the foreign language (FL) classroom. Actual instructional uses for these mobile information and communications technology (ICT) devices such as the iPod, iPad, and iPhone, and music apps…

  18. RUNNING A LANGUAGE LABORATORY.

    ERIC Educational Resources Information Center

    REES, ALUN L.W.

    THIS ARTICLE DESCRIBES THE LANGUAGE LABORATORY AT THE NATIONAL UNIVERSITY OF TRUJILLO AS IT IS USED IN THE FIVE-YEAR ENGLISH TEACHER TRAINING PROGRAM. THE FIRST TWO YEARS OF THIS COURSE ARE INTENSIVE, BASED ON A STUDY OF ENGLISH USING LADO-FRIES MATERIALS (FOR LATIN AMERICAN LEARNERS) WHICH REQUIRE FIVE HOURS OF CLASSWORK A WEEK SUPPLEMENTED BY…

  19. Virtual Learning Environments on the Go: CALL Meets MALL

    ERIC Educational Resources Information Center

    Arús Hita, Jorge

    2016-01-01

    This paper presents "Eating out," a Moodle-based digital learning resource for English as a Foreign Language (EFL) teaching that can be run both on computers and mobile devices. It is argued that Mobile Assisted Language Learning (MALL) resources do not necessarily need to be specifically designed for such platforms. Rather, a carefully…

  20. The Fifth Skill: Hearing the Unspoken Language.

    ERIC Educational Resources Information Center

    Vilarrubla, Montserrat

    Aspects of nonverbal communication are examined as they relate to business communication and to the instruction of business language. Relevant literature on nonverbal communication is reviewed, focusing on gestures and body language and the problems inherent in interpretation of their meaning. Suggestions for educators include: training students…

Top