Sample records for minimize interprocessor communication

  1. On program restructuring, scheduling, and communication for parallel processor systems

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

    Polychronopoulos, Constantine D.

    1986-08-01

    This dissertation discusses several software and hardware aspects of program execution on large-scale, high-performance parallel processor systems. The issues covered are program restructuring, partitioning, scheduling and interprocessor communication, synchronization, and hardware design issues of specialized units. All this work was performed focusing on a single goal: to maximize program speedup, or equivalently, to minimize parallel execution time. Parafrase, a Fortran restructuring compiler was used to transform programs in a parallel form and conduct experiments. Two new program restructuring techniques are presented, loop coalescing and subscript blocking. Compile-time and run-time scheduling schemes are covered extensively. Depending on the program construct, thesemore » algorithms generate optimal or near-optimal schedules. For the case of arbitrarily nested hybrid loops, two optimal scheduling algorithms for dynamic and static scheduling are presented. Simulation results are given for a new dynamic scheduling algorithm. The performance of this algorithm is compared to that of self-scheduling. Techniques for program partitioning and minimization of interprocessor communication for idealized program models and for real Fortran programs are also discussed. The close relationship between scheduling, interprocessor communication, and synchronization becomes apparent at several points in this work. Finally, the impact of various types of overhead on program speedup and experimental results are presented.« less

  2. A Linked-Cell Domain Decomposition Method for Molecular Dynamics Simulation on a Scalable Multiprocessor

    DOE PAGES

    Yang, L. H.; Brooks III, E. D.; Belak, J.

    1992-01-01

    A molecular dynamics algorithm for performing large-scale simulations using the Parallel C Preprocessor (PCP) programming paradigm on the BBN TC2000, a massively parallel computer, is discussed. The algorithm uses a linked-cell data structure to obtain the near neighbors of each atom as time evoles. Each processor is assigned to a geometric domain containing many subcells and the storage for that domain is private to the processor. Within this scheme, the interdomain (i.e., interprocessor) communication is minimized.

  3. An intelligent allocation algorithm for parallel processing

    NASA Technical Reports Server (NTRS)

    Carroll, Chester C.; Homaifar, Abdollah; Ananthram, Kishan G.

    1988-01-01

    The problem of allocating nodes of a program graph to processors in a parallel processing architecture is considered. The algorithm is based on critical path analysis, some allocation heuristics, and the execution granularity of nodes in a program graph. These factors, and the structure of interprocessor communication network, influence the allocation. To achieve realistic estimations of the executive durations of allocations, the algorithm considers the fact that nodes in a program graph have to communicate through varying numbers of tokens. Coarse and fine granularities have been implemented, with interprocessor token-communication duration, varying from zero up to values comparable to the execution durations of individual nodes. The effect on allocation of communication network structures is demonstrated by performing allocations for crossbar (non-blocking) and star (blocking) networks. The algorithm assumes the availability of as many processors as it needs for the optimal allocation of any program graph. Hence, the focus of allocation has been on varying token-communication durations rather than varying the number of processors. The algorithm always utilizes as many processors as necessary for the optimal allocation of any program graph, depending upon granularity and characteristics of the interprocessor communication network.

  4. Applications and development of communication models for the touchstone GAMMA and DELTA prototypes

    NASA Technical Reports Server (NTRS)

    Seidel, Steven R.

    1993-01-01

    The goal of this project was to develop models of the interconnection networks of the Intel iPSC/860 and DELTA multicomputers to guide the design of efficient algorithms for interprocessor communication in problems that commonly occur in CFD codes and other applications. Interprocessor communication costs of codes for message-passing architectures such as the iPSC/860 and DELTA significantly affect the level of performance that can be obtained from those machines. This project addressed several specific problems in the achievement of efficient communication on the Intel iPSC/860 hypercube and DELTA mesh. In particular, an efficient global processor synchronization algorithm was developed for the iPSC/860 and numerous broadcast algorithms were designed for the DELTA.

  5. Communication overhead on the Intel Paragon, IBM SP2 and Meiko CS-2

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1995-01-01

    Interprocessor communication overhead is a crucial measure of the power of parallel computing systems-its impact can severely limit the performance of parallel programs. This report presents measurements of communication overhead on three contemporary commercial multicomputer systems: the Intel Paragon, the IBM SP2 and the Meiko CS-2. In each case the time to communicate between processors is presented as a function of message length. The time for global synchronization and memory access is discussed. The performance of these machines in emulating hypercubes and executing random pairwise exchanges is also investigated. It is shown that the interprocessor communication time depends heavily on the specific communication pattern required. These observations contradict the commonly held belief that communication overhead on contemporary machines is independent of the placement of tasks on processors. The information presented in this report permits the evaluation of the efficiency of parallel algorithm implementations against standard baselines.

  6. Lambda network having 2.sup.m-1 nodes in each of m stages with each node coupled to four other nodes for bidirectional routing of data packets between nodes

    DOEpatents

    Napolitano, Jr., Leonard M.

    1995-01-01

    The Lambda network is a single stage, packet-switched interprocessor communication network for a distributed memory, parallel processor computer. Its design arises from the desired network characteristics of minimizing mean and maximum packet transfer time, local routing, expandability, deadlock avoidance, and fault tolerance. The network is based on fixed degree nodes and has mean and maximum packet transfer distances where n is the number of processors. The routing method is detailed, as are methods for expandability, deadlock avoidance, and fault tolerance.

  7. ALI: A CSSL/multiprocessor software interface

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

    Makoui, A.; Karplus, W.J.

    ALI (A Language Interface) is a software package which translates simulation models expressed in one of the higher-level languages, CSSL-IV or ACSL, into sequences of instructions for each processor of a network of microprocessors. The partitioning of the source program among the processors is automatically accomplished. The code is converted into a data flow graph, analyzed and divided among the processors to minimize the overall execution time in the presence of interprocessor communication delays. This paper describes ALI from the user's point of view and includes a detailed example of the application of ALI to a specific dynamic system simulation.

  8. Lambda network having 2{sup m{minus}1} nodes in each of m stages with each node coupled to four other nodes for bidirectional routing of data packets between nodes

    DOEpatents

    Napolitano, L.M. Jr.

    1995-11-28

    The Lambda network is a single stage, packet-switched interprocessor communication network for a distributed memory, parallel processor computer. Its design arises from the desired network characteristics of minimizing mean and maximum packet transfer time, local routing, expandability, deadlock avoidance, and fault tolerance. The network is based on fixed degree nodes and has mean and maximum packet transfer distances where n is the number of processors. The routing method is detailed, as are methods for expandability, deadlock avoidance, and fault tolerance. 14 figs.

  9. Hyper-Systolic Processing on APE100/QUADRICS:. n2-LOOP Computations

    NASA Astrophysics Data System (ADS)

    Lippert, Thomas; Ritzenhöfer, Gero; Glaessner, Uwe; Hoeber, Henning; Seyfried, Armin; Schilling, Klaus

    We investigate the performance gains from hyper-systolic implementations of n2-loop problems on the massively parallel computer Quadrics, exploiting its three-dimensional interprocessor connectivity. For illustration we study the communication aspects of an exact molecular dynamics simulation of n particles with Coulomb (or gravitational) interactions. We compare the interprocessor communication costs of the standard-systolic and the hyper-systolic approaches for various granularities. We predict gain factors as large as three on the Q4 and eight on the QH4 and measure actual performances on these machine configurations. We conclude that it appears feasible to investigate the thermodynamics of a full gravitating n-body problem with O(16.000) particles using the new method on a QH4 system.

  10. Communication overhead on the Intel iPSC-860 hypercube

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1990-01-01

    Experiments were conducted on the Intel iPSC-860 hypercube in order to evaluate the overhead of interprocessor communication. It is demonstrated that: (1) contrary to popular belief, the distance between two communicating processors has a significant impact on communication time, (2) edge contention can increase communication time by a factor of more than 7, and (3) node contention has no measurable impact.

  11. Multiphase complete exchange on Paragon, SP2 and CS-2

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1995-01-01

    The overhead of interprocessor communication is a major factor in limiting the performance of parallel computer systems. The complete exchange is the severest communication pattern in that it requires each processor to send a distinct message to every other processor. This pattern is at the heart of many important parallel applications. On hypercubes, multiphase complete exchange has been developed and shown to provide optimal performance over varying message sizes. Most commercial multicomputer systems do not have a hypercube interconnect. However, they use special purpose hardware and dedicated communication processors to achieve very high performance communication and can be made to emulate the hypercube quite well. Multiphase complete exchange has been implemented on three contemporary parallel architectures: the Intel Paragon, IBM SP2 and Meiko CS-2. The essential features of these machines are described and their basic interprocessor communication overheads are discussed. The performance of multiphase complete exchange is evaluated on each machine. It is shown that the theoretical ideas developed for hypercubes are also applicable in practice to these machines and that multiphase complete exchange can lead to major savings in execution time over traditional solutions.

  12. Implementing real-time robotic systems using CHIMERA II

    NASA Technical Reports Server (NTRS)

    Stewart, David B.; Schmitz, Donald E.; Khosla, Pradeep K.

    1990-01-01

    A description is given of the CHIMERA II programming environment and operating system, which was developed for implementing real-time robotic systems. Sensor-based robotic systems contain both general- and special-purpose hardware, and thus the development of applications tends to be a time-consuming task. The CHIMERA II environment is designed to reduce the development time by providing a convenient software interface between the hardware and the user. CHIMERA II supports flexible hardware configurations which are based on one or more VME-backplanes. All communication across multiple processors is transparent to the user through an extensive set of interprocessor communication primitives. CHIMERA II also provides a high-performance real-time kernel which supports both deadline and highest-priority-first scheduling. The flexibility of CHIMERA II allows hierarchical models for robot control, such as NASREM, to be implemented with minimal programming time and effort.

  13. Parallel Processing of Adaptive Meshes with Load Balancing

    NASA Technical Reports Server (NTRS)

    Das, Sajal K.; Harvey, Daniel J.; Biswas, Rupak; Biegel, Bryan (Technical Monitor)

    2001-01-01

    Many scientific applications involve grids that lack a uniform underlying structure. These applications are often also dynamic in nature in that the grid structure significantly changes between successive phases of execution. In parallel computing environments, mesh adaptation of unstructured grids through selective refinement/coarsening has proven to be an effective approach. However, achieving load balance while minimizing interprocessor communication and redistribution costs is a difficult problem. Traditional dynamic load balancers are mostly inadequate because they lack a global view of system loads across processors. In this paper, we propose a novel and general-purpose load balancer that utilizes symmetric broadcast networks (SBN) as the underlying communication topology, and compare its performance with a successful global load balancing environment, called PLUM, specifically created to handle adaptive unstructured applications. Our experimental results on an IBM SP2 demonstrate that the SBN-based load balancer achieves lower redistribution costs than that under PLUM by overlapping processing and data migration.

  14. Stencils and problem partitionings: Their influence on the performance of multiple processor systems

    NASA Technical Reports Server (NTRS)

    Reed, D. A.; Adams, L. M.; Patrick, M. L.

    1986-01-01

    Given a discretization stencil, partitioning the problem domain is an important first step for the efficient solution of partial differential equations on multiple processor systems. Partitions are derived that minimize interprocessor communication when the number of processors is known a priori and each domain partition is assigned to a different processor. This partitioning technique uses the stencil structure to select appropriate partition shapes. For square problem domains, it is shown that non-standard partitions (e.g., hexagons) are frequently preferable to the standard square partitions for a variety of commonly used stencils. This investigation is concluded with a formalization of the relationship between partition shape, stencil structure, and architecture, allowing selection of optimal partitions for a variety of parallel systems.

  15. Simulated parallel annealing within a neighborhood for optimization of biomechanical systems.

    PubMed

    Higginson, J S; Neptune, R R; Anderson, F C

    2005-09-01

    Optimization problems for biomechanical systems have become extremely complex. Simulated annealing (SA) algorithms have performed well in a variety of test problems and biomechanical applications; however, despite advances in computer speed, convergence to optimal solutions for systems of even moderate complexity has remained prohibitive. The objective of this study was to develop a portable parallel version of a SA algorithm for solving optimization problems in biomechanics. The algorithm for simulated parallel annealing within a neighborhood (SPAN) was designed to minimize interprocessor communication time and closely retain the heuristics of the serial SA algorithm. The computational speed of the SPAN algorithm scaled linearly with the number of processors on different computer platforms for a simple quadratic test problem and for a more complex forward dynamic simulation of human pedaling.

  16. Parallel grid generation algorithm for distributed memory computers

    NASA Technical Reports Server (NTRS)

    Moitra, Stuti; Moitra, Anutosh

    1994-01-01

    A parallel grid-generation algorithm and its implementation on the Intel iPSC/860 computer are described. The grid-generation scheme is based on an algebraic formulation of homotopic relations. Methods for utilizing the inherent parallelism of the grid-generation scheme are described, and implementation of multiple levELs of parallelism on multiple instruction multiple data machines are indicated. The algorithm is capable of providing near orthogonality and spacing control at solid boundaries while requiring minimal interprocessor communications. Results obtained on the Intel hypercube for a blended wing-body configuration are used to demonstrate the effectiveness of the algorithm. Fortran implementations bAsed on the native programming model of the iPSC/860 computer and the Express system of software tools are reported. Computational gains in execution time speed-up ratios are given.

  17. HPC-NMF: A High-Performance Parallel Algorithm for Nonnegative Matrix Factorization

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

    Kannan, Ramakrishnan; Sukumar, Sreenivas R.; Ballard, Grey M.

    NMF is a useful tool for many applications in different domains such as topic modeling in text mining, background separation in video analysis, and community detection in social networks. Despite its popularity in the data mining community, there is a lack of efficient distributed algorithms to solve the problem for big data sets. We propose a high-performance distributed-memory parallel algorithm that computes the factorization by iteratively solving alternating non-negative least squares (NLS) subproblems formore » $$\\WW$$ and $$\\HH$$. It maintains the data and factor matrices in memory (distributed across processors), uses MPI for interprocessor communication, and, in the dense case, provably minimizes communication costs (under mild assumptions). As opposed to previous implementation, our algorithm is also flexible: It performs well for both dense and sparse matrices, and allows the user to choose any one of the multiple algorithms for solving the updates to low rank factors $$\\WW$$ and $$\\HH$$ within the alternating iterations.« less

  18. Parallel architecture for rapid image generation and analysis

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

    Nerheim, R.J.

    1987-01-01

    A multiprocessor architecture inspired by the Disney multiplane camera is proposed. For many applications, this approach produces a natural mapping of processors to objects in a scene. Such a mapping promotes parallelism and reduces the hidden-surface work with minimal interprocessor communication and low-overhead cost. Existing graphics architectures store the final picture as a monolithic entity. The architecture here stores each object's image separately. It assembles the final composite picture from component images only when the video display needs to be refreshed. This organization simplifies the work required to animate moving objects that occlude other objects. In addition, the architecture hasmore » multiple processors that generate the component images in parallel. This further shortens the time needed to create a composite picture. In addition to generating images for animation, the architecture has the ability to decompose images.« less

  19. Point-to-Point Multicast Communications Protocol

    NASA Technical Reports Server (NTRS)

    Byrd, Gregory T.; Nakano, Russell; Delagi, Bruce A.

    1987-01-01

    This paper describes a protocol to support point-to-point interprocessor communications with multicast. Dynamic, cut-through routing with local flow control is used to provide a high-throughput, low-latency communications path between processors. In addition multicast transmissions are available, in which copies of a packet are sent to multiple destinations using common resources as much as possible. Special packet terminators and selective buffering are introduced to avoid a deadlock during multicasts. A simulated implementation of the protocol is also described.

  20. Analysis of multigrid methods on massively parallel computers: Architectural implications

    NASA Technical Reports Server (NTRS)

    Matheson, Lesley R.; Tarjan, Robert E.

    1993-01-01

    We study the potential performance of multigrid algorithms running on massively parallel computers with the intent of discovering whether presently envisioned machines will provide an efficient platform for such algorithms. We consider the domain parallel version of the standard V cycle algorithm on model problems, discretized using finite difference techniques in two and three dimensions on block structured grids of size 10(exp 6) and 10(exp 9), respectively. Our models of parallel computation were developed to reflect the computing characteristics of the current generation of massively parallel multicomputers. These models are based on an interconnection network of 256 to 16,384 message passing, 'workstation size' processors executing in an SPMD mode. The first model accomplishes interprocessor communications through a multistage permutation network. The communication cost is a logarithmic function which is similar to the costs in a variety of different topologies. The second model allows single stage communication costs only. Both models were designed with information provided by machine developers and utilize implementation derived parameters. With the medium grain parallelism of the current generation and the high fixed cost of an interprocessor communication, our analysis suggests an efficient implementation requires the machine to support the efficient transmission of long messages, (up to 1000 words) or the high initiation cost of a communication must be significantly reduced through an alternative optimization technique. Furthermore, with variable length message capability, our analysis suggests the low diameter multistage networks provide little or no advantage over a simple single stage communications network.

  1. IMPETUS - Interactive MultiPhysics Environment for Unified Simulations.

    PubMed

    Ha, Vi Q; Lykotrafitis, George

    2016-12-08

    We introduce IMPETUS - Interactive MultiPhysics Environment for Unified Simulations, an object oriented, easy-to-use, high performance, C++ program for three-dimensional simulations of complex physical systems that can benefit a large variety of research areas, especially in cell mechanics. The program implements cross-communication between locally interacting particles and continuum models residing in the same physical space while a network facilitates long-range particle interactions. Message Passing Interface is used for inter-processor communication for all simulations. Copyright © 2016 Elsevier Ltd. All rights reserved.

  2. Performance Analysis and Optimization on the UCLA Parallel Atmospheric General Circulation Model Code

    NASA Technical Reports Server (NTRS)

    Lou, John; Ferraro, Robert; Farrara, John; Mechoso, Carlos

    1996-01-01

    An analysis is presented of several factors influencing the performance of a parallel implementation of the UCLA atmospheric general circulation model (AGCM) on massively parallel computer systems. Several modificaitons to the original parallel AGCM code aimed at improving its numerical efficiency, interprocessor communication cost, load-balance and issues affecting single-node code performance are discussed.

  3. Adaptive Signal Processing Testbed: VME-based DSP board market survey

    NASA Astrophysics Data System (ADS)

    Ingram, Rick E.

    1992-04-01

    The Adaptive Signal Processing Testbed (ASPT) is a real-time multiprocessor system utilizing digital signal processor technology on VMEbus based printed circuit boards installed on a Sun workstation. The ASPT has specific requirements, particularly as regards to the signal excision application, with respect to interfacing with current and planned data generation equipment, processing of the data, storage to disk of final and intermediate results, and the development tools for applications development and integration into the overall EW/COM computing environment. A prototype ASPT was implemented using three VME-C-30 boards from Applied Silicon. Experience gained during the prototype development led to the conclusions that interprocessor communications capability is the most significant contributor to overall ASPT performance. In addition, the host involvement should be minimized. Boards using different processors were evaluated with respect to the ASPT system requirements, pricing, and availability. Specific recommendations based on various priorities are made as well as recommendations concerning the integration and interaction of various tools developed during the prototype implementation.

  4. Transient Finite Element Computations on a Variable Transputer System

    NASA Technical Reports Server (NTRS)

    Smolinski, Patrick J.; Lapczyk, Ireneusz

    1993-01-01

    A parallel program to analyze transient finite element problems was written and implemented on a system of transputer processors. The program uses the explicit time integration algorithm which eliminates the need for equation solving, making it more suitable for parallel computations. An interprocessor communication scheme was developed for arbitrary two dimensional grid processor configurations. Several 3-D problems were analyzed on a system with a small number of processors.

  5. Solving Navier-Stokes equations on a massively parallel processor; The 1 GFLOP performance

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

    Saati, A.; Biringen, S.; Farhat, C.

    This paper reports on experience in solving large-scale fluid dynamics problems on the Connection Machine model CM-2. The authors have implemented a parallel version of the MacCormack scheme for the solution of the Navier-Stokes equations. By using triad floating point operations and reducing the number of interprocessor communications, they have achieved a sustained performance rate of 1.42 GFLOPS.

  6. Ordered fast Fourier transforms on a massively parallel hypercube multiprocessor

    NASA Technical Reports Server (NTRS)

    Tong, Charles; Swarztrauber, Paul N.

    1991-01-01

    The present evaluation of alternative, massively parallel hypercube processor-applicable designs for ordered radix-2 decimation-in-frequency FFT algorithms gives attention to the reduction of computation time-dominating communication. A combination of the order and computational phases of the FFT is accordingly employed, in conjunction with sequence-to-processor maps which reduce communication. Two orderings, 'standard' and 'cyclic', in which the order of the transform is the same as that of the input sequence, can be implemented with ease on the Connection Machine (where orderings are determined by geometries and priorities. A parallel method for trigonometric coefficient computation is presented which does not employ trigonometric functions or interprocessor communication.

  7. Visualization Co-Processing of a CFD Simulation

    NASA Technical Reports Server (NTRS)

    Vaziri, Arsi

    1999-01-01

    OVERFLOW, a widely used CFD simulation code, is combined with a visualization system, pV3, to experiment with an environment for simulation/visualization co-processing on a SGI Origin 2000 computer(O2K) system. The shared memory version of the solver is used with the O2K 'pfa' preprocessor invoked to automatically discover parallelism in the source code. No other explicit parallelism is enabled. In order to study the scaling and performance of the visualization co-processing system, sample runs are made with different processor groups in the range of 1 to 254 processors. The data exchange between the visualization system and the simulation system is rapid enough for user interactivity when the problem size is small. This shared memory version of OVERFLOW, with minimal parallelization, does not scale well to an increasing number of available processors. The visualization task takes about 18 to 30% of the total processing time and does not appear to be a major contributor to the poor scaling. Improper load balancing and inter-processor communication overhead are contributors to this poor performance. Work is in progress which is aimed at obtaining improved parallel performance of the solver and removing the limitations of serial data transfer to pV3 by examining various parallelization/communication strategies, including the use of the explicit message passing.

  8. Zonal methods for the parallel execution of range-limited N-body simulations

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

    Bowers, Kevin J.; Dror, Ron O.; Shaw, David E.

    2007-01-20

    Particle simulations in fields ranging from biochemistry to astrophysics require the evaluation of interactions between all pairs of particles separated by less than some fixed interaction radius. The applicability of such simulations is often limited by the time required for calculation, but the use of massive parallelism to accelerate these computations is typically limited by inter-processor communication requirements. Recently, Snir [M. Snir, A note on N-body computations with cutoffs, Theor. Comput. Syst. 37 (2004) 295-318] and Shaw [D.E. Shaw, A fast, scalable method for the parallel evaluation of distance-limited pairwise particle interactions, J. Comput. Chem. 26 (2005) 1318-1328] independently introducedmore » two distinct methods that offer asymptotic reductions in the amount of data transferred between processors. In the present paper, we show that these schemes represent special cases of a more general class of methods, and introduce several new algorithms in this class that offer practical advantages over all previously described methods for a wide range of problem parameters. We also show that several of these algorithms approach an approximate lower bound on inter-processor data transfer.« less

  9. Simulation of a master-slave event set processor

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

    Comfort, J.C.

    1984-03-01

    Event set manipulation may consume a considerable amount of the computation time spent in performing a discrete-event simulation. One way of minimizing this time is to allow event set processing to proceed in parallel with the remainder of the simulation computation. The paper describes a multiprocessor simulation computer, in which all non-event set processing is performed by the principal processor (called the host). Event set processing is coordinated by a front end processor (the master) and actually performed by several other functionally identical processors (the slaves). A trace-driven simulation program modeling this system was constructed, and was run with tracemore » output taken from two different simulation programs. Output from this simulation suggests that a significant reduction in run time may be realized by this approach. Sensitivity analysis was performed on the significant parameters to the system (number of slave processors, relative processor speeds, and interprocessor communication times). A comparison between actual and simulation run times for a one-processor system was used to assist in the validation of the simulation. 7 references.« less

  10. A large-grain mapping approach for multiprocessor systems through data flow model. Ph.D. Thesis

    NASA Technical Reports Server (NTRS)

    Kim, Hwa-Soo

    1991-01-01

    A large-grain level mapping method is presented of numerical oriented applications onto multiprocessor systems. The method is based on the large-grain data flow representation of the input application and it assumes a general interconnection topology of the multiprocessor system. The large-grain data flow model was used because such representation best exhibits inherited parallelism in many important applications, e.g., CFD models based on partial differential equations can be presented in large-grain data flow format, very effectively. A generalized interconnection topology of the multiprocessor architecture is considered, including such architectural issues as interprocessor communication cost, with the aim to identify the 'best matching' between the application and the multiprocessor structure. The objective is to minimize the total execution time of the input algorithm running on the target system. The mapping strategy consists of the following: (1) large-grain data flow graph generation from the input application using compilation techniques; (2) data flow graph partitioning into basic computation blocks; and (3) physical mapping onto the target multiprocessor using a priority allocation scheme for the computation blocks.

  11. Generalized hypercube structures and hyperswitch communication network

    NASA Technical Reports Server (NTRS)

    Young, Steven D.

    1992-01-01

    This paper discusses an ongoing study that uses a recent development in communication control technology to implement hybrid hypercube structures. These architectures are similar to binary hypercubes, but they also provide added connectivity between the processors. This added connectivity increases communication reliability while decreasing the latency of interprocessor message passing. Because these factors directly determine the speed that can be obtained by multiprocessor systems, these architectures are attractive for applications such as remote exploration and experimentation, where high performance and ultrareliability are required. This paper describes and enumerates these architectures and discusses how they can be implemented with a modified version of the hyperswitch communication network (HCN). The HCN is analyzed because it has three attractive features that enable these architectures to be effective: speed, fault tolerance, and the ability to pass multiple messages simultaneously through the same hyperswitch controller.

  12. A Performance Comparison of the Parallel Preconditioners for Iterative Methods for Large Sparse Linear Systems Arising from Partial Differential Equations on Structured Grids

    NASA Astrophysics Data System (ADS)

    Ma, Sangback

    In this paper we compare various parallel preconditioners such as Point-SSOR (Symmetric Successive OverRelaxation), ILU(0) (Incomplete LU) in the Wavefront ordering, ILU(0) in the Multi-color ordering, Multi-Color Block SOR (Successive OverRelaxation), SPAI (SParse Approximate Inverse) and pARMS (Parallel Algebraic Recursive Multilevel Solver) for solving large sparse linear systems arising from two-dimensional PDE (Partial Differential Equation)s on structured grids. Point-SSOR is well-known, and ILU(0) is one of the most popular preconditioner, but it is inherently serial. ILU(0) in the Wavefront ordering maximizes the parallelism in the natural order, but the lengths of the wave-fronts are often nonuniform. ILU(0) in the Multi-color ordering is a simple way of achieving a parallelism of the order N, where N is the order of the matrix, but its convergence rate often deteriorates as compared to that of natural ordering. We have chosen the Multi-Color Block SOR preconditioner combined with direct sparse matrix solver, since for the Laplacian matrix the SOR method is known to have a nondeteriorating rate of convergence when used with the Multi-Color ordering. By using block version we expect to minimize the interprocessor communications. SPAI computes the sparse approximate inverse directly by least squares method. Finally, ARMS is a preconditioner recursively exploiting the concept of independent sets and pARMS is the parallel version of ARMS. Experiments were conducted for the Finite Difference and Finite Element discretizations of five two-dimensional PDEs with large meshsizes up to a million on an IBM p595 machine with distributed memory. Our matrices are real positive, i. e., their real parts of the eigenvalues are positive. We have used GMRES(m) as our outer iterative method, so that the convergence of GMRES(m) for our test matrices are mathematically guaranteed. Interprocessor communications were done using MPI (Message Passing Interface) primitives. The results show that in general ILU(0) in the Multi-Color ordering ahd ILU(0) in the Wavefront ordering outperform the other methods but for symmetric and nearly symmetric 5-point matrices Multi-Color Block SOR gives the best performance, except for a few cases with a small number of processors.

  13. Brief announcement: Hypergraph parititioning for parallel sparse matrix-matrix multiplication

    DOE PAGES

    Ballard, Grey; Druinsky, Alex; Knight, Nicholas; ...

    2015-01-01

    The performance of parallel algorithms for sparse matrix-matrix multiplication is typically determined by the amount of interprocessor communication performed, which in turn depends on the nonzero structure of the input matrices. In this paper, we characterize the communication cost of a sparse matrix-matrix multiplication algorithm in terms of the size of a cut of an associated hypergraph that encodes the computation for a given input nonzero structure. Obtaining an optimal algorithm corresponds to solving a hypergraph partitioning problem. Furthermore, our hypergraph model generalizes several existing models for sparse matrix-vector multiplication, and we can leverage hypergraph partitioners developed for that computationmore » to improve application-specific algorithms for multiplying sparse matrices.« less

  14. MPI-FAUN: An MPI-Based Framework for Alternating-Updating Nonnegative Matrix Factorization

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

    Kannan, Ramakrishnan; Ballard, Grey; Park, Haesun

    Non-negative matrix factorization (NMF) is the problem of determining two non-negative low rank factors W and H, for the given input matrix A, such that A≈WH. NMF is a useful tool for many applications in different domains such as topic modeling in text mining, background separation in video analysis, and community detection in social networks. Despite its popularity in the data mining community, there is a lack of efficient parallel algorithms to solve the problem for big data sets. The main contribution of this work is a new, high-performance parallel computational framework for a broad class of NMF algorithms thatmore » iteratively solves alternating non-negative least squares (NLS) subproblems for W and H. It maintains the data and factor matrices in memory (distributed across processors), uses MPI for interprocessor communication, and, in the dense case, provably minimizes communication costs (under mild assumptions). The framework is flexible and able to leverage a variety of NMF and NLS algorithms, including Multiplicative Update, Hierarchical Alternating Least Squares, and Block Principal Pivoting. Our implementation allows us to benchmark and compare different algorithms on massive dense and sparse data matrices of size that spans from few hundreds of millions to billions. We demonstrate the scalability of our algorithm and compare it with baseline implementations, showing significant performance improvements. The code and the datasets used for conducting the experiments are available online.« less

  15. MPI-FAUN: An MPI-Based Framework for Alternating-Updating Nonnegative Matrix Factorization

    DOE PAGES

    Kannan, Ramakrishnan; Ballard, Grey; Park, Haesun

    2017-10-30

    Non-negative matrix factorization (NMF) is the problem of determining two non-negative low rank factors W and H, for the given input matrix A, such that A≈WH. NMF is a useful tool for many applications in different domains such as topic modeling in text mining, background separation in video analysis, and community detection in social networks. Despite its popularity in the data mining community, there is a lack of efficient parallel algorithms to solve the problem for big data sets. The main contribution of this work is a new, high-performance parallel computational framework for a broad class of NMF algorithms thatmore » iteratively solves alternating non-negative least squares (NLS) subproblems for W and H. It maintains the data and factor matrices in memory (distributed across processors), uses MPI for interprocessor communication, and, in the dense case, provably minimizes communication costs (under mild assumptions). The framework is flexible and able to leverage a variety of NMF and NLS algorithms, including Multiplicative Update, Hierarchical Alternating Least Squares, and Block Principal Pivoting. Our implementation allows us to benchmark and compare different algorithms on massive dense and sparse data matrices of size that spans from few hundreds of millions to billions. We demonstrate the scalability of our algorithm and compare it with baseline implementations, showing significant performance improvements. The code and the datasets used for conducting the experiments are available online.« less

  16. A heterogeneous hierarchical architecture for real-time computing

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

    Skroch, D.A.; Fornaro, R.J.

    The need for high-speed data acquisition and control algorithms has prompted continued research in the area of multiprocessor systems and related programming techniques. The result presented here is a unique hardware and software architecture for high-speed real-time computer systems. The implementation of a prototype of this architecture has required the integration of architecture, operating systems and programming languages into a cohesive unit. This report describes a Heterogeneous Hierarchial Architecture for Real-Time (H{sup 2} ART) and system software for program loading and interprocessor communication.

  17. WATERLOPP V2/64: A highly parallel machine for numerical computation

    NASA Astrophysics Data System (ADS)

    Ostlund, Neil S.

    1985-07-01

    Current technological trends suggest that the high performance scientific machines of the future are very likely to consist of a large number (greater than 1024) of processors connected and communicating with each other in some as yet undetermined manner. Such an assembly of processors should behave as a single machine in obtaining numerical solutions to scientific problems. However, the appropriate way of organizing both the hardware and software of such an assembly of processors is an unsolved and active area of research. It is particularly important to minimize the organizational overhead of interprocessor comunication, global synchronization, and contention for shared resources if the performance of a large number ( n) of processors is to be anything like the desirable n times the performance of a single processor. In many situations, adding a processor actually decreases the performance of the overall system since the extra organizational overhead is larger than the extra processing power added. The systolic loop architecture is a new multiple processor architecture which attemps at a solution to the problem of how to organize a large number of asynchronous processors into an effective computational system while minimizing the organizational overhead. This paper gives a brief overview of the basic systolic loop architecture, systolic loop algorithms for numerical computation, and a 64-processor implementation of the architecture, WATERLOOP V2/64, that is being used as a testbed for exploring the hardware, software, and algorithmic aspects of the architecture.

  18. Optimizing NEURON Simulation Environment Using Remote Memory Access with Recursive Doubling on Distributed Memory Systems.

    PubMed

    Shehzad, Danish; Bozkuş, Zeki

    2016-01-01

    Increase in complexity of neuronal network models escalated the efforts to make NEURON simulation environment efficient. The computational neuroscientists divided the equations into subnets amongst multiple processors for achieving better hardware performance. On parallel machines for neuronal networks, interprocessor spikes exchange consumes large section of overall simulation time. In NEURON for communication between processors Message Passing Interface (MPI) is used. MPI_Allgather collective is exercised for spikes exchange after each interval across distributed memory systems. The increase in number of processors though results in achieving concurrency and better performance but it inversely affects MPI_Allgather which increases communication time between processors. This necessitates improving communication methodology to decrease the spikes exchange time over distributed memory systems. This work has improved MPI_Allgather method using Remote Memory Access (RMA) by moving two-sided communication to one-sided communication, and use of recursive doubling mechanism facilitates achieving efficient communication between the processors in precise steps. This approach enhanced communication concurrency and has improved overall runtime making NEURON more efficient for simulation of large neuronal network models.

  19. Optimizing NEURON Simulation Environment Using Remote Memory Access with Recursive Doubling on Distributed Memory Systems

    PubMed Central

    Bozkuş, Zeki

    2016-01-01

    Increase in complexity of neuronal network models escalated the efforts to make NEURON simulation environment efficient. The computational neuroscientists divided the equations into subnets amongst multiple processors for achieving better hardware performance. On parallel machines for neuronal networks, interprocessor spikes exchange consumes large section of overall simulation time. In NEURON for communication between processors Message Passing Interface (MPI) is used. MPI_Allgather collective is exercised for spikes exchange after each interval across distributed memory systems. The increase in number of processors though results in achieving concurrency and better performance but it inversely affects MPI_Allgather which increases communication time between processors. This necessitates improving communication methodology to decrease the spikes exchange time over distributed memory systems. This work has improved MPI_Allgather method using Remote Memory Access (RMA) by moving two-sided communication to one-sided communication, and use of recursive doubling mechanism facilitates achieving efficient communication between the processors in precise steps. This approach enhanced communication concurrency and has improved overall runtime making NEURON more efficient for simulation of large neuronal network models. PMID:27413363

  20. An OSI architecture for the deep space network

    NASA Technical Reports Server (NTRS)

    Heuser, W. Randy; Cooper, Lynne P.

    1993-01-01

    The flexibility and robustness of a monitor and control system are a direct result of the underlying inter-processor communications architecture. A new architecture for monitor & Control at the Deep Space Network Communications Complexes has been developed based on the Open System Interconnection (OSI) standards. The suitability of OSI standards for DSN M&C has been proven in the laboratory. The laboratory success has resulted in choosing an OSI-based architecture for DSS-13 M&C. DSS-13 is the DSN experimental station and is not part of the 'operational' DSN; it's role is to provide an environment to test new communications concepts can be tested and conduct unique science experiments. Therefore, DSS-13 must be robust enough to support operational activities, while also being flexible enough to enable experimentation. This paper describes the M&C architecture developed for DSS-13 and the results from system and operational testing.

  1. Application of integration algorithms in a parallel processing environment for the simulation of jet engines

    NASA Technical Reports Server (NTRS)

    Krosel, S. M.; Milner, E. J.

    1982-01-01

    The application of Predictor corrector integration algorithms developed for the digital parallel processing environment are investigated. The algorithms are implemented and evaluated through the use of a software simulator which provides an approximate representation of the parallel processing hardware. Test cases which focus on the use of the algorithms are presented and a specific application using a linear model of a turbofan engine is considered. Results are presented showing the effects of integration step size and the number of processors on simulation accuracy. Real time performance, interprocessor communication, and algorithm startup are also discussed.

  2. Interprocessor bus switching system for simultaneous communication in plural bus parallel processing system

    DOEpatents

    Atac, R.; Fischler, M.S.; Husby, D.E.

    1991-01-15

    A bus switching apparatus and method for multiple processor computer systems comprises a plurality of bus switches interconnected by branch buses. Each processor or other module of the system is connected to a spigot of a bus switch. Each bus switch also serves as part of a backplane of a modular crate hardware package. A processor initiates communication with another processor by identifying that other processor. The bus switch to which the initiating processor is connected identifies and secures, if possible, a path to that other processor, either directly or via one or more other bus switches which operate similarly. If a particular desired path through a given bus switch is not available to be used, an alternate path is considered, identified and secured. 11 figures.

  3. Interprocessor bus switching system for simultaneous communication in plural bus parallel processing system

    DOEpatents

    Atac, Robert; Fischler, Mark S.; Husby, Donald E.

    1991-01-01

    A bus switching apparatus and method for multiple processor computer systems comprises a plurality of bus switches interconnected by branch buses. Each processor or other module of the system is connected to a spigot of a bus switch. Each bus switch also serves as part of a backplane of a modular crate hardware package. A processor initiates communication with another processor by identifying that other processor. The bus switch to which the initiating processor is connected identifies and secures, if possible, a path to that other processor, either directly or via one or more other bus switches which operate similarly. If a particular desired path through a given bus switch is not available to be used, an alternate path is considered, identified and secured.

  4. Parallel network simulations with NEURON.

    PubMed

    Migliore, M; Cannia, C; Lytton, W W; Markram, Henry; Hines, M L

    2006-10-01

    The NEURON simulation environment has been extended to support parallel network simulations. Each processor integrates the equations for its subnet over an interval equal to the minimum (interprocessor) presynaptic spike generation to postsynaptic spike delivery connection delay. The performance of three published network models with very different spike patterns exhibits superlinear speedup on Beowulf clusters and demonstrates that spike communication overhead is often less than the benefit of an increased fraction of the entire problem fitting into high speed cache. On the EPFL IBM Blue Gene, almost linear speedup was obtained up to 100 processors. Increasing one model from 500 to 40,000 realistic cells exhibited almost linear speedup on 2,000 processors, with an integration time of 9.8 seconds and communication time of 1.3 seconds. The potential for speed-ups of several orders of magnitude makes practical the running of large network simulations that could otherwise not be explored.

  5. Parallel Network Simulations with NEURON

    PubMed Central

    Migliore, M.; Cannia, C.; Lytton, W.W; Markram, Henry; Hines, M. L.

    2009-01-01

    The NEURON simulation environment has been extended to support parallel network simulations. Each processor integrates the equations for its subnet over an interval equal to the minimum (interprocessor) presynaptic spike generation to postsynaptic spike delivery connection delay. The performance of three published network models with very different spike patterns exhibits superlinear speedup on Beowulf clusters and demonstrates that spike communication overhead is often less than the benefit of an increased fraction of the entire problem fitting into high speed cache. On the EPFL IBM Blue Gene, almost linear speedup was obtained up to 100 processors. Increasing one model from 500 to 40,000 realistic cells exhibited almost linear speedup on 2000 processors, with an integration time of 9.8 seconds and communication time of 1.3 seconds. The potential for speed-ups of several orders of magnitude makes practical the running of large network simulations that could otherwise not be explored. PMID:16732488

  6. Parallel algorithms for modeling flow in permeable media. Annual report, February 15, 1995 - February 14, 1996

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

    G.A. Pope; K. Sephernoori; D.C. McKinney

    1996-03-15

    This report describes the application of distributed-memory parallel programming techniques to a compositional simulator called UTCHEM. The University of Texas Chemical Flooding reservoir simulator (UTCHEM) is a general-purpose vectorized chemical flooding simulator that models the transport of chemical species in three-dimensional, multiphase flow through permeable media. The parallel version of UTCHEM addresses solving large-scale problems by reducing the amount of time that is required to obtain the solution as well as providing a flexible and portable programming environment. In this work, the original parallel version of UTCHEM was modified and ported to CRAY T3D and CRAY T3E, distributed-memory, multiprocessor computersmore » using CRAY-PVM as the interprocessor communication library. Also, the data communication routines were modified such that the portability of the original code across different computer architectures was mad possible.« less

  7. An efficient three-dimensional Poisson solver for SIMD high-performance-computing architectures

    NASA Technical Reports Server (NTRS)

    Cohl, H.

    1994-01-01

    We present an algorithm that solves the three-dimensional Poisson equation on a cylindrical grid. The technique uses a finite-difference scheme with operator splitting. This splitting maps the banded structure of the operator matrix into a two-dimensional set of tridiagonal matrices, which are then solved in parallel. Our algorithm couples FFT techniques with the well-known ADI (Alternating Direction Implicit) method for solving Elliptic PDE's, and the implementation is extremely well suited for a massively parallel environment like the SIMD architecture of the MasPar MP-1. Due to the highly recursive nature of our problem, we believe that our method is highly efficient, as it avoids excessive interprocessor communication.

  8. Reducing Interprocessor Dependence in Recoverable Distributed Shared Memory

    NASA Technical Reports Server (NTRS)

    Janssens, Bob; Fuchs, W. Kent

    1994-01-01

    Checkpointing techniques in parallel systems use dependency tracking and/or message logging to ensure that a system rolls back to a consistent state. Traditional dependency tracking in distributed shared memory (DSM) systems is expensive because of high communication frequency. In this paper we show that, if designed correctly, a DSM system only needs to consider dependencies due to the transfer of blocks of data, resulting in reduced dependency tracking overhead and reduced potential for rollback propagation. We develop an ownership timestamp scheme to tolerate the loss of block state information and develop a passive server model of execution where interactions between processors are considered atomic. With our scheme, dependencies are significantly reduced compared to the traditional message-passing model.

  9. Optical Interconnections for VLSI Computational Systems Using Computer-Generated Holography.

    NASA Astrophysics Data System (ADS)

    Feldman, Michael Robert

    Optical interconnects for VLSI computational systems using computer generated holograms are evaluated in theory and experiment. It is shown that by replacing particular electronic connections with free-space optical communication paths, connection of devices on a single chip or wafer and between chips or modules can be improved. Optical and electrical interconnects are compared in terms of power dissipation, communication bandwidth, and connection density. Conditions are determined for which optical interconnects are advantageous. Based on this analysis, it is shown that by applying computer generated holographic optical interconnects to wafer scale fine grain parallel processing systems, dramatic increases in system performance can be expected. Some new interconnection networks, designed to take full advantage of optical interconnect technology, have been developed. Experimental Computer Generated Holograms (CGH's) have been designed, fabricated and subsequently tested in prototype optical interconnected computational systems. Several new CGH encoding methods have been developed to provide efficient high performance CGH's. One CGH was used to decrease the access time of a 1 kilobit CMOS RAM chip. Another was produced to implement the inter-processor communication paths in a shared memory SIMD parallel processor array.

  10. Design of Unstructured Adaptive (UA) NAS Parallel Benchmark Featuring Irregular, Dynamic Memory Accesses

    NASA Technical Reports Server (NTRS)

    Feng, Hui-Yu; VanderWijngaart, Rob; Biswas, Rupak; Biegel, Bryan (Technical Monitor)

    2001-01-01

    We describe the design of a new method for the measurement of the performance of modern computer systems when solving scientific problems featuring irregular, dynamic memory accesses. The method involves the solution of a stylized heat transfer problem on an unstructured, adaptive grid. A Spectral Element Method (SEM) with an adaptive, nonconforming mesh is selected to discretize the transport equation. The relatively high order of the SEM lowers the fraction of wall clock time spent on inter-processor communication, which eases the load balancing task and allows us to concentrate on the memory accesses. The benchmark is designed to be three-dimensional. Parallelization and load balance issues of a reference implementation will be described in detail in future reports.

  11. Ropes: Support for collective opertions among distributed threads

    NASA Technical Reports Server (NTRS)

    Haines, Matthew; Mehrotra, Piyush; Cronk, David

    1995-01-01

    Lightweight threads are becoming increasingly useful in supporting parallelism and asynchronous control structures in applications and language implementations. Recently, systems have been designed and implemented to support interprocessor communication between lightweight threads so that threads can be exploited in a distributed memory system. Their use, in this setting, has been largely restricted to supporting latency hiding techniques and functional parallelism within a single application. However, to execute data parallel codes independent of other threads in the system, collective operations and relative indexing among threads are required. This paper describes the design of ropes: a scoping mechanism for collective operations and relative indexing among threads. We present the design of ropes in the context of the Chant system, and provide performance results evaluating our initial design decisions.

  12. Splash 2

    NASA Technical Reports Server (NTRS)

    Arnold, Jeffrey M.; Buell, Duncan A.; Kleinfelder, Walter J.

    1993-01-01

    Splash 2 is an attached processor system for Sun SPARC 2 workstations that uses Xilinx 4010 Field Programmable Gate Arrays (FPGA's) as its processing elements. The purpose of this paper is to describe Splash 2. The predecessor system, Splash 1, was designed to be used as a systolic processing system. Although it was very successful in that mode, there were many other applications that were not systolic, but which were successful, nonetheless, on Splash 1, or that were not implemented successfully due to one or more architectural limitations, most notably I/O bandwidth and interprocessor communication. Although other uses to increase computational performance have been found for the Xilinx FPGA's that are Splash's processing elements. Splash is unique in its goal to be programmable in a general sense.

  13. Compiler analysis for irregular problems in FORTRAN D

    NASA Technical Reports Server (NTRS)

    Vonhanxleden, Reinhard; Kennedy, Ken; Koelbel, Charles; Das, Raja; Saltz, Joel

    1992-01-01

    We developed a dataflow framework which provides a basis for rigorously defining strategies to make use of runtime preprocessing methods for distributed memory multiprocessors. In many programs, several loops access the same off-processor memory locations. Our runtime support gives us a mechanism for tracking and reusing copies of off-processor data. A key aspect of our compiler analysis strategy is to determine when it is safe to reuse copies of off-processor data. Another crucial function of the compiler analysis is to identify situations which allow runtime preprocessing overheads to be amortized. This dataflow analysis will make it possible to effectively use the results of interprocedural analysis in our efforts to reduce interprocessor communication and the need for runtime preprocessing.

  14. Parallel Programming Strategies for Irregular Adaptive Applications

    NASA Technical Reports Server (NTRS)

    Biswas, Rupak; Biegel, Bryan (Technical Monitor)

    2001-01-01

    Achieving scalable performance for dynamic irregular applications is eminently challenging. Traditional message-passing approaches have been making steady progress towards this goal; however, they suffer from complex implementation requirements. The use of a global address space greatly simplifies the programming task, but can degrade the performance for such computations. In this work, we examine two typical irregular adaptive applications, Dynamic Remeshing and N-Body, under competing programming methodologies and across various parallel architectures. The Dynamic Remeshing application simulates flow over an airfoil, and refines localized regions of the underlying unstructured mesh. The N-Body experiment models two neighboring Plummer galaxies that are about to undergo a merger. Both problems demonstrate dramatic changes in processor workloads and interprocessor communication with time; thus, dynamic load balancing is a required component.

  15. Retargeting of existing FORTRAN program and development of parallel compilers

    NASA Technical Reports Server (NTRS)

    Agrawal, Dharma P.

    1988-01-01

    The software models used in implementing the parallelizing compiler for the B-HIVE multiprocessor system are described. The various models and strategies used in the compiler development are: flexible granularity model, which allows a compromise between two extreme granularity models; communication model, which is capable of precisely describing the interprocessor communication timings and patterns; loop type detection strategy, which identifies different types of loops; critical path with coloring scheme, which is a versatile scheduling strategy for any multicomputer with some associated communication costs; and loop allocation strategy, which realizes optimum overlapped operations between computation and communication of the system. Using these models, several sample routines of the AIR3D package are examined and tested. It may be noted that automatically generated codes are highly parallelized to provide the maximized degree of parallelism, obtaining the speedup up to a 28 to 32-processor system. A comparison of parallel codes for both the existing and proposed communication model, is performed and the corresponding expected speedup factors are obtained. The experimentation shows that the B-HIVE compiler produces more efficient codes than existing techniques. Work is progressing well in completing the final phase of the compiler. Numerous enhancements are needed to improve the capabilities of the parallelizing compiler.

  16. Real-time million-synapse simulation of rat barrel cortex.

    PubMed

    Sharp, Thomas; Petersen, Rasmus; Furber, Steve

    2014-01-01

    Simulations of neural circuits are bounded in scale and speed by available computing resources, and particularly by the differences in parallelism and communication patterns between the brain and high-performance computers. SpiNNaker is a computer architecture designed to address this problem by emulating the structure and function of neural tissue, using very many low-power processors and an interprocessor communication mechanism inspired by axonal arbors. Here we demonstrate that thousand-processor SpiNNaker prototypes can simulate models of the rodent barrel system comprising 50,000 neurons and 50 million synapses. We use the PyNN library to specify models, and the intrinsic features of Python to control experimental procedures and analysis. The models reproduce known thalamocortical response transformations, exhibit known, balanced dynamics of excitation and inhibition, and show a spatiotemporal spread of activity though the superficial cortical layers. These demonstrations are a significant step toward tractable simulations of entire cortical areas on the million-processor SpiNNaker machines in development.

  17. A hierarchically distributed architecture for fault isolation expert systems on the space station

    NASA Technical Reports Server (NTRS)

    Miksell, Steve; Coffer, Sue

    1987-01-01

    The Space Station Axiomatic Fault Isolating Expert Systems (SAFTIES) system deals with the hierarchical distribution of control and knowledge among independent expert systems doing fault isolation and scheduling of Space Station subsystems. On its lower level, fault isolation is performed on individual subsystems. These fault isolation expert systems contain knowledge about the performance requirements of their particular subsystem and corrective procedures which may be involved in repsonse to certain performance errors. They can control the functions of equipment in their system and coordinate system task schedules. On a higher level, the Executive contains knowledge of all resources, task schedules for all systems, and the relative priority of all resources and tasks. The executive can override any subsystem task schedule in order to resolve use conflicts or resolve errors that require resources from multiple subsystems. Interprocessor communication is implemented using the SAFTIES Communications Interface (SCI). The SCI is an application layer protocol which supports the SAFTIES distributed multi-level architecture.

  18. Digital system for structural dynamics simulation

    NASA Technical Reports Server (NTRS)

    Krauter, A. I.; Lagace, L. J.; Wojnar, M. K.; Glor, C.

    1982-01-01

    State-of-the-art digital hardware and software for the simulation of complex structural dynamic interactions, such as those which occur in rotating structures (engine systems). System were incorporated in a designed to use an array of processors in which the computation for each physical subelement or functional subsystem would be assigned to a single specific processor in the simulator. These node processors are microprogrammed bit-slice microcomputers which function autonomously and can communicate with each other and a central control minicomputer over parallel digital lines. Inter-processor nearest neighbor communications busses pass the constants which represent physical constraints and boundary conditions. The node processors are connected to the six nearest neighbor node processors to simulate the actual physical interface of real substructures. Computer generated finite element mesh and force models can be developed with the aid of the central control minicomputer. The control computer also oversees the animation of a graphics display system, disk-based mass storage along with the individual processing elements.

  19. Real-time million-synapse simulation of rat barrel cortex

    PubMed Central

    Sharp, Thomas; Petersen, Rasmus; Furber, Steve

    2014-01-01

    Simulations of neural circuits are bounded in scale and speed by available computing resources, and particularly by the differences in parallelism and communication patterns between the brain and high-performance computers. SpiNNaker is a computer architecture designed to address this problem by emulating the structure and function of neural tissue, using very many low-power processors and an interprocessor communication mechanism inspired by axonal arbors. Here we demonstrate that thousand-processor SpiNNaker prototypes can simulate models of the rodent barrel system comprising 50,000 neurons and 50 million synapses. We use the PyNN library to specify models, and the intrinsic features of Python to control experimental procedures and analysis. The models reproduce known thalamocortical response transformations, exhibit known, balanced dynamics of excitation and inhibition, and show a spatiotemporal spread of activity though the superficial cortical layers. These demonstrations are a significant step toward tractable simulations of entire cortical areas on the million-processor SpiNNaker machines in development. PMID:24910593

  20. Flexible Method for Inter-object Communication in C++

    NASA Technical Reports Server (NTRS)

    Curlett, Brian P.; Gould, Jack J.

    1994-01-01

    A method has been developed for organizing and sharing large amounts of information between objects in C++ code. This method uses a set of object classes to define variables and group them into tables. The variable tables presented here provide a convenient way of defining and cataloging data, as well as a user-friendly input/output system, a standardized set of access functions, mechanisms for ensuring data integrity, methods for interprocessor data transfer, and an interpretive language for programming relationships between parameters. The object-oriented nature of these variable tables enables the use of multiple data types, each with unique attributes and behavior. Because each variable provides its own access methods, redundant table lookup functions can be bypassed, thus decreasing access times while maintaining data integrity. In addition, a method for automatic reference counting was developed to manage memory safely.

  1. An experimental distributed microprocessor implementation with a shared memory communications and control medium

    NASA Technical Reports Server (NTRS)

    Mejzak, R. S.

    1980-01-01

    The distributed processing concept is defined in terms of control primitives, variables, and structures and their use in performing a decomposed discrete Fourier transform (DET) application function. The design assumes interprocessor communications to be anonymous. In this scheme, all processors can access an entire common database by employing control primitives. Access to selected areas within the common database is random, enforced by a hardware lock, and determined by task and subtask pointers. This enables the number of processors to be varied in the configuration without any modifications to the control structure. Decompositional elements of the DFT application function in terms of tasks and subtasks are also described. The experimental hardware configuration consists of IMSAI 8080 chassis which are independent, 8 bit microcomputer units. These chassis are linked together to form a multiple processing system by means of a shared memory facility. This facility consists of hardware which provides a bus structure to enable up to six microcomputers to be interconnected. It provides polling and arbitration logic so that only one processor has access to shared memory at any one time.

  2. Using manufacturing message specification for monitor and control at Venus

    NASA Technical Reports Server (NTRS)

    Heuser, W. Randy; Chen, Richard L.; Stockett, Michael H.

    1993-01-01

    The flexibility and robustness of a monitor and control (M&C) system are a direct result of the underlying interprocessor communications architecture. A new architecture for M&C at the Deep Space Communications Complexes (DSCC's) has been developed based on the Manufacturing Message Specification (MMS) process control standard of the Open System Interconnection (OSI) suite of protocols. This architecture has been tested both in a laboratory environment and under operational conditions at the Deep Space Network (DSN) experimental Venus station (DSS-13). The Venus experience in the application of OSI standards to support M&C has been extremely successful. MMS meets the functional needs of the station and provides a level of flexibility and responsiveness previously unknown in that environment. The architecture is robust enough to meet current operational needs and flexible enough to provide a migration path for new subsystems. This paper will describe the architecture of the Venus M&C system, discuss how MMS was used and the requirements this imposed on other parts of the system, and provide results from systems and operational testing at the Venus site.

  3. A simple hyperbolic model for communication in parallel processing environments

    NASA Technical Reports Server (NTRS)

    Stoica, Ion; Sultan, Florin; Keyes, David

    1994-01-01

    We introduce a model for communication costs in parallel processing environments called the 'hyperbolic model,' which generalizes two-parameter dedicated-link models in an analytically simple way. Dedicated interprocessor links parameterized by a latency and a transfer rate that are independent of load are assumed by many existing communication models; such models are unrealistic for workstation networks. The communication system is modeled as a directed communication graph in which terminal nodes represent the application processes that initiate the sending and receiving of the information and in which internal nodes, called communication blocks (CBs), reflect the layered structure of the underlying communication architecture. The direction of graph edges specifies the flow of the information carried through messages. Each CB is characterized by a two-parameter hyperbolic function of the message size that represents the service time needed for processing the message. The parameters are evaluated in the limits of very large and very small messages. Rules are given for reducing a communication graph consisting of many to an equivalent two-parameter form, while maintaining an approximation for the service time that is exact in both large and small limits. The model is validated on a dedicated Ethernet network of workstations by experiments with communication subprograms arising in scientific applications, for which a tight fit of the model predictions with actual measurements of the communication and synchronization time between end processes is demonstrated. The model is then used to evaluate the performance of two simple parallel scientific applications from partial differential equations: domain decomposition and time-parallel multigrid. In an appropriate limit, we also show the compatibility of the hyperbolic model with the recently proposed LogP model.

  4. Ordered fast fourier transforms on a massively parallel hypercube multiprocessor

    NASA Technical Reports Server (NTRS)

    Tong, Charles; Swarztrauber, Paul N.

    1989-01-01

    Design alternatives for ordered Fast Fourier Transformation (FFT) algorithms were examined on massively parallel hypercube multiprocessors such as the Connection Machine. Particular emphasis is placed on reducing communication which is known to dominate the overall computing time. To this end, the order and computational phases of the FFT were combined, and the sequence to processor maps that reduce communication were used. The class of ordered transforms is expanded to include any FFT in which the order of the transform is the same as that of the input sequence. Two such orderings are examined, namely, standard-order and A-order which can be implemented with equal ease on the Connection Machine where orderings are determined by geometries and priorities. If the sequence has N = 2 exp r elements and the hypercube has P = 2 exp d processors, then a standard-order FFT can be implemented with d + r/2 + 1 parallel transmissions. An A-order sequence can be transformed with 2d - r/2 parallel transmissions which is r - d + 1 fewer than the standard order. A parallel method for computing the trigonometric coefficients is presented that does not use trigonometric functions or interprocessor communication. A performance of 0.9 GFLOPS was obtained for an A-order transform on the Connection Machine.

  5. Attitude determination for small satellites using GPS signal-to-noise ratio

    NASA Astrophysics Data System (ADS)

    Peters, Daniel

    An embedded system for GPS-based attitude determination (AD) using signal-to-noise (SNR) measurements was developed for CubeSat applications. The design serves as an evaluation testbed for conducting ground based experiments using various computational methods and antenna types to determine the optimum AD accuracy. Raw GPS data is also stored to non-volatile memory for downloading and post analysis. Two low-power microcontrollers are used for processing and to display information on a graphic screen for real-time performance evaluations. A new parallel inter-processor communication protocol was developed that is faster and uses less power than existing standard protocols. A shorted annular patch (SAP) antenna was fabricated for the initial ground-based AD experiments with the testbed. Static AD estimations with RMS errors in the range of 2.5° to 4.8° were achieved over a range of off-zenith attitudes.

  6. Solving very large, sparse linear systems on mesh-connected parallel computers

    NASA Technical Reports Server (NTRS)

    Opsahl, Torstein; Reif, John

    1987-01-01

    The implementation of Pan and Reif's Parallel Nested Dissection (PND) algorithm on mesh connected parallel computers is described. This is the first known algorithm that allows very large, sparse linear systems of equations to be solved efficiently in polylog time using a small number of processors. How the processor bound of PND can be matched to the number of processors available on a given parallel computer by slowing down the algorithm by constant factors is described. Also, for the important class of problems where G(A) is a grid graph, a unique memory mapping that reduces the inter-processor communication requirements of PND to those that can be executed on mesh connected parallel machines is detailed. A description of an implementation on the Goodyear Massively Parallel Processor (MPP), located at Goddard is given. Also, a detailed discussion of data mappings and performance issues is given.

  7. Parallel volume ray-casting for unstructured-grid data on distributed-memory architectures

    NASA Technical Reports Server (NTRS)

    Ma, Kwan-Liu

    1995-01-01

    As computing technology continues to advance, computational modeling of scientific and engineering problems produces data of increasing complexity: large in size and unstructured in shape. Volume visualization of such data is a challenging problem. This paper proposes a distributed parallel solution that makes ray-casting volume rendering of unstructured-grid data practical. Both the data and the rendering process are distributed among processors. At each processor, ray-casting of local data is performed independent of the other processors. The global image composing processes, which require inter-processor communication, are overlapped with the local ray-casting processes to achieve maximum parallel efficiency. This algorithm differs from previous ones in four ways: it is completely distributed, less view-dependent, reasonably scalable, and flexible. Without using dynamic load balancing, test results on the Intel Paragon using from two to 128 processors show, on average, about 60% parallel efficiency.

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

    Bennett, Janine Camille; Thompson, David; Pebay, Philippe Pierre

    Statistical analysis is typically used to reduce the dimensionality of and infer meaning from data. A key challenge of any statistical analysis package aimed at large-scale, distributed data is to address the orthogonal issues of parallel scalability and numerical stability. Many statistical techniques, e.g., descriptive statistics or principal component analysis, are based on moments and co-moments and, using robust online update formulas, can be computed in an embarrassingly parallel manner, amenable to a map-reduce style implementation. In this paper we focus on contingency tables, through which numerous derived statistics such as joint and marginal probability, point-wise mutual information, information entropy,more » and {chi}{sup 2} independence statistics can be directly obtained. However, contingency tables can become large as data size increases, requiring a correspondingly large amount of communication between processors. This potential increase in communication prevents optimal parallel speedup and is the main difference with moment-based statistics (which we discussed in [1]) where the amount of inter-processor communication is independent of data size. Here we present the design trade-offs which we made to implement the computation of contingency tables in parallel. We also study the parallel speedup and scalability properties of our open source implementation. In particular, we observe optimal speed-up and scalability when the contingency statistics are used in their appropriate context, namely, when the data input is not quasi-diffuse.« less

  9. Open solutions to distributed control in ground tracking stations

    NASA Technical Reports Server (NTRS)

    Heuser, William Randy

    1994-01-01

    The advent of high speed local area networks has made it possible to interconnect small, powerful computers to function together as a single large computer. Today, distributed computer systems are the new paradigm for large scale computing systems. However, the communications provided by the local area network is only one part of the solution. The services and protocols used by the application programs to communicate across the network are as indispensable as the local area network. And the selection of services and protocols that do not match the system requirements will limit the capabilities, performance, and expansion of the system. Proprietary solutions are available but are usually limited to a select set of equipment. However, there are two solutions based on 'open' standards. The question that must be answered is 'which one is the best one for my job?' This paper examines a model for tracking stations and their requirements for interprocessor communications in the next century. The model and requirements are matched with the model and services provided by the five different software architectures and supporting protocol solutions. Several key services are examined in detail to determine which services and protocols most closely match the requirements for the tracking station environment. The study reveals that the protocols are tailored to the problem domains for which they were originally designed. Further, the study reveals that the process control model is the closest match to the tracking station model.

  10. Performance Metrics for Monitoring Parallel Program Executions

    NASA Technical Reports Server (NTRS)

    Sarukkai, Sekkar R.; Gotwais, Jacob K.; Yan, Jerry; Lum, Henry, Jr. (Technical Monitor)

    1994-01-01

    Existing tools for debugging performance of parallel programs either provide graphical representations of program execution or profiles of program executions. However, for performance debugging tools to be useful, such information has to be augmented with information that highlights the cause of poor program performance. Identifying the cause of poor performance necessitates the need for not only determining the significance of various performance problems on the execution time of the program, but also needs to consider the effect of interprocessor communications of individual source level data structures. In this paper, we present a suite of normalized indices which provide a convenient mechanism for focusing on a region of code with poor performance and highlights the cause of the problem in terms of processors, procedures and data structure interactions. All the indices are generated from trace files augmented with data structure information.. Further, we show with the help of examples from the NAS benchmark suite that the indices help in detecting potential cause of poor performance, based on augmented execution traces obtained by monitoring the program.

  11. A simple modern correctness condition for a space-based high-performance multiprocessor

    NASA Technical Reports Server (NTRS)

    Probst, David K.; Li, Hon F.

    1992-01-01

    A number of U.S. national programs, including space-based detection of ballistic missile launches, envisage putting significant computing power into space. Given sufficient progress in low-power VLSI, multichip-module packaging and liquid-cooling technologies, we will see design of high-performance multiprocessors for individual satellites. In very high speed implementations, performance depends critically on tolerating large latencies in interprocessor communication; without latency tolerance, performance is limited by the vastly differing time scales in processor and data-memory modules, including interconnect times. The modern approach to tolerating remote-communication cost in scalable, shared-memory multiprocessors is to use a multithreaded architecture, and alter the semantics of shared memory slightly, at the price of forcing the programmer either to reason about program correctness in a relaxed consistency model or to agree to program in a constrained style. The literature on multiprocessor correctness conditions has become increasingly complex, and sometimes confusing, which may hinder its practical application. We propose a simple modern correctness condition for a high-performance, shared-memory multiprocessor; the correctness condition is based on a simple interface between the multiprocessor architecture and a high-performance, shared-memory multiprocessor; the correctness condition is based on a simple interface between the multiprocessor architecture and the parallel programming system.

  12. Efficiently modeling neural networks on massively parallel computers

    NASA Technical Reports Server (NTRS)

    Farber, Robert M.

    1993-01-01

    Neural networks are a very useful tool for analyzing and modeling complex real world systems. Applying neural network simulations to real world problems generally involves large amounts of data and massive amounts of computation. To efficiently handle the computational requirements of large problems, we have implemented at Los Alamos a highly efficient neural network compiler for serial computers, vector computers, vector parallel computers, and fine grain SIMD computers such as the CM-2 connection machine. This paper describes the mapping used by the compiler to implement feed-forward backpropagation neural networks for a SIMD (Single Instruction Multiple Data) architecture parallel computer. Thinking Machines Corporation has benchmarked our code at 1.3 billion interconnects per second (approximately 3 gigaflops) on a 64,000 processor CM-2 connection machine (Singer 1990). This mapping is applicable to other SIMD computers and can be implemented on MIMD computers such as the CM-5 connection machine. Our mapping has virtually no communications overhead with the exception of the communications required for a global summation across the processors (which has a sub-linear runtime growth on the order of O(log(number of processors)). We can efficiently model very large neural networks which have many neurons and interconnects and our mapping can extend to arbitrarily large networks (within memory limitations) by merging the memory space of separate processors with fast adjacent processor interprocessor communications. This paper will consider the simulation of only feed forward neural network although this method is extendable to recurrent networks.

  13. Parallel SOR methods with a parabolic-diffusion acceleration technique for solving an unstructured-grid Poisson equation on 3D arbitrary geometries

    NASA Astrophysics Data System (ADS)

    Zapata, M. A. Uh; Van Bang, D. Pham; Nguyen, K. D.

    2016-05-01

    This paper presents a parallel algorithm for the finite-volume discretisation of the Poisson equation on three-dimensional arbitrary geometries. The proposed method is formulated by using a 2D horizontal block domain decomposition and interprocessor data communication techniques with message passing interface. The horizontal unstructured-grid cells are reordered according to the neighbouring relations and decomposed into blocks using a load-balanced distribution to give all processors an equal amount of elements. In this algorithm, two parallel successive over-relaxation methods are presented: a multi-colour ordering technique for unstructured grids based on distributed memory and a block method using reordering index following similar ideas of the partitioning for structured grids. In all cases, the parallel algorithms are implemented with a combination of an acceleration iterative solver. This solver is based on a parabolic-diffusion equation introduced to obtain faster solutions of the linear systems arising from the discretisation. Numerical results are given to evaluate the performances of the methods showing speedups better than linear.

  14. A parallel Monte Carlo code for planar and SPECT imaging: implementation, verification and applications in (131)I SPECT.

    PubMed

    Dewaraja, Yuni K; Ljungberg, Michael; Majumdar, Amitava; Bose, Abhijit; Koral, Kenneth F

    2002-02-01

    This paper reports the implementation of the SIMIND Monte Carlo code on an IBM SP2 distributed memory parallel computer. Basic aspects of running Monte Carlo particle transport calculations on parallel architectures are described. Our parallelization is based on equally partitioning photons among the processors and uses the Message Passing Interface (MPI) library for interprocessor communication and the Scalable Parallel Random Number Generator (SPRNG) to generate uncorrelated random number streams. These parallelization techniques are also applicable to other distributed memory architectures. A linear increase in computing speed with the number of processors is demonstrated for up to 32 processors. This speed-up is especially significant in Single Photon Emission Computed Tomography (SPECT) simulations involving higher energy photon emitters, where explicit modeling of the phantom and collimator is required. For (131)I, the accuracy of the parallel code is demonstrated by comparing simulated and experimental SPECT images from a heart/thorax phantom. Clinically realistic SPECT simulations using the voxel-man phantom are carried out to assess scatter and attenuation correction.

  15. Multi-mode sensor processing on a dynamically reconfigurable massively parallel processor array

    NASA Astrophysics Data System (ADS)

    Chen, Paul; Butts, Mike; Budlong, Brad; Wasson, Paul

    2008-04-01

    This paper introduces a novel computing architecture that can be reconfigured in real time to adapt on demand to multi-mode sensor platforms' dynamic computational and functional requirements. This 1 teraOPS reconfigurable Massively Parallel Processor Array (MPPA) has 336 32-bit processors. The programmable 32-bit communication fabric provides streamlined inter-processor connections with deterministically high performance. Software programmability, scalability, ease of use, and fast reconfiguration time (ranging from microseconds to milliseconds) are the most significant advantages over FPGAs and DSPs. This paper introduces the MPPA architecture, its programming model, and methods of reconfigurability. An MPPA platform for reconfigurable computing is based on a structural object programming model. Objects are software programs running concurrently on hundreds of 32-bit RISC processors and memories. They exchange data and control through a network of self-synchronizing channels. A common application design pattern on this platform, called a work farm, is a parallel set of worker objects, with one input and one output stream. Statically configured work farms with homogeneous and heterogeneous sets of workers have been used in video compression and decompression, network processing, and graphics applications.

  16. Multibus-based parallel processor for simulation

    NASA Technical Reports Server (NTRS)

    Ogrady, E. P.; Wang, C.-H.

    1983-01-01

    A Multibus-based parallel processor simulation system is described. The system is intended to serve as a vehicle for gaining hands-on experience, testing system and application software, and evaluating parallel processor performance during development of a larger system based on the horizontal/vertical-bus interprocessor communication mechanism. The prototype system consists of up to seven Intel iSBC 86/12A single-board computers which serve as processing elements, a multiple transmission controller (MTC) designed to support system operation, and an Intel Model 225 Microcomputer Development System which serves as the user interface and input/output processor. All components are interconnected by a Multibus/IEEE 796 bus. An important characteristic of the system is that it provides a mechanism for a processing element to broadcast data to other selected processing elements. This parallel transfer capability is provided through the design of the MTC and a minor modification to the iSBC 86/12A board. The operation of the MTC, the basic hardware-level operation of the system, and pertinent details about the iSBC 86/12A and the Multibus are described.

  17. Efficient mapping algorithms for scheduling robot inverse dynamics computation on a multiprocessor system

    NASA Technical Reports Server (NTRS)

    Lee, C. S. G.; Chen, C. L.

    1989-01-01

    Two efficient mapping algorithms for scheduling the robot inverse dynamics computation consisting of m computational modules with precedence relationship to be executed on a multiprocessor system consisting of p identical homogeneous processors with processor and communication costs to achieve minimum computation time are presented. An objective function is defined in terms of the sum of the processor finishing time and the interprocessor communication time. The minimax optimization is performed on the objective function to obtain the best mapping. This mapping problem can be formulated as a combination of the graph partitioning and the scheduling problems; both have been known to be NP-complete. Thus, to speed up the searching for a solution, two heuristic algorithms were proposed to obtain fast but suboptimal mapping solutions. The first algorithm utilizes the level and the communication intensity of the task modules to construct an ordered priority list of ready modules and the module assignment is performed by a weighted bipartite matching algorithm. For a near-optimal mapping solution, the problem can be solved by the heuristic algorithm with simulated annealing. These proposed optimization algorithms can solve various large-scale problems within a reasonable time. Computer simulations were performed to evaluate and verify the performance and the validity of the proposed mapping algorithms. Finally, experiments for computing the inverse dynamics of a six-jointed PUMA-like manipulator based on the Newton-Euler dynamic equations were implemented on an NCUBE/ten hypercube computer to verify the proposed mapping algorithms. Computer simulation and experimental results are compared and discussed.

  18. Non-Preemptive Time Warp Scheduling Algorithms

    DTIC Science & Technology

    1990-06-01

    conducted in the Applied Technology Program of the Arroyo Center. Questions involving technical issues should be addressed to Dr. ,Jed Marti. Project...emphasizing mid- to long- terin problents. Its research is carried out in five programs : Policy and Strategy Studies: Force Development and Employment...various system parameters to reduce the global program execution time. Because we wanted to scale the system up, we did not allow interprocessor

  19. Implementation and Characterization of Three-Dimensional Particle-in-Cell Codes on Multiple-Instruction-Multiple-Data Massively Parallel Supercomputers

    NASA Technical Reports Server (NTRS)

    Lyster, P. M.; Liewer, P. C.; Decyk, V. K.; Ferraro, R. D.

    1995-01-01

    A three-dimensional electrostatic particle-in-cell (PIC) plasma simulation code has been developed on coarse-grain distributed-memory massively parallel computers with message passing communications. Our implementation is the generalization to three-dimensions of the general concurrent particle-in-cell (GCPIC) algorithm. In the GCPIC algorithm, the particle computation is divided among the processors using a domain decomposition of the simulation domain. In a three-dimensional simulation, the domain can be partitioned into one-, two-, or three-dimensional subdomains ("slabs," "rods," or "cubes") and we investigate the efficiency of the parallel implementation of the push for all three choices. The present implementation runs on the Intel Touchstone Delta machine at Caltech; a multiple-instruction-multiple-data (MIMD) parallel computer with 512 nodes. We find that the parallel efficiency of the push is very high, with the ratio of communication to computation time in the range 0.3%-10.0%. The highest efficiency (> 99%) occurs for a large, scaled problem with 64(sup 3) particles per processing node (approximately 134 million particles of 512 nodes) which has a push time of about 250 ns per particle per time step. We have also developed expressions for the timing of the code which are a function of both code parameters (number of grid points, particles, etc.) and machine-dependent parameters (effective FLOP rate, and the effective interprocessor bandwidths for the communication of particles and grid points). These expressions can be used to estimate the performance of scaled problems--including those with inhomogeneous plasmas--to other parallel machines once the machine-dependent parameters are known.

  20. Proof of Concept for the Rewrite Rule Machine: Interensemble Studies

    DTIC Science & Technology

    1994-02-23

    34 -,,, S2 •fbo fibo 0 1 Figure 1: Concurrent Rewriting of Fibonacci Expressions exploit a problem’s parallelism at several levels. We call this...property multigrain concurrency; it makes the RRM very well suited for solving not only homogeneous problems, but also complex, locally homogeneous but...interprocessor message passing over a network-is not well suited to data parallelism. A key goal of the RRM is to combine the best of these two approaches in a

  1. Distributed multitasking ITS with PVM

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

    Fan, W.C.; Halbleib, J.A. Sr.

    1995-12-31

    Advances in computer hardware and communication software have made it possible to perform parallel-processing computing on a collection of desktop workstations. For many applications, multitasking on a cluster of high-performance workstations has achieved performance comparable to or better than that on a traditional supercomputer. From the point of view of cost-effectiveness, it also allows users to exploit available but unused computational resources and thus achieve a higher performance-to-cost ratio. Monte Carlo calculations are inherently parallelizable because the individual particle trajectories can be generated independently with minimum need for interprocessor communication. Furthermore, the number of particle histories that can be generatedmore » in a given amount of wall-clock time is nearly proportional to the number of processors in the cluster. This is an important fact because the inherent statistical uncertainty in any Monte Carlo result decreases as the number of histories increases. For these reasons, researchers have expended considerable effort to take advantage of different parallel architectures for a variety of Monte Carlo radiation transport codes, often with excellent results. The initial interest in this work was sparked by the multitasking capability of the MCNP code on a cluster of workstations using the Parallel Virtual Machine (PVM) software. On a 16-machine IBM RS/6000 cluster, it has been demonstrated that MCNP runs ten times as fast as on a single-processor CRAY YMP. In this paper, we summarize the implementation of a similar multitasking capability for the coupled electronphoton transport code system, the Integrated TIGER Series (ITS), and the evaluation of two load-balancing schemes for homogeneous and heterogeneous networks.« less

  2. Distributed multitasking ITS with PVM

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

    Fan, W.C.; Halbleib, J.A. Sr.

    1995-02-01

    Advances of computer hardware and communication software have made it possible to perform parallel-processing computing on a collection of desktop workstations. For many applications, multitasking on a cluster of high-performance workstations has achieved performance comparable or better than that on a traditional supercomputer. From the point of view of cost-effectiveness, it also allows users to exploit available but unused computational resources, and thus achieve a higher performance-to-cost ratio. Monte Carlo calculations are inherently parallelizable because the individual particle trajectories can be generated independently with minimum need for interprocessor communication. Furthermore, the number of particle histories that can be generated inmore » a given amount of wall-clock time is nearly proportional to the number of processors in the cluster. This is an important fact because the inherent statistical uncertainty in any Monte Carlo result decreases as the number of histories increases. For these reasons, researchers have expended considerable effort to take advantage of different parallel architectures for a variety of Monte Carlo radiation transport codes, often with excellent results. The initial interest in this work was sparked by the multitasking capability of MCNP on a cluster of workstations using the Parallel Virtual Machine (PVM) software. On a 16-machine IBM RS/6000 cluster, it has been demonstrated that MCNP runs ten times as fast as on a single-processor CRAY YMP. In this paper, we summarize the implementation of a similar multitasking capability for the coupled electron/photon transport code system, the Integrated TIGER Series (ITS), and the evaluation of two load balancing schemes for homogeneous and heterogeneous networks.« less

  3. Multiscale Methods, Parallel Computation, and Neural Networks for Real-Time Computer Vision.

    NASA Astrophysics Data System (ADS)

    Battiti, Roberto

    1990-01-01

    This thesis presents new algorithms for low and intermediate level computer vision. The guiding ideas in the presented approach are those of hierarchical and adaptive processing, concurrent computation, and supervised learning. Processing of the visual data at different resolutions is used not only to reduce the amount of computation necessary to reach the fixed point, but also to produce a more accurate estimation of the desired parameters. The presented adaptive multiple scale technique is applied to the problem of motion field estimation. Different parts of the image are analyzed at a resolution that is chosen in order to minimize the error in the coefficients of the differential equations to be solved. Tests with video-acquired images show that velocity estimation is more accurate over a wide range of motion with respect to the homogeneous scheme. In some cases introduction of explicit discontinuities coupled to the continuous variables can be used to avoid propagation of visual information from areas corresponding to objects with different physical and/or kinematic properties. The human visual system uses concurrent computation in order to process the vast amount of visual data in "real -time." Although with different technological constraints, parallel computation can be used efficiently for computer vision. All the presented algorithms have been implemented on medium grain distributed memory multicomputers with a speed-up approximately proportional to the number of processors used. A simple two-dimensional domain decomposition assigns regions of the multiresolution pyramid to the different processors. The inter-processor communication needed during the solution process is proportional to the linear dimension of the assigned domain, so that efficiency is close to 100% if a large region is assigned to each processor. Finally, learning algorithms are shown to be a viable technique to engineer computer vision systems for different applications starting from multiple-purpose modules. In the last part of the thesis a well known optimization method (the Broyden-Fletcher-Goldfarb-Shanno memoryless quasi -Newton method) is applied to simple classification problems and shown to be superior to the "error back-propagation" algorithm for numerical stability, automatic selection of parameters, and convergence properties.

  4. A Novel Coarsening Method for Scalable and Efficient Mesh Generation

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

    Yoo, A; Hysom, D; Gunney, B

    2010-12-02

    In this paper, we propose a novel mesh coarsening method called brick coarsening method. The proposed method can be used in conjunction with any graph partitioners and scales to very large meshes. This method reduces problem space by decomposing the original mesh into fixed-size blocks of nodes called bricks, layered in a similar way to conventional brick laying, and then assigning each node of the original mesh to appropriate brick. Our experiments indicate that the proposed method scales to very large meshes while allowing simple RCB partitioner to produce higher-quality partitions with significantly less edge cuts. Our results further indicatemore » that the proposed brick-coarsening method allows more complicated partitioners like PT-Scotch to scale to very large problem size while still maintaining good partitioning performance with relatively good edge-cut metric. Graph partitioning is an important problem that has many scientific and engineering applications in such areas as VLSI design, scientific computing, and resource management. Given a graph G = (V,E), where V is the set of vertices and E is the set of edges, (k-way) graph partitioning problem is to partition the vertices of the graph (V) into k disjoint groups such that each group contains roughly equal number of vertices and the number of edges connecting vertices in different groups is minimized. Graph partitioning plays a key role in large scientific computing, especially in mesh-based computations, as it is used as a tool to minimize the volume of communication and to ensure well-balanced load across computing nodes. The impact of graph partitioning on the reduction of communication can be easily seen, for example, in different iterative methods to solve a sparse system of linear equation. Here, a graph partitioning technique is applied to the matrix, which is basically a graph in which each edge is a non-zero entry in the matrix, to allocate groups of vertices to processors in such a way that many of matrix-vector multiplication can be performed locally on each processor and hence to minimize communication. Furthermore, a good graph partitioning scheme ensures the equal amount of computation performed on each processor. Graph partitioning is a well known NP-complete problem, and thus the most commonly used graph partitioning algorithms employ some forms of heuristics. These algorithms vary in terms of their complexity, partition generation time, and the quality of partitions, and they tend to trade off these factors. A significant challenge we are currently facing at the Lawrence Livermore National Laboratory is how to partition very large meshes on massive-size distributed memory machines like IBM BlueGene/P, where scalability becomes a big issue. For example, we have found that the ParMetis, a very popular graph partitioning tool, can only scale to 16K processors. An ideal graph partitioning method on such an environment should be fast and scale to very large meshes, while producing high quality partitions. This is an extremely challenging task, as to scale to that level, the partitioning algorithm should be simple and be able to produce partitions that minimize inter-processor communications and balance the load imposed on the processors. Our goals in this work are two-fold: (1) To develop a new scalable graph partitioning method with good load balancing and communication reduction capability. (2) To study the performance of the proposed partitioning method on very large parallel machines using actual data sets and compare the performance to that of existing methods. The proposed method achieves the desired scalability by reducing the mesh size. For this, it coarsens an input mesh into a smaller size mesh by coalescing the vertices and edges of the original mesh into a set of mega-vertices and mega-edges. A new coarsening method called brick algorithm is developed in this research. In the brick algorithm, the zones in a given mesh are first grouped into fixed size blocks called bricks. These brick are then laid in a way similar to conventional brick laying technique, which reduces the number of neighboring blocks each block needs to communicate. Contributions of this research are as follows: (1) We have developed a novel method that scales to a really large problem size while producing high quality mesh partitions; (2) We measured the performance and scalability of the proposed method on a machine of massive size using a set of actual large complex data sets, where we have scaled to a mesh with 110 million zones using our method. To the best of our knowledge, this is the largest complex mesh that a partitioning method is successfully applied to; and (3) We have shown that proposed method can reduce the number of edge cuts by as much as 65%.« less

  5. A Spectral Element Ocean Model on the Cray T3D: the interannual variability of the Mediterranean Sea general circulation

    NASA Astrophysics Data System (ADS)

    Molcard, A. J.; Pinardi, N.; Ansaloni, R.

    A new numerical model, SEOM (Spectral Element Ocean Model, (Iskandarani et al, 1994)), has been implemented in the Mediterranean Sea. Spectral element methods combine the geometric flexibility of finite element techniques with the rapid convergence rate of spectral schemes. The current version solves the shallow water equations with a fifth (or sixth) order accuracy spectral scheme and about 50.000 nodes. The domain decomposition philosophy makes it possible to exploit the power of parallel machines. The original MIMD master/slave version of SEOM, written in F90 and PVM, has been ported to the Cray T3D. When critical for performance, Cray specific high-performance one-sided communication routines (SHMEM) have been adopted to fully exploit the Cray T3D interprocessor network. Tests performed with highly unstructured and irregular grid, on up to 128 processors, show an almost linear scalability even with unoptimized domain decomposition techniques. Results from various case studies on the Mediterranean Sea are shown, involving realistic coastline geometry, and monthly mean 1000mb winds from the ECMWF's atmospheric model operational analysis from the period January 1987 to December 1994. The simulation results show that variability in the wind forcing considerably affect the circulation dynamics of the Mediterranean Sea.

  6. Algorithms and Libraries

    NASA Technical Reports Server (NTRS)

    Dongarra, Jack

    1998-01-01

    This exploratory study initiated our inquiry into algorithms and applications that would benefit by latency tolerant approach to algorithm building, including the construction of new algorithms where appropriate. In a multithreaded execution, when a processor reaches a point where remote memory access is necessary, the request is sent out on the network and a context--switch occurs to a new thread of computation. This effectively masks a long and unpredictable latency due to remote loads, thereby providing tolerance to remote access latency. We began to develop standards to profile various algorithm and application parameters, such as the degree of parallelism, granularity, precision, instruction set mix, interprocessor communication, latency etc. These tools will continue to develop and evolve as the Information Power Grid environment matures. To provide a richer context for this research, the project also focused on issues of fault-tolerance and computation migration of numerical algorithms and software. During the initial phase we tried to increase our understanding of the bottlenecks in single processor performance. Our work began by developing an approach for the automatic generation and optimization of numerical software for processors with deep memory hierarchies and pipelined functional units. Based on the results we achieved in this study we are planning to study other architectures of interest, including development of cost models, and developing code generators appropriate to these architectures.

  7. Comparison of neuronal spike exchange methods on a Blue Gene/P supercomputer.

    PubMed

    Hines, Michael; Kumar, Sameer; Schürmann, Felix

    2011-01-01

    For neural network simulations on parallel machines, interprocessor spike communication can be a significant portion of the total simulation time. The performance of several spike exchange methods using a Blue Gene/P (BG/P) supercomputer has been tested with 8-128 K cores using randomly connected networks of up to 32 M cells with 1 k connections per cell and 4 M cells with 10 k connections per cell, i.e., on the order of 4·10(10) connections (K is 1024, M is 1024(2), and k is 1000). The spike exchange methods used are the standard Message Passing Interface (MPI) collective, MPI_Allgather, and several variants of the non-blocking Multisend method either implemented via non-blocking MPI_Isend, or exploiting the possibility of very low overhead direct memory access (DMA) communication available on the BG/P. In all cases, the worst performing method was that using MPI_Isend due to the high overhead of initiating a spike communication. The two best performing methods-the persistent Multisend method using the Record-Replay feature of the Deep Computing Messaging Framework DCMF_Multicast; and a two-phase multisend in which a DCMF_Multicast is used to first send to a subset of phase one destination cores, which then pass it on to their subset of phase two destination cores-had similar performance with very low overhead for the initiation of spike communication. Departure from ideal scaling for the Multisend methods is almost completely due to load imbalance caused by the large variation in number of cells that fire on each processor in the interval between synchronization. Spike exchange time itself is negligible since transmission overlaps with computation and is handled by a DMA controller. We conclude that ideal performance scaling will be ultimately limited by imbalance between incoming processor spikes between synchronization intervals. Thus, counterintuitively, maximization of load balance requires that the distribution of cells on processors should not reflect neural net architecture but be randomly distributed so that sets of cells which are burst firing together should be on different processors with their targets on as large a set of processors as possible.

  8. Federal public health strategies to minimize the importation of communicable diseases into Canada

    PubMed Central

    Bhatia, N; Sarwal, S; Robinson, H; Geduld, J; Huneault, F; Schreiner, H; Collins, S; Hickey, R

    2015-01-01

    Background The global spread of communicable diseases is a growing concern largely as a result of increased international travel. In Canada, although most public health management of communicable diseases occurs at the front line, the federal government also takes actions to prevent and mitigate their importation. Objective To describe the role of the Public Health Agency of Canada (PHAC) in minimizing the importation of communicable diseases through preventive measures taken before travellers leave Canada and through early detection and prompt containment measures taken when travellers arrive in the country with a potential communicable disease. Interventions PHAC works to minimize the importation of communicable diseases into Canada by developing evidence-based travel health advice and targeted outreach activities geared to the public and to health care professionals. On the basis of the Quarantine Act and the International Health Regulations (2005), PHAC also conducts inspections of conveyances such as aircraft and boats and works with partners to conduct border screening to assess ill travellers entering the country. Conclusion PHAC plays an important role in preventing and minimizing the importation of communicable diseases into Canada in conjunction with clinicians, public health authorities at all levels of government and other federal government departments. PMID:29769971

  9. Communication Growth in Minimally Verbal Children with Autism

    ERIC Educational Resources Information Center

    Mucchetti, Charlotte Alcestis

    2013-01-01

    Very little is known about language and communication development in minimally verbal children with autism, especially those who remain minimally verbal past the age of five. This population is rarely reported on in research and although there is evidence that some children do learn to speak after the age of five, we lack information on the course…

  10. Minimizing communication cost among distributed controllers in software defined networks

    NASA Astrophysics Data System (ADS)

    Arlimatti, Shivaleela; Elbreiki, Walid; Hassan, Suhaidi; Habbal, Adib; Elshaikh, Mohamed

    2016-08-01

    Software Defined Networking (SDN) is a new paradigm to increase the flexibility of today's network by promising for a programmable network. The fundamental idea behind this new architecture is to simplify network complexity by decoupling control plane and data plane of the network devices, and by making the control plane centralized. Recently controllers have distributed to solve the problem of single point of failure, and to increase scalability and flexibility during workload distribution. Even though, controllers are flexible and scalable to accommodate more number of network switches, yet the problem of intercommunication cost between distributed controllers is still challenging issue in the Software Defined Network environment. This paper, aims to fill the gap by proposing a new mechanism, which minimizes intercommunication cost with graph partitioning algorithm, an NP hard problem. The methodology proposed in this paper is, swapping of network elements between controller domains to minimize communication cost by calculating communication gain. The swapping of elements minimizes inter and intra communication cost among network domains. We validate our work with the OMNeT++ simulation environment tool. Simulation results show that the proposed mechanism minimizes the inter domain communication cost among controllers compared to traditional distributed controllers.

  11. Parents' Adoption of Social Communication Intervention Strategies: Families Including Children with Autism Spectrum Disorder Who Are Minimally Verbal

    ERIC Educational Resources Information Center

    Shire, Stephanie Y.; Goods, Kelly; Shih, Wendy; Distefano, Charlotte; Kaiser, Ann; Wright, Courtney; Mathy, Pamela; Landa, Rebecca; Kasari, Connie

    2015-01-01

    Notably absent from the intervention literature are parent training programs targeting school-aged children with autism who have limited communication skills (Tager-Flusberg and Kasari in "Autism Res" 6:468-478, 2013). Sixty-one children with autism age 5-8 with minimal spontaneous communication received a 6-month social communication…

  12. A method for data handling numerical results in parallel OpenFOAM simulations

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

    Anton, Alin; Muntean, Sebastian

    Parallel computational fluid dynamics simulations produce vast amount of numerical result data. This paper introduces a method for reducing the size of the data by replaying the interprocessor traffic. The results are recovered only in certain regions of interest configured by the user. A known test case is used for several mesh partitioning scenarios using the OpenFOAM toolkit{sup ®}[1]. The space savings obtained with classic algorithms remain constant for more than 60 Gb of floating point data. Our method is most efficient on large simulation meshes and is much better suited for compressing large scale simulation results than the regular algorithms.

  13. pureS2HAT: S 2HAT-based Pure E/B Harmonic Transforms

    NASA Astrophysics Data System (ADS)

    Grain, J.; Stompor, R.; Tristram, M.

    2011-10-01

    The pS2HAT routines allow efficient, parallel calculation of the so-called 'pure' polarized multipoles. The computed multipole coefficients are equal to the standard pseudo-multipoles calculated for the apodized sky maps of the Stokes parameters Q and U subsequently corrected by so-called counterterms. If the applied apodizations fullfill certain boundary conditions, these multipoles correspond to the pure multipoles. Pure multipoles of one type, i.e., either E or B, are ensured not to contain contributions from the other one, at least to within numerical artifacts. They can be therefore further used in the estimation of the sky power spectra via the pseudo power spectrum technique, which has to however correctly account for the applied apodization on the one hand, and the presence of the counterterms, on the other. In addition, the package contains the routines permitting calculation of the spin-weighted apodizations, given an input scalar, i.e., spin-0 window. The former are needed to compute the counterterms. It also provides routines for maps and window manipulations. The routines are written in C and based on the S2HAT library, which is used to perform all required spherical harmonic transforms as well as all inter-processor communication. They are therefore parallelized using MPI and follow the distributed-memory computational model. The data distribution patterns, pixelization choices, conventions etc are all as those assumed/allowed by the S2HAT library.

  14. n-body simulations using message passing parallel computers.

    NASA Astrophysics Data System (ADS)

    Grama, A. Y.; Kumar, V.; Sameh, A.

    The authors present new parallel formulations of the Barnes-Hut method for n-body simulations on message passing computers. These parallel formulations partition the domain efficiently incurring minimal communication overhead. This is in contrast to existing schemes that are based on sorting a large number of keys or on the use of global data structures. The new formulations are augmented by alternate communication strategies which serve to minimize communication overhead. The impact of these communication strategies is experimentally studied. The authors report on experimental results obtained from an astrophysical simulation on an nCUBE2 parallel computer.

  15. ADAPTIVE TETRAHEDRAL GRID REFINEMENT AND COARSENING IN MESSAGE-PASSING ENVIRONMENTS

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

    Hallberg, J.; Stagg, A.

    2000-10-01

    A grid refinement and coarsening scheme has been developed for tetrahedral and triangular grid-based calculations in message-passing environments. The element adaption scheme is based on an edge bisection of elements marked for refinement by an appropriate error indicator. Hash-table/linked-list data structures are used to store nodal and element formation. The grid along inter-processor boundaries is refined and coarsened consistently with the update of these data structures via MPI calls. The parallel adaption scheme has been applied to the solution of a transient, three-dimensional, nonlinear, groundwater flow problem. Timings indicate efficiency of the grid refinement process relative to the flow solvermore » calculations.« less

  16. Using the Communication Matrix to Assess Expressive Skills in Early Communicators

    ERIC Educational Resources Information Center

    Rowland, Charity

    2011-01-01

    Many children born with severe and multiple disabilities have complex communication needs and may use no speech or only minimal speech to communicate. Meaningful assessment of their expressive skills to identify communication strengths along a developmental trajectory is an essential first step toward appropriate intervention. This article…

  17. Novel Wireless-Communicating Textiles Made from Multi-Material and Minimally-Invasive Fibers

    PubMed Central

    Gorgutsa, Stepan; Bélanger-Garnier, Victor; Ung, Bora; Viens, Jeff; Gosselin, Benoit; LaRochelle, Sophie; Messaddeq, Younes

    2014-01-01

    The ability to integrate multiple materials into miniaturized fiber structures enables the realization of novel biomedical textile devices with higher-level functionalities and minimally-invasive attributes. In this work, we present novel textile fabrics integrating unobtrusive multi-material fibers that communicate through 2.4 GHz wireless networks with excellent signal quality. The conductor elements of the textiles are embedded within the fibers themselves, providing electrical and chemical shielding against the environment, while preserving the mechanical and cosmetic properties of the garments. These multi-material fibers combine insulating and conducting materials into a well-defined geometry, and represent a cost-effective and minimally-invasive approach to sensor fabrics and bio-sensing textiles connected in real time to mobile communications infrastructures, suitable for a variety of health and life science applications. PMID:25325335

  18. Novel wireless-communicating textiles made from multi-material and minimally-invasive fibers.

    PubMed

    Bélanger-Garnier, Victor; Gorgutsa, Stephan; Ung, Bora; Viens, Jeff; Gosselin, Benoit; LaRochelle, Sophie; Messaddeq, Younes

    2014-01-01

    The ability to integrate multiple materials into miniaturized fiber structures enables the realization of novel biomedical textile devices with higher-level functionalities and minimally-invasive attributes. In this work, we present novel textile fabrics integrating unobtrusive multi-material fibers that communicate through 2.4 GHz wireless networks with excellent signal quality. The conductor elements of the textiles are embedded within the fibers themselves, providing electrical and chemical shielding against the environment, while preserving the mechanical and cosmetic properties of the garments. These multi-material fibers combine insulating and conducting materials into a well-defined geometry, and represent a cost-effective and minimally-invasive approach to sensor fabrics and bio-sensing textiles connected in real time to mobile communications infrastructures, suitable for a variety of health and life science applications.

  19. Novel wireless-communicating textiles made from multi-material and minimally-invasive fibers.

    PubMed

    Gorgutsa, Stepan; Bélanger-Garnier, Victor; Ung, Bora; Viens, Jeff; Gosselin, Benoit; LaRochelle, Sophie; Messaddeq, Younes

    2014-10-16

    The ability to integrate multiple materials into miniaturized fiber structures enables the realization of novel biomedical textile devices with higher-level functionalities and minimally-invasive attributes. In this work, we present novel textile fabrics integrating unobtrusive multi-material fibers that communicate through 2.4 GHz wireless networks with excellent signal quality. The conductor elements of the textiles are embedded within the fibers themselves, providing electrical and chemical shielding against the environment, while preserving the mechanical and cosmetic properties of the garments. These multi-material fibers combine insulating and conducting materials into a well-defined geometry, and represent a cost-effective and minimally-invasive approach to sensor fabrics and bio-sensing textiles connected in real time to mobile communications infrastructures, suitable for a variety of health and life science applications.

  20. Technology-Aided Leisure and Communication Opportunities for Two Post-Coma Persons Emerged from a Minimally Conscious State and Affected by Multiple Disabilities

    ERIC Educational Resources Information Center

    Lancioni, Giulio E.; O'Reilly, Mark F.; Singh, Nirbhay N.; Sigafoos, Jeff; Buonocunto, Francesca; Sacco, Valentina; Navarro, Jorge; Lanzilotti, Crocifissa; De Tommaso, Marina; Megna, Marisa; Oliva, Doretta

    2013-01-01

    This study assessed technology-aided programs for helping two post-coma persons, who had emerged from a minimally conscious state and were affected by multiple disabilities, to (a) engage with leisure stimuli and request caregiver's procedures, (b) send out and listen to text messages for communication with distant partners, and (c) combine…

  1. Seismic imaging using finite-differences and parallel computers

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

    Ober, C.C.

    1997-12-31

    A key to reducing the risks and costs of associated with oil and gas exploration is the fast, accurate imaging of complex geologies, such as salt domes in the Gulf of Mexico and overthrust regions in US onshore regions. Prestack depth migration generally yields the most accurate images, and one approach to this is to solve the scalar wave equation using finite differences. As part of an ongoing ACTI project funded by the US Department of Energy, a finite difference, 3-D prestack, depth migration code has been developed. The goal of this work is to demonstrate that massively parallel computersmore » can be used efficiently for seismic imaging, and that sufficient computing power exists (or soon will exist) to make finite difference, prestack, depth migration practical for oil and gas exploration. Several problems had to be addressed to get an efficient code for the Intel Paragon. These include efficient I/O, efficient parallel tridiagonal solves, and high single-node performance. Furthermore, to provide portable code the author has been restricted to the use of high-level programming languages (C and Fortran) and interprocessor communications using MPI. He has been using the SUNMOS operating system, which has affected many of his programming decisions. He will present images created from two verification datasets (the Marmousi Model and the SEG/EAEG 3D Salt Model). Also, he will show recent images from real datasets, and point out locations of improved imaging. Finally, he will discuss areas of current research which will hopefully improve the image quality and reduce computational costs.« less

  2. Effects on Communicative Requesting and Speech Development of the Picture Exchange Communication System in Children with Characteristics of Autism

    ERIC Educational Resources Information Center

    Ganz, Jennifer B.; Simpson, Richard L.

    2004-01-01

    Few studies on augmentative and alternative communication (AAC) systems have addressed the potential for such systems to impact word utterances in children with autism spectrum disorders (ASD). The Picture Exchange Communication System (PECS) is an AAC system designed specifically to minimize difficulties with communication skills experienced by…

  3. Establishing Pragmatic Discriminations among the Communicative Functions of Requesting, Rejecting, and Commenting in an Adolescent.

    ERIC Educational Resources Information Center

    Reichle, Joe; And Others

    1984-01-01

    A 15-year-old with severe handicaps who exhibited minimal intentional communicative behavior was taught to discriminately encode three classes of communicative functions. Results suggest that pragmatic discriminations can be established early in a sequence of communication intervention. The S used requesting and rejecting spontaneously in other…

  4. The Unfortunate Human Factor: A Selective History of Human Factors for Technical Communicators.

    ERIC Educational Resources Information Center

    Johnson, Robert R.

    1994-01-01

    Reviews moments in the history of human factors that are especially relevant to the field of technical communications. Discusses human factors research that is applicable to technical communications. Focuses on qualitative usability research, minimalism, and human activity interface design. (HB)

  5. Student Listening Gains in the Basic Communication Course: A Comparison of Self-Report and Performance-Based Competence Measures

    ERIC Educational Resources Information Center

    Johnson, Danette Ifert; Long, Kathleen M.

    2007-01-01

    Direct listening instruction is a frequent component of basic communication courses. Research has found changes in self-perceived listening competence during a basic communication course and only a minimal relationship between self-perceived and performance-based measures of listening and other communication behaviors. Results of the present study…

  6. Loewenstein communication scale for the minimally responsive patient.

    PubMed

    Borer-Alafi, Nurit; Gil, Mali; Sazbon, Leon; Korn, Cecilia

    2002-07-01

    Any sign of communicative ability in patients in vegetative state can provide information about regain of consciousness and conservation of cognitive abilities. The aim of this study was to test the reliability and validity of an instrument designed to measure the degree of communication in minimally responsive patients. The Loewenstein Communication Scale (LCS) measures five hierarchical functions - mobility, respiration, visual responsiveness, auditory comprehension and linguistic skills (verbal or alternative) - which are divided into five parameters and rated in developmental order on a 5-point scale by level of difficulty. Scores for each function are summed to obtain a quantitative communication profile. Forty-two adult patients in vegetative state, as a result of acquired brain injury, were examined with the proposed LCS for the minimally responsive patients by two speech and language clinicians at admission to the Intensive Care Unit (ICU) for brain injured patients and, thereafter, at least once weekly. At the end of the ICU stay, 27 patients who showed signs of recovery and were referred for continued rehabilitation were compared to a group of 15 patients who were not referred for continued rehabilitation, for functional and general LCS scores. The predictive power of the LCS in differentiating between these groups was tested. The LCS was found to have very good reliability with good inter-rater agreement. Patients who eventually continued rehabilitation had significantly higher total scores as well as in the motor, visual and auditory sub-scales. Logistic regression results indicated that these parameters successfully differentiated between the two groups of patients, even after adjusting for age and for scores on the Glasgow Coma Scale. The LCS for the minimally responsive patients proved to be reliable and predictive of rehabilitation progress of minimally responsive patients. It may be useful for the interdisciplinary rehabilitation team in planning early individually targeted therapeutic programmes. 2002 Taylor & Francis Ltd

  7. Communication in Pipes Using Acoustic Modems that Provide Minimal Obstruction to Fluid Flow

    NASA Technical Reports Server (NTRS)

    Bar-Cohen, Yoseph (Inventor); Bao, Xiaoqi (Inventor); Sherrit, Stewart (Inventor); Archer, Eric D. (Inventor)

    2016-01-01

    A plurality of phased array acoustic communication devices are used to communicate data along a tubulation, such as a well. The phased array acoustic communication devices employ phased arrays of acoustic transducers, such as piezoelectric transducers, to direct acoustic energy in desired directions along the tubulation. The system is controlled by a computer-based controller. Information, including data and commands, is communicated using digital signaling.

  8. Communicating with the Elderly: Shattering Stereotypes.

    ERIC Educational Resources Information Center

    Freimuth, Vicki S.; Jamieson, Kathleen

    Designed to present communications problems faced by the elderly and to assist classroom teachers to develop activities for dealing with them, this booklet begins by examining stereotypes of older persons which minimize and distort communication with them. It outlines common misconceptions about the elderly, centering on their state of mind,…

  9. Gender Differences and Similarities in Management Communication: A Meta-Analysis.

    ERIC Educational Resources Information Center

    Wilkins, Brenda M.; Andersen, Peter A.

    1991-01-01

    Presents a meta-analysis of 25 primary research studies of managerial gender communication issues. Addresses issues of behavioral differences and research methodologies. Concludes that communication differences between male and female managers are minimal and of little social importance. Suggests the use of an interactionist perspective in future…

  10. Measuring Changes in Social Communication Behaviors: Preliminary Development of the Brief Observation of Social Communication Change (BOSCC)

    ERIC Educational Resources Information Center

    Grzadzinski, Rebecca; Carr, Themba; Colombi, Costanza; McGuire, Kelly; Dufek, Sarah; Pickles, Andrew; Lord, Catherine

    2016-01-01

    Psychometric properties and initial validity of the Brief Observation of Social Communication Change (BOSCC), a measure of treatment-response for social-communication behaviors, are described. The BOSCC coding scheme is applied to 177 video observations of 56 young children with ASD and minimal language abilities. The BOSCC has high to excellent…

  11. Post-fall decision tree development and implementation.

    PubMed

    Gordon, Bonita M; Wnek, Theresa Frissora; Glorius, Nancy; Hasdorff, Carmen; Shiverski, Joyce; Ginn, Janet

    2010-01-01

    Care and evaluation after a patient's fall require a number of steps to ensure that appropriate care is given and injury is minimized. Astute and appropriate assessment skills with strategic interventions and communication can minimize the harm from a fall. Post-Fall Decision Guidelines were developed to guide care and treatment and to identify potential complications after a patient has fallen. This systematic approach mobilizes the steps of communication, using the Situation-Background-Assessment-Recommendation (SBAR) format, and guides assessment interventions.

  12. Study the effect of reservoir spatial heterogeneity on CO2 sequestration under an uncertainty quantification (UQ) software framework

    NASA Astrophysics Data System (ADS)

    Fang, Y.; Hou, J.; Engel, D.; Lin, G.; Yin, J.; Han, B.; Fang, Z.; Fountoulakis, V.

    2011-12-01

    In this study, we introduce an uncertainty quantification (UQ) software framework for carbon sequestration, with the focus of studying being the effect of spatial heterogeneity of reservoir properties on CO2 migration. We use a sequential Gaussian method (SGSIM) to generate realizations of permeability fields with various spatial statistical attributes. To deal with the computational difficulties, we integrate the following ideas/approaches: 1) firstly, we use three different sampling approaches (probabilistic collocation, quasi-Monte Carlo, and adaptive sampling approaches) to reduce the required forward calculations while trying to explore the parameter space and quantify the input uncertainty; 2) secondly, we use eSTOMP as the forward modeling simulator. eSTOMP is implemented using the Global Arrays toolkit (GA) that is based on one-sided inter-processor communication and supports a shared memory programming style on distributed memory platforms. It provides highly-scalable performance. It uses a data model to partition most of the large scale data structures into a relatively small number of distinct classes. The lower level simulator infrastructure (e.g. meshing support, associated data structures, and data mapping to processors) is separated from the higher level physics and chemistry algorithmic routines using a grid component interface; and 3) besides the faster model and more efficient algorithms to speed up the forward calculation, we built an adaptive system infrastructure to select the best possible data transfer mechanisms, to optimally allocate system resources to improve performance, and to integrate software packages and data for composing carbon sequestration simulation, computation, analysis, estimation and visualization. We will demonstrate the framework with a given CO2 injection scenario in a heterogeneous sandstone reservoir.

  13. Balance in machine architecture: Bandwidth on board and offboard, integer/control speed and flops versus memory

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

    Fischler, M.

    1992-04-01

    The issues to be addressed here are those of balance'' in machine architecture. By this, we mean how much emphasis must be placed on various aspects of the system to maximize its usefulness for physics. There are three components that contribute to the utility of a system: How the machine can be used, how big a problem can be attacked, and what the effective capabilities (power) of the hardware are like. The effective power issue is a matter of evaluating the impact of design decisions trading off architectural features such as memory bandwidth and interprocessor communication capabilities. What is studiedmore » is the effect these machine parameters have on how quickly the system can solve desired problems. There is a reasonable method for studying this: One selects a few representative algorithms and computes the impact of changing memory bandwidths, and so forth. The only room for controversy here is in the selection of representative problems. The issue of how big a problem can be attacked boils down to a balance of memory size versus power. Although this is a balance issue it is very different than the effective power situation, because no firm answer can be given at this time. The power to memory ratio is highly problem dependent, and optimizing it requires several pieces of physics input, including: how big a lattice is needed for interesting results; what sort of algorithms are best to use; and how many sweeps are needed to get valid results. We seem to be at the threshold of learning things about these issues, but for now, the memory size issue will necessarily be addressed in terms of best guesses, rules of thumb, and researchers' opinions.« less

  14. Balance in machine architecture: Bandwidth on board and offboard, integer/control speed and flops versus memory

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

    Fischler, M.

    1992-04-01

    The issues to be addressed here are those of ``balance`` in machine architecture. By this, we mean how much emphasis must be placed on various aspects of the system to maximize its usefulness for physics. There are three components that contribute to the utility of a system: How the machine can be used, how big a problem can be attacked, and what the effective capabilities (power) of the hardware are like. The effective power issue is a matter of evaluating the impact of design decisions trading off architectural features such as memory bandwidth and interprocessor communication capabilities. What is studiedmore » is the effect these machine parameters have on how quickly the system can solve desired problems. There is a reasonable method for studying this: One selects a few representative algorithms and computes the impact of changing memory bandwidths, and so forth. The only room for controversy here is in the selection of representative problems. The issue of how big a problem can be attacked boils down to a balance of memory size versus power. Although this is a balance issue it is very different than the effective power situation, because no firm answer can be given at this time. The power to memory ratio is highly problem dependent, and optimizing it requires several pieces of physics input, including: how big a lattice is needed for interesting results; what sort of algorithms are best to use; and how many sweeps are needed to get valid results. We seem to be at the threshold of learning things about these issues, but for now, the memory size issue will necessarily be addressed in terms of best guesses, rules of thumb, and researchers` opinions.« less

  15. Text-Based On-Line Conferencing: A Conceptual and Empirical Analysis Using a Minimal Prototype.

    ERIC Educational Resources Information Center

    McCarthy, John C.; And Others

    1993-01-01

    Analyzes requirements for text-based online conferencing through the use of a minimal prototype. Topics discussed include prototyping with a minimal system; text-based communication; the system as a message passer versus the system as a shared data structure; and three exercises that showed how users worked with the prototype. (Contains 61…

  16. Communicative Acts of a Child with Rubinstein-Taybi Syndrome during Early Communicative Development

    ERIC Educational Resources Information Center

    Carvey, Jayme S.; Bernhardt, B. May

    2009-01-01

    Rubinstein-Taybi syndrome (RTS) is a rare genetic developmental disorder that often shows associated language delay. However, literature on language development in RTS is very limited, particularly for the period of early communicative development, when standardized testing can be minimally informative. The purpose of the current study was to…

  17. Brief Report: Caregiver Strategy Implementation--Advancing Spoken Communication in Children Who Are Minimally Verbal

    ERIC Educational Resources Information Center

    Shire, Stephanie Y.; Shih, Wendy; Kasari, Connie

    2018-01-01

    Research has demonstrated that caregivers' use of intervention strategies can support their children's social engagement and communication. However, it is not clear to what degree caregivers must master the strategies to effectively support gains in social communication, specifically, core challenges such as joint attention language (comments).…

  18. Communication Aspects of Hospice Care.

    ERIC Educational Resources Information Center

    Jensen, Marvin D.

    No theories of communication can minimize the crisis of dying. But those who study commmunication can suggest ways of offering comfort and dignity to the dying person. Many of these ways go beyond words, for death cannot be addressed with verbal cliches. The theoretical work from which a communication scholar draws can help hospice volunteers and…

  19. Longitudinal effects of adaptive interventions with a speech-generating devicein minimally verbal children with ASD

    PubMed Central

    Almirall, Daniel; DiStefano, Charlotte; Chang, Ya-Chih; Shire, Stephanie; Kaiser, Ann; Lu, Xi; Nahum-Shani, Inbal; Landa, Rebecca; Mathy, Pamela; Kasari, Connie

    2016-01-01

    Objective There are limited data on the effects of adaptive social communication interventions with a speech-generating device in autism. This study is the first to compare growth in communications outcomes among three adaptive interventions in school-aged children with autism spectrum disorder (ASD) who are minimally verbal. Methods Sixty-one children, aged 5–8 years participated in a sequential, multiple-assignment randomized trial (SMART). All children received a developmental communication intervention: joint attention, symbolic play, engagement and regulation (JASP) with enhanced milieu teaching (EMT). The SMART included three two-stage, 24-week adaptive interventions with different provisions of a speech-generating device (SGD) in the context of JASP+EMT. The first adaptive intervention, with no SGD, initially assigned JASP+EMT alone; then intensified JASP+EMT for slow responders. In the second adaptive intervention, slow responders to JASP+EMT were assigned JASP+EMT+SGD. The third adaptive intervention initially assigned JASP+EMT+SGD; then intensified JASP+EMT+SGD for slow responders. Analyses examined between-group differences in change in outcomes from baseline to week 36. Verbal outcomes included spontaneous communicative utterances and novel words. Non-linguistic communication outcomes included initiating joint attention and behavior regulation, and play. Results The adaptive intervention beginning with JASP+EMT+SGD was estimated as superior. There were significant (P<0.05) between-group differences in change in spontaneous communicative utterances and initiating joint attention. Conclusions School-aged children with ASD who are minimally verbal make significant gains in communication outcomes with an adaptive intervention beginning with JASP+EMT+SGD. Future research should explore mediators and moderators of the adaptive intervention effects and second-stage intervention options that further capitalize on early gains in treatment. PMID:26954267

  20. Parents' Adoption of Social Communication Intervention Strategies: Families Including Children with Autism Spectrum Disorder Who are Minimally Verbal

    PubMed Central

    Goods, Kelly; Shih, Wendy; Mucchetti, Charlotte; Kaiser, Ann; Wright, Courtney; Mathy, Pamela; Landa, Rebecca; Kasari, Connie

    2015-01-01

    Notably absent from the intervention literature are parent training programs targeting school-aged children with autism who have limited communication skills (Tager-Flusberg and Kasari in Autism Res 6:468–478, 2013). Sixty-one children with autism age 5–8 with minimal spontaneous communication received a 6-month social communication intervention including parent training. Parent–child play interactions were coded for parents' strategy implementation and children's time jointly engaged (Adamson et al. in J Autism Dev Disord 39:84–96, 2009). Parents mastered an average of 70 % of the strategies. Further analyses indicated some gains in implementation occurred from mere observation of sessions, while the greatest gains occurred in the first month of active coaching and workshops. Children's joint engagement was associated with parents' implementation success across time demonstrating parents' implementation was relevant to children's social engagement. PMID:25475363

  1. Parents' Adoption of Social Communication Intervention Strategies: Families Including Children with Autism Spectrum Disorder Who are Minimally Verbal.

    PubMed

    Shire, Stephanie Y; Goods, Kelly; Shih, Wendy; Distefano, Charlotte; Kaiser, Ann; Wright, Courtney; Mathy, Pamela; Landa, Rebecca; Kasari, Connie

    2015-06-01

    Notably absent from the intervention literature are parent training programs targeting school-aged children with autism who have limited communication skills (Tager-Flusberg and Kasari in Autism Res 6:468-478, 2013). Sixty-one children with autism age 5-8 with minimal spontaneous communication received a 6-month social communication intervention including parent training. Parent-child play interactions were coded for parents' strategy implementation and children's time jointly engaged (Adamson et al. in J Autism Dev Disord 39:84-96, 2009). Parents mastered an average of 70% of the strategies. Further analyses indicated some gains in implementation occurred from mere observation of sessions, while the greatest gains occurred in the first month of active coaching and workshops. Children's joint engagement was associated with parents' implementation success across time demonstrating parents' implementation was relevant to children's social engagement.

  2. Compact, low profile antennas for MSAT and mini-M and Std-M land mobile satellite communications

    NASA Technical Reports Server (NTRS)

    Strickland, P. C.

    1995-01-01

    CAL Corporation has developed a new class of low profile radiating elements for use in planar phased array antennas. These new elements have been used in the design of a low cost, compact, low profile antenna unit for MSAT and INMARSAT Mini-M land mobile satellite communications. The antenna unit which measures roughly 32 cm in diameter by 5 cm deep incorporates a compact LNA and diplexer unit as well as a complete, low cost, beam steering system. CAL has also developed a low profile antenna unit for INMARSAT-M land mobile satellite communications. A number of these units, which utilize a microstrip patch array design, were put into service in 1994.

  3. The Proportion of Minimally Verbal Children with Autism Spectrum Disorder in a Community-Based Early Intervention Programme

    ERIC Educational Resources Information Center

    Rose, V.; Trembath, D.; Keen, D.; Paynter, J.

    2016-01-01

    Background: Estimates of the proportion of children with autism spectrum disorder (ASD) who are minimally verbal vary from 25% to 35%. However, there is a lack of consensus in defining minimally verbal and few detailed reports of communication outcomes for these children following intervention. The aim of this study was to explore how minimally…

  4. Minimally conscious state or cortically mediated state?

    PubMed

    Naccache, Lionel

    2018-04-01

    Durable impairments of consciousness are currently classified in three main neurological categories: comatose state, vegetative state (also recently coined unresponsive wakefulness syndrome) and minimally conscious state. While the introduction of minimally conscious state, in 2002, was a major progress to help clinicians recognize complex non-reflexive behaviours in the absence of functional communication, it raises several problems. The most important issue related to minimally conscious state lies in its criteria: while behavioural definition of minimally conscious state lacks any direct evidence of patient's conscious content or conscious state, it includes the adjective 'conscious'. I discuss this major problem in this review and propose a novel interpretation of minimally conscious state: its criteria do not inform us about the potential residual consciousness of patients, but they do inform us with certainty about the presence of a cortically mediated state. Based on this constructive criticism review, I suggest three proposals aiming at improving the way we describe the subjective and cognitive state of non-communicating patients. In particular, I present a tentative new classification of impairments of consciousness that combines behavioural evidence with functional brain imaging data, in order to probe directly and univocally residual conscious processes.

  5. Flightcrew Procedures for Controller Pilot Data Link Communications (CPDLC).

    DOT National Transportation Integrated Search

    2015-09-10

    It is imperative that flightcrew procedures be developed and implemented to capitalize on the strengths of Controller Pilot Data Link Communications (CPDLC) while minimizing the possibility of error. This paper presents a sample of air carrier Standa...

  6. Towards reporting standards for neuropsychological study results: A proposal to minimize communication errors with standardized qualitative descriptors for normalized test scores.

    PubMed

    Schoenberg, Mike R; Rum, Ruba S

    2017-11-01

    Rapid, clear and efficient communication of neuropsychological results is essential to benefit patient care. Errors in communication are a lead cause of medical errors; nevertheless, there remains a lack of consistency in how neuropsychological scores are communicated. A major limitation in the communication of neuropsychological results is the inconsistent use of qualitative descriptors for standardized test scores and the use of vague terminology. PubMed search from 1 Jan 2007 to 1 Aug 2016 to identify guidelines or consensus statements for the description and reporting of qualitative terms to communicate neuropsychological test scores was conducted. The review found the use of confusing and overlapping terms to describe various ranges of percentile standardized test scores. In response, we propose a simplified set of qualitative descriptors for normalized test scores (Q-Simple) as a means to reduce errors in communicating test results. The Q-Simple qualitative terms are: 'very superior', 'superior', 'high average', 'average', 'low average', 'borderline' and 'abnormal/impaired'. A case example illustrates the proposed Q-Simple qualitative classification system to communicate neuropsychological results for neurosurgical planning. The Q-Simple qualitative descriptor system is aimed as a means to improve and standardize communication of standardized neuropsychological test scores. Research are needed to further evaluate neuropsychological communication errors. Conveying the clinical implications of neuropsychological results in a manner that minimizes risk for communication errors is a quintessential component of evidence-based practice. Copyright © 2017 Elsevier B.V. All rights reserved.

  7. A randomized trial to improve patient-centered care and hypertension control in underserved primary care patients.

    PubMed

    Cooper, Lisa A; Roter, Debra L; Carson, Kathryn A; Bone, Lee R; Larson, Susan M; Miller, Edgar R; Barr, Michael S; Levine, David M

    2011-11-01

    African Americans and persons with low socioeconomic status (SES) are disproportionately affected by hypertension and receive less patient-centered care than less vulnerable patient populations. Moreover, continuing medical education (CME) and patient-activation interventions have infrequently been directed to improve the processes of care for these populations. To compare the effectiveness of patient-centered interventions targeting patients and physicians with the effectiveness of minimal interventions for underserved groups. Randomized controlled trial conducted from January 2002 through August 2005, with patient follow-up at 3 and 12 months, in 14 urban, community-based practices in Baltimore, Maryland. Forty-one primary care physicians and 279 hypertension patients. Physician communication skills training and patient coaching by community health workers. Physician communication behaviors; patient ratings of physicians' participatory decision-making (PDM), patient involvement in care (PIC), reported adherence to medications; systolic and diastolic blood pressure (BP) and BP control. Visits of trained versus control group physicians demonstrated more positive communication change scores from baseline (-0.52 vs. -0.82, p = 0.04). At 12 months, the patient+physician intensive group compared to the minimal intervention group showed significantly greater improvements in patient report of physicians' PDM (β = +6.20 vs. -5.24, p = 0.03) and PIC dimensions related to doctor facilitation (β = +0.22 vs. -0.17, p = 0.03) and information exchange (β = +0.32 vs. -0.22, p = 0.005). Improvements in patient adherence and BP control did not differ across groups for the overall patient sample. However, among patients with uncontrolled hypertension at baseline, non-significant reductions in systolic BP were observed among patients in all intervention groups-the patient+physician intensive (-13.2 mmHg), physician intensive/patient minimal (-10.6 mmHg), and the patient intensive/physician minimal (-16.8 mmHg), compared to the patient+physician minimal group (-2.0 mmHg). Interventions that enhance physicians' communication skills and activate patients to participate in their care positively affect patient-centered communication, patient perceptions of engagement in care, and may improve systolic BP among urban African-American and low SES patients with uncontrolled hypertension.

  8. Exponential Communication Complexity Advantage from Quantum Superposition of the Direction of Communication

    NASA Astrophysics Data System (ADS)

    Guérin, Philippe Allard; Feix, Adrien; Araújo, Mateus; Brukner, Časlav

    2016-09-01

    In communication complexity, a number of distant parties have the task of calculating a distributed function of their inputs, while minimizing the amount of communication between them. It is known that with quantum resources, such as entanglement and quantum channels, one can obtain significant reductions in the communication complexity of some tasks. In this work, we study the role of the quantum superposition of the direction of communication as a resource for communication complexity. We present a tripartite communication task for which such a superposition allows for an exponential saving in communication, compared to one-way quantum (or classical) communication; the advantage also holds when we allow for protocols with bounded error probability.

  9. 47 CFR 90.403 - General operating requirements.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... communications in progress and such other measures as may be necessary to minimize the potential for causing... 90.403 Telecommunication FEDERAL COMMUNICATIONS COMMISSION (CONTINUED) SAFETY AND SPECIAL RADIO SERVICES PRIVATE LAND MOBILE RADIO SERVICES Operating Requirements § 90.403 General operating requirements...

  10. Technology-aided leisure and communication opportunities for two post-coma persons emerged from a minimally conscious state and affected by multiple disabilities.

    PubMed

    Lancioni, Giulio E; O'Reilly, Mark F; Singh, Nirbhay N; Sigafoos, Jeff; Buonocunto, Francesca; Sacco, Valentina; Navarro, Jorge; Lanzilotti, Crocifissa; De Tommaso, Marina; Megna, Marisa; Oliva, Doretta

    2013-02-01

    This study assessed technology-aided programs for helping two post-coma persons, who had emerged from a minimally conscious state and were affected by multiple disabilities, to (a) engage with leisure stimuli and request caregiver's procedures, (b) send out and listen to text messages for communication with distant partners, and (c) combine leisure engagement and procedure requests with text messaging within the same sessions. The program for leisure engagement and procedure requests relied on the use of a portable computer with commercial software, and a microswitch for the participants' response. The program for text messaging communication involved the use of a portable computer, a GSM modem, a microswitch for the participants' response, and specifically developed software. Results indicated that the participants were successful at each of the three stages of the study, thus providing relevant evidence concerning performance achievements only minimally documented. The implications of the findings in terms of technology and practical opportunities for post-coma persons with multiple disabilities are discussed. Copyright © 2012 Elsevier Ltd. All rights reserved.

  11. Worst case encoder-decoder policies for a communication system in the presence of an unknown probabilistic jammer

    NASA Astrophysics Data System (ADS)

    Cascio, David M.

    1988-05-01

    States of nature or observed data are often stochastically modelled as Gaussian random variables. At times it is desirable to transmit this information from a source to a destination with minimal distortion. Complicating this objective is the possible presence of an adversary attempting to disrupt this communication. In this report, solutions are provided to a class of minimax and maximin decision problems, which involve the transmission of a Gaussian random variable over a communications channel corrupted by both additive Gaussian noise and probabilistic jamming noise. The jamming noise is termed probabilistic in the sense that with nonzero probability 1-P, the jamming noise is prevented from corrupting the channel. We shall seek to obtain optimal linear encoder-decoder policies which minimize given quadratic distortion measures.

  12. Adaptive arrays for satellite communications

    NASA Technical Reports Server (NTRS)

    Gupta, I. J.; Ksienski, A. A.

    1984-01-01

    The suppression of interfering signals in a satellite communication system was studied. Adaptive arrays are used to suppress interference at the reception site. It is required that the interference be suppressed to very low levels and a modified adaptive circuit is used which accomplishes the desired objective. Techniques for the modification of the transmit patterns to minimize interference with neighboring communication links are explored.

  13. Picture Exchange Communication System and Pals: A Peer-Mediated Augmentative and Alternative Communication Intervention for Minimally Verbal Preschoolers with Autism

    ERIC Educational Resources Information Center

    Thiemann-Bourque, Kathy; Brady, Nancy; McGuff, Sara; Strump, Keenan; Naylor, Amy

    2016-01-01

    Purpose: This study was conducted to investigate the effectiveness of a social intervention that integrates peer-mediated approaches and the Picture Exchange Communication System (PECS). Method: Effects were evaluated using a series of A-B designs replicated across 4 children with severe autism and limited verbal skills. Seven peers without…

  14. Necessary and sufficient optimality conditions for classical simulations of quantum communication processes

    NASA Astrophysics Data System (ADS)

    Montina, Alberto; Wolf, Stefan

    2014-07-01

    We consider the process consisting of preparation, transmission through a quantum channel, and subsequent measurement of quantum states. The communication complexity of the channel is the minimal amount of classical communication required for classically simulating it. Recently, we reduced the computation of this quantity to a convex minimization problem with linear constraints. Every solution of the constraints provides an upper bound on the communication complexity. In this paper, we derive the dual maximization problem of the original one. The feasible points of the dual constraints, which are inequalities, give lower bounds on the communication complexity, as illustrated with an example. The optimal values of the two problems turn out to be equal (zero duality gap). By this property, we provide necessary and sufficient conditions for optimality in terms of a set of equalities and inequalities. We use these conditions and two reasonable but unproven hypotheses to derive the lower bound n ×2n -1 for a noiseless quantum channel with capacity equal to n qubits. This lower bound can have interesting consequences in the context of the recent debate on the reality of the quantum state.

  15. How to start a minimal access mitral valve program.

    PubMed

    Hunter, Steven

    2013-11-01

    The seven pillars of governance established by the National Health Service in the United Kingdom provide a useful framework for the process of introducing new procedures to a hospital. Drawing from local experience, the author present guidance for institutions considering establishing a minimal access mitral valve program. The seven pillars of governance apply to the practice of minimally invasive mitral valve surgery, based on the principle of patient-centred practice. The author delineate the benefits of minimally invasive mitral valve surgery in terms of: "clinical effectiveness", including reduced length of hospital stay, "risk management effectiveness", including conversion to sternotomy and aortic dissection, "patient experience" including improved cosmesis and quicker recovery, and the effectiveness of communication, resources and strategies in the implementation of minimally invasive mitral valve surgery. Finally, the author have identified seven learning curves experienced by surgeons involved in introducing a minimal access mitral valve program. The learning curves are defined as: techniques of mitral valve repair, Transoesophageal Echocardiography-guided cannulation, incisions, instruments, visualization, aortic occlusion and cardiopulmonary bypass strategies. From local experience, the author provide advice on how to reduce the learning curves, such as practising with the specialised instruments and visualization techniques during sternotomy cases. Underpinning the NHS pillars are the principles of systems awareness, teamwork, communication, ownership and leadership, all of which are paramount to performing any surgery but more so with minimal access surgery, as will be highlighted throughout this paper.

  16. Communication growth in minimally verbal children with ASD: The importance of interaction.

    PubMed

    DiStefano, Charlotte; Shih, Wendy; Kaiser, Ann; Landa, Rebecca; Kasari, Connie

    2016-10-01

    Little is known about language development in children with Autism Spectrum Disorders (ASD) who remain minimally verbal past age 5. While there is evidence that children can develop language after age 5, we lack detailed information. Studies of this population generally focus on discrete language skills without addressing broader social-communication abilities. As communication and social deficits are both inherent to ASD, an examination of not only what language skills are acquired, but how those skills are used in interactions is relevant. Research in typical development has examined how communication interchanges (unbroken back-and-forth exchanges around a unified purpose) develop, which can be used as a framework for studying minimally verbal children. This study examined the interchange use by 55 children with ASD over the course of a 6-month play and engagement-based communication intervention. Half of the children received intervention sessions that also incorporated a speech-generating device (SGD). Interchanges were coded by: frequency, length, function, and initiator (child or adult). Results indicated that children initiated a large proportion of interchanges and this proportion increased over time. The average length and number of interchanges increased over time, with children in the SGD group showing even greater growth. Finally, children's total number of interchanges at baseline was positively associated with their spoken language gains over the course of intervention. This study supports the crucial relationship between social engagement and expressive language development, and highlights the need to include sustained communication interchanges as a target for intervention with this population. Autism Res 2016, 9: 1093-1102. © 2016 International Society for Autism Research, Wiley Periodicals, Inc. © 2016 International Society for Autism Research, Wiley Periodicals, Inc.

  17. 78 FR 76295 - Information Collection Being Reviewed by the Federal Communications Commission

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-12-17

    ... impact(s). Nature and Extent of Confidentiality: Minimal exemption from the Freedom of Information Act.../ application; and (ii) the TCB enters the information into the FCC Equipment Authorization System database... FEDERAL COMMUNICATIONS COMMISSION Information Collection Being Reviewed by the Federal...

  18. Design optimization of transmitting antennas for weakly coupled magnetic induction communication systems

    PubMed Central

    2017-01-01

    This work focuses on the design of transmitting coils in weakly coupled magnetic induction communication systems. We propose several optimization methods that reduce the active, reactive and apparent power consumption of the coil. These problems are formulated as minimization problems, in which the power consumed by the transmitting coil is minimized, under the constraint of providing a required magnetic field at the receiver location. We develop efficient numeric and analytic methods to solve the resulting problems, which are of high dimension, and in certain cases non-convex. For the objective of minimal reactive power an analytic solution for the optimal current distribution in flat disc transmitting coils is provided. This problem is extended to general three-dimensional coils, for which we develop an expression for the optimal current distribution. Considering the objective of minimal apparent power, a method is developed to reduce the computational complexity of the problem by transforming it to an equivalent problem of lower dimension, allowing a quick and accurate numeric solution. These results are verified experimentally by testing a number of coil geometries. The results obtained allow reduced power consumption and increased performances in magnetic induction communication systems. Specifically, for wideband systems, an optimal design of the transmitter coil reduces the peak instantaneous power provided by the transmitter circuitry, and thus reduces its size, complexity and cost. PMID:28192463

  19. Making every word count for nonresponsive patients.

    PubMed

    Naci, Lorina; Owen, Adrian M

    2013-10-01

    Despite the apparent absence of external signs of consciousness, a significant small proportion of patients with disorders of consciousness can respond to commands by willfully modulating their brain activity, even respond to yes or no questions, by performing mental imagery tasks. However, little is known about the mental life of such responsive patients, for example, with regard to whether they can have coherent thoughts or selectively maintain attention to specific events in their environment. The ability to selectively pay attention would provide evidence of a patient's preserved cognition and a method for brain-based communication, thus far untested with functional magnetic resonance imaging in this patient group. To test whether selective auditory attention can be used to detect conscious awareness and communicate with behaviorally nonresponsive patients. Case study performed in 3 patients with severe brain injury, 2 diagnosed as being in a minimally conscious state and 1 as being in a vegetative state. The patients constituted a convenience sample. Functional magnetic resonance imaging data were acquired as the patients were asked to selectively attend to auditory stimuli, thereby conveying their ability to follow commands and communicate. All patients demonstrated command following according to instructions. Two patients (1 in a minimally conscious state and 1 in a vegetative state) were also able to guide their attention to repeatedly communicate correct answers to binary (yes or no) questions. To our knowledge, we show for the first time with functional magnetic resonance imaging that behaviorally nonresponsive patients can use selective auditory attention to convey their ability to follow commands and communicate. One patient in a minimally conscious state was able to use attention to establish functional communication in the scanner, despite his inability to produce any communication responses in repeated bedside examinations. More important, 1 patient, who had been in a vegetative state for 12 years before the scanning and subsequent to it, was able to use attention to correctly communicate answers to several binary questions. The technique may be useful in establishing basic communication with patients who appear unresponsive to bedside examinations and cannot respond with existing neuroimaging methods.

  20. Communication interventions for minimally verbal children with autism: a sequential multiple assignment randomized trial.

    PubMed

    Kasari, Connie; Kaiser, Ann; Goods, Kelly; Nietfeld, Jennifer; Mathy, Pamela; Landa, Rebecca; Murphy, Susan; Almirall, Daniel

    2014-06-01

    This study tested the effect of beginning treatment with a speech-generating device (SGD) in the context of a blended, adaptive treatment design for improving spontaneous, communicative utterances in school-aged, minimally verbal children with autism. A total of 61 minimally verbal children with autism, aged 5 to 8 years, were randomized to a blended developmental/behavioral intervention (JASP+EMT) with or without the augmentation of a SGD for 6 months with a 3-month follow-up. The intervention consisted of 2 stages. In stage 1, all children received 2 sessions per week for 3 months. Stage 2 intervention was adapted (by increased sessions or adding the SGD) based on the child's early response. The primary outcome was the total number of spontaneous communicative utterances; secondary measures were the total number of novel words and total comments from a natural language sample. Primary aim results found improvements in spontaneous communicative utterances, novel words, and comments that all favored the blended behavioral intervention that began by including an SGD (JASP+EMT+SGD) as opposed to spoken words alone (JASP+EMT). Secondary aim results suggest that the adaptive intervention beginning with JASP+EMT+SGD and intensifying JASP+EMT+SGD for children who were slow responders led to better posttreatment outcomes. Minimally verbal school-aged children can make significant and rapid gains in spoken spontaneous language with a novel, blended intervention that focuses on joint engagement and play skills and incorporates an SGD. Future studies should further explore the tailoring design used in this study to better understand children's response to treatment. Clinical trial registration information-Developmental and Augmented Intervention for Facilitating Expressive Language (CCNIA); http://clinicaltrials.gov/; NCT01013545. Copyright © 2014 American Academy of Child and Adolescent Psychiatry. Published by Elsevier Inc. All rights reserved.

  1. Toward High-Performance Communications Interfaces for Science Problem Solving

    ERIC Educational Resources Information Center

    Oviatt, Sharon L.; Cohen, Adrienne O.

    2010-01-01

    From a theoretical viewpoint, educational interfaces that facilitate communicative actions involving representations central to a domain can maximize students' effort associated with constructing new schemas. In addition, interfaces that minimize working memory demands due to the interface per se, for example by mimicking existing non-digital work…

  2. How to start a minimal access mitral valve program

    PubMed Central

    2013-01-01

    The seven pillars of governance established by the National Health Service in the United Kingdom provide a useful framework for the process of introducing new procedures to a hospital. Drawing from local experience, the author present guidance for institutions considering establishing a minimal access mitral valve program. The seven pillars of governance apply to the practice of minimally invasive mitral valve surgery, based on the principle of patient-centred practice. The author delineate the benefits of minimally invasive mitral valve surgery in terms of: “clinical effectiveness”, including reduced length of hospital stay, “risk management effectiveness”, including conversion to sternotomy and aortic dissection, “patient experience” including improved cosmesis and quicker recovery, and the effectiveness of communication, resources and strategies in the implementation of minimally invasive mitral valve surgery. Finally, the author have identified seven learning curves experienced by surgeons involved in introducing a minimal access mitral valve program. The learning curves are defined as: techniques of mitral valve repair, Transoesophageal Echocardiography-guided cannulation, incisions, instruments, visualization, aortic occlusion and cardiopulmonary bypass strategies. From local experience, the author provide advice on how to reduce the learning curves, such as practising with the specialised instruments and visualization techniques during sternotomy cases. Underpinning the NHS pillars are the principles of systems awareness, teamwork, communication, ownership and leadership, all of which are paramount to performing any surgery but more so with minimal access surgery, as will be highlighted throughout this paper. PMID:24349981

  3. Efficient parallel implicit methods for rotary-wing aerodynamics calculations

    NASA Astrophysics Data System (ADS)

    Wissink, Andrew M.

    Euler/Navier-Stokes Computational Fluid Dynamics (CFD) methods are commonly used for prediction of the aerodynamics and aeroacoustics of modern rotary-wing aircraft. However, their widespread application to large complex problems is limited lack of adequate computing power. Parallel processing offers the potential for dramatic increases in computing power, but most conventional implicit solution methods are inefficient in parallel and new techniques must be adopted to realize its potential. This work proposes alternative implicit schemes for Euler/Navier-Stokes rotary-wing calculations which are robust and efficient in parallel. The first part of this work proposes an efficient parallelizable modification of the Lower Upper-Symmetric Gauss Seidel (LU-SGS) implicit operator used in the well-known Transonic Unsteady Rotor Navier Stokes (TURNS) code. The new hybrid LU-SGS scheme couples a point-relaxation approach of the Data Parallel-Lower Upper Relaxation (DP-LUR) algorithm for inter-processor communication with the Symmetric Gauss Seidel algorithm of LU-SGS for on-processor computations. With the modified operator, TURNS is implemented in parallel using Message Passing Interface (MPI) for communication. Numerical performance and parallel efficiency are evaluated on the IBM SP2 and Thinking Machines CM-5 multi-processors for a variety of steady-state and unsteady test cases. The hybrid LU-SGS scheme maintains the numerical performance of the original LU-SGS algorithm in all cases and shows a good degree of parallel efficiency. It experiences a higher degree of robustness than DP-LUR for third-order upwind solutions. The second part of this work examines use of Krylov subspace iterative solvers for the nonlinear CFD solutions. The hybrid LU-SGS scheme is used as a parallelizable preconditioner. Two iterative methods are tested, Generalized Minimum Residual (GMRES) and Orthogonal s-Step Generalized Conjugate Residual (OSGCR). The Newton method demonstrates good parallel performance on the IBM SP2, with OS-GCR giving slightly better performance than GMRES on large numbers of processors. For steady and quasi-steady calculations, the convergence rate is accelerated but the overall solution time remains about the same as the standard hybrid LU-SGS scheme. For unsteady calculations, however, the Newton method maintains a higher degree of time-accuracy which allows tbe use of larger timesteps and results in CPU savings of 20-35%.

  4. Power allocation strategies to minimize energy consumption in wireless body area networks.

    PubMed

    Kailas, Aravind

    2011-01-01

    The wide scale deployment of wireless body area networks (WBANs) hinges on designing energy efficient communication protocols to support the reliable communication as well as to prolong the network lifetime. Cooperative communications, a relatively new idea in wireless communications, offers the benefits of multi-antenna systems, thereby improving the link reliability and boosting energy efficiency. In this short paper, the advantages of resorting to cooperative communications for WBANs in terms of minimized energy consumption are investigated. Adopting an energy model that encompasses energy consumptions in the transmitter and receiver circuits, and transmitting energy per bit, it is seen that cooperative transmission can improve energy efficiency of the wireless network. In particular, the problem of optimal power allocation is studied with the constraint of targeted outage probability. Two strategies of power allocation are considered: power allocation with and without posture state information. Using analysis and simulation-based results, two key points are demonstrated: (i) allocating power to the on-body sensors making use of the posture information can reduce the total energy consumption of the WBAN; and (ii) when the channel condition is good, it is better to recruit less relays for cooperation to enhance energy efficiency.

  5. Optical overview and qualification of the LLCD space terminal

    NASA Astrophysics Data System (ADS)

    DeVoe, C. E.; Pillsbury, A. D.; Khatri, F.; Burnside, J. M.; Raudenbush, A. C.; Petrilli, L. J.; Williams, T.

    2017-11-01

    In October 2013 the Lunar Laser Communications Demonstration (LLCD) made communications history by successfully demonstrating 622 megabits per second laser communication from the moon's orbit to earth. The LLCD consisted of the Lunar Laser Communication Space Terminal (LLST), developed by MIT Lincoln Laboratory, mounted on NASA's Lunar Atmosphere and Dust Environment Explorer (LADEE) spacecraft and a primary ground terminal located in New Mexico, the Lunar Laser Communications Ground Terminal (LLGT), and two alternate ground terminals. This paper presents the optical layout of the LLST, the approach for testing the optical subsystems, and the results of the optical qualification of the LLST. Also described is the optical test set used to qualify the LLST. The architecture philosophy for the optics was to keep a small, simple optical backend that provided excellent boresighting and high isolation between the optical paths, high quality wavefront on axis, with minimal throughput losses on all paths. The front end large optics consisted of a Cassegrain 107mm telescope with an f/0.7 parabolic primary mirror and a solar window to reduce the thermal load on the telescope and to minimize background light received at the sensors.

  6. Post-coma persons with multiple disabilities use assistive technology for their leisure engagement and communication.

    PubMed

    Lancioni, Giulio E; Singh, Nirbhay N; O'Reilly, Mark F; Sigafoos, Jeff; Oliva, Doretta; Buonocunto, Francesca; Sacco, Valentina; D'Amico, Fiora; Navarro, Jorge; Lanzilotti, Crocifissa; De Tommaso, Marina; Megna, Marisa

    2014-01-01

    Interventions for post-coma persons, who have emerged from a minimally conscious state but present with extensive neuro-motor impairment and lack of or minimal verbal skills, need to promote occupation and communication through the use of assistive technology. These two studies were aimed at assessing two technology-aided programs to promote leisure engagement and communication for three post-coma participants with multiple disabilities. Study I assessed a program to allow a woman and a man with extensive neuro-motor impairment and lack of speech to switch on music and videos, make requests to caregivers, and send messages to (communicate with) relevant partners and receive messages from those partners. Study II assessed a program to allow a post-coma woman with extensive motor impairment and reduced verbal behavior to activate music, videos and requests, send and receive messages, and make telephone calls. Data showed that both programs were successful. The participants of Study I managed leisure engagement, requests, as well as text messaging. The participant of Study II showed consistent leisure engagement, text messaging, and telephone calls. Assistive technology can be profitably used to provide post-coma persons with multiple disabilities relevant leisure and communication opportunities.

  7. Therapists' Perspectives: Supporting Children to Use Switches and Technology for Accessing Their Environment, Leisure, and Communication

    ERIC Educational Resources Information Center

    Beauchamp, Fiona; Bourke-Taylor, Helen; Brown, Ted

    2018-01-01

    Background: Many children with cerebral palsy learn to use technology to access their environments and communicate; however, minimal research informs practice. Methods: A descriptive qualitative study with purposive sampling recruited 10 therapists (occupational, speech, and physiotherapists) from one early intervention service. Data were…

  8. Minimally Verbal School-Aged Children with Autism: Communication, Academic Engagement and Classroom Quality

    ERIC Educational Resources Information Center

    Krueger, Kathryne Kelley

    2013-01-01

    Minimally verbal school aged children with autism (MVSACwA) receive the bulk of their behavioral and academic support in schools yet we know little about the environments to which they are exposed. This population of children has often been excluded from studies and thus, underrepresented in current data on autism. As increasing numbers of…

  9. A broadcast-based key agreement scheme using set reconciliation for wireless body area networks.

    PubMed

    Ali, Aftab; Khan, Farrukh Aslam

    2014-05-01

    Information and communication technologies have thrived over the last few years. Healthcare systems have also benefited from this progression. A wireless body area network (WBAN) consists of small, low-power sensors used to monitor human physiological values remotely, which enables physicians to remotely monitor the health of patients. Communication security in WBANs is essential because it involves human physiological data. Key agreement and authentication are the primary issues in the security of WBANs. To agree upon a common key, the nodes exchange information with each other using wireless communication. This information exchange process must be secure enough or the information exchange should be minimized to a certain level so that if information leak occurs, it does not affect the overall system. Most of the existing solutions for this problem exchange too much information for the sake of key agreement; getting this information is sufficient for an attacker to reproduce the key. Set reconciliation is a technique used to reconcile two similar sets held by two different hosts with minimal communication complexity. This paper presents a broadcast-based key agreement scheme using set reconciliation for secure communication in WBANs. The proposed scheme allows the neighboring nodes to agree upon a common key with the personal server (PS), generated from the electrocardiogram (EKG) feature set of the host body. Minimal information is exchanged in a broadcast manner, and even if every node is missing a different subset, by reconciling these feature sets, the whole network will still agree upon a single common key. Because of the limited information exchange, if an attacker gets the information in any way, he/she will not be able to reproduce the key. The proposed scheme mitigates replay, selective forwarding, and denial of service attacks using a challenge-response authentication mechanism. The simulation results show that the proposed scheme has a great deal of adoptability in terms of security, communication overhead, and running time complexity, as compared to the existing EKG-based key agreement scheme.

  10. Optimal RTP Based Power Scheduling for Residential Load in Smart Grid

    NASA Astrophysics Data System (ADS)

    Joshi, Hemant I.; Pandya, Vivek J.

    2015-12-01

    To match supply and demand, shifting of load from peak period to off-peak period is one of the effective solutions. Presently flat rate tariff is used in major part of the world. This type of tariff doesn't give incentives to the customers if they use electrical energy during off-peak period. If real time pricing (RTP) tariff is used, consumers can be encouraged to use energy during off-peak period. Due to advancement in information and communication technology, two-way communications is possible between consumers and utility. To implement this technique in smart grid, home energy controller (HEC), smart meters, home area network (HAN) and communication link between consumers and utility are required. HEC interacts automatically by running an algorithm to find optimal energy consumption schedule for each consumer. However, all the consumers are not allowed to shift their load simultaneously during off-peak period to avoid rebound peak condition. Peak to average ratio (PAR) is considered while carrying out minimization problem. Linear programming problem (LPP) method is used for minimization. The simulation results of this work show the effectiveness of the minimization method adopted. The hardware work is in progress and the program based on the method described here will be made to solve real problem.

  11. Communication of potential benefits and harm to patients and payers in psychiatry: a review and commentary.

    PubMed

    Wu, Renrong; Kemp, David E; Sajatovic, Martha; Zhao, Jingping; Calabrese, Joseph R; Gao, Keming

    2011-12-01

    Communicating potential benefits and harm to patients and payers is essential for high-quality care. However, there are no published guidelines or consensuses on how to communicate potential benefits and harm to patients and payers. The goal of this review was to identify key elements for communication between clinicians, patients, and payers to achieve maximal benefits and minimal risk. Literature published from January 1980 to July 2011 and cited on MEDLINE was searched using the terms communication, benefit, harm, effectiveness, cost, cost-effectiveness, psychiatry, bipolar disorder, schizophrenia, and major depressive disorder. Elements related to communicating benefits and/or harm to patients and payers were identified, with only key elements discussed in detail here. Evidence-based medicine, number needed to treat to benefit (NNTB) or harm (NNTH), and the likelihood of being helped or harmed (LHH) have been advocated as the basis for communication in all specialties of medicine. Phase-dependent communication of benefits and harm is novel, especially in patients with different phases of illness, such as bipolar disorder. Duration-dependent (short-term versus long-term) communication is essential for all psychiatric disorders to reduce the burden of relapse and adverse events with long-term treatment. For drugs with multiple therapeutic indications, a disease-dependent approach is crucial to maximize benefits and minimize harm. The exclusion of comorbid psychiatric disorders in pivotal efficacy trials affects their generalizability. Communicating cost (direct versus indirect) is an essential component in reducing health care expenditures. The results of available cost-effectiveness analyses of psychiatric pharmacotherapy have been inconsistent and/or contradictory. Evidence-based communication of potential benefits and harm to patients and payers, using NNTB, NNTH, and LHH, should be the key principle that guides decision making. Phase-, duration-, and disease-dependent communication and evidence-based cost-saving principles can maximize benefit and reduce harm. Copyright © 2011 Elsevier HS Journals, Inc. All rights reserved.

  12. Simultaneous classical communication and quantum key distribution using continuous variables*

    NASA Astrophysics Data System (ADS)

    Qi, Bing

    2016-10-01

    Presently, classical optical communication systems employing strong laser pulses and quantum key distribution (QKD) systems working at single-photon levels are very different communication modalities. Dedicated devices are commonly required to implement QKD. In this paper, we propose a scheme which allows classical communication and QKD to be implemented simultaneously using the same communication infrastructure. More specially, we propose a coherent communication scheme where both the bits for classical communication and the Gaussian distributed random numbers for QKD are encoded on the same weak coherent pulse and decoded by the same coherent receiver. Simulation results based on practical system parameters show that both deterministic classical communication with a bit error rate of 10-9 and secure key distribution could be achieved over tens of kilometers of single-mode fibers. It is conceivable that in the future coherent optical communication network, QKD will be operated in the background of classical communication at a minimal cost.

  13. Monte Carlo MP2 on Many Graphical Processing Units.

    PubMed

    Doran, Alexander E; Hirata, So

    2016-10-11

    In the Monte Carlo second-order many-body perturbation (MC-MP2) method, the long sum-of-product matrix expression of the MP2 energy, whose literal evaluation may be poorly scalable, is recast into a single high-dimensional integral of functions of electron pair coordinates, which is evaluated by the scalable method of Monte Carlo integration. The sampling efficiency is further accelerated by the redundant-walker algorithm, which allows a maximal reuse of electron pairs. Here, a multitude of graphical processing units (GPUs) offers a uniquely ideal platform to expose multilevel parallelism: fine-grain data-parallelism for the redundant-walker algorithm in which millions of threads compute and share orbital amplitudes on each GPU; coarse-grain instruction-parallelism for near-independent Monte Carlo integrations on many GPUs with few and infrequent interprocessor communications. While the efficiency boost by the redundant-walker algorithm on central processing units (CPUs) grows linearly with the number of electron pairs and tends to saturate when the latter exceeds the number of orbitals, on a GPU it grows quadratically before it increases linearly and then eventually saturates at a much larger number of pairs. This is because the orbital constructions are nearly perfectly parallelized on a GPU and thus completed in a near-constant time regardless of the number of pairs. In consequence, an MC-MP2/cc-pVDZ calculation of a benzene dimer is 2700 times faster on 256 GPUs (using 2048 electron pairs) than on two CPUs, each with 8 cores (which can use only up to 256 pairs effectively). We also numerically determine that the cost to achieve a given relative statistical uncertainty in an MC-MP2 energy increases as O(n 3 ) or better with system size n, which may be compared with the O(n 5 ) scaling of the conventional implementation of deterministic MP2. We thus establish the scalability of MC-MP2 with both system and computer sizes.

  14. Implementation of the DPM Monte Carlo code on a parallel architecture for treatment planning applications.

    PubMed

    Tyagi, Neelam; Bose, Abhijit; Chetty, Indrin J

    2004-09-01

    We have parallelized the Dose Planning Method (DPM), a Monte Carlo code optimized for radiotherapy class problems, on distributed-memory processor architectures using the Message Passing Interface (MPI). Parallelization has been investigated on a variety of parallel computing architectures at the University of Michigan-Center for Advanced Computing, with respect to efficiency and speedup as a function of the number of processors. We have integrated the parallel pseudo random number generator from the Scalable Parallel Pseudo-Random Number Generator (SPRNG) library to run with the parallel DPM. The Intel cluster consisting of 800 MHz Intel Pentium III processor shows an almost linear speedup up to 32 processors for simulating 1 x 10(8) or more particles. The speedup results are nearly linear on an Athlon cluster (up to 24 processors based on availability) which consists of 1.8 GHz+ Advanced Micro Devices (AMD) Athlon processors on increasing the problem size up to 8 x 10(8) histories. For a smaller number of histories (1 x 10(8)) the reduction of efficiency with the Athlon cluster (down to 83.9% with 24 processors) occurs because the processing time required to simulate 1 x 10(8) histories is less than the time associated with interprocessor communication. A similar trend was seen with the Opteron Cluster (consisting of 1400 MHz, 64-bit AMD Opteron processors) on increasing the problem size. Because of the 64-bit architecture Opteron processors are capable of storing and processing instructions at a faster rate and hence are faster as compared to the 32-bit Athlon processors. We have validated our implementation with an in-phantom dose calculation study using a parallel pencil monoenergetic electron beam of 20 MeV energy. The phantom consists of layers of water, lung, bone, aluminum, and titanium. The agreement in the central axis depth dose curves and profiles at different depths shows that the serial and parallel codes are equivalent in accuracy.

  15. 3-D Voxel FEM Simulation of Seismic Wave Propagation in a Land-Sea Structure with Topography

    NASA Astrophysics Data System (ADS)

    Ikegami, Y.; Koketsu, K.

    2003-12-01

    We have already developed the voxel FEM (finite element method) code to simulate seismic wave propagation in a land structure with surface topography (Koketsu, Fujiwara and Ikegami, 2003). Although the conventional FEM often requires much larger memory, longer computation time and farther complicated mesh generation than the Finite Difference Method (FDM), this code consumes a similar amount of memory to FDM and spends only 1.4 times longer computation time thanks to the simplicity of voxels (hexahedron elements). The voxel FEM was successfully applied to inland earthquakes, but most earthquakes in a subduction zone occur beneath a sea, so that a simulation in a land-sea structure should be essential for waveform modeling and strong motion prediction there. We now introduce a domain of fluid elements into the model and formulate displacements in the elements using the Lagrange method. Sea-bottom motions are simulated for the simple land-sea models of Okamoto and Takenaka (1999). The simulation results agree well with their reflectivity and FDM seismograms. In order to enhance numerical stability, not only a variable mesh but also an adaptive time step is introduced. We can now choose the optimal time steps everywhere in the model based the Courant condition. This doubly variable formulation may result in inefficient parallel computing. The wave velocity in a shallow part is lower than that in a deeper part. Therefore, if the model is divided into horizontal slices and they are assigned to CPUs, a shallow slice will consist of only small elements. This can cause unbalanced loads on the CPUs. Accordingly, the model is divided into vertical slices in this study. They also reduce inter-processor communication, because a vertical cross section is usually smaller than a horizontal one. In addition, we will consider higher-order FEM formulation compatible to the fourth-order FDM. We will also present numerical examples to demonstrate the effects of a sea and surface topography on seismic waves and ground motions.

  16. Using a Computer-based Messaging System at a High School To Increase School/Home Communication.

    ERIC Educational Resources Information Center

    Burden, Mitzi K.

    Minimal communication between school and home was found to contribute to low performance by students at McDuffie High School (South Carolina). This report describes the experience of establishing a computer-based telephone messaging system in the high school and involving parents, teachers, and students in its use. Additional strategies employed…

  17. Masked Visual Analysis: Minimizing Type I Error in Visually Guided Single-Case Design for Communication Disorders

    ERIC Educational Resources Information Center

    Byun, Tara McAllister; Hitchcock, Elaine R.; Ferron, John

    2017-01-01

    Purpose: Single-case experimental designs are widely used to study interventions for communication disorders. Traditionally, single-case experiments follow a response-guided approach, where design decisions during the study are based on participants' observed patterns of behavior. However, this approach has been criticized for its high rate of…

  18. Communication Opportunities via Special Messaging Technology for Two Post-Coma Persons with Multiple Disabilities

    ERIC Educational Resources Information Center

    Lancioni, Giulio E.; O'Reilly, Mark F.; Singh, Nirbhay N.; Sigafoos, Jeff; Buonocunto, Francesca; Sacco, Valentina; Colonna, Fabio; Navarro, Jorge; Lanzilotti, Crocifissa; de Pace, Claudia; Megna, Marisa; Oliva, Doretta

    2011-01-01

    This study extended the assessment of a special messaging technology with two additional post-coma adults who had emerged from a minimally conscious state, but showed multiple disabilities including profound motor and communication impairments. For each participant, the study involved an ABAB design, in which the A represented baseline phases and…

  19. Minimizing Input-to-Output Latency in Virtual Environment

    NASA Technical Reports Server (NTRS)

    Adelstein, Bernard D.; Ellis, Stephen R.; Hill, Michael I.

    2009-01-01

    A method and apparatus were developed to minimize latency (time delay ) in virtual environment (VE) and other discrete- time computer-base d systems that require real-time display in response to sensor input s. Latency in such systems is due to the sum of the finite time requi red for information processing and communication within and between sensors, software, and displays.

  20. Post-Coma Persons Emerged from a Minimally Conscious State and Showing Multiple Disabilities Learn to Manage a Radio-Listening Activity

    ERIC Educational Resources Information Center

    Lancioni, Giulio E.; Singh, Nirbhay N.; O'Reilly, Mark F.; Sigafoos, Jeff; Colonna, Fabio; Buonocunto, Francesca; Sacco, Valentina; Megna, Marisa; Oliva, Doretta

    2012-01-01

    This study assessed microswitch-based technology to enable three post-coma adults, who had emerged from a minimally conscious state but presented motor and communication disabilities, to operate a radio device. The material involved a modified radio device, a microprocessor-based electronic control unit, a personal microswitch, and an amplified…

  1. Reconnaissance and Autonomy for Small Robots (RASR) team: MAGIC 2010 challenge

    NASA Astrophysics Data System (ADS)

    Lacaze, Alberto; Murphy, Karl; Del Giorno, Mark; Corley, Katrina

    2012-06-01

    The Reconnaissance and Autonomy for Small Robots (RASR) team developed a system for the coordination of groups of unmanned ground vehicles (UGVs) that can execute a variety of military relevant missions in dynamic urban environments. Historically, UGV operations have been primarily performed via tele-operation, requiring at least one dedicated operator per robot, and requiring substantial real-time bandwidth to accomplish those missions. Our team goal was to develop a system that can provide long-term value to the war-fighter, utilizing MAGIC-2010 as a stepping stone. To that end, we self-imposed a set of constraints that would force us to develop technology that could readily be used by the military in the near term: • Use a relevant (deployed) platform • Use low-cost, reliable sensors • Develop an expandable and modular control system with innovative software algorithms to minimize the computing footprint required • Minimize required communications bandwidth and handle communication losses • Minimize additional power requirements to maximize battery life and mission duration

  2. [Communicating research with social media].

    PubMed

    Bennato, Davide

    2014-09-01

    Participation is the new keyword of communication. In the scientific field, communication is a very complex task that can't ignore the careful consideration of the target audience. To minimize the difficulties, it is useful to rely on storytelling: it can greatly benefit from the space offered by social media that can be used to raise awareness and to engage through the sharing of experiences. The marriage between scientific research and social media can take place, as long as you carefully reflect on the roles, strategies and appropriate tools.

  3. Coexistence of enhanced mobile broadband communications and ultra-reliable low-latency communications in mobile front-haul

    NASA Astrophysics Data System (ADS)

    Ying, Kai; Kowalski, John M.; Nogami, Toshizo; Yin, Zhanping; Sheng, Jia

    2018-01-01

    5G systems are supposed to support coexistence of multiple services such as ultra reliable low latency communications (URLLC) and enhanced mobile broadband (eMBB) communications. The target of eMBB communications is to meet the high-throughput requirement while URLLC are used for some high priority services. Due to the sporadic nature and low latency requirement, URLLC transmission may pre-empt the resource of eMBB transmission. Our work is to analyze the URLLC impact on eMBB transmission in mobile front-haul. Then, some solutions are proposed to guarantee the reliability/latency requirements for URLLC services and minimize the impact to eMBB services at the same time.

  4. Method and apparatus for extracting water from air using a desiccant

    DOEpatents

    Spletzer, Barry L.; Callow, Diane Schafer

    2003-01-01

    The present invention provides a method and apparatus for extracting liquid water from moist air using minimal energy input. The method can be considered as four phases: (1) adsorbing water from air into a desiccant, (2) isolating the water-laden desiccant from the air source, (3) desorbing water as vapor from the desiccant into a chamber, and (4) isolating the desiccant from the chamber, and compressing the vapor in the chamber to form liquid condensate. The liquid condensate can be removed for use. Careful design of the dead volumes and pressure balances can minimize the energy required. The dried air can be exchanged for fresh moist air and the process repeated. An apparatus comprises a first chamber in fluid communication with a desiccant, and having ports to intake moist air and exhaust dried air. The apparatus also comprises a second chamber in fluid communication with the desiccant. The second chamber allows variable internal pressure, and has a port for removal of liquid condensate. Each chamber can be configured to be isolated or in communication with the desiccant. The first chamber can be configured to be isolated or in communication with a course of moist air. Various arrangements of valves, pistons, and chambers are described.

  5. Reconnaissance and Autonomy for Small Robots (RASR)

    DTIC Science & Technology

    2012-06-29

    The Reconnaissance and Autonomy for Small Robots (RASR) team developed a system for the coordination of groups of unmanned ground vehicles (UGVs...development of a system that used 1) a relevant deployable platform; 2) a minimum set of relatively inexpensive navigation and LADAR sensors; 3) an...expandable and modular control system with innovative software algorithms to minimize computing footprint; and that minimized 4) required communications

  6. Putting people first: re-thinking the role of technology in augmentative and alternative communication intervention.

    PubMed

    Light, Janice; McNaughton, David

    2013-12-01

    Current technologies provide individuals with complex communication needs with a powerful array of communication, information, organization, and social networking options. However, there is the danger that the excitement over these new devices will result in a misplaced focus on the technology, to the neglect of what must be the central focus - the people with complex communication needs who require augmentative and alternative communication (AAC). In order to truly harness the power of technology, rehabilitation and educational professionals must ensure that AAC intervention is driven, not by the devices, but rather by the communication needs of the individual. Furthermore, those involved in AAC research and development activities must ensure that the design of AAC technologies is driven by an understanding of motor, sensory, cognitive, and linguistic processing, in order to minimize learning demands and maximize communication power for individuals with complex communication needs across the life span.

  7. Measuring Changes in Social Communication Behaviors: Preliminary Development of the Brief Observation of Social Communication Change (BOSCC).

    PubMed

    Grzadzinski, Rebecca; Carr, Themba; Colombi, Costanza; McGuire, Kelly; Dufek, Sarah; Pickles, Andrew; Lord, Catherine

    2016-07-01

    Psychometric properties and initial validity of the Brief Observation of Social Communication Change (BOSCC), a measure of treatment-response for social-communication behaviors, are described. The BOSCC coding scheme is applied to 177 video observations of 56 young children with ASD and minimal language abilities. The BOSCC has high to excellent inter-rater and test-retest reliability and shows convergent validity with measures of language and communication skills. The BOSCC Core total demonstrates statistically significant amounts of change over time compared to a no change alternative while the ADOS CSS over the same period of time did not. This work is a first step in the development of a novel outcome measure for social-communication behaviors with applications to clinical trials and longitudinal studies.

  8. [Recovery of consciousness: process-oriented approach].

    PubMed

    Gusarova, S B

    2014-01-01

    Traditionally psychological neurorehabilitation of neurosurgical patients is provided subject to availability of clear consciousness and minimal potential to communicate verbally. Cognitive and emotional disorders, problems in social adaptation, neurotic syndromes are normally targets in such cases. We work with patients having survived severe brain damage being in different states of consciousness: vegetative state, minimal state of consciousness, mutism, confusion, posttraumatic Korsaroff syndrom. Psychologist considers recovery of consciousness as the target besides traditional tasks. Construction of communication with patient is central part of such job, where the patient remains unable to contact verbally, yet it is impossible to consider potential aphasia. This is a non-verbal "dialogue" with patient created by psychologist with gradual development and involving other people and objects of environment. Inline with modern neuroscientific achievements demonstrating ability to recognize by patients with severe brain injury (A. Owen, S. Laureys, M. Monti, M. Coleman, A. Soddu, M. Boly and others) we base upon psychological science, on psychotherapeutic approaches containing instruments inevitable to work with patients in altered states of consciousness and creation of non-verbal communication with patient (Jung, Reich, Alexander, Lowen, Keleman, Arnold and Amy Mindell, S. Tomandl, D. Boadella, A. Längle, P. Levin etc). This article will include 15 years of experience to apply Process-oriented approach by A. Mindell to recovery of consciousness of neurosurgical patients based on work with "minimal signals" (micro moves, breath, mimic reactions etc.), principle of feedback, psychosomatic resonance, empathy.

  9. Simultaneous classical communication and quantum key distribution using continuous variables

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

    Qi, Bing

    Currently, classical optical communication systems employing strong laser pulses and quantum key distribution (QKD) systems working at single-photon levels are very different communication modalities. Dedicated devices are commonly required to implement QKD. In this paper, we propose a scheme which allows classical communication and QKD to be implemented simultaneously using the same communication infrastructure. More specially, we propose a coherent communication scheme where both the bits for classical communication and the Gaussian distributed random numbers for QKD are encoded on the same weak coherent pulse and decoded by the same coherent receiver. Simulation results based on practical system parameters showmore » that both deterministic classical communication with a bit error rate of 10 –9 and secure key distribution could be achieved over tens of kilometers of single-mode fibers. It is conceivable that in the future coherent optical communication network, QKD will be operated in the background of classical communication at a minimal cost.« less

  10. Simultaneous classical communication and quantum key distribution using continuous variables

    DOE PAGES

    Qi, Bing

    2016-10-26

    Currently, classical optical communication systems employing strong laser pulses and quantum key distribution (QKD) systems working at single-photon levels are very different communication modalities. Dedicated devices are commonly required to implement QKD. In this paper, we propose a scheme which allows classical communication and QKD to be implemented simultaneously using the same communication infrastructure. More specially, we propose a coherent communication scheme where both the bits for classical communication and the Gaussian distributed random numbers for QKD are encoded on the same weak coherent pulse and decoded by the same coherent receiver. Simulation results based on practical system parameters showmore » that both deterministic classical communication with a bit error rate of 10 –9 and secure key distribution could be achieved over tens of kilometers of single-mode fibers. It is conceivable that in the future coherent optical communication network, QKD will be operated in the background of classical communication at a minimal cost.« less

  11. Factor and Organizational Substitutions to Minimize Costs in the Navy

    DTIC Science & Technology

    2013-12-01

    navigation, propulsion, combat, hotel , communications, in-service support and any system corresponding to further tasks such as transport, hospital...propulsion, combat, hotel , communications, in-service support and any system corresponding to further tasks such as transport, hospital services and command...contract, a cadet may be able to increase her branch choice priority. The Officer Career Satisfaction Program (OCSP) is an incentive program with

  12. Enhancement of Cross-Cultural Communication within a Multi-Ethnic Environment: The Educational Function of the U.S. Air Force Office of Social Actions.

    ERIC Educational Resources Information Center

    Schnell, James A.

    The U.S. Air Force attempts to minimize racial and sexual discrimination by incorporating federal laws into its infrastructure and by exercising consistent enforcement of these laws. This leads to a development of cross-cultural communication among various subcultures within a multi-ethnic environment. The Social Actions Office at each Air Force…

  13. Camouflage Traffic: Minimizing Message Delay for Smart Grid Applications under Jamming

    DTIC Science & Technology

    2014-04-01

    technologies. To facilitate efficient information exchange, wireless networks have been proposed to be widely used in the smart grid. However, the jamming...attack that constantly broadcasts radio interference is a primary security threat to prevent the deployment of wireless networks in the smart grid. Hence... wireless communications, while at the same time providing latency guarantee for control messages. An open question is how to minimize message delay for

  14. Management Strategies for Dual-Career Couples.

    ERIC Educational Resources Information Center

    Kater, Donna

    1985-01-01

    Suggestions are presented that focus on strategies to alleviate those stresses arising from internal sources. These strategies include enhancing communication skills, relieving role overload, and minimizing multiple role-cycling. (CT)

  15. Smartphone Applications in Palliative Homecare

    PubMed Central

    Dhiliwal, Sunil R; Salins, Naveen

    2015-01-01

    Smartphone applications in healthcare delivery are a novel concept and is rapidly gaining ground in all fields of medicine. The modes of e-communications such as e-mail, short message service (SMS), multimedia messaging service (MMS) and WhatsApp in palliative care provides a means for quick tele-consultation, information sharing, cuts the waiting time and facilitates initiation of the treatment at the earliest. It also forms a means of communication with local general practitioner and local health care provider such that continuity of the care is maintained. It also minimizes needless transport of the patient to hospital, prevents needless hospitalization and investigations and minimizes cost and logistics involved in the care process. The two case studies provided highlights the use of smartphone application like WhatsApp in palliative care practice and demonstrates its utility. PMID:25709195

  16. Method of minimizing the effects of parasitic currents

    DOEpatents

    Chi, Michael C.; Carr, Peter

    1983-02-01

    A method of minimizing the effect of parasitic currents in secondary batteries having a plurality of cells connected electrically in series and a common electrolyte in communication with the cells is described. Specifically, the parasitic currents flowing through the battery cause a cell imbalance over the charge/discharge cycle. This cell imbalance is minimized by first separating the cells of the battery into two equal groups. Then the battery is charged with the two groups of cells connected electrically in series, and subsequently discharged with the two groups of cells reconnected electrically in series in an inverted sequence.

  17. Risk communication considerations to facilitate the screening of mass populations for potential contamination with radioactive material.

    PubMed

    Emery, R J; Sprau, D D; Morecook, R C

    2008-11-01

    Experience gained during a field training exercise with a Medical Reserve Corps unit on the screening of large groups of individuals for possible contamination with radioactive material revealed that while exercise participants were generally attentive to the proper use of protective equipment and detectors, they tended to overlook important basic risk communications aspects. For example, drill participants did not actively communicate with the persons waiting in line for screening, a step which would provide re-assurance, possibly minimize apprehension, and would clarify expectations. When questioned on this issue of risk communication, drill participants were often able to craft ad hoc messages, but the messages were inconsistent and likely would not have significantly helped diminish anxiety and maintain crowd control. Similar difficulties were encountered regarding messaging for persons determined to be contaminated, those departing the screening center, and those to be delivered to the media. Based on these experiences, the need for a suggested list of risk communication points was identified. To address this need, a set of risk communication templates were developed that focused on the issues likely to be encountered in a mass screening event. The points include issues such as the importance of remaining calm, steps for minimizing possible intake or uptake, considerations for those exhibiting acute injuries, expected screening wait times, the process to be followed and the information to be collected, the process to be undertaken for those exhibiting contamination, and symptoms to watch for after departure. Drill participants indicated in follow-up discussions that such pre-established risk communication templates would serve to enhance their ability to assist in times of emergency and noted the potential broader applicably of the approach for use in responses for other disasters types as well.

  18. Epistemic View of Quantum States and Communication Complexity of Quantum Channels

    NASA Astrophysics Data System (ADS)

    Montina, Alberto

    2012-09-01

    The communication complexity of a quantum channel is the minimal amount of classical communication required for classically simulating a process of state preparation, transmission through the channel and subsequent measurement. It establishes a limit on the power of quantum communication in terms of classical resources. We show that classical simulations employing a finite amount of communication can be derived from a special class of hidden variable theories where quantum states represent statistical knowledge about the classical state and not an element of reality. This special class has attracted strong interest very recently. The communication cost of each derived simulation is given by the mutual information between the quantum state and the classical state of the parent hidden variable theory. Finally, we find that the communication complexity for single qubits is smaller than 1.28 bits. The previous known upper bound was 1.85 bits.

  19. Shared identity is key to effective communication.

    PubMed

    Greenaway, Katharine H; Wright, Ruth G; Willingham, Joanne; Reynolds, Katherine J; Haslam, S Alexander

    2015-02-01

    The ability to communicate with others is one of the most important human social functions, yet communication is not always investigated from a social perspective. This research examined the role that shared social identity plays in communication effectiveness using a minimal group paradigm. In two experiments, participants constructed a model using instructions that were said to be created by an ingroup or an outgroup member. Participants made models of objectively better quality when working from communications ostensibly created by an ingroup member (Experiments 1 and 2). However, this effect was attenuated when participants were made aware of a shared superordinate identity that included both the ingroup and the outgroup (Experiment 2). These findings point to the importance of shared social identity for effective communication and provide novel insights into the social psychology of communication. © 2014 by the Society for Personality and Social Psychology, Inc.

  20. Managing Communication among Geographically Distributed Teams: A Brazilian Case

    NASA Astrophysics Data System (ADS)

    Almeida, Ana Carina M.; de Farias Junior, Ivaldir H.; de S. Carneiro, Pedro Jorge

    The growing demand for qualified professionals is making software companies opt for distributed software development (DSD). At the project conception, communication and synchronization of information are critical factors for success. However problems such as time-zone difference between teams, culture, language and different development processes among sites could difficult the communication among teams. In this way, the main goal of this paper is to describe the solution adopted by a Brazilian team to improve communication in a multisite project environment. The purposed solution was based on the best practices described in the literature, and the communication plan was created based on the infrastructure needed by the project. The outcome of this work is to minimize the impact of communication issues in multisite projects, increasing productivity, good understanding and avoiding rework on code and document writing.

  1. The Effectiveness of an Educational Brochure as a Risk Minimization Activity to Communicate Important Rare Adverse Events to Health-Care Professionals.

    PubMed

    Bester, Nicolette; Di Vito-Smith, Michelle; McGarry, Theresa; Riffkin, Michael; Kaehler, Stefan; Pilot, Richard; Bwire, Robert

    2016-02-01

    Educational brochures are an important tool for communicating risk to health-care professionals. It is important to evaluate the impact of any risk minimization tool to understand the effectiveness of the strategy. The objective of this study was to assess the effectiveness (i.e., respondents' awareness and understanding of the communication) of a targeted educational brochure distributed to health-care professionals (HCPs) as a risk minimization strategy for the communication of new rare and important adverse events (AEs). A prospective, non-interventional, online survey was performed following distribution of a specifically designed brochure highlighting new and important adverse events to a targeted HCP population, consisting of known users of the target medicine, as represented by a commercial database. Predefined multiple-choice survey questions assessed overall HCP awareness of the brochure and understanding and retention of information in those HCPs who reported receiving the brochure. The educational brochure was sent to a total of 565 HCPs; 121 (21.4%) responded to the survey. The majority of respondents (95.0%) had previously prescribed or dispensed the target medicine. In all, 88 (72.7%) respondents said they had received the educational brochure, of whom 95.5% stated they had at least scanned the main points. More participants who had received the brochure (86.4% to 96.6%) answered the five individual survey questions correctly compared with those who did not (51.5% to 97.0%); this was significant for four out of five questions (P ≤ 0.005). Significantly more HCPs who received the brochure achieved the predefined pass rate (at least four of five questions answered correctly) compared with HCPs who did not receive the brochure (93.2% vs 57.6%, respectively; P = 0.000003). Distribution of targeted educational brochures may be an effective risk minimization strategy to raise HCP awareness of new rare and important AEs; educational brochures may also be an effective channel for sharing information on how these AEs can be best managed and on the importance and means of reporting AEs. Celgene Pty Ltd, Melbourne, Australia.

  2. Investigating the Effect of Humor Communication Skills Training on Pro-Social and Anti-Social Humor Styles, Cognitive Learning, Self-Efficacy, Motivation, and Humor Use

    ERIC Educational Resources Information Center

    Vela, Lori E.

    2013-01-01

    Humor is an important aspect of interpersonal interactions as it is linked to the development and maintenance of relationships (Merolla, 2006). The purpose of this dissertation was to test the effect of a humor communication skills training program on the ability to minimize anti-social humor (i.e., aggressive, self-defeating) and enhance…

  3. Technical characteristics of the OmniTRACS: The first operation mobile Ku-band satellite communications system

    NASA Technical Reports Server (NTRS)

    Antonio, Franklin P.; Gilhousen, Klein S.; Jacobs, Irwin M.; Weaver, Linday A., Jr.

    1988-01-01

    The techinical characteristics of the OmniTRACS system are described. The system is the first operational mobile Ku-band satellite communications system and provides two-way message and position determination service to mobile terminals using existing Ku-band satellites. Interference to and from the system is minimized by the use of special spread-spectrum techniques, together with low power and low data rate transmissions.

  4. Typical Toddlers' Participation in “Just-in-Time” Programming of Vocabulary for Visual Scene Display Augmentative and Alternative Communication Apps on Mobile Technology: A Descriptive Study

    PubMed Central

    Drager, Kathryn; Light, Janice; Caron, Jessica Gosnell

    2017-01-01

    Purpose Augmentative and alternative communication (AAC) promotes communicative participation and language development for young children with complex communication needs. However, the motor, linguistic, and cognitive demands of many AAC technologies restrict young children's operational use of and influence over these technologies. The purpose of the current study is to better understand young children's participation in programming vocabulary “just in time” on an AAC application with minimized demands. Method A descriptive study was implemented to highlight the participation of 10 typically developing toddlers (M age: 16 months, range: 10–22 months) in just-in-time vocabulary programming in an AAC app with visual scene displays. Results All 10 toddlers participated in some capacity in adding new visual scene displays and vocabulary to the app just in time. Differences in participation across steps were observed, suggesting variation in the developmental demands of controls involved in vocabulary programming. Conclusions Results from the current study provide clinical insights toward involving young children in AAC programming just in time and steps that may allow for more independent participation or require more scaffolding. Technology designed to minimize motor, cognitive, and linguistic demands may allow children to participate in programming devices at a younger age. PMID:28586825

  5. Metal-air cells comprising collapsible foam members and means for minimizing internal pressure buildup

    NASA Technical Reports Server (NTRS)

    Putt, Ronald A. (Inventor); Woodruff, Glenn (Inventor)

    1994-01-01

    This invention provides a prismatic zinc-air cell including, in general, a prismatic container having therein an air cathode, a separator and a zinc anode. The container has one or more oxygen access openings, and the air cathode is disposed in the container in gaseous communication with the oxygen access openings so as to allow access of oxygen to the cathode. The separator has a first side in electrolytic communication with the air cathode and a second side in electrolytic communication with the zinc anode. The separator isolates the cathode and the zinc anode from direct electrical contact and allows passage of electrolyte therebetween. An expansion chamber adjacent to the zinc anode is provided which accommodates expansion of the zinc anode during discharge of the cell. A suitable collapsible foam member generally occupies the expansion space, providing sufficient resistance tending to oppose movement of the zinc anode away from the separator while collapsing upon expansion of the zinc anode during discharge of the cell. One or more vent openings disposed in the container are in gaseous communication with the expansion space, functioning to satisfactorily minimize the pressure buildup within the container by venting gasses expelled as the foam collapses during cell discharge.

  6. Striking a balance in communicating pharmacogenetic test results: promoting comprehension and minimizing adverse psychological and behavioral response.

    PubMed

    Haga, Susanne B; Mills, Rachel; Bosworth, Hayden

    2014-10-01

    Pharmacogenetic (PGx) testing can provide information about a patient's likelihood to respond to a medication or experience an adverse event, and be used to inform medication selection and/or dosing. Promoting patient comprehension of PGx test results will be important to improving engagement and understanding of treatment decisions. The discussion in this paper is based on our experiences and the literature on communication of genetic test results for disease risk and broad risk communication strategies. Clinical laboratory reports often describe PGx test results using standard terminology such as 'poor metabolizer' or 'ultra-rapid metabolizer.' While this type of terminology may promote patient recall with its simple, yet descriptive nature, it may be difficult for some patients to comprehend and/or cause adverse psychological or behavioral responses. The language used to communicate results and their significance to patients will be important to consider in order to minimize confusion and potential psychological consequences such as increased anxiety that can adversely impact medication-taking behaviors. Due to patients' unfamiliarity with PGx testing and the potential for confusion, adverse psychological effects, and decreased medication adherence, health providers need to be cognizant of the language used in discussing PGx test results with patients. Copyright © 2014 Elsevier Ireland Ltd. All rights reserved.

  7. Typical Toddlers' Participation in "Just-in-Time" Programming of Vocabulary for Visual Scene Display Augmentative and Alternative Communication Apps on Mobile Technology: A Descriptive Study.

    PubMed

    Holyfield, Christine; Drager, Kathryn; Light, Janice; Caron, Jessica Gosnell

    2017-08-15

    Augmentative and alternative communication (AAC) promotes communicative participation and language development for young children with complex communication needs. However, the motor, linguistic, and cognitive demands of many AAC technologies restrict young children's operational use of and influence over these technologies. The purpose of the current study is to better understand young children's participation in programming vocabulary "just in time" on an AAC application with minimized demands. A descriptive study was implemented to highlight the participation of 10 typically developing toddlers (M age: 16 months, range: 10-22 months) in just-in-time vocabulary programming in an AAC app with visual scene displays. All 10 toddlers participated in some capacity in adding new visual scene displays and vocabulary to the app just in time. Differences in participation across steps were observed, suggesting variation in the developmental demands of controls involved in vocabulary programming. Results from the current study provide clinical insights toward involving young children in AAC programming just in time and steps that may allow for more independent participation or require more scaffolding. Technology designed to minimize motor, cognitive, and linguistic demands may allow children to participate in programming devices at a younger age.

  8. Satellite Constellation Optimization for Turkish Armed Forces

    DTIC Science & Technology

    2013-03-01

    capability. 29 III. OPTIMIZATION WITH STK A. ANALYSIS The goal was to minimize the number of satellites and then minimize the number of planes...www.oosa.unvienna.org/pdf/reports/ac105/AC105_1005E.pdf. Wertz, James R. and Larson, Wiley J. “Space Mission Analysis and Design (Third Edition).” Space...Systems Tool Kit software for simulation and analysis of several possible communications and remote sensing satellite constellations covering Turkish

  9. Reliable and energy-efficient communications for wireless biomedical implant systems.

    PubMed

    Ntouni, Georgia D; Lioumpas, Athanasios S; Nikita, Konstantina S

    2014-11-01

    Implant devices are used to measure biological parameters and transmit their results to remote off-body devices. As implants are characterized by strict requirements on size, reliability, and power consumption, applying the concept of cooperative communications to wireless body area networks offers several benefits. In this paper, we aim to minimize the power consumption of the implant device by utilizing on-body wearable devices, while providing the necessary reliability in terms of outage probability and bit error rate. Taking into account realistic power considerations and wireless propagation environments based on the IEEE P802.l5 channel model, an exact theoretical analysis is conducted for evaluating several communication scenarios with respect to the position of the wearable device and the motion of the human body. The derived closed-form expressions are employed toward minimizing the required transmission power, subject to a minimum quality-of-service requirement. In this way, the complexity and power consumption are transferred from the implant device to the on-body relay, which is an efficient approach since they can be easily replaced, in contrast to the in-body implants.

  10. Discovery deep space optical communications (DSOC) transceiver

    NASA Astrophysics Data System (ADS)

    Roberts, W. Thomas

    2017-02-01

    NASA's 22 cm diameter Deep Space Optical Communications (DSOC) Transceiver is designed to provide a bidirectional optical link between a spacecraft in the inner solar system and an Earth-based optical ground station. This design, optimized for operation across a wide range of illumination conditions, is focused on minimizing blinding from stray light, and providing reliable, accurate attitude information to point its narrow communication beam accurately to the future location of the ground terminal. Though our transceiver will transmit in the 1550 nm waveband and receive in the 1064 nm waveband, the system design relies heavily on reflective optical elements, extending flexibility to be modified for use at different wavebands. The design makes use of common path propagation among transmit, receive and pointing verification optical channels to maintain precise alignment among its components, and to naturally correct for element misalignment resulting from launch or thermal element perturbations. This paper presents the results of trade studies showing the evolution of the design, unique operational characteristics of the design, elements that help to maintain minimal stray light contamination, and preliminary results from development and initial testing of a functional aluminum test model.

  11. Improved productivity through interactive communication

    NASA Technical Reports Server (NTRS)

    Marino, P. P.

    1985-01-01

    New methods and approaches are being tried and evaluated with the goal of increasing productivity and quality. The underlying concept in all of these approaches, methods or processes is that people require interactive communication to maximize the organization's strengths and minimize impediments to productivity improvement. This paper examines Bendix Field Engineering Corporation's organizational structure and experiences with employee involvement programs. The paper focuses on methods Bendix developed and implemented to open lines of communication throughout the organization. The Bendix approach to productivity and quality enhancement shows that interactive communication is critical to the successful implementation of any productivity improvement program. The paper concludes with an examination of the Bendix methodologies which can be adopted by any corporation in any industry.

  12. Improved parallel data partitioning by nested dissection with applications to information retrieval.

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

    Wolf, Michael M.; Chevalier, Cedric; Boman, Erik Gunnar

    The computational work in many information retrieval and analysis algorithms is based on sparse linear algebra. Sparse matrix-vector multiplication is a common kernel in many of these computations. Thus, an important related combinatorial problem in parallel computing is how to distribute the matrix and the vectors among processors so as to minimize the communication cost. We focus on minimizing the total communication volume while keeping the computation balanced across processes. In [1], the first two authors presented a new 2D partitioning method, the nested dissection partitioning algorithm. In this paper, we improve on that algorithm and show that it ismore » a good option for data partitioning in information retrieval. We also show partitioning time can be substantially reduced by using the SCOTCH software, and quality improves in some cases, too.« less

  13. Perspectives on counseling patients about menopausal hormone therapy: strategies in a complex data environment.

    PubMed

    Parish, Sharon J; Nappi, Rossella E; Kingsberg, Sheryl

    2018-03-05

    This narrative review strives to give healthcare providers (HCPs) who care for menopausal women better tools and skills to initiate discussions with women about menopause and hormone therapy (HT), communicate complex concepts and data, and promote shared decision-making. We review relevant studies on HT, barriers to treatment of menopausal symptoms, and effective communication strategies. We also provide recommendations for communicating with patients about HT based on the medical literature and our own professional experience. Both patient and HCP-related barriers can prevent women from accessing treatment for bothersome symptoms of menopause. Many women and HCPs have a poor understanding of the complex, nuanced data regarding HT. The benefits and risks vary with patient age and time since menopause, duration of use, inclusion of a progestin, and patient medical history. Women may also have fears about potential side effects of HT and feel unable to make informed choices. Strategies for effective patient communication and shared decision-making include use of open-ended questions to elicit patient's concerns and preferences, reflecting back to the patient what the HCP heard, presenting evidence about benefits and risks in language the patient can understand, keeping risks in perspective (eg, provide absolute, and also relative risks) without minimizing them, and making conscious efforts to minimize potential bias. Necessary components for achieving high-quality, shared decisions about HT involve a combination of medical evidence, communication skills, and recognition of patient goals and concerns. Use of such strategies can enhance women's satisfaction with care.

  14. Bards and Beatles: Connecting Spontaneity to Structure in Lesson Plans.

    ERIC Educational Resources Information Center

    Cox, Mitch

    1991-01-01

    Describes how one teacher provides minimally structured lessons that encourage senior high school students to carry their learning beyond the classroom. Describes units on business communication, research, British literature, and independent reading. (MG)

  15. A Distributed Algorithm for Economic Dispatch Over Time-Varying Directed Networks With Delays

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

    Yang, Tao; Lu, Jie; Wu, Di

    In power system operation, economic dispatch problem (EDP) is designed to minimize the total generation cost while meeting the demand and satisfying generator capacity limits. This paper proposes an algorithm based on the gradient-push method to solve the EDP in a distributed manner over communication networks potentially with time-varying topologies and communication delays. It has been shown that the proposed method is guaranteed to solve the EDP if the time-varying directed communication network is uniformly jointly strongly connected. Moreover, the proposed algorithm is also able to handle arbitrarily large but bounded time delays on communication links. Numerical simulations are usedmore » to illustrate and validate the proposed algorithm.« less

  16. Clean Quantum and Classical Communication Protocols.

    PubMed

    Buhrman, Harry; Christandl, Matthias; Perry, Christopher; Zuiddam, Jeroen

    2016-12-02

    By how much must the communication complexity of a function increase if we demand that the parties not only correctly compute the function but also return all registers (other than the one containing the answer) to their initial states at the end of the communication protocol? Protocols that achieve this are referred to as clean and the associated cost as the clean communication complexity. Here we present clean protocols for calculating the inner product of two n-bit strings, showing that (in the absence of preshared entanglement) at most n+3 qubits or n+O(sqrt[n]) bits of communication are required. The quantum protocol provides inspiration for obtaining the optimal method to implement distributed cnot gates in parallel while minimizing the amount of quantum communication. For more general functions, we show that nearly all Boolean functions require close to 2n bits of classical communication to compute and close to n qubits if the parties have access to preshared entanglement. Both of these values are maximal for their respective paradigms.

  17. Congestion and communication in confined ant traffic

    NASA Astrophysics Data System (ADS)

    Gravish, Nick; Gold, Gregory; Zangwill, Andrew; Goodisman, Michael A. D.; Goldman, Daniel I.

    2014-03-01

    Many social animals move and communicate within confined spaces. In subterranean fire ants Solenopsis invicta, mobility within crowded nest tunnels is important for resource and information transport. Within confined tunnels, communication and traffic flow are at odds: trafficking ants communicate through tactile interactions while stopped, yet ants that stop to communicate impose physical obstacles on the traffic. We monitor the bi-directional flow of fire ant workers in laboratory tunnels of varied diameter D. The persistence time of communicating ant aggregations, τ, increases approximately linearly with the number of participating ants, n. The sensitivity of traffic flow increases as D decreases and diverges at a minimum diameter, Dc. A cellular automata model incorporating minimal traffic features--excluded volume and communication duration--reproduces features of the experiment. From the model we identify a competition between information transfer and the need to maintain jam-free traffic flow. We show that by balancing information transfer and traffic flow demands, an optimum group strategy exists which maximizes information throughput. We acknowledge funding from NSF PoLS #0957659 and #PHY-1205878.

  18. Moderating effect of communication difficulty on the relationship between depression and pain: a study on community-dwelling older adults in Hong Kong.

    PubMed

    Chan, Wallace Chi Ho; Kwan, Chi Wai; Chi, Iris

    2015-01-01

    This study examined the relationship between depression and pain, and the moderating effect of communication difficulty on this relationship, among community-dwelling older adults in Hong Kong. We used logistic regression to analyze secondary data regarding 12,402 Chinese older adults applying for long-term care service in Hong Kong in 2012. Approximately 30% of participants were depressed and 37% experienced communication difficulty. Depression was associated with increased pain. Communication difficulty was found to moderate the relationship between depression and pain. Pain scores increased more when individuals who experienced communication difficulty reported being depressed, compared to those who did not experience communication difficulty. The moderating effect of communication difficulty may be explained by the interaction between depression and communication difficulty. Participants who were depressed and concurrently experienced communication difficulty may be more likely to catastrophize their pain and may tend to report or experience more pain. Health care professionals need to be aware of the different effects of communication difficulty on the pain experiences of older adults. Psychosocial intervention may be provided to minimize older adults' communication barriers to pain management.

  19. The dance of communication: retaining family membership despite severe non-speech dementia.

    PubMed

    Walmsley, Bruce D; McCormack, Lynne

    2014-09-01

    There is minimal research investigating non-speech communication as a result of living with severe dementia. This phenomenological study explores retained awareness expressed through non-speech patterns of communication in a family member living with severe dementia. Further, it describes reciprocal efforts used by all family members to engage in alternative patterns of communication. Family interactions were filmed to observe speech and non-speech relational communication. Participants were four family groups each with a family member living with non-speech communication as a result of severe dementia. Overall there were 16 participants. Data were analysed using thematic analysis. One superordinate theme, Dance of Communication, describes the interactive patterns that were observed during family communication. Two subordinate themes emerged: (a) in-step; characterised by communication that indicated harmony, spontaneity and reciprocity, and; (b) out-of-step; characterised by communication that indicated disharmony, syncopation, and vulnerability. This study highlights that retained awareness can exist at levels previously unrecognised in those living with limited or absent speech as a result of severe dementia. A recommendation for the development of a communication program for caregivers of individuals living with dementia is presented. © The Author(s) 2013 Reprints and permissions: sagepub.co.uk/journalsPermissions.nav.

  20. An adaptive threshold detector and channel parameter estimator for deep space optical communications

    NASA Technical Reports Server (NTRS)

    Arabshahi, P.; Mukai, R.; Yan, T. -Y.

    2001-01-01

    This paper presents a method for optimal adaptive setting of ulse-position-modulation pulse detection thresholds, which minimizes the total probability of error for the dynamically fading optical fee space channel.

  1. Minimally buffered data transfers between nodes in a data communications network

    DOEpatents

    Miller, Douglas R.

    2015-06-23

    Methods, apparatus, and products for minimally buffered data transfers between nodes in a data communications network are disclosed that include: receiving, by a messaging module on an origin node, a storage identifier, a origin data type, and a target data type, the storage identifier specifying application storage containing data, the origin data type describing a data subset contained in the origin application storage, the target data type describing an arrangement of the data subset in application storage on a target node; creating, by the messaging module, origin metadata describing the origin data type; selecting, by the messaging module from the origin application storage in dependence upon the origin metadata and the storage identifier, the data subset; and transmitting, by the messaging module to the target node, the selected data subset for storing in the target application storage in dependence upon the target data type without temporarily buffering the data subset.

  2. Space Power for Communication Satellites Beyond 1995

    NASA Technical Reports Server (NTRS)

    Pierce, P. R.

    1984-01-01

    The space power trends for communication satellites beginning in the mid-70's are reviewed. Predictions of technology advancements and requirements were compared with actual growth patterns. The conclusions derived suggest that the spacecraft power system technology base and present rate of advancement will not be able to meet the power demands of the early to mid-90's. It is recommended that an emphasis on accelerating the technology development be made to minimize the technology gap.

  3. Dentist-technician collaboration in the digital age: enhancing outcomes through photography, teamwork, and technology.

    PubMed

    Schoenbaum, Todd R; Chang, Yi-Yuan

    2011-08-01

    The cornerstone of a strong and successful dentist-technician relationship is communication. High-level collaboration across distances requires modern technology to communicate expectations, potential outcomes, and limitations. Carefully calibrated digital photography is an essential element in this inherently artistic process. This ensures a system of checks and balances to minimize the potential for miscommunication and remakes. Forthcoming technologies will allow dentist-technician teams to reach ever-greater levels of collaboration.

  4. Lessons from aviation - the role of checklists in minimally invasive cardiac surgery.

    PubMed

    Hussain, S; Adams, C; Cleland, A; Jones, P M; Walsh, G; Kiaii, B

    2016-01-01

    We describe an adverse event during minimally invasive cardiac surgery that resulted in a multi-disciplinary review of intra-operative errors and the creation of a procedural checklist. This checklist aims to prevent errors of omission and communication failures that result in increased morbidity and mortality. We discuss the application of the aviation - led "threats and errors model" to medical practice and the role of checklists and other strategies aimed at reducing medical errors. © The Author(s) 2015.

  5. Minimizing medical litigation, part 2.

    PubMed

    Harold, Tan Keng Boon

    2006-01-01

    Provider-patient disputes are inevitable in the healthcare sector. Healthcare providers and regulators should recognize this and plan opportunities to enforce alternative dispute resolution (ADR) a early as possible in the care delivery process. Negotiation is often the main dispute resolution method used by local healthcare providers, failing which litigation would usually follow. The role of mediation in resolving malpractice disputes has been minimal. Healthcare providers, administrators, and regulators should therefore look toward a post-event communication-cum-mediation framework as the key national strategy to resolving malpractice disputes.

  6. The computer-communication link for the innovative use of Space Station

    NASA Technical Reports Server (NTRS)

    Carroll, C. C.

    1984-01-01

    The potential capability of the computer-communications system link of space station is related to innovative utilization for industrial applications. Conceptual computer network architectures are presented and their respective accommodation of innovative industrial projects are discussed. To achieve maximum system availability for industrialization is a possible design goal, which would place the industrial community in an interactive mode with facilities in space. A worthy design goal would be to minimize the computer-communication management function and thereby optimize the system availability for industrial users. Quasi-autonomous modes and subnetworks are key design issues, since they would be the system elements directly effecting the system performance for industrial use.

  7. Fundamentals of Free-Space Optical Communications

    NASA Technical Reports Server (NTRS)

    Dolinar, Sam; Moision, Bruce; Erkmen, Baris

    2012-01-01

    Free-space optical communication systems potentially gain many dBs over RF systems. There is no upper limit on the theoretically achievable photon efficiency when the system is quantum-noise-limited: a) Intensity modulations plus photon counting can achieve arbitrarily high photon efficiency, but with sub-optimal spectral efficiency. b) Quantum-ideal number states can achieve the ultimate capacity in the limit of perfect transmissivity. Appropriate error correction codes are needed to communicate reliably near the capacity limits. Poisson-modeled noises, detector losses, and atmospheric effects must all be accounted for: a) Theoretical models are used to analyze performance degradations. b) Mitigation strategies derived from this analysis are applied to minimize these degradations.

  8. Implantable radio frequency identification sensors: wireless power and communication.

    PubMed

    Hutchens, Chriswell; Rennaker, Robert L; Venkataraman, Srinivasan; Ahmed, Rehan; Liao, Ran; Ibrahim, Tamer

    2011-01-01

    There are significant technical challenges in the development of a fully implantable wirelessly powered neural interface. Challenges include wireless transmission of sufficient power to the implanted device to ensure reliable operation for decades without replacement, minimizing tissue heating, and adequate reliable communications bandwidth. Overcoming these challenges is essential for the development of implantable closed loop system for the treatment of disorders ranging from epilepsy, incontinence, stroke and spinal cord injury. We discuss the development of the wireless power, communication and control for a Radio-Frequency Identification Sensor (RFIDS) system with targeted power range for a 700 mV, 30 to 40 uA load attained at -2 dBm.

  9. A guide to the visual analysis and communication of biomolecular structural data.

    PubMed

    Johnson, Graham T; Hertig, Samuel

    2014-10-01

    Biologists regularly face an increasingly difficult task - to effectively communicate bigger and more complex structural data using an ever-expanding suite of visualization tools. Whether presenting results to peers or educating an outreach audience, a scientist can achieve maximal impact with minimal production time by systematically identifying an audience's needs, planning solutions from a variety of visual communication techniques and then applying the most appropriate software tools. A guide to available resources that range from software tools to professional illustrators can help researchers to generate better figures and presentations tailored to any audience's needs, and enable artistically inclined scientists to create captivating outreach imagery.

  10. Swarm robotics and minimalism

    NASA Astrophysics Data System (ADS)

    Sharkey, Amanda J. C.

    2007-09-01

    Swarm Robotics (SR) is closely related to Swarm Intelligence, and both were initially inspired by studies of social insects. Their guiding principles are based on their biological inspiration and take the form of an emphasis on decentralized local control and communication. Earlier studies went a step further in emphasizing the use of simple reactive robots that only communicate indirectly through the environment. More recently SR studies have moved beyond these constraints to explore the use of non-reactive robots that communicate directly, and that can learn and represent their environment. There is no clear agreement in the literature about how far such extensions of the original principles could go. Should there be any limitations on the individual abilities of the robots used in SR studies? Should knowledge of the capabilities of social insects lead to constraints on the capabilities of individual robots in SR studies? There is a lack of explicit discussion of such questions, and researchers have adopted a variety of constraints for a variety of reasons. A simple taxonomy of swarm robotics is presented here with the aim of addressing and clarifying these questions. The taxonomy distinguishes subareas of SR based on the emphases and justifications for minimalism and individual simplicity.

  11. Sandia Compact Sensor Node (SCSN) v. 1.0

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

    HARRINGTON, JOHN

    2009-01-07

    The SCSN communication protocol is implemented in software and incorporates elements of Frequency Division Multiple Access (FDMA), Time Division Multiple Access (TDMA), and Carrier Sense Multiple Access (CSMA) to reduce radio message collisions, latency, and power consumption. Alarm messages are expeditiously routed to a central node as a 'star' network with minimum overhead. Other messages can be routed along network links between any two nodes so that peer-to-peer communication is possible. Broadcast messages can be composed that flood the entire network or just specific portions with minimal radio traffic and latency. Two-way communication with sensor nodes, which sleep most ofmore » the time to conserve battery life, can occur at seven second intervals. SCSN software also incorporates special algorithms to minimize superfluous radio traffic that can result from excessive intrusion alarm messages. A built-in seismic detector is implemented with a geophone and software that distinguishes between pedestrian and vehicular targets. Other external sensors can be attached to a SCSN using supervised interface lines that are controlled by software. All software is written in the ANSI C language for ease of development, maintenance, and portability.« less

  12. Person-centred communication: design, implementation and evaluation of a communication skills module or undergraduate nursing students - an Irish context.

    PubMed

    McCarthy, Bridie; O'Donovan, Moira; Twomey, Angela

    2008-02-01

    Despite wide agreement about the importance of effective communication in nursing there is continuing evidence of the need for nurses to improve their communication skills. Consequently, there is a growing demand for more therapeutic and person-centred communication courses. Studies on communication education reveal considerable variability on the design and operationalisation of these programmes. Additionally, the literature highlights that nurse educators are continually challenged with developing and implementing these programmes. Communication skills are generally taught in years one and two of undergraduate nursing degree programmes. This is a stage when students have minimal contact with patients and clients. We suggest that a communication skills module should be included in all final years of undergraduate nursing programmes. With an array of clinical experiences to draw from, final year nursing students are better placed to apply the skills of effective communication in practice. In this paper, we present the design, implementation and evaluation of an advanced communication skills module undertaken by fourth year undergraduate nursing students completing a Bachelor of Science (BSc) degree - nursing programme at one university in the Republic of Ireland.

  13. 47 CFR 87.41 - Frequencies.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... Telecommunication FEDERAL COMMUNICATIONS COMMISSION (CONTINUED) SAFETY AND SPECIAL RADIO SERVICES AVIATION SERVICES... frequencies in order to minimize interference and obtain the most effective use of stations. See subpart E and... geographical areas. (c) Government frequencies. Frequencies allocated exclusively to federal government radio...

  14. The Cooperative Family.

    ERIC Educational Resources Information Center

    Bass, Michele B.

    1989-01-01

    Cooperative learning approaches can create a cooperative family environment, involving positive interdependence and appropriate social and communication skills. This is especially important in families with a special needs child. Activities which can minimize competition among family members include participative rule-making, planning special…

  15. 78 FR 45927 - Information Collection Being Reviewed by the Federal Communications Commission Under Delegated...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-07-30

    ... quality, utility, and clarity of the information collected; ways to minimize the burden of the collection... noncommercial FM and TV broadcast station is required to file an Ownership Report for Noncommercial Educational...

  16. How to integrate the electronic health record and patient-centered communication into the medical visit: a skills-based approach.

    PubMed

    Duke, Pamela; Frankel, Richard M; Reis, Shmuel

    2013-01-01

    Implementation of the electronic health record (EHR) has changed the dynamics of doctor-patient communication. Physicians train to use EHRs from a technical standpoint, giving only minimal attention to integrating the human dimensions of the doctor-patient relationship into the computer-accompanied medical visit. This article reviews the literature and proposes a model to help clinicians, residents, and students improve physician-patient communication while using the EHR. We conducted a literature search on use of communication skills when interfacing with the EHR. We observed an instructional gap and developed a model using evidence-based communication skills. This model integrates patient-centered interview skills and aims to empower physicians to remain patient centered while effectively using EHRs. It may also serve as a template for future educational and practice interventions for use of the EHR in the examination room.

  17. Instantaneous Conventions

    PubMed Central

    Misyak, Jennifer; Noguchi, Takao; Chater, Nick

    2016-01-01

    Humans can communicate even with few existing conventions in common (e.g., when they lack a shared language). We explored what makes this phenomenon possible with a nonlinguistic experimental task requiring participants to coordinate toward a common goal. We observed participants creating new communicative conventions using the most minimal possible signals. These conventions, furthermore, changed on a trial-by-trial basis in response to shared environmental and task constraints. Strikingly, as a result, signals of the same form successfully conveyed contradictory messages from trial to trial. Such behavior is evidence for the involvement of what we term joint inference, in which social interactants spontaneously infer the most sensible communicative convention in light of the common ground between them. Joint inference may help to elucidate how communicative conventions emerge instantaneously and how they are modified and reshaped into the elaborate systems of conventions involved in human communication, including natural languages. PMID:27793986

  18. "I Don't Know the Words He Uses": Therapeutic Communication among Q'eqchi Maya Healers and Their Patients.

    PubMed

    Waldram, James B

    2015-09-01

    Traditional or indigenous healing is often assumed to involve rich forms of dialogical and symbolic communication between healer and patient that serve to explain its salience and efficacy. An ethnographic study of Q'eqchi Maya healing in Belize suggests, however, that communication in some forms of indigenous healing may also be minimal and peripheral to treatment and more akin to that of biomedicine than so-called traditional medicine. While communication may still involve symbolic, intercorporeal, and other forms of subtle intersubjective connection, anthropologists often overreach in an effort to portray such healing systems in contradistinction to biomedicine. It is argued here that Q'eqchi healing might best be thought of as a form of empirically based restorative medicine in which communication is purely instrumental to the healer's task of diagnosing and eliminating pathology and restoring the health of the patient. © 2015 by the American Anthropological Association.

  19. Effects on communicative requesting and speech development of the Picture Exchange Communication System in children with characteristics of autism.

    PubMed

    Ganz, Jennifer B; Simpson, Richard L

    2004-08-01

    Few studies on augmentative and alternative communication (AAC) systems have addressed the potential for such systems to impact word utterances in children with autism spectrum disorders (ASD). The Picture Exchange Communication System (PECS) is an AAC system designed specifically to minimize difficulties with communication skills experienced by individuals with ASD. The current study examined the role of PECS in improving the number of words spoken, increasing the complexity and length of phrases, and decreasing the non-word vocalizations of three young children with ASD and developmental delays (DD) with related characteristics. Participants were taught Phases 1-4 of PECS (i.e., picture exchange, increased distance, picture discrimination, and sentence construction). The results indicated that PECS was mastered rapidly by the participants and word utterances increased in number of words and complexity of grammar.

  20. Minimizing the Human Capital Aspect of Productivity Disruption During Implementation of an Enterprise Resource Planning (ERP) System

    DTIC Science & Technology

    2009-06-01

    world’s largest corporations following suite. Coca - Cola , for example, has a single instance of SAP ERP that binds together 15,000 users in 45 countries...communications, but the team was not sure they would ever actually deploy so they did not advertise . Likewise, European plant locals did not believe it was...Key dates were advertised as implementation got close and milestones and training dates were published. However, most communication stopped at the

  1. Influence of an externally modulated photonic link on a microwave communications system

    NASA Technical Reports Server (NTRS)

    Yao, X. S.; Maleki, L.

    1994-01-01

    We analyze the influence of an externally modulated photonic link on the performance of a microwave communications system. From the analysis, we deduce limitations on the photocurrent, magnitude of the relaxation oscillation noise of the laser, third-order intercept point of the preamplifier, and other parameters in order for the photonic link to function according to the system specifications. Based on this, we outline a procedure for designing a photonic link that can be integrated in a system with minimal performance degradation.

  2. Relativistic quantum cryptography

    NASA Astrophysics Data System (ADS)

    Kaniewski, Jedrzej

    Special relativity states that information cannot travel faster than the speed of light, which means that communication between agents occupying distinct locations incurs some minimal delay. Alternatively, we can see it as temporary communication constraints between distinct agents and such constraints turn out to be useful for cryptographic purposes. In relativistic cryptography we consider protocols in which interactions occur at distinct locations at well-defined times and we investigate why such a setting allows to implement primitives which would not be possible otherwise. (Abstract shortened by UMI.).

  3. A Scheme to Optimize Flow Routing and Polling Switch Selection of Software Defined Networks.

    PubMed

    Chen, Huan; Li, Lemin; Ren, Jing; Wang, Yang; Zhao, Yangming; Wang, Xiong; Wang, Sheng; Xu, Shizhong

    2015-01-01

    This paper aims at minimizing the communication cost for collecting flow information in Software Defined Networks (SDN). Since flow-based information collecting method requires too much communication cost, and switch-based method proposed recently cannot benefit from controlling flow routing, jointly optimize flow routing and polling switch selection is proposed to reduce the communication cost. To this end, joint optimization problem is formulated as an Integer Linear Programming (ILP) model firstly. Since the ILP model is intractable in large size network, we also design an optimal algorithm for the multi-rooted tree topology and an efficient heuristic algorithm for general topology. According to extensive simulations, it is found that our method can save up to 55.76% communication cost compared with the state-of-the-art switch-based scheme.

  4. Taking the 'work' out of networking: strategies for smarter, simpler network architecture and administration

    NASA Technical Reports Server (NTRS)

    Luna, C. de

    2003-01-01

    This session will help you tune up your skills and knowledge on the latest advances in network design and management, to keep your agency's data communications running at peak performance, with minimal cost and effort.

  5. 76 FR 6133 - Notice of Public Information Collection(s) Being Reviewed by the Federal Communications...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-03

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of..., Additional Procedures in Proceedings for Amendment of FM, TV or Air-Ground Table of Allotments. Type of...

  6. Understanding attitudes toward information and communication technology in home-care: Information and communication technology as a market good within Norwegian welfare services.

    PubMed

    Øyen, Karianne Røssummoen; Sunde, Olivia Sissil; Solheim, Marit; Moricz, Sara; Ytrehus, Siri

    2018-09-01

    The aim of this study was to better understand nurses' and other staff members' attitudes toward the usefulness of information and communication technology in home-care settings. Research has found that beliefs about the expected benefits of information and communication technology impact the use of technology. Furthermore, inexperience with using information and communication technology may cause negative attitudes. This article is based on a questionnaire to 155 nurses and other staff members in home-care in Sogn og Fjordane county in Norway. The results revealed minimal use of information and communication technology at work; however, participants had positive attitudes regarding the potential benefits of information and communication technology use in home-care. Individuals' extensive use of and familiarity with different solutions in private lives could be an important context for explaining employees' attitudes. Given that information and communication technology is both a welfare service and a market good, this may explain individuals' positive attitudes toward information and communication technology despite their lack of experience with it at work. Experiences with information and communication technology as a market good and the way new technologies can affect work routines will affect the implementation of information and communication technology in home-care.

  7. Picture Exchange Communication System and Pals: A Peer-Mediated Augmentative and Alternative Communication Intervention for Minimally Verbal Preschoolers With Autism.

    PubMed

    Thiemann-Bourque, Kathy; Brady, Nancy; McGuff, Sara; Stump, Keenan; Naylor, Amy

    2016-10-01

    This study was conducted to investigate the effectiveness of a social intervention that integrates peer-mediated approaches and the Picture Exchange Communication System (PECS). Effects were evaluated using a series of A-B designs replicated across 4 children with severe autism and limited verbal skills. Seven peers without disabilities were trained to use PECS and facilitative social skills. Measures of changes included rates of communication behaviors, modes, functions, and engagement. Outcomes revealed an intervention effect for 1 child with autism, and this effect was replicated across 3 other children. All children improved in peer-directed communication, with greater increases for 2 children during snack time. For each child with autism, the primary communication behavior was to initiate with picture symbols to request; the peer's primary communication was to respond. Two children increased communicative functions to comment and to share, and all 4 children showed improved social engagement. All peers increased their communication with the children with autism. These findings add to the limited research on the benefits of teaching typically developing peers to be responsive listeners to preschoolers with autism by learning to use PECS. These results invite further investigation of teaching peers other augmentative and alternative communication approaches and how to increase children's communication with peers for different purposes.

  8. Learning to cooperate without awareness in multiplayer minimal social situations.

    PubMed

    Colman, Andrew M; Pulford, Briony D; Omtzigt, David; al-Nowaihi, Ali

    2010-11-01

    Experimental and Monte Carlo methods were used to test theoretical predictions about adaptive learning of cooperative responses without awareness in minimal social situations-games in which the payoffs to players depend not on their own actions but exclusively on the actions of other group members. In Experiment 1, learning occurred slowly over 200 rounds in a dyadic minimal social situation but not in multiplayer groups. In Experiments 2-4, learning occurred rarely in multiplayer groups, even when players were informed that they were interacting strategically and were allowed to communicate with one another but were not aware of the game's payoff structure. Monte Carlo simulation suggested that players approach minimal social situations using a noisy version of the win-stay, lose-shift decision rule, deviating from the deterministic rule less frequently after rewarding than unrewarding rounds. Copyright 2010 Elsevier Inc. All rights reserved.

  9. Trellises and Trellis-Based Decoding Algorithms for Linear Block Codes. Part 3; The Map and Related Decoding Algirithms

    NASA Technical Reports Server (NTRS)

    Lin, Shu; Fossorier, Marc

    1998-01-01

    In a coded communication system with equiprobable signaling, MLD minimizes the word error probability and delivers the most likely codeword associated with the corresponding received sequence. This decoding has two drawbacks. First, minimization of the word error probability is not equivalent to minimization of the bit error probability. Therefore, MLD becomes suboptimum with respect to the bit error probability. Second, MLD delivers a hard-decision estimate of the received sequence, so that information is lost between the input and output of the ML decoder. This information is important in coded schemes where the decoded sequence is further processed, such as concatenated coding schemes, multi-stage and iterative decoding schemes. In this chapter, we first present a decoding algorithm which both minimizes bit error probability, and provides the corresponding soft information at the output of the decoder. This algorithm is referred to as the MAP (maximum aposteriori probability) decoding algorithm.

  10. Information theoretical assessment of visual communication with subband coding

    NASA Astrophysics Data System (ADS)

    Rahman, Zia-ur; Fales, Carl L.; Huck, Friedrich O.

    1994-09-01

    A well-designed visual communication channel is one which transmits the most information about a radiance field with the fewest artifacts. The role of image processing, encoding and restoration is to improve the quality of visual communication channels by minimizing the error in the transmitted data. Conventionally this role has been analyzed strictly in the digital domain neglecting the effects of image-gathering and image-display devices on the quality of the image. This results in the design of a visual communication channel which is `suboptimal.' We propose an end-to-end assessment of the imaging process which incorporates the influences of these devices in the design of the encoder and the restoration process. This assessment combines Shannon's communication theory with Wiener's restoration filter and with the critical design factors of the image gathering and display devices, thus providing the metrics needed to quantify and optimize the end-to-end performance of the visual communication channel. Results show that the design of the image-gathering device plays a significant role in determining the quality of the visual communication channel and in designing the analysis filters for subband encoding.

  11. Wireless Instrumentation System and Power Management Scheme Therefore

    NASA Technical Reports Server (NTRS)

    Perotti, Jose (Inventor); Lucena, Angel (Inventor); Eckhoff, Anthony (Inventor); Mata, Carlos T. (Inventor); Blalock, Norman N. (Inventor); Medelius, Pedro J. (Inventor)

    2007-01-01

    A wireless instrumentation system enables a plurality of low power wireless transceivers to transmit measurement data from a plurality of remote station sensors to a central data station accurately and reliably. The system employs a relay based communications scheme where remote stations that cannot communicate directly with the central station due to interference, poor signal strength, etc., are instructed to communicate with other of the remote stations that act as relays to the central station. A unique power management scheme is also employed to minimize power usage at each remote station and thereby maximize battery life. Each of the remote stations prefembly employs a modular design to facilitate easy reconfiguration of the stations as required.

  12. Public media communications about H1N1, risk perceptions and immunization behaviours: A Quebec-France comparison.

    PubMed

    Rousseau, Cécile; Moreau, Nicolas; Dumas, Marie-Pier; Bost, Ida; Lefebvre, Sylvie; Atlani-Duault, Laëtitia

    2015-02-01

    During the H1N1 pandemic, governments tailored their communications plans in order to influence risk perception and promote public compliance with the public health plan measures. Considering the volume and the content of calls to flu information centres as indicators of the public risk perception, this mixed method study compares the relation between public communications, risk perception and immunization behaviour in Quebec and France. Results suggest that advocating for clear information and coordination between health authorities and the media promotes adherence to preventive behaviour. However, over-exaggerating the risks and minimizing the population's agency may undermine health authority credibility. © The Author(s) 2013.

  13. Some Protocols For Optical-Fiber Digital Communications

    NASA Technical Reports Server (NTRS)

    Yeh, Cavour; Gerla, Mario

    1989-01-01

    One works best in heavy traffic, another, in light traffic. Three protocols proposed for digital communications among stations connected by passive taps to pair of uni-directional optical-fiber buses. Mediate round-robin, bounded-delay access to buses by all stations and particularly suited to fast transmission. Partly because transmission medium passive (no relay stations) and partly because protocols distribute control of network among all stations with provision for addition and deletion of stations (no control stations), communication network able to resist and recover from failures. Implicit token propagates in one direction on one bus and in opposite direction on other bus, minimizing interval of silence between end of one round and beginning of next.

  14. On Reliable and Efficient Data Gathering Based Routing in Underwater Wireless Sensor Networks.

    PubMed

    Liaqat, Tayyaba; Akbar, Mariam; Javaid, Nadeem; Qasim, Umar; Khan, Zahoor Ali; Javaid, Qaisar; Alghamdi, Turki Ali; Niaz, Iftikhar Azim

    2016-08-30

    This paper presents cooperative routing scheme to improve data reliability. The proposed protocol achieves its objective, however, at the cost of surplus energy consumption. Thus sink mobility is introduced to minimize the energy consumption cost of nodes as it directly collects data from the network nodes at minimized communication distance. We also present delay and energy optimized versions of our proposed RE-AEDG to further enhance its performance. Simulation results prove the effectiveness of our proposed RE-AEDG in terms of the selected performance matrics.

  15. MINIMIZING OCCUPATIONAL EXPOSURE TO PESTICIDES: PERSONNEL MONITORING

    EPA Science Inventory

    This communication is presented with two objectives in mind. The first objective is to provide an introduction to personnel monitoring of occupational exposure to pesticides for those who are not familiar with this field of investigation. The second objective is to stimulate disc...

  16. COMMUNICATING THE RISKS OF PESTICIDE EXPOSURE TO AGRICULTURAL WORKERS

    EPA Science Inventory

    The goals of the USEPA pesticide worker safety program are to protect human health and the environment by ensuring the competency of pesticide applicators to minimize pesticide exposure to occupational pesticide users and agricultural field workers, to assure use of pesticides, a...

  17. 47 CFR 15.13 - Incidental radiators.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 47 Telecommunication 1 2010-10-01 2010-10-01 false Incidental radiators. 15.13 Section 15.13 Telecommunication FEDERAL COMMUNICATIONS COMMISSION GENERAL RADIO FREQUENCY DEVICES General § 15.13 Incidental radiators. Manufacturers of these devices shall employ good engineering practices to minimize the risk of...

  18. Optimal Rate Schedules with Data Sharing in Energy Harvesting Communication Systems.

    PubMed

    Wu, Weiwei; Li, Huafan; Shan, Feng; Zhao, Yingchao

    2017-12-20

    Despite the abundant research on energy-efficient rate scheduling polices in energy harvesting communication systems, few works have exploited data sharing among multiple applications to further enhance the energy utilization efficiency, considering that the harvested energy from environments is limited and unstable. In this paper, to overcome the energy shortage of wireless devices at transmitting data to a platform running multiple applications/requesters, we design rate scheduling policies to respond to data requests as soon as possible by encouraging data sharing among data requests and reducing the redundancy. We formulate the problem as a transmission completion time minimization problem under constraints of dynamical data requests and energy arrivals. We develop offline and online algorithms to solve this problem. For the offline setting, we discover the relationship between two problems: the completion time minimization problem and the energy consumption minimization problem with a given completion time. We first derive the optimal algorithm for the min-energy problem and then adopt it as a building block to compute the optimal solution for the min-completion-time problem. For the online setting without future information, we develop an event-driven online algorithm to complete the transmission as soon as possible. Simulation results validate the efficiency of the proposed algorithm.

  19. Optimal Rate Schedules with Data Sharing in Energy Harvesting Communication Systems

    PubMed Central

    Wu, Weiwei; Li, Huafan; Shan, Feng; Zhao, Yingchao

    2017-01-01

    Despite the abundant research on energy-efficient rate scheduling polices in energy harvesting communication systems, few works have exploited data sharing among multiple applications to further enhance the energy utilization efficiency, considering that the harvested energy from environments is limited and unstable. In this paper, to overcome the energy shortage of wireless devices at transmitting data to a platform running multiple applications/requesters, we design rate scheduling policies to respond to data requests as soon as possible by encouraging data sharing among data requests and reducing the redundancy. We formulate the problem as a transmission completion time minimization problem under constraints of dynamical data requests and energy arrivals. We develop offline and online algorithms to solve this problem. For the offline setting, we discover the relationship between two problems: the completion time minimization problem and the energy consumption minimization problem with a given completion time. We first derive the optimal algorithm for the min-energy problem and then adopt it as a building block to compute the optimal solution for the min-completion-time problem. For the online setting without future information, we develop an event-driven online algorithm to complete the transmission as soon as possible. Simulation results validate the efficiency of the proposed algorithm. PMID:29261135

  20. A Multi-User Model for Effectively Communicating Research Through Electronic Media

    NASA Astrophysics Data System (ADS)

    Hinds, J. J.; Fairley, J. P.

    2003-12-01

    Electronic media have demonstrated potential for data exchange, dissemination of results to other scientists, communication with community interest groups, and education of the general public regarding scientific advances. Few researchers, however, receive training in the skills required to capture the attention of the broad spectrum of Internet users. Because different people assimilate information in different ways, effective communication is best accomplished using an appropriate mix of photographs, graphics, tables, and text. In addition, effective web page design requires a clear, consistent organizational structure, easily-navigated layout, and attention to details such as page printability, downloading time, and minimal page scrolling. One of the strengths of electronic media is that the user can chose an appropriate level of involvement for his or her interest. In designing a web page for the multidisciplinary NSF/EPSCoR "Biocomplexity in Extreme Environments" project, we divided potential users into three categories based on our perception of the level of detail they required: 1) project participants, 2) non-participants with technical backgrounds, and 3) the general public. By understanding the needs and expectations of potential viewers, it was possible to present each group with an appropriate balance of visual and textural elements. For example, project participants are often most interested in raw data, which can be effectively presented in tabular format. Non-participants with technical backgrounds are more interested in analyzed data, while a project overview, presented through photographs and graphics with minimal text, will be most effective for communicating with the general public. The completed web page illustrates one solution for effectively communicating with a diverse audience, and provides examples for meeting many of the challenges of web page design.

  1. Cancer: communicating in the team game.

    PubMed

    Boyle, Frances M; Robinson, Emma; Heinrich, Paul; Dunn, Stewart M

    2004-06-01

    There is increasing evidence that effective communication is a critical means by which surgeons can assist their patients to achieve the best outcomes. This paper examines the processes and outcomes of effective communication by surgeons in cancer teams, and includes: (i). strategies that promote collaborative relationships with patients and lead to more effective treatment; (ii). strategies to improve multidisciplinary team performance; and (iii). methods to minimize the risk of error and litigation. The experience of a cancer diagnosis involves radical changes in patients' lives, somewhat akin to suddenly finding yourself in the middle of a rugby scrum for the first time. The analogy of rugby throws fresh light on such critical factors in communication as prematch preparation, orientation to the game and the team, a good kick off, sizing up the opposition, creative plays and optimizing teamwork to promote quality of life and survival.

  2. A Scheme to Optimize Flow Routing and Polling Switch Selection of Software Defined Networks

    PubMed Central

    Chen, Huan; Li, Lemin; Ren, Jing; Wang, Yang; Zhao, Yangming; Wang, Xiong; Wang, Sheng; Xu, Shizhong

    2015-01-01

    This paper aims at minimizing the communication cost for collecting flow information in Software Defined Networks (SDN). Since flow-based information collecting method requires too much communication cost, and switch-based method proposed recently cannot benefit from controlling flow routing, jointly optimize flow routing and polling switch selection is proposed to reduce the communication cost. To this end, joint optimization problem is formulated as an Integer Linear Programming (ILP) model firstly. Since the ILP model is intractable in large size network, we also design an optimal algorithm for the multi-rooted tree topology and an efficient heuristic algorithm for general topology. According to extensive simulations, it is found that our method can save up to 55.76% communication cost compared with the state-of-the-art switch-based scheme. PMID:26690571

  3. Integrated source and channel encoded digital communication system design study

    NASA Technical Reports Server (NTRS)

    Alem, W. K.; Huth, G. K.; Simon, M. K.

    1978-01-01

    The particular Ku-band carrier, PN despreading, and symbol synchronization strategies, which were selected for implementation in the Ku-band transponder aboard the orbiter, were assessed and evaluated from a systems performance viewpoint, verifying that system specifications were met. A study was performed of the design and implementation of tracking techniques which are suitable for incorporation into the Orbiter Ku-band communication system. Emphasis was placed on maximizing tracking accuracy and communication system flexibility while minimizing cost, weight, and system complexity of Orbiter and ground systems hardware. The payload communication study assessed the design and performance of the forward link and return link bent-pipe relay modes for attached and detached payloads. As part of this study, a design for a forward link bent-pipe was proposed which employs a residual carrier but which is tracked by the existing Costas loop.

  4. Gist and verbatim communication concerning medication risks/benefits.

    PubMed

    Blalock, Susan J; DeVellis, Robert F; Chewning, Betty; Sleath, Betsy L; Reyna, Valerie F

    2016-06-01

    To describe the information about medication risks/benefits that rheumatologists provide during patient office visits, the gist that patients with rheumatoid arthritis (RA) extract from the information provided, and the relationship between communication and medication satisfaction. Data from 169 RA patients were analyzed. Each participant had up to three visits audiotaped. Four RA patients coded the audiotapes using a Gist Coding Scheme and research assistants coded the audiotapes using a Verbatim Coding Scheme. When extracting gist from the information discussed during visits, patient coders distinguished between discussion concerning the possibility of medication side effects versus expression of significant safety concerns. Among patients in the best health, nearly 80% reported being totally satisfied with their medications when the physician communicated the gist that the medication was effective, compared to approximately 50% when this gist was not communicated. Study findings underscore the multidimensional nature of medication risk communication and the importance of communication concerning medication effectiveness/need. Health care providers should ensure that patients understand that medication self-management practices can minimize potential risks. Communicating simple gist messages may increase patient satisfaction, especially messages about benefits for well-managed patients. Optimal communication also requires shared understanding of desired therapeutic outcomes. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  5. Micro-nano-biosystems: An overview of European research.

    PubMed

    Lymberis, Andreas

    2010-06-01

    New developments in science, technologies and applications are blurring the boundaries between information and communications technology (ICT), micro-nano systems and life sciences, e.g. through miniaturisation and the ability to manipulate matter at the atomic scale and to interface live and man-made systems. Interdisciplinary research towards integrated systems and their applications based on emerging convergence of information & communication technologies, micro-nano and bio technologies is expected to have a direct influence on healthcare, ageing population and well being. Micro-Nano-Bio Systems (MNBS) research and development activities under the European Union's R&D Programs, Information & Communication Technologies priority address miniaturised, smart and integrated systems for in-vitro testing e.g. lab-on-chips and systems interacting with the human e.g. autonomous implants, endoscopic capsules and robotics for minimally invasive surgery. The MNBS group involves hundreds of key public and private international organisations working on system development and validation in diverse applications such as cancer detection and therapy follow-up, minimally invasive surgery, capsular endocsopy, wearable biochemical monitoring and repairing of vital functions with active implant devices. The paper presents MNBS rationale and activities, discusses key research and innovation challenges and proposes R&D directions to achieve the expected impact on healthcare and quality of life.

  6. Developing the Alphabetic Principle to Aid Text-Based Augmentative and Alternative Communication Use by Adults With Low Speech Intelligibility and Intellectual Disabilities.

    PubMed

    Schmidt-Naylor, Anna C; Saunders, Kathryn J; Brady, Nancy C

    2017-05-17

    We explored alphabet supplementation as an augmentative and alternative communication strategy for adults with minimal literacy. Study 1's goal was to teach onset-letter selection with spoken words and assess generalization to untaught words, demonstrating the alphabetic principle. Study 2 incorporated alphabet supplementation within a naming task and then assessed effects on speech intelligibility. Three men with intellectual disabilities (ID) and low speech intelligibility participated. Study 1 used a multiple-probe design, across three 20-word sets, to show that our computer-based training improved onset-letter selection. We also probed generalization to untrained words. Study 2 taught onset-letter selection for 30 new words chosen for functionality. Five listeners transcribed speech samples of the 30 words in 2 conditions: speech only and speech with alphabet supplementation. Across studies 1 and 2, participants demonstrated onset-letter selection for at least 90 words. Study 1 showed evidence of the alphabetic principle for some but not all word sets. In study 2, participants readily used alphabet supplementation, enabling listeners to understand twice as many words. This is the first demonstration of alphabet supplementation in individuals with ID and minimal literacy. The large number of words learned holds promise both for improving communication and providing a foundation for improved literacy.

  7. Smartphone and mobile phone security for the clinician.

    PubMed

    Barber, Harry

    2016-08-02

    Smartphones are near ubiquitous and widely used by doctors in discussing patients. In all communication doctors should take steps to protect confidentiality, yet there is a paucity of available information on how clinicians can bolster cyber security and minimize risk when using their mobile phone.

  8. Behavioral Marital Bibliotherapy: An Initial Investigation of Therapeutic Efficacy.

    ERIC Educational Resources Information Center

    Bornstein, Philip H.; And Others

    1984-01-01

    Reports an attempt to validate a self-help behavioral marital bibliotherapy program. Evaluated five clinical distressed couples via a multiple baseline analysis. Treatment involved reading and exercises covering communications, problem solving, and sexual dysfunction. Results were highly variable and reflected minimal change. (BH)

  9. 75 FR 54877 - Notice of Public Information Collection(s) Being Reviewed by the Federal Communications...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-09-09

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of... Class A TV Broadcast Station, FCC Form 301-CA. Form Number: FCC 301-CA. Type of Review: Extension of a...

  10. Business Graphics

    NASA Technical Reports Server (NTRS)

    1987-01-01

    Genigraphics Corporation's Masterpiece 8770 FilmRecorder is an advanced high resolution system designed to improve and expand a company's in-house graphics production. GRAFTIME/software package was designed to allow office personnel with minimal training to produce professional level graphics for business communications and presentations. Products are no longer being manufactured.

  11. Evaluation of Dual Pressurized Rover Operations During Simulated Planetary Surface Exploration

    NASA Technical Reports Server (NTRS)

    Abercromby, Andrew F. J.; Gernhardt, Michael L.

    2010-01-01

    Introduction: A pair of small pressurized rovers (Space Exploration Vehicles, or SEVs) is at the center of the Global Point-of-Departure architecture for future human planetary exploration. Simultaneous operation of multiple crewed surface assets should maximize productive crew time, minimize overhead, and preserve contingency return paths. Methods: A 14-day mission simulation was conducted in the Arizona desert as part of NASA?s 2010 Desert Research and Technology Studies (DRATS). The simulation involved two SEV concept vehicles performing geological exploration under varied operational modes affecting both the extent to which the SEVs must maintain real-time communications with mission control ("Continuous" vs. "Twice-a-Day") and their proximity to each other ("Lead-and-Follow" vs. "Divide-and-Conquer"). As part of a minimalist lunar architecture, no communications relay satellites were assumed. Two-person crews consisting of an astronaut and a field geologist operated each SEV, day and night, throughout the entire 14-day mission, only leaving via the suit ports to perform simulated extravehicular activities. Standard metrics enabled quantification of the habitability and usability of all aspects of the SEV concept vehicles throughout the mission, as well as comparison of the extent to which the operating modes affected crew productivity and performance. Practically significant differences in the relevant metrics were prospectively defined for the testing of all hypotheses. Results and Discussion: Data showed a significant 14% increase in available science time (AST) during Lead-and-Follow mode compared with Divide-and-Conquer, primarily because of the minimal overhead required to maintain communications during Lead-and-Follow. In Lead-and-Follow mode, there was a non-significant 2% increase in AST during Twice-a-Day vs. Continuous communications. Situational awareness of the other vehicle?s location, activities, and contingency return constraints were enhanced during Lead-and-Follow and Twice-a-Day communications modes due to line-of-sight and direct SEV-to-SEV communication. Preliminary analysis of Scientific Data Quality and Observation Quality metrics showed no significant differences between modes.

  12. Public Awareness of Uterine Power Morcellation Through US Food and Drug Administration Communications: Analysis of Google Trends Search Term Patterns

    PubMed Central

    Jamnagerwalla, Juzar; Markowitz, Melissa A; Thum, D Joseph; McCarty, Philip; Medendorp, Andrew R; Raz, Shlomo; Kim, Ja-Hong

    2018-01-01

    Background Uterine power morcellation, where the uterus is shred into smaller pieces, is a widely used technique for removal of uterine specimens in patients undergoing minimally invasive abdominal hysterectomy or myomectomy. Complications related to power morcellation of uterine specimens led to US Food and Drug Administration (FDA) communications in 2014 ultimately recommending against the use of power morcellation for women undergoing minimally invasive hysterectomy. Subsequently, practitioners drastically decreased the use of morcellation. Objective We aimed to determine the effect of increased patient awareness on the decrease in use of the morcellator. Google Trends is a public tool that provides data on temporal patterns of search terms, and we correlated this data with the timing of the FDA communication. Methods Weekly relative search volume (RSV) was obtained from Google Trends using the term “morcellation.” Higher RSV corresponds to increases in weekly search volume. Search volumes were divided into 3 groups: the 2 years prior to the FDA communication, a 1-year period following, and thereafter, with the distribution of the weekly RSV over the 3 periods tested using 1-way analysis of variance. Additionally, we analyzed the total number of websites containing the term “morcellation” over this time. Results The mean RSV prior to the FDA communication was 12.0 (SD 15.8), with the RSV being 60.3 (SD 24.7) in the 1-year after and 19.3 (SD 5.2) thereafter (P<.001). The mean number of webpages containing the term “morcellation” in 2011 was 10,800, rising to 18,800 during 2014 and 36,200 in 2017. Conclusions Google search activity about morcellation of uterine specimens increased significantly after the FDA communications. This trend indicates an increased public awareness regarding morcellation and its complications. More extensive preoperative counseling and alteration of surgical technique and clinician practice may be necessary. PMID:29699965

  13. A Technical Survey on Optimization of Processing Geo Distributed Data

    NASA Astrophysics Data System (ADS)

    Naga Malleswari, T. Y. J.; Ushasukhanya, S.; Nithyakalyani, A.; Girija, S.

    2018-04-01

    With growing cloud services and technology, there is growth in some geographically distributed data centers to store large amounts of data. Analysis of geo-distributed data is required in various services for data processing, storage of essential information, etc., processing this geo-distributed data and performing analytics on this data is a challenging task. The distributed data processing is accompanied by issues in storage, computation and communication. The key issues to be dealt with are time efficiency, cost minimization, utility maximization. This paper describes various optimization methods like end-to-end multiphase, G-MR, etc., using the techniques like Map-Reduce, CDS (Community Detection based Scheduling), ROUT, Workload-Aware Scheduling, SAGE, AMP (Ant Colony Optimization) to handle these issues. In this paper various optimization methods and techniques used are analyzed. It has been observed that end-to end multiphase achieves time efficiency; Cost minimization concentrates to achieve Quality of Service, Computation and reduction of Communication cost. SAGE achieves performance improvisation in processing geo-distributed data sets.

  14. The Perception of Cooperativeness Without Any Visual or Auditory Communication.

    PubMed

    Chang, Dong-Seon; Burger, Franziska; Bülthoff, Heinrich H; de la Rosa, Stephan

    2015-12-01

    Perceiving social information such as the cooperativeness of another person is an important part of human interaction. But can people perceive the cooperativeness of others even without any visual or auditory information? In a novel experimental setup, we connected two people with a rope and made them accomplish a point-collecting task together while they could not see or hear each other. We observed a consistently emerging turn-taking behavior in the interactions and installed a confederate in a subsequent experiment who either minimized or maximized this behavior. Participants experienced this only through the haptic force-feedback of the rope and made evaluations about the confederate after each interaction. We found that perception of cooperativeness was significantly affected only by the manipulation of this turn-taking behavior. Gender- and size-related judgments also significantly differed. Our results suggest that people can perceive social information such as the cooperativeness of other people even in situations where possibilities for communication are minimal.

  15. The Perception of Cooperativeness Without Any Visual or Auditory Communication

    PubMed Central

    Chang, Dong-Seon; Burger, Franziska; de la Rosa, Stephan

    2015-01-01

    Perceiving social information such as the cooperativeness of another person is an important part of human interaction. But can people perceive the cooperativeness of others even without any visual or auditory information? In a novel experimental setup, we connected two people with a rope and made them accomplish a point-collecting task together while they could not see or hear each other. We observed a consistently emerging turn-taking behavior in the interactions and installed a confederate in a subsequent experiment who either minimized or maximized this behavior. Participants experienced this only through the haptic force-feedback of the rope and made evaluations about the confederate after each interaction. We found that perception of cooperativeness was significantly affected only by the manipulation of this turn-taking behavior. Gender- and size-related judgments also significantly differed. Our results suggest that people can perceive social information such as the cooperativeness of other people even in situations where possibilities for communication are minimal. PMID:27551362

  16. Successful Transarterial Guglielmi Detachable Coil Embolization of Post-Traumatic Fistula between a Posterior Communicating Artery Aneurysm and the Cavernous Sinus

    PubMed Central

    Chen, Y.; Jiang, D-Y.; Tan, H-Q.; Wang, L-H.; Chen, X-Y.; Sun, J-H.

    2009-01-01

    Summary We describe a case of a post-traumatic posterior communicating artery (PCoA) aneurysmcavernous sinus fistula, which is an extremely rare complication of craniocerebral trauma, successfully treated with endosaccular coil embolization via transarterial route. Endosaccular embolization with Guglielmi detachable coils via transarterial route appears to be a feasible, effective and minimally invasive option for the treatment of post-traumatic fistula between the PCoA aneurysm with a small ostia and the cavernous sinus in the subacute phase. PMID:20465883

  17. Case report: Using an auditory trainer with caregiver video modeling to enhance communication and socialization behaviors in autism.

    PubMed

    Baharav, Eva; Darling, Rieko

    2008-04-01

    A minimally verbal child with autism was exposed to short daily sessions of watching his parents on video in conjunction with an FM auditory trainer for a period of 4 weeks. Baseline measures of verbal and social behaviors were taken pre-treatment and repeated post treatment. Results indicate substantial gains in word productions, social orienting, and increased eye contact. Results are discussed in terms of the contributions of auditory-visual processing to establishing communication and socialization in autism and early intervention effectiveness.

  18. Photonics and bioinspiration

    NASA Astrophysics Data System (ADS)

    Lewis, Keith

    2014-10-01

    Biological systems exploiting light have benefitted from thousands of years of genetic evolution and can provide insight to support the development of new approaches for imaging, image processing and communication. For example, biological vision systems can provide significant diversity, yet are able to function with only a minimal degree of neural processing. Examples will be described underlying the processes used to support the development of new concepts for photonic systems, ranging from uncooled bolometers and tunable filters, to asymmetric free-space optical communication systems and new forms of camera capable of simultaneously providing spectral and polarimetric diversity.

  19. Building Comprehensive Strategies for Obstetric Safety: Simulation Drills and Communication.

    PubMed

    Austin, Naola; Goldhaber-Fiebert, Sara; Daniels, Kay; Arafeh, Julie; Grenon, Veronique; Welle, Dana; Lipman, Steven

    2016-11-01

    As pioneers in the field of patient safety, anesthesiologists are uniquely suited to help develop and implement safety strategies to minimize preventable harm on the labor and delivery unit. Most existing obstetric safety strategies are not comprehensive, lack input from anesthesiologists, are designed with a relatively narrow focus, or lack implementation details to allow customization for different units. This article attempts to address these gaps and build more comprehensive strategies by discussing the available evidence and multidisciplinary authors' local experience with obstetric simulation drills and optimization of team communication.

  20. An energy-efficient architecture for internet of things systems

    NASA Astrophysics Data System (ADS)

    De Rango, Floriano; Barletta, Domenico; Imbrogno, Alessandro

    2016-05-01

    In this paper some of the motivations for energy-efficient communications in wireless systems are described by highlighting emerging trends and identifying some challenges that need to be addressed to enable novel, scalable and energy-efficient communications. So an architecture for Internet of Things systems is presented, the purpose of which is to minimize energy consumption by communication devices, protocols, networks, end-user systems and data centers. Some electrical devices have been designed with multiple communication interfaces, such as RF or WiFi, using open source technology; they have been analyzed under different working conditions. Some devices are programmed to communicate directly with a web server, others to communicate only with a special device that acts as a bridge between some devices and the web server. Communication parameters and device status have been changed dynamically according to different scenarios in order to have the most benefits in terms of energy cost and battery lifetime. So the way devices communicate with the web server or between each other and the way they try to obtain the information they need to be always up to date change dynamically in order to guarantee always the lowest energy consumption, a long lasting battery lifetime, the fastest responses and feedbacks and the best quality of service and communication for end users and inner devices of the system.

  1. Design and implementation of a medium speed communications interface and protocol for a low cost, refreshed display computer

    NASA Technical Reports Server (NTRS)

    Phyne, J. R.; Nelson, M. D.

    1975-01-01

    The design and implementation of hardware and software systems involved in using a 40,000 bit/second communication line as the connecting link between an IMLAC PDS 1-D display computer and a Univac 1108 computer system were described. The IMLAC consists of two independent processors sharing a common memory. The display processor generates the deflection and beam control currents as it interprets a program contained in the memory; the minicomputer has a general instruction set and is responsible for starting and stopping the display processor and for communicating with the outside world through the keyboard, teletype, light pen, and communication line. The processing time associated with each data byte was minimized by designing the input and output processes as finite state machines which automatically sequence from each state to the next. Several tests of the communication link and the IMLAC software were made using a special low capacity computer grade cable between the IMLAC and the Univac.

  2. Multi-beam transmitter geometries for free-space optical communications

    NASA Astrophysics Data System (ADS)

    Tellez, Jason A.; Schmidt, Jason D.

    2010-02-01

    Free-space optical communications systems provide the opportunity to take advantage of higher data transfer rates and lower probability of intercept compared to radio-frequency communications. However, propagation through atmospheric turbulence, such as for airborne laser communication over long paths, results in intensity variations at the receiver and a corresponding degradation in bit error rate (BER) performance. Previous literature has shown that two transmitters, when separated sufficiently, can effectively average out the intensity varying effects of the atmospheric turbulence at the receiver. This research explores the impacts of adding more transmitters and the marginal reduction in the probability of signal fades while minimizing the overall transmitter footprint, an important design factor when considering an airborne communications system. Analytical results for the cumulative distribution function are obtained for tilt-only results, while wave-optics simulations are used to simulate the effects of scintillation. These models show that the probability of signal fade is reduced as the number of transmitters is increased.

  3. Email--from "to" to "send".

    PubMed

    Granberry, Nancy

    2007-03-01

    Occupational health nurses' ability to use email efficiently and effectively enhances their professionalism, responsiveness, and overall communications. Poorly written emails can damage the reputations of nurses and their organizations. Knowing when not to communicate by email is as important as being able to write effective emails. Many safeguards can be employed to prevent or minimize confusion and strengthen email communications. Names and addresses must be checked, appropriate subject lines used, and humor applied conscientiously. All emails should be proofread prior to sending, and replies must be carefully considered. Simple, colorless email backgrounds make downloading quicker. Sharp, clear fonts are easier on the eyes. Direct and defined requests and confirmations augment communication. Once "Send" is pressed, the email is out of the sender's control. Lack of network security, forwarding by others, and potential confidentiality breaches can lead to legal or public relations controversies. Email is an important business tool. Occupational health nurses must be competent in the skills of effective email communication, as it is an integral part of business and health care.

  4. Conducting research with minimally verbal participants with autism spectrum disorder.

    PubMed

    Tager-Flusberg, Helen; Plesa Skwerer, Daniela; Joseph, Robert M; Brukilacchio, Brianna; Decker, Jessica; Eggleston, Brady; Meyer, Steven; Yoder, Anne

    2017-10-01

    A growing number of research groups are now including older minimally verbal individuals with autism spectrum disorder in their studies to encompass the full range of heterogeneity in the population. There are numerous barriers that prevent researchers from collecting high-quality data from these individuals, in part because of the challenging behaviors with which they present alongside their very limited means for communication. In this article, we summarize the practices that we have developed, based on applied behavioral analysis techniques, and have used in our ongoing research on behavioral, eye-tracking, and electrophysiological studies of minimally verbal children and adolescents with autism spectrum disorder. Our goal is to provide the field with useful guidelines that will promote the inclusion of the entire spectrum of individuals with autism spectrum disorder in future research investigations.

  5. Integrating radiology information systems with healthcare delivery environments using DICOM and HL7 standards.

    PubMed

    Blazona, Bojan; Koncar, Miroslav

    2006-01-01

    Integration based on open standards, in order to achieve communication and information interoperability, is one of the key aspects of modern health care information systems. Interoperability presents data and communication layer interchange. In this context we identified the HL7 standard as the world's leading medical Information and communication technology (ICT) standard for the business layer in healthcare information systems and we tried to explore the ability to exchange clinical documents with minimal integrated healthcare information systems (IHCIS) change. We explored HL7 Clinical Document Architecture (CDA) abilities to achieve radiology information system integration (DICOM) to IHCIS (HL7). We introduced the use of WADO service interconnection to IHCIS and finally CDA rendering in widely used Internet explorers.

  6. Important nonurgent imaging findings: use of a hybrid digital and administrative support tool for facilitating clinician communication.

    PubMed

    Johnson, Evan; Sanger, Joseph; Rosenkrantz, Andrew B

    2015-01-01

    A departmental tool that provides a digital/administrative solution for communication of important imaging findings was evaluated. The tool allows the radiologist to click a button to mark an examination for ordering physician follow-up with subsequent fax and confirmation. The tool's log was reviewed. Of 466 entries; 99.4% were successfully faxed with phone confirmation. Most common reasons for usage were lung nodule/mass (29.2%) and osseous fracture (12.4%). Subsequent clinical action was documented in 41.0% of entries. Our data show the reliability of the tool in assisting the communication of findings, as well as providing documentation of notification, with minimal workflow disruption. Copyright © 2015 Elsevier Inc. All rights reserved.

  7. New perspectives on understanding cultural diversity in nurse–patient communication.

    PubMed

    Crawford, Tonia; Candlin, Sally; Roger, Peter

    Effective communication is essential in developing rapport with patients, and many nursing roles such as patient assessment, education, and counselling consist only of dialogue. With increasing cultural diversity among nurses and patients in Australia, there are growing concerns relating to the potential for miscommunication, as differences in language and culture can cause misunderstandings which can have serious impacts on health outcomes and patient safety (Hamilton & Woodward-Kron, 2010). According to Grant and Luxford (2011)) there is little research into the way health professionals approach working with cultural difference or how this impacts on their everyday practice. Furthermore, there has been minimal examination of intercultural nurse–patient communication from a linguistic perspective. Applying linguistic frameworks to nursing practice can help nurses understand what is happening in their communication with patients, particularly where people from different cultures are interacting. This paper discusses intercultural nurse–patient communication and refers to theoretical frameworks from applied linguistics to explain how miscommunication may occur. It illustrates how such approaches will help to raise awareness of underlying causes and potentially lead to more effective communication skills, therapeutic relationships and therefore patient satisfaction and safety.

  8. Auto-Generated Semantic Processing Services

    NASA Technical Reports Server (NTRS)

    Davis, Rodney; Hupf, Greg

    2009-01-01

    Auto-Generated Semantic Processing (AGSP) Services is a suite of software tools for automated generation of other computer programs, denoted cross-platform semantic adapters, that support interoperability of computer-based communication systems that utilize a variety of both new and legacy communication software running in a variety of operating- system/computer-hardware combinations. AGSP has numerous potential uses in military, space-exploration, and other government applications as well as in commercial telecommunications. The cross-platform semantic adapters take advantage of common features of computer- based communication systems to enforce semantics, messaging protocols, and standards of processing of streams of binary data to ensure integrity of data and consistency of meaning among interoperating systems. The auto-generation aspect of AGSP Services reduces development time and effort by emphasizing specification and minimizing implementation: In effect, the design, building, and debugging of software for effecting conversions among complex communication protocols, custom device mappings, and unique data-manipulation algorithms is replaced with metadata specifications that map to an abstract platform-independent communications model. AGSP Services is modular and has been shown to be easily integrable into new and legacy NASA flight and ground communication systems.

  9. Neural interface methods and apparatus to provide artificial sensory capabilities to a subject

    DOEpatents

    Buerger, Stephen P.; Olsson, III, Roy H.; Wojciechowski, Kenneth E.; Novick, David K.; Kholwadwala, Deepesh K.

    2017-01-24

    Embodiments of neural interfaces according to the present invention comprise sensor modules for sensing environmental attributes beyond the natural sensory capability of a subject, and communicating the attributes wirelessly to an external (ex-vivo) portable module attached to the subject. The ex-vivo module encodes and communicates the attributes via a transcutaneous inductively coupled link to an internal (in-vivo) module implanted within the subject. The in-vivo module converts the attribute information into electrical neural stimuli that are delivered to a peripheral nerve bundle within the subject, via an implanted electrode. Methods and apparatus according to the invention incorporate implantable batteries to power the in-vivo module allowing for transcutaneous bidirectional communication of low voltage (e.g. on the order of 5 volts) encoded signals as stimuli commands and neural responses, in a robust, low-error rate, communication channel with minimal effects to the subjects' skin.

  10. Peer Mediation to Increase Communication and Interaction at Recess for Students with Autism Spectrum Disorders

    PubMed Central

    Mason, Rose; Kamps, Debra; Turcotte, Amy; Cox, Suzanne; Feldmiller, Sarah; Miller, Todd

    2015-01-01

    Recess plays an integral role in the social and emotional development of children given the time provided to engage in interactions with others and practice important social skills. Students with ASD, however, typically fail to achieve even minimal benefit from recess due to social and communication impairments as well as a tendency to withdraw. Implementation of evidence-based interventions such as peer-mediated social skills groups, are necessary to ensure recess is an advantageous learning environment for students with ASD. A multiple-baseline design across participants was used to determine if a functional relationship exists between a social skills instructional program combined with peer networks with school staff as implementers and increases in level of communicative acts for participants with ASD at recess. Results indicate all participants demonstrated an immediate increase in the number of communicative acts with the introduction of the intervention. Implications for practice are discussed. PMID:26180543

  11. Towards a mathematical theory of meaningful communication

    NASA Astrophysics Data System (ADS)

    Corominas-Murtra, Bernat; Fortuny, Jordi; Solé, Ricard V.

    2014-04-01

    Meaning has been left outside most theoretical approaches to information in biology. Functional responses based on an appropriate interpretation of signals have been replaced by a probabilistic description of correlations between emitted and received symbols. This assumption leads to potential paradoxes, such as the presence of a maximum information associated to a channel that creates completely wrong interpretations of the signals. Game-theoretic models of language evolution and other studies considering embodied communicating agents show that the correct (meaningful) match resulting from agent-agent exchanges is always achieved and natural systems obviously solve the problem correctly. Inspired by the concept of duality of the communicative sign stated by the swiss linguist Ferdinand de Saussure, here we present a complete description of the minimal system necessary to measure the amount of information that is consistently decoded. Several consequences of our developments are investigated, such as the uselessness of a certain amount of information properly transmitted for communication among autonomous agents.

  12. A computerized procedure for teaching the relationship between graphic symbols and their referents.

    PubMed

    Isaacson, Mick; Lloyd, Lyle L

    2013-01-01

    Many individuals with little or no functional speech communicate through graphic symbols. Communication is enhanced when the relationship between symbols and their referents are learned to such a degree that retrieval is effortless, resulting in fluent communication. Developing fluency is a time consuming endeavor for special educators and speech-language pathologists (SLPs). It would be beneficial for these professionals to have an automated procedure based on the most efficacious method for teaching the relationship between symbols and referent. Hence, this study investigated whether a procedure based on the generation effect would promote learning the association between symbols and their referents. Results show that referent generation produces the best long-term retention of this relationship. These findings provide evidence that software based on referent generation would provide special educators and SLPs with an efficacious automated procedure, requiring minimal direct supervision, to facilitate symbol/referent learning and the development of communicative fluency.

  13. Sustainable, Reliable Mission-Systems Architecture

    NASA Technical Reports Server (NTRS)

    O'Neil, Graham; Orr, James K.; Watson, Steve

    2005-01-01

    A mission-systems architecture, based on a highly modular infrastructure utilizing open-standards hardware and software interfaces as the enabling technology is essential for affordable md sustainable space exploration programs. This mission-systems architecture requires (8) robust communication between heterogeneous systems, (b) high reliability, (c) minimal mission-to-mission reconfiguration, (d) affordable development, system integration, end verification of systems, and (e) minimal sustaining engineering. This paper proposes such an architecture. Lessons learned from the Space Shuttle program and Earthbound complex engineered systems are applied to define the model. Technology projections reaching out 5 years are made to refine model details.

  14. External Tank Program Legacy of Success

    NASA Technical Reports Server (NTRS)

    Welzyn, Ken; Pilet, Jeff

    2010-01-01

    I.Goal: a) Extensive TPS damage caused by extreme hail storm. b) Repair plan required to restore TPS to minimize program manifest impacts. II. Challenges: a) Skeptical technical community - Concerned about interactions of damage with known/unknown failure modes. b) Schedule pressure to accommodate ISS program- Next tank still at MAF c)Limited ET resources. III. How d We Do It?: a) Developed unique engineering requirements and tooling to minimize repairs. b) Performed large amount of performance testing to demonstrate understanding of repairs and residual conditions. c) Effectively communicated results to technical community and management to instill confidence in expected performance.

  15. Sustainable, Reliable Mission-Systems Architecture

    NASA Technical Reports Server (NTRS)

    O'Neil, Graham; Orr, James K.; Watson, Steve

    2007-01-01

    A mission-systems architecture, based on a highly modular infrastructure utilizing: open-standards hardware and software interfaces as the enabling technology is essential for affordable and sustainable space exploration programs. This mission-systems architecture requires (a) robust communication between heterogeneous system, (b) high reliability, (c) minimal mission-to-mission reconfiguration, (d) affordable development, system integration, and verification of systems, and (e) minimal sustaining engineering. This paper proposes such an architecture. Lessons learned from the Space Shuttle program and Earthbound complex engineered system are applied to define the model. Technology projections reaching out 5 years are mde to refine model details.

  16. Energy efficient lighting and communications

    NASA Astrophysics Data System (ADS)

    Zhou, Z.; Kavehrad, M.; Deng, P.

    2012-01-01

    As Light-Emitting Diode (LED)'s increasingly displace incandescent lighting over the next few years, general applications of Visible Light Communication (VLC) technology are expected to include wireless internet access, vehicle-to-vehicle communications, broadcast from LED signage, and machine-to-machine communications. An objective in this paper is to reveal the influence of system parameters on the power distribution and communication quality, in a general plural sources VLC system. It is demonstrated that sources' Half-Power Angles (HPA), receivers' Field-Of Views (FOV), sources layout and the power distribution among sources are significant impact factors. Based on our findings, we developed a method to adaptively change working status of each LED respectively according to users' locations. The program minimizes total power emitted while simultaneously ensuring sufficient light intensity and communication quality for each user. The paper also compares Orthogonal Frequency-Division Multiplexing (OFDM) and On-Off Keying (OOK) signals performance in indoor optical wireless communications. The simulation is carried out for different locations where different impulse response distortions are experienced. OFDM seems a better choice than prevalent OOK for indoor VLC due to its high resistance to multi-path effect and delay spread. However, the peak-to-average power limitations of the method must be investigated for lighting LEDs.

  17. Do learning collaboratives strengthen communication? A comparison of organizational team communication networks over time.

    PubMed

    Bunger, Alicia C; Lengnick-Hall, Rebecca

    Collaborative learning models were designed to support quality improvements, such as innovation implementation by promoting communication within organizational teams. Yet the effect of collaborative learning approaches on organizational team communication during implementation is untested. The aim of this study was to explore change in communication patterns within teams from children's mental health organizations during a year-long learning collaborative focused on implementing a new treatment. We adopt a social network perspective to examine intraorganizational communication within each team and assess change in (a) the frequency of communication among team members, (b) communication across organizational hierarchies, and (c) the overall structure of team communication networks. A pretest-posttest design compared communication among 135 participants from 21 organizational teams at the start and end of a learning collaborative. At both time points, participants were asked to list the members of their team and rate the frequency of communication with each along a 7-point Likert scale. Several individual, pair-wise, and team level communication network metrics were calculated and compared over time. At the individual level, participants reported communicating with more team members by the end of the learning collaborative. Cross-hierarchical communication did not change. At the team level, these changes manifested differently depending on team size. In large teams, communication frequency increased, and networks grew denser and slightly less centralized. In small teams, communication frequency declined, growing more sparse and centralized. Results suggest that team communication patterns change minimally but evolve differently depending on size. Learning collaboratives may be more helpful for enhancing communication among larger teams; thus, managers might consider selecting and sending larger staff teams to learning collaboratives. This study highlights key future research directions that can disentangle the relationship between learning collaboratives and team networks.

  18. Does communication help people coordinate?

    PubMed Central

    2017-01-01

    Theoretical and experimental investigations have consistently demonstrated that collective performance in a variety of tasks can be significantly improved by allowing communication. We present the results of the first experiment systematically investigating the value of communication in networked consensus. The goal of all tasks in our experiments is for subjects to reach global consensus, even though nodes can only observe choices of their immediate neighbors. Unlike previous networked consensus tasks, our experiments allow subjects to communicate either with their immediate neighbors (locally) or with the entire network (globally). Moreover, we consider treatments in which essentially arbitrary messages can be sent, as well as those in which only one type of message is allowed, informing others about a node’s local state. We find that local communication adds minimal value: fraction of games solved is essentially identical to treatments with no communication. Ability to communicate globally, in contrast, offers a significant performance improvement. In addition, we find that constraining people to only exchange messages about local state is significantly better than unconstrained communication. We observe that individual behavior is qualitatively consistent across settings: people clearly react to messages they receive in all communication settings. However, we find that messages received in local communication treatments are relatively uninformative, whereas global communication offers substantial information advantage. Exploring mixed communication settings, in which only a subset of agents are global communicators, we find that a significant number of global communicators is needed for performance to approach success when everyone communicates globally. However, global communicators have a significant advantage: a small tightly connected minority of globally communicating nodes can successfully steer outcomes towards their preferences, although this can be significantly mitigated when all other nodes have the ability to communicate locally with their neighbors. PMID:28178295

  19. LTE-advanced random access mechanism for M2M communication: A review

    NASA Astrophysics Data System (ADS)

    Mustafa, Rashid; Sarowa, Sandeep; Jaglan, Reena Rathee; Khan, Mohammad Junaid; Agrawal, Sunil

    2016-03-01

    Machine Type Communications (MTC) enables one or more self-sufficient machines to communicate directly with one another without human interference. MTC applications include smart grid, security, e-Health and intelligent automation system. To support huge numbers of MTC devices, one of the challenging issues is to provide a competent way for numerous access in the network and to minimize network overload. In this article, the different control mechanisms for overload random access are reviewed to avoid congestion caused by random access channel (RACH) of MTC devices. However, past and present wireless technologies have been engineered for Human-to-Human (H2H) communications, in particular, for transmission of voice. Consequently the Long Term Evolution (LTE) -Advanced is expected to play a central role in communicating Machine to Machine (M2M) and are very optimistic about H2H communications. Distinct and unique characteristics of M2M communications create new challenges from those in H2H communications. In this article, we investigate the impact of massive M2M terminals attempting random access to LTE-Advanced all at once. We discuss and review the solutions to alleviate the overload problem by Third Generation Partnership Project (3GPP). As a result, we evaluate and compare these solutions that can effectively eliminate the congestion on the random access channel for M2M communications without affecting H2H communications.

  20. Electronic device increases threshold sensitivity and removes noise from FM communications receiver

    NASA Technical Reports Server (NTRS)

    Conrad, W. M.; Loch, F. J.

    1971-01-01

    Threshold extension device connected between demodulator output and filter output minimizes clicking noise. Device consists of click-eliminating signal transfer channel with follow-and-hold circuit and detector for sensing click impulses. Final output consists of signal plus low level noise without high amplitude impulses.

  1. 10 CFR 73.55 - Requirements for physical protection of licensed activities in nuclear power reactors against...

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... integration of systems, technologies, programs, equipment, supporting processes, and implementing procedures...-in-depth methodologies to minimize the potential for an insider to adversely affect, either directly... protection of digital computer and communication systems and networks. (ii) Site-specific conditions that...

  2. Permanent Teacher Preparation for Substitute Teachers.

    ERIC Educational Resources Information Center

    Hardman, Steve; Tippetts, Zachary

    2001-01-01

    Presents information about what should be communicated to substitute teachers and why it is important, focusing on the substitute teacher's role, classroom management tools, curriculum management, and preparing students for the substitute teacher by creating bridges that will help minimize the sense of separation students feel when they have a…

  3. Simulations in Foreign Languages.

    ERIC Educational Resources Information Center

    Nebraska State Dept. of Education, Lincoln. Div. of Instructional Services.

    The purpose of this publication is to define minimal competencies for foreign language classes. The term "simulation" refers to role playing. The simulations are stated in terms of practical communication performance objectives. The intent is to have the student direct his learning in the basic skills toward an immediate objective rather than a…

  4. Developing a Successful Asynchronous Online Extension Program for Forest Landowners

    ERIC Educational Resources Information Center

    Zobrist, Kevin W.

    2014-01-01

    Asynchronous online Extension classes can reach a wide audience, is convenient for the learner, and minimizes ongoing demands on instructor time. However, producing such classes takes significant effort up front. Advance planning and good communication with contributors are essential to success. Considerations include delivery platforms, content…

  5. Technology in Learning: Narrowing the Gender Gap?

    ERIC Educational Resources Information Center

    Kaino, Luckson Muganyizi

    2008-01-01

    The introduction of Information and Communication Technology (ICT) into the school curricula raised some hopes that it could minimize gender differences in learning. The interactive nature of ICT materials was believed to provide a favorable environment especially for girls to learn. This article reports the findings of the study that analyzed…

  6. L2 Identity, Discourse, and Social Networking in Russian

    ERIC Educational Resources Information Center

    Klimanova, Liudmila; Dembovskaya, Svetlana

    2013-01-01

    As the integration of Internet-based social networking tools becomes increasingly popular in foreign language classrooms, the use of modern communication technologies is particularly critical in the context of less commonly taught languages (LCTLs), where student exposure to the target language and its speakers is usually minimal. This paper…

  7. 77 FR 60432 - Information Collection Being Reviewed by the Federal Communications Commission Under Delegated...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-10-03

    ... Confidentiality: There is no assurance of confidentiality provided to respondents. Privacy Impact Assessment: No... quality, utility, and clarity of the information collected; ways to minimize the burden of the collection... INFORMATION: OMB Control Number: 3060-1033. Title: Multi-Channel Video Program Distributor EEO Program Annual...

  8. Finite Element Analysis in Concurrent Processing: Computational Issues

    NASA Technical Reports Server (NTRS)

    Sobieszczanski-Sobieski, Jaroslaw; Watson, Brian; Vanderplaats, Garrett

    2004-01-01

    The purpose of this research is to investigate the potential application of new methods for solving large-scale static structural problems on concurrent computers. It is well known that traditional single-processor computational speed will be limited by inherent physical limits. The only path to achieve higher computational speeds lies through concurrent processing. Traditional factorization solution methods for sparse matrices are ill suited for concurrent processing because the null entries get filled, leading to high communication and memory requirements. The research reported herein investigates alternatives to factorization that promise a greater potential to achieve high concurrent computing efficiency. Two methods, and their variants, based on direct energy minimization are studied: a) minimization of the strain energy using the displacement method formulation; b) constrained minimization of the complementary strain energy using the force method formulation. Initial results indicated that in the context of the direct energy minimization the displacement formulation experienced convergence and accuracy difficulties while the force formulation showed promising potential.

  9. A Cross-Lingual Mobile Medical Communication System Prototype for Foreigners and Subjects with Speech, Hearing, and Mental Disabilities Based on Pictograms

    PubMed Central

    Wołk, Agnieszka; Glinkowski, Wojciech

    2017-01-01

    People with speech, hearing, or mental impairment require special communication assistance, especially for medical purposes. Automatic solutions for speech recognition and voice synthesis from text are poor fits for communication in the medical domain because they are dependent on error-prone statistical models. Systems dependent on manual text input are insufficient. Recently introduced systems for automatic sign language recognition are dependent on statistical models as well as on image and gesture quality. Such systems remain in early development and are based mostly on minimal hand gestures unsuitable for medical purposes. Furthermore, solutions that rely on the Internet cannot be used after disasters that require humanitarian aid. We propose a high-speed, intuitive, Internet-free, voice-free, and text-free tool suited for emergency medical communication. Our solution is a pictogram-based application that provides easy communication for individuals who have speech or hearing impairment or mental health issues that impair communication, as well as foreigners who do not speak the local language. It provides support and clarification in communication by using intuitive icons and interactive symbols that are easy to use on a mobile device. Such pictogram-based communication can be quite effective and ultimately make people's lives happier, easier, and safer. PMID:29230254

  10. Realistic Radio Communications in Pilot Simulator Training

    NASA Technical Reports Server (NTRS)

    Burki-Cohen, Judith; Kendra, Andrew J.; Kanki, Barbara G.; Lee, Alfred T.

    2000-01-01

    Simulators used for total training and evaluation of airline pilots must satisfy stringent criteria in order to assure their adequacy for training and checking maneuvers. Air traffic control and company radio communications simulation, however, may still be left to role-play by the already taxed instructor/evaluators in spite of their central importance in every aspect of the flight environment. The underlying premise of this research is that providing a realistic radio communications environment would increase safety by enhancing pilot training and evaluation. This report summarizes the first-year efforts of assessing the requirement and feasibility of simulating radio communications automatically. A review of the training and crew resource/task management literature showed both practical and theoretical support for the need for realistic radio communications simulation. A survey of 29 instructor/evaluators from 14 airlines revealed that radio communications are mainly role-played by the instructor/evaluators. This increases instructor/evaluators' own workload while unrealistically lowering pilot communications load compared to actual operations, with a concomitant loss in training/evaluation effectiveness. A technology review searching for an automated means of providing radio communications to and from aircraft with minimal human effort showed that while promising, the technology is still immature. Further research and the need for establishing a proof-of-concept are also discussed.

  11. A Cross-Lingual Mobile Medical Communication System Prototype for Foreigners and Subjects with Speech, Hearing, and Mental Disabilities Based on Pictograms.

    PubMed

    Wołk, Krzysztof; Wołk, Agnieszka; Glinkowski, Wojciech

    2017-01-01

    People with speech, hearing, or mental impairment require special communication assistance, especially for medical purposes. Automatic solutions for speech recognition and voice synthesis from text are poor fits for communication in the medical domain because they are dependent on error-prone statistical models. Systems dependent on manual text input are insufficient. Recently introduced systems for automatic sign language recognition are dependent on statistical models as well as on image and gesture quality. Such systems remain in early development and are based mostly on minimal hand gestures unsuitable for medical purposes. Furthermore, solutions that rely on the Internet cannot be used after disasters that require humanitarian aid. We propose a high-speed, intuitive, Internet-free, voice-free, and text-free tool suited for emergency medical communication. Our solution is a pictogram-based application that provides easy communication for individuals who have speech or hearing impairment or mental health issues that impair communication, as well as foreigners who do not speak the local language. It provides support and clarification in communication by using intuitive icons and interactive symbols that are easy to use on a mobile device. Such pictogram-based communication can be quite effective and ultimately make people's lives happier, easier, and safer.

  12. Infrared Free Space Communication - The Autonomous Testing of Free Space Infrared Communication

    NASA Technical Reports Server (NTRS)

    Heldman, Christopher

    2017-01-01

    Fiber optics has been a winning player in the game of high-speed communication and data transfer in cable connections. Yet, in free space RF has been the repeated choice of communication medium of the space industry. Investigating the benefits of free space optical communication over radio frequency is worthwhile. An increase in science data rate return capabilities could occur if optical communication is implemented. Optical communication systems also provide efficiencies in power, mass, and volume over RF systems1. Optical communication systems have been demonstrated from a satellite in orbit with the moon to earth, and resulted in the highest data rates ever seen through space (622Mbps)2. Because of these benefits, optical communication is far superior to RF. The HiDRA (High Data Rate Architecture) project is researching Passive Misalignment Mitigation of Dynamic Free Apace Optical Communication Links. The goal of this effort is to enable gigabit per second transmission of data in short range dynamic links (less than 100 meters). In practice this would enhance data rates between sites on the International Space Station with minimal size, weight, and power requirements. This paper will focus on an autonomous code and a hardware setup that will be used to fulfill the next step in the research being conducted. The free space optical communications pointing downfalls will be investigated. This was achieved by creating 5 python programs and a top-level code to automate this test.

  13. Peer-to-peer and mass communication effect on opinion shifts

    NASA Astrophysics Data System (ADS)

    Kindler, A.; Solomon, S.; Stauffer, D.

    2013-02-01

    Opinion dynamics is studied through a minimal Ising model with three main influences (fields): personal conservatism (power-law distributed), inter-personal and group pressure, and a global field incorporating peer-to-peer and mass communications, which is generated bottom-up from the faction supporting the new opinion. A rich phase diagram appears separating possible terminal stages of the opinion diffusion, characterizing failure phases by the features of the individuals who had changed their opinion. An exhaustive solution of the model is produced, allowing predictions to be made on the opinion’s assimilation in the society.

  14. Communication requirements of sparse Cholesky factorization with nested dissection ordering

    NASA Technical Reports Server (NTRS)

    Naik, Vijay K.; Patrick, Merrell L.

    1989-01-01

    Load distribution schemes for minimizing the communication requirements of the Cholesky factorization of dense and sparse, symmetric, positive definite matrices on multiprocessor systems are presented. The total data traffic in factoring an n x n sparse symmetric positive definite matrix representing an n-vertex regular two-dimensional grid graph using n exp alpha, alpha not greater than 1, processors are shown to be O(n exp 1 + alpha/2). It is O(n), when n exp alpha, alpha not smaller than 1, processors are used. Under the conditions of uniform load distribution, these results are shown to be asymptotically optimal.

  15. Virtual Ultrasound Guidance for Inexperienced Operators

    NASA Technical Reports Server (NTRS)

    Caine, Timothy; Martin, Davis

    2012-01-01

    Medical ultrasound or echocardiographic studies are highly operator-dependent and generally require lengthy training and internship to perfect. To obtain quality echocardiographic images in remote environments, such as on-orbit, remote guidance of studies has been employed. This technique involves minimal training for the user, coupled with remote guidance from an expert. When real-time communication or expert guidance is not available, a more autonomous system of guiding an inexperienced operator through an ultrasound study is needed. One example would be missions beyond low Earth orbit, in which the time delay inherent with communication will make remote guidance impractical.

  16. AURP: An AUV-Aided Underwater Routing Protocol for Underwater Acoustic Sensor Networks

    PubMed Central

    Yoon, Seokhoon; Azad, Abul K.; Oh, Hoon; Kim, Sunghwan

    2012-01-01

    Deploying a multi-hop underwater acoustic sensor network (UASN) in a large area brings about new challenges in reliable data transmissions and survivability of network due to the limited underwater communication range/bandwidth and the limited energy of underwater sensor nodes. In order to address those challenges and achieve the objectives of maximization of data delivery ratio and minimization of energy consumption of underwater sensor nodes, this paper proposes a new underwater routing scheme, namely AURP (AUV-aided underwater routing protocol), which uses not only heterogeneous acoustic communication channels but also controlled mobility of multiple autonomous underwater vehicles (AUVs). In AURP, the total data transmissions are minimized by using AUVs as relay nodes, which collect sensed data from gateway nodes and then forward to the sink. Moreover, controlled mobility of AUVs makes it possible to apply a short-range high data rate underwater channel for transmissions of a large amount of data. To the best to our knowledge, this work is the first attempt to employ multiple AUVs as relay nodes in a multi-hop UASN to improve the network performance in terms of data delivery ratio and energy consumption. Simulations, which are incorporated with a realistic underwater acoustic communication channel model, are carried out to evaluate the performance of the proposed scheme, and the results indicate that a high delivery ratio and low energy consumption can be achieved. PMID:22438740

  17. AURP: an AUV-aided underwater routing protocol for underwater acoustic sensor networks.

    PubMed

    Yoon, Seokhoon; Azad, Abul K; Oh, Hoon; Kim, Sunghwan

    2012-01-01

    Deploying a multi-hop underwater acoustic sensor network (UASN) in a large area brings about new challenges in reliable data transmissions and survivability of network due to the limited underwater communication range/bandwidth and the limited energy of underwater sensor nodes. In order to address those challenges and achieve the objectives of maximization of data delivery ratio and minimization of energy consumption of underwater sensor nodes, this paper proposes a new underwater routing scheme, namely AURP (AUV-aided underwater routing protocol), which uses not only heterogeneous acoustic communication channels but also controlled mobility of multiple autonomous underwater vehicles (AUVs). In AURP, the total data transmissions are minimized by using AUVs as relay nodes, which collect sensed data from gateway nodes and then forward to the sink. Moreover, controlled mobility of AUVs makes it possible to apply a short-range high data rate underwater channel for transmissions of a large amount of data. To the best to our knowledge, this work is the first attempt to employ multiple AUVs as relay nodes in a multi-hop UASN to improve the network performance in terms of data delivery ratio and energy consumption. Simulations, which are incorporated with a realistic underwater acoustic communication channel model, are carried out to evaluate the performance of the proposed scheme, and the results indicate that a high delivery ratio and low energy consumption can be achieved.

  18. Developing the Alphabetic Principle to Aid Text-Based Augmentative and Alternative Communication Use by Adults With Low Speech Intelligibility and Intellectual Disabilities

    PubMed Central

    Schmidt-Naylor, Anna C.; Brady, Nancy C.

    2017-01-01

    Purpose We explored alphabet supplementation as an augmentative and alternative communication strategy for adults with minimal literacy. Study 1's goal was to teach onset-letter selection with spoken words and assess generalization to untaught words, demonstrating the alphabetic principle. Study 2 incorporated alphabet supplementation within a naming task and then assessed effects on speech intelligibility. Method Three men with intellectual disabilities (ID) and low speech intelligibility participated. Study 1 used a multiple-probe design, across three 20-word sets, to show that our computer-based training improved onset-letter selection. We also probed generalization to untrained words. Study 2 taught onset-letter selection for 30 new words chosen for functionality. Five listeners transcribed speech samples of the 30 words in 2 conditions: speech only and speech with alphabet supplementation. Results Across studies 1 and 2, participants demonstrated onset-letter selection for at least 90 words. Study 1 showed evidence of the alphabetic principle for some but not all word sets. In study 2, participants readily used alphabet supplementation, enabling listeners to understand twice as many words. Conclusions This is the first demonstration of alphabet supplementation in individuals with ID and minimal literacy. The large number of words learned holds promise both for improving communication and providing a foundation for improved literacy. PMID:28474087

  19. Optimizing communication satellites payload configuration with exact approaches

    NASA Astrophysics Data System (ADS)

    Stathakis, Apostolos; Danoy, Grégoire; Bouvry, Pascal; Talbi, El-Ghazali; Morelli, Gianluigi

    2015-12-01

    The satellite communications market is competitive and rapidly evolving. The payload, which is in charge of applying frequency conversion and amplification to the signals received from Earth before their retransmission, is made of various components. These include reconfigurable switches that permit the re-routing of signals based on market demand or because of some hardware failure. In order to meet modern requirements, the size and the complexity of current communication payloads are increasing significantly. Consequently, the optimal payload configuration, which was previously done manually by the engineers with the use of computerized schematics, is now becoming a difficult and time consuming task. Efficient optimization techniques are therefore required to find the optimal set(s) of switch positions to optimize some operational objective(s). In order to tackle this challenging problem for the satellite industry, this work proposes two Integer Linear Programming (ILP) models. The first one is single-objective and focuses on the minimization of the length of the longest channel path, while the second one is bi-objective and additionally aims at minimizing the number of switch changes in the payload switch matrix. Experiments are conducted on a large set of instances of realistic payload sizes using the CPLEX® solver and two well-known exact multi-objective algorithms. Numerical results demonstrate the efficiency and limitations of the ILP approach on this real-world problem.

  20. Intercell scheduling: A negotiation approach using multi-agent coalitions

    NASA Astrophysics Data System (ADS)

    Tian, Yunna; Li, Dongni; Zheng, Dan; Jia, Yunde

    2016-10-01

    Intercell scheduling problems arise as a result of intercell transfers in cellular manufacturing systems. Flexible intercell routes are considered in this article, and a coalition-based scheduling (CBS) approach using distributed multi-agent negotiation is developed. Taking advantage of the extended vision of the coalition agents, the global optimization is improved and the communication cost is reduced. The objective of the addressed problem is to minimize mean tardiness. Computational results show that, compared with the widely used combinatorial rules, CBS provides better performance not only in minimizing the objective, i.e. mean tardiness, but also in minimizing auxiliary measures such as maximum completion time, mean flow time and the ratio of tardy parts. Moreover, CBS is better than the existing intercell scheduling approach for the same problem with respect to the solution quality and computational costs.

  1. SDR/STRS Flight Experiment and the Role of SDR-Based Communication and Navigation Systems

    NASA Technical Reports Server (NTRS)

    Reinhart, Richard C.

    2008-01-01

    This presentation describes an open architecture SDR (software defined radio) infrastructure, suitable for space-based radios and operations, entitled Space Telecommunications Radio System (STRS). SDR technologies will endow space and planetary exploration systems with dramatically increased capability, reduced power consumption, and less mass than conventional systems, at costs reduced by vigorous competition, hardware commonality, dense integration, minimizing the impact of parts obsolescence, improved interoperability, and software re-use. To advance the SDR architecture technology and demonstrate its applicability in space, NASA is developing a space experiment of multiple SDRs each with various waveforms to communicate with NASA s TDRSS satellite and ground networks, and the GPS constellation. An experiments program will investigate S-band and Ka-band communications, navigation, and networking technologies and operations.

  2. FEC decoder design optimization for mobile satellite communications

    NASA Technical Reports Server (NTRS)

    Roy, Ashim; Lewi, Leng

    1990-01-01

    A new telecommunications service for location determination via satellite is being proposed for the continental USA and Europe, which provides users with the capability to find the location of, and communicate from, a moving vehicle to a central hub and vice versa. This communications system is expected to operate in an extremely noisy channel in the presence of fading. In order to achieve high levels of data integrity, it is essential to employ forward error correcting (FEC) encoding and decoding techniques in such mobile satellite systems. A constraint length k = 7 FEC decoder has been implemented in a single chip for such systems. The single chip implementation of the maximum likelihood decoder helps to minimize the cost, size, and power consumption, and improves the bit error rate (BER) performance of the mobile earth terminal (MET).

  3. Optical wireless communications for micromachines

    NASA Astrophysics Data System (ADS)

    O'Brien, Dominic C.; Yuan, Wei Wen; Liu, Jing Jing; Faulkner, Grahame E.; Elston, Steve J.; Collins, Steve; Parry-Jones, Lesley A.

    2006-08-01

    A key challenge for wireless sensor networks is minimizing the energy required for network nodes to communicate with each other, and this becomes acute for self-powered devices such as 'smart dust'. Optical communications is a potentially attractive solution for such devices. The University of Oxford is currently involved in a project to build optical wireless links to smart dust. Retro-reflectors combined with liquid crystal modulators can be integrated with the micro-machine to create a low power transceiver. When illuminated from a base station a modulated beam is returned, transmitting data. Data from the base station can be transmitted using modulation of the illuminating beam and a receiver at the micro-machine. In this paper we outline the energy consumption and link budget considerations in the design of such micro-machines, and report preliminary experimental results.

  4. Primary separation between three aircraft using traffic displays

    NASA Technical Reports Server (NTRS)

    Chappell, S. L.; Palmer, E. A.

    1983-01-01

    The use of a sophisticated traffic and map display termed electronic flight rules (EFR) by general aviation pilots for primary seperation in low density airspace is studied. The experimental flights were made under four conditions: with and without sensor noise in the traffic information and with and without communications for traffic coordination. Pilots were required to maintain two miles horizontal and 500 ft vertical separation from other aircraft for 24 different traffic situations repeated randomly for each of the four experimental conditions. Of 1152 aircraft encounters 12.8 percent were in violation of separation minimums. In general, the effects of sensor noise were minimal, communications affected some of the measures, and the group effect was quite significant. When pilots were able to communicate and coordinate their maneuvers, the time to resolve conflict was reduced.

  5. Minimalism vs. Maximalism in Intercultural Research and Training.

    ERIC Educational Resources Information Center

    Marsh, David

    Like Antarctica, the fields of cross- and intercultural communication are claimed by many, explored by not so many, and understood by perhaps rather few. The most popular references in this area reflect a "maximalist" perspective, generally cross-cultural, which advocates the view that culture is a monolithic and static entity and that…

  6. Educating Young People in Multicultural Educational Environment of Higher Education Institution

    ERIC Educational Resources Information Center

    Yusupova, Gulnaz F.; Podgorecki, Józef; Markova, Nadezhda G.

    2015-01-01

    The issue is relevant today because there is the formation of culture of international relations between students in a multicultural educational environment. The article is aimed at multicultural education, which can minimize culture shock, increase and diversify the experience of cross-cultural communication between countries and peoples who are…

  7. Supporting the Learning of Children with Chronic Illness

    ERIC Educational Resources Information Center

    A'Bear, David

    2014-01-01

    This qualitative study explores the challenges that chronically ill students face in their learning as a result of prolonged and intermittent absences from school. It shows how the use of iPod technology as a communicative link minimized the impact of absences and allowed the student to experience true inclusion in their classroom, enabling the…

  8. Digital Communications in Spatially Distributed Interference Channels.

    DTIC Science & Technology

    1982-12-01

    July 1980 through 31 March 1981. This report is organized into five parts. Part I describes an optimum recivr tructure fordgtlcmutatnI ~ tal itiue (over...Jelinek, and J. Raviv , "Optimal Decoding of Linear Codes for Minimizing Symbol Error Rate", IEEE Trans. Inform. Theory, Vol. IT-20, pp. 284-287, March 1974

  9. 47 CFR 25.104 - Preemption of local zoning of earth stations.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 47 Telecommunication 2 2013-10-01 2013-10-01 false Preemption of local zoning of earth stations... SERVICES SATELLITE COMMUNICATIONS General § 25.104 Preemption of local zoning of earth stations. (a) Any... reception by satellite earth station antennas, or imposes more than minimal costs on users of such antennas...

  10. 47 CFR 25.104 - Preemption of local zoning of earth stations.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 47 Telecommunication 2 2014-10-01 2014-10-01 false Preemption of local zoning of earth stations... SERVICES SATELLITE COMMUNICATIONS General § 25.104 Preemption of local zoning of earth stations. (a) Any... reception by satellite earth station antennas, or imposes more than minimal costs on users of such antennas...

  11. 47 CFR 25.104 - Preemption of local zoning of earth stations.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 47 Telecommunication 2 2010-10-01 2010-10-01 false Preemption of local zoning of earth stations... SERVICES SATELLITE COMMUNICATIONS General § 25.104 Preemption of local zoning of earth stations. (a) Any... reception by satellite earth station antennas, or imposes more than minimal costs on users of such antennas...

  12. 47 CFR 25.104 - Preemption of local zoning of earth stations.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 47 Telecommunication 2 2011-10-01 2011-10-01 false Preemption of local zoning of earth stations... SERVICES SATELLITE COMMUNICATIONS General § 25.104 Preemption of local zoning of earth stations. (a) Any... reception by satellite earth station antennas, or imposes more than minimal costs on users of such antennas...

  13. 47 CFR 25.104 - Preemption of local zoning of earth stations.

    Code of Federal Regulations, 2012 CFR

    2012-10-01

    ... 47 Telecommunication 2 2012-10-01 2012-10-01 false Preemption of local zoning of earth stations... SERVICES SATELLITE COMMUNICATIONS General § 25.104 Preemption of local zoning of earth stations. (a) Any... reception by satellite earth station antennas, or imposes more than minimal costs on users of such antennas...

  14. Sound Localization with an Army Helmet Worn in Combination with an In-Ear Advanced Communications System

    DTIC Science & Technology

    2009-12-01

    minimize onset transients. Broadband noise allows the observer access to both binaural cues (interaural differences in time of arrival and intensity) and...in the health sciences. 3’ ed. New York: Wiley; 1983. 18. Carmichel EL, Harris FP, Stoiy BH. Effects of binaural electronic hearing protectors on

  15. Gender Differences in Topical Coherence: Creating Involvement in Best Friends' Talk.

    ERIC Educational Resources Information Center

    Tannen, Deborah

    1990-01-01

    Examines gender differences in topical coherence of same-sex best friends' conversations using John Gumperz's framework for cross-cultural communication. Finds that girls exhibit minimal or no difficulty in finding something to talk about. Finds that boys exhibit more discomfort, with tenth grade boys talking about their own highly personal…

  16. 75 FR 52746 - Notice of Public Information Collection(s) Being Reviewed by the Federal Communications...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-08-27

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of... TV broadcast and Digital TV (DTV) operations. The Commission permits broadcasters to agree to... broadcast facilities will not result in additional interference to existing TV and DTV broadcast facilities...

  17. Listening--A New Priority In Small Group Process?

    ERIC Educational Resources Information Center

    Brack, Harold A.

    Although listening is a major activity in small group communication, it has received minimal attention. Examination of several books and journals reveals a very sparse treatment of the subject. More attention should be given to listening because it is a key factor in a democratic leadership style and requires different skills than does listening…

  18. Does the Medium Dictate the Message? Cultivating E-Communication in an Asynchronous Environment.

    ERIC Educational Resources Information Center

    Kiernan, Mary; Thomas, Pete; Woodroffe, Mark

    Virtual learning environments (VLEs) are often perceived by education establishments as an opportunity to widen access without traditional overheads. An integral part of most VLEs is asynchronous computer conferencing and on-line moderators must help students migrate quickly to the new virtual environment to minimize learning disruption. This…

  19. Multiple-Feed Design For DSN/SETI Antenna

    NASA Technical Reports Server (NTRS)

    Slobin, S. D.; Bathker, D. A.

    1988-01-01

    Frequency bands changed with little interruption of operation. Modification of feedhorn mounting on existing 34-m-diameter antenna in Deep Space Network (DSN) enables antenna to be shared by Search for Extra-Terrestrial Intelligence (SET) program with minimal interruption of DSN spacecraft tracking. Modified antenna useful in terrestrial communication systems requiring frequent changes of operating frequencies.

  20. Factors that limit compliance with low-impact recommendations

    Treesearch

    James A. Harding; William T. Borrie; David N. Cole

    2000-01-01

    Despite widespread efforts to minimize resource impacts, a number of remote areas continue to suffer from poor backcountry practices. Research to evaluate the effectiveness of low-impact communication strategies as they relate to recall of messages (Cole and others 1997) measured whether or not recreationists were aware of appropriate behavior given certain scenarios;...

  1. Lay people's and health professionals' views about breaking bad news to children.

    PubMed

    Muñoz Sastre, M T; Sorum, P C; Mullet, E

    2014-01-01

    Bad health news is difficult to communicate, especially when parents must give bad news to their children. We had 170 lay persons, 33 nurses and six physicians in Toulouse, France, judge the appropriateness of the parents' behaviour in 64 scenarios of parents dealing with this problem. The scenarios were composed according to a four within-subject orthogonal design: child's age (4, 6, 8 or 10), severity of disease (lethal or worrisome but curable), child's concern or not about his illness and parents' decision about communicating the news (tell nothing, minimize, tell the truth or ask the physician to tell the truth). Cluster analysis revealed four clusters, labelled 'Always Tell the Truth' (33%, including a majority of doctors and nurses), 'Tell Nothing or Minimize' (16%, with an older average age), 'Tell the Truth Except in Cases of Incurable Illness' (22%) and 'Depends on Child's Characteristics' (29%). Physicians in training and in practice need to be aware that lay people--and likely parents as well--have diverse and complex opinions about when and how parents should give bad health news to their children. © 2012 John Wiley & Sons Ltd.

  2. A convex optimization method for self-organization in dynamic (FSO/RF) wireless networks

    NASA Astrophysics Data System (ADS)

    Llorca, Jaime; Davis, Christopher C.; Milner, Stuart D.

    2008-08-01

    Next generation communication networks are becoming increasingly complex systems. Previously, we presented a novel physics-based approach to model dynamic wireless networks as physical systems which react to local forces exerted on network nodes. We showed that under clear atmospheric conditions the network communication energy can be modeled as the potential energy of an analogous spring system and presented a distributed mobility control algorithm where nodes react to local forces driving the network to energy minimizing configurations. This paper extends our previous work by including the effects of atmospheric attenuation and transmitted power constraints in the optimization problem. We show how our new formulation still results in a convex energy minimization problem. Accordingly, an updated force-driven mobility control algorithm is presented. Forces on mobile backbone nodes are computed as the negative gradient of the new energy function. Results show how in the presence of atmospheric obscuration stronger forces are exerted on network nodes that make them move closer to each other, avoiding loss of connectivity. We show results in terms of network coverage and backbone connectivity and compare the developed algorithms for different scenarios.

  3. On the security of semi-device-independent QKD protocols

    NASA Astrophysics Data System (ADS)

    Chaturvedi, Anubhav; Ray, Maharshi; Veynar, Ryszard; Pawłowski, Marcin

    2018-06-01

    While fully device-independent security in (BB84-like) prepare-and-measure quantum key distribution (QKD) is impossible, it can be guaranteed against individual attacks in a semi-device-independent (SDI) scenario, wherein no assumptions are made on the characteristics of the hardware used except for an upper bound on the dimension of the communicated system. Studying security under such minimal assumptions is especially relevant in the context of the recent quantum hacking attacks wherein the eavesdroppers can not only construct the devices used by the communicating parties but are also able to remotely alter their behavior. In this work, we study the security of a SDIQKD protocol based on the prepare-and-measure quantum implementation of a well-known cryptographic primitive, the random access code (RAC). We consider imperfect detectors and establish the critical values of the security parameters (the observed success probability of the RAC and the detection efficiency) required for guaranteeing security against eavesdroppers with and without quantum memory. Furthermore, we suggest a minimal characterization of the preparation device in order to lower the requirements for establishing a secure key.

  4. Development of risk maps to minimize uranium exposures in the Navajo Churchrock mining district

    PubMed Central

    2009-01-01

    Background Decades of improper disposal of uranium-mining wastes on the Navajo Nation has resulted in adverse human and ecological health impacts as well as socio-cultural problems. As the Navajo people become increasingly aware of the contamination problems, there is a need to develop a risk-communication strategy to properly inform tribal members of the extent and severity of the health risks. To be most effective, this strategy needs to blend accepted risk-communication techniques with Navajo perspectives such that the strategy can be used at the community level to inform culturally- and toxicologically-relevant decisions about land and water use as well as mine-waste remediation. Objective The objective of this study was to develop GIS-based thematic maps as communication tools to clearly identify high risk exposure areas and offer alternatives to minimize public and ecological health impacts. Methods Thematic maps were produced that incorporated data derived from environmental sampling and public health surveys. The maps show the location and quality of unregulated water resources and identify regulated water sources that could be used as alternatives. In addition, the maps show the location of contaminated soil and sediment areas in which disturbance of surface deposits should be avoided. Preliminary feedback was collected from an informal Navajo working group to assess the clarity and efficacy of this proposed communication method. Results The working group found the maps to be both clear and effective, and made suggestions for improvements, such as the addition of more map features. The working group predicted that once the maps are presented to the public, water hauling and soil use behaviors will change, and dialogue with chapter officials will be initiated to accelerate further risk reduction efforts. Implications Because risk communication is complicated by language barriers, lack of infrastructure, and historical mistrust of non-Navajo researchers, mapping provides an easily interpretable medium that can be objectively viewed by community members and decision makers to evaluate activities that affect toxicant exposures. PMID:19589163

  5. Development of risk maps to minimize uranium exposures in the Navajo Churchrock mining district.

    PubMed

    deLemos, Jamie L; Brugge, Doug; Cajero, Miranda; Downs, Mallery; Durant, John L; George, Christine M; Henio-Adeky, Sarah; Nez, Teddy; Manning, Thomas; Rock, Tommy; Seschillie, Bess; Shuey, Chris; Lewis, Johnnye

    2009-07-09

    Decades of improper disposal of uranium-mining wastes on the Navajo Nation has resulted in adverse human and ecological health impacts as well as socio-cultural problems. As the Navajo people become increasingly aware of the contamination problems, there is a need to develop a risk-communication strategy to properly inform tribal members of the extent and severity of the health risks. To be most effective, this strategy needs to blend accepted risk-communication techniques with Navajo perspectives such that the strategy can be used at the community level to inform culturally- and toxicologically-relevant decisions about land and water use as well as mine-waste remediation. The objective of this study was to develop GIS-based thematic maps as communication tools to clearly identify high risk exposure areas and offer alternatives to minimize public and ecological health impacts. Thematic maps were produced that incorporated data derived from environmental sampling and public health surveys. The maps show the location and quality of unregulated water resources and identify regulated water sources that could be used as alternatives. In addition, the maps show the location of contaminated soil and sediment areas in which disturbance of surface deposits should be avoided. Preliminary feedback was collected from an informal Navajo working group to assess the clarity and efficacy of this proposed communication method. The working group found the maps to be both clear and effective, and made suggestions for improvements, such as the addition of more map features. The working group predicted that once the maps are presented to the public, water hauling and soil use behaviors will change, and dialogue with chapter officials will be initiated to accelerate further risk reduction efforts. Because risk communication is complicated by language barriers, lack of infrastructure, and historical mistrust of non-Navajo researchers, mapping provides an easily interpretable medium that can be objectively viewed by community members and decision makers to evaluate activities that affect toxicant exposures.

  6. Communicating in complex situations: a normative approach to HIV-related talk among parents who are HIV+.

    PubMed

    Edwards, Laura L; Donovan-Kicken, Erin; Reis, Janet S

    2014-01-01

    Parents with HIV/AIDS are confronted with unique challenges when discussing HIV-related information with their children. Strategies for navigating these challenges effectively have not been systematically examined. In this study, we conducted in-depth interviews with 76 parents with HIV/AIDS who had children ages 10-18 years. Guided by O'Keefe and Delia's definition of a complex communication situation and Goldsmith's normative approach to interpersonal communication, we examined parents' goals for discussing HIV-related information, factors that made conversations challenging, and instances where these conversational purposes conflicted with one another. Our data reveal the following parent-adolescent communication predicaments: relaying safety information about HIV while minimizing child anxiety, modeling open family communication without damaging one's parental identity, and balancing parent-child relational needs amid living with an unpredictable health condition. Parents also described a variety of strategies for mitigating challenges when discussing HIV-related topics. Strategies parents perceived as effective included reframing HIV as a chronic, manageable illness; keeping talk educational; and embedding HIV-related topics within more general conversations. The theoretical and practical applications of these findings are discussed with regard to their relevance to health communication scholars and HIV care professionals.

  7. A private ultraviolet channel in visual communication.

    PubMed Central

    Cummings, Molly E; Rosenthal, Gil G; Ryan, Michael J

    2003-01-01

    Although private communication is considered an important diversifying force in evolution, there is little direct behavioural evidence to support this notion. Here, we show that ultraviolet (UV) signalling in northern swordtails (Xiphophorus) affords a channel for communication that is not accessible to their major predator, Astyanax mexicanus, the Mexican tetra. Laboratory and field behavioural experiments with swordtails (X. nigrensis) and predators (A. mexicanus) demonstrate that male UV ornamentation significantly increases their attractiveness to females but not to this predator, which is less sensitive to UV. UV reflectance among swordtail species correlates positively with tetra densities across habitats, and visual contrast estimates suggest that UV signals are highly conspicuous to swordtails in their natural environment. Cross-species comparisons also support the hypothesis that natural selection drives the use of UV communication. We compared two species, one with high (X. nigrensis) and one with low (X. malinche) Mexican tetra densities. Xiphophorus nigrensis males reflect significantly more UV than X. malinche, exhibit significant UV sexual dimorphism, and UV is a salient component of the sexual communication system. In X. malinche, however, males reflect minimally in the UV, there is no UV sexual dimorphism, and UV does not play a part in its communication system. PMID:12803903

  8. A private ultraviolet channel in visual communication.

    PubMed

    Cummings, Molly E; Rosenthal, Gil G; Ryan, Michael J

    2003-05-07

    Although private communication is considered an important diversifying force in evolution, there is little direct behavioural evidence to support this notion. Here, we show that ultraviolet (UV) signalling in northern swordtails (Xiphophorus) affords a channel for communication that is not accessible to their major predator, Astyanax mexicanus, the Mexican tetra. Laboratory and field behavioural experiments with swordtails (X. nigrensis) and predators (A. mexicanus) demonstrate that male UV ornamentation significantly increases their attractiveness to females but not to this predator, which is less sensitive to UV. UV reflectance among swordtail species correlates positively with tetra densities across habitats, and visual contrast estimates suggest that UV signals are highly conspicuous to swordtails in their natural environment. Cross-species comparisons also support the hypothesis that natural selection drives the use of UV communication. We compared two species, one with high (X. nigrensis) and one with low (X. malinche) Mexican tetra densities. Xiphophorus nigrensis males reflect significantly more UV than X. malinche, exhibit significant UV sexual dimorphism, and UV is a salient component of the sexual communication system. In X. malinche, however, males reflect minimally in the UV, there is no UV sexual dimorphism, and UV does not play a part in its communication system.

  9. Using Roadside Billboard Posters to Increase Admission Rates to Problem Gambling Services: Reflections on Failure.

    PubMed

    Calderwood, Kimberly A; Wellington, William J

    2015-07-01

    Based on the stimulus-response model of advertising, this study sought to increase admission rates to a local problem gambling service (PGS) in Windsor, Ontario, Canada, by adding a series of locally based 10 foot by 20 foot roadside billboard posters to PGS's existing communications tools for a 24-week period. Using proof of performance reports, a pre-post survey of new callers to PGS, a website visit counter, and a media awareness survey, the findings showed that at least some individuals were influenced by billboard exposure, but admission rates continued to decline during the billboard campaign period. While one possible explanation for the communications failure was that the whole PGS communications campaign was below the minimal threshold for communications perception, another possible explanation is that the stimulus-response model of advertising used may not have been appropriate for such advertising that targets behavior change. Reflections on using an information-processing model instead of a stimulus-response model, and considerations of a two-step flow of communication, are provided. Recommendations are made regarding matching communications messages to stages of behavior change, use of online promotion, and strategies for future research. © 2015 Society for Public Health Education.

  10. Changing the S and MA [Safety and Mission Assurance] Paradigm

    NASA Technical Reports Server (NTRS)

    Malone, Roy W., Jr.

    2010-01-01

    Objectives: 1) Optimize S&MA organization to best facilitate Shuttle transition in 2010, successfully support Ares developmental responsibilities, and minimize the impacts of the gap between last Shuttle flight and start of Ares V Project. 2) Improve leveraging of critical skills and experience between Shuttle and Ares. 3) Split technical and supervisory functions to facilitate technical penetration. 4) Create Chief Safety and Mission Assurance Officer (CSO) stand-alone position for successfully implementation of S&MA Technical Authority. 5) Minimize disruption to customers. 6) Provide early involvement of S&MA leadership team and frequent/open communications with S&MA team members and steak-holders.

  11. Entanglement measures based on observable correlations

    NASA Astrophysics Data System (ADS)

    Luo, Shunlong

    2008-06-01

    By regarding quantum states as communication channels and using observable correlations quantitatively expressed by mutual information, we introduce a hierarchy of entanglement measures that includes the entanglement of formation as a particular instance. We compare the maximal and minimal measures and indicate the conceptual advantages of the minimal measure over the entanglement of formation. We reveal a curious feature of the entanglement of formation by showing that it can exceed the quantum mutual information, which is usually regarded as a theoretical measure of total correlations. This places the entanglement of formation in a broader scenario, highlights its peculiarity in relation to pure-state ensembles, and introduces a competing definition with intrinsic informational significance.

  12. Bio-inspired secure data mules for medical sensor network

    NASA Astrophysics Data System (ADS)

    Muraleedharan, Rajani; Gao, Weihua; Osadciw, Lisa A.

    2010-04-01

    Medical sensor network consist of heterogeneous nodes, wireless, mobile and wired with varied functionality. The resources at each sensor require to be exploited minimally while sensitive information is sensed and communicated to its access points using secure data mules. In this paper, we analyze the flat architecture, where different functionality and priority information require varied resources forms a non-deterministic polynomial-time hard problem. Hence, a bio-inspired data mule that helps to obtain dynamic multi-objective solution with minimal resource and secure path is applied. The performance of the proposed approach is based on reduced latency, data delivery rate and resource cost.

  13. Large-scale evidence of dependency length minimization in 37 languages

    PubMed Central

    Futrell, Richard; Mahowald, Kyle; Gibson, Edward

    2015-01-01

    Explaining the variation between human languages and the constraints on that variation is a core goal of linguistics. In the last 20 y, it has been claimed that many striking universals of cross-linguistic variation follow from a hypothetical principle that dependency length—the distance between syntactically related words in a sentence—is minimized. Various models of human sentence production and comprehension predict that long dependencies are difficult or inefficient to process; minimizing dependency length thus enables effective communication without incurring processing difficulty. However, despite widespread application of this idea in theoretical, empirical, and practical work, there is not yet large-scale evidence that dependency length is actually minimized in real utterances across many languages; previous work has focused either on a small number of languages or on limited kinds of data about each language. Here, using parsed corpora of 37 diverse languages, we show that overall dependency lengths for all languages are shorter than conservative random baselines. The results strongly suggest that dependency length minimization is a universal quantitative property of human languages and support explanations of linguistic variation in terms of general properties of human information processing. PMID:26240370

  14. A negentropy minimization approach to adaptive equalization for digital communication systems.

    PubMed

    Choi, Sooyong; Lee, Te-Won

    2004-07-01

    In this paper, we introduce and investigate a new adaptive equalization method based on minimizing approximate negentropy of the estimation error for a finite-length equalizer. We consider an approximate negentropy using nonpolynomial expansions of the estimation error as a new performance criterion to improve performance of a linear equalizer based on minimizing minimum mean squared error (MMSE). Negentropy includes higher order statistical information and its minimization provides improved converge, performance and accuracy compared to traditional methods such as MMSE in terms of bit error rate (BER). The proposed negentropy minimization (NEGMIN) equalizer has two kinds of solutions, the MMSE solution and the other one, depending on the ratio of the normalization parameters. The NEGMIN equalizer has best BER performance when the ratio of the normalization parameters is properly adjusted to maximize the output power(variance) of the NEGMIN equalizer. Simulation experiments show that BER performance of the NEGMIN equalizer with the other solution than the MMSE one has similar characteristics to the adaptive minimum bit error rate (AMBER) equalizer. The main advantage of the proposed equalizer is that it needs significantly fewer training symbols than the AMBER equalizer. Furthermore, the proposed equalizer is more robust to nonlinear distortions than the MMSE equalizer.

  15. On Scott-Phillips' General Account of Communication.

    PubMed

    Planer, Ronald J

    2017-12-01

    The purpose of this paper is to critically engage with a recent attempt by Thom Scott-Phillips to offer a general account of communication. As a general account, it is intended to apply equally well to both non-human and human interactions which are prima facie communicative in character. However, so far, Scott-Phillips has provided little detail regarding how his account is supposed to apply to the latter set of cases. After presenting what I take to be the most plausible way of filling in those details, I argue that his account would appear to be too narrow: it (minimally) fails to capture a range of human interactions which strike us as instances of communication. To wit, these are cases in which some but not all of the information an act is designed to convey to a reactor actually reaches that reactor. An alternative account incorporating Scott-Phillips' main insights is then sketched, and it is suggested that this account, or something like it, would accommodate the full range of non-human and human interactions that are intuitively communicative.

  16. Optimally Distributed Kalman Filtering with Data-Driven Communication †

    PubMed Central

    Dormann, Katharina

    2018-01-01

    For multisensor data fusion, distributed state estimation techniques that enable a local processing of sensor data are the means of choice in order to minimize storage and communication costs. In particular, a distributed implementation of the optimal Kalman filter has recently been developed. A significant disadvantage of this algorithm is that the fusion center needs access to each node so as to compute a consistent state estimate, which requires full communication each time an estimate is requested. In this article, different extensions of the optimally distributed Kalman filter are proposed that employ data-driven transmission schemes in order to reduce communication expenses. As a first relaxation of the full-rate communication scheme, it can be shown that each node only has to transmit every second time step without endangering consistency of the fusion result. Also, two data-driven algorithms are introduced that even allow for lower transmission rates, and bounds are derived to guarantee consistent fusion results. Simulations demonstrate that the data-driven distributed filtering schemes can outperform a centralized Kalman filter that requires each measurement to be sent to the center node. PMID:29596392

  17. Parametric binary dissection

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.; Crockett, Thomas W.; Nicol, David M.

    1993-01-01

    Binary dissection is widely used to partition non-uniform domains over parallel computers. This algorithm does not consider the perimeter, surface area, or aspect ratio of the regions being generated and can yield decompositions that have poor communication to computation ratio. Parametric Binary Dissection (PBD) is a new algorithm in which each cut is chosen to minimize load + lambda x(shape). In a 2 (or 3) dimensional problem, load is the amount of computation to be performed in a subregion and shape could refer to the perimeter (respectively surface) of that subregion. Shape is a measure of communication overhead and the parameter permits us to trade off load imbalance against communication overhead. When A is zero, the algorithm reduces to plain binary dissection. This algorithm can be used to partition graphs embedded in 2 or 3-d. Load is the number of nodes in a subregion, shape the number of edges that leave that subregion, and lambda the ratio of time to communicate over an edge to the time to compute at a node. An algorithm is presented that finds the depth d parametric dissection of an embedded graph with n vertices and e edges in O(max(n log n, de)) time, which is an improvement over the O(dn log n) time of plain binary dissection. Parallel versions of this algorithm are also presented; the best of these requires O((n/p) log(sup 3)p) time on a p processor hypercube, assuming graphs of bounded degree. How PBD is applied to 3-d unstructured meshes and yields partitions that are better than those obtained by plain dissection is described. Its application to the color image quantization problem is also discussed, in which samples in a high-resolution color space are mapped onto a lower resolution space in a way that minimizes the color error.

  18. Public Awareness of Uterine Power Morcellation Through US Food and Drug Administration Communications: Analysis of Google Trends Search Term Patterns.

    PubMed

    Wood, Lauren N; Jamnagerwalla, Juzar; Markowitz, Melissa A; Thum, D Joseph; McCarty, Philip; Medendorp, Andrew R; Raz, Shlomo; Kim, Ja-Hong

    2018-04-26

    Uterine power morcellation, where the uterus is shred into smaller pieces, is a widely used technique for removal of uterine specimens in patients undergoing minimally invasive abdominal hysterectomy or myomectomy. Complications related to power morcellation of uterine specimens led to US Food and Drug Administration (FDA) communications in 2014 ultimately recommending against the use of power morcellation for women undergoing minimally invasive hysterectomy. Subsequently, practitioners drastically decreased the use of morcellation. We aimed to determine the effect of increased patient awareness on the decrease in use of the morcellator. Google Trends is a public tool that provides data on temporal patterns of search terms, and we correlated this data with the timing of the FDA communication. Weekly relative search volume (RSV) was obtained from Google Trends using the term “morcellation.” Higher RSV corresponds to increases in weekly search volume. Search volumes were divided into 3 groups: the 2 years prior to the FDA communication, a 1-year period following, and thereafter, with the distribution of the weekly RSV over the 3 periods tested using 1-way analysis of variance. Additionally, we analyzed the total number of websites containing the term “morcellation” over this time. The mean RSV prior to the FDA communication was 12.0 (SD 15.8), with the RSV being 60.3 (SD 24.7) in the 1-year after and 19.3 (SD 5.2) thereafter (P<.001). The mean number of webpages containing the term “morcellation” in 2011 was 10,800, rising to 18,800 during 2014 and 36,200 in 2017. Google search activity about morcellation of uterine specimens increased significantly after the FDA communications. This trend indicates an increased public awareness regarding morcellation and its complications. More extensive preoperative counseling and alteration of surgical technique and clinician practice may be necessary. ©Lauren N Wood, Juzar Jamnagerwalla, Melissa A Markowitz, D Joseph Thum, Philip McCarty, Andrew R Medendorp, Shlomo Raz, Ja-Hong Kim. Originally published in JMIR Public Health and Surveillance (http://publichealth.jmir.org), 26.04.2018.

  19. Patient-physician communication about early stage prostate cancer: analysis of overall visit structure.

    PubMed

    Henry, Stephen G; Czarnecki, Danielle; Kahn, Valerie C; Chou, Wen-Ying Sylvia; Fagerlin, Angela; Ubel, Peter A; Rovner, David R; Alexander, Stewart C; Knight, Sara J; Holmes-Rovner, Margaret

    2015-10-01

    We know little about patient-physician communication during visits to discuss diagnosis and treatment of prostate cancer. To examine the overall visit structure and how patients and physicians transition between communication activities during visits in which patients received new prostate cancer diagnoses. Forty veterans and 18 urologists at one VA medical centre. We coded 40 transcripts to identify major communication activities during visits and used empiric discourse analysis to analyse transitions between activities. We identified five communication activities that occurred in the following typical sequence: 'diagnosis delivery', 'risk classification', 'options talk', 'decision talk' and 'next steps'. The first two activities were typically brief and involved minimal patient participation. Options talk was typically the longest activity; physicians explicitly announced the beginning of options talk and framed it as their professional responsibility. Some patients were unsure of the purpose of visit and/or who should make treatment decisions. Visits to deliver the diagnosis of early stage prostate cancer follow a regular sequence of communication activities. Physicians focus on discussing treatment options and devote comparatively little time and attention to discussing the new cancer diagnosis. Towards the goal of promoting patient-centred communication, physicians should consider eliciting patient reactions after diagnosis delivery and explaining the decision-making process before describing treatment options. © 2013 John Wiley & Sons Ltd.

  20. Interpreter-mediated diabetes consultations: a qualitative analysis of physician communication practices

    PubMed Central

    2013-01-01

    Background Patient-provider communication, in particular physicians’ ability to listen to their patients, and support them in making difficult lifestyle changes, is an essential component of effective diabetes care. Clinical communication around diabetes can be especially challenging when language barriers are present, and may contribute to poor diabetes management and outcomes. Clinicians need to be aware of and address potential communication difficulties associated with interpreter-mediated consultations. The purpose of our study was to explore how physicians communicate in interpreter-mediated consultations with diabetic patients, and how their communication behaviors may impact diabetes communication and care. Method We analyzed transcripts from 8 audio recorded, outpatient consultations at the Basel University Hospital general medicine outpatient clinic involving Turkish-speaking patients, German-speaking physicians, and Turkish-German interpreters (both community interpreters and family members). Results Clinicians used closed questions when asking about symptoms and glucose control. When providing information and explanation, they spoke in long and complex speech turns. They often directed their speech to interpreters or became sidetracked by family members’ questions or requests for information. Patients’ participation in the consultation was minimal, and limited to brief answers to clinicians’ questions. Conclusions Clinicians need to be aware of common pitfalls that diminish patient-centeredness during interpreter-mediated consultations, and learn strategies to avoid them. Attention to established guidelines on triadic communication is recommended, as is hands-on training with interpreters. PMID:24152539

  1. The future of veterinary communication: Partnership or persuasion? A qualitative investigation of veterinary communication in the pursuit of client behaviour change

    PubMed Central

    Bard, Alison M.; Main, David C. J.; Haase, Anne M.; Whay, Helen R.; Roe, Emma J.; Reyher, Kristen K.

    2017-01-01

    Client behaviour change is at the heart of veterinary practice, where promoting animal health and welfare is often synonymous with engaging clients in animal management practices. In the medical realm, extensive research points to the link between practitioner communication and patient behavioural outcomes, suggesting that the veterinary industry could benefit from a deeper understanding of veterinarian communication and its effects on client motivation. Whilst extensive studies have quantified language components typical of the veterinary consultation, the literature is lacking in-depth qualitative analysis in this context. The objective of this study was to address this deficit, and offer new critical insight into veterinary communication strategies in the pursuit of client behaviour change. Role-play interactions (n = 15) between UK cattle veterinarians and an actress experienced in medical and veterinary education were recorded, transcribed and analysed thematically. Analysis revealed that, overall, veterinarians tend to communicate in a directive style (minimal eliciting of client opinion, dominating the consultation agenda, prioritising instrumental support), reflecting a paternalistic role in the consultation interaction. Given this finding, recommendations for progress in the veterinary industry are made; namely, the integration of evidence-based medical communication methodologies into clinical training. Use of these types of methodologies may facilitate the adoption of more mutualistic, relationship-centred communication in veterinary practice, supporting core psychological elements of client motivation and resultant behaviour change. PMID:28257511

  2. Experimental validation of wireless communication with chaos.

    PubMed

    Ren, Hai-Peng; Bai, Chao; Liu, Jian; Baptista, Murilo S; Grebogi, Celso

    2016-08-01

    The constraints of a wireless physical media, such as multi-path propagation and complex ambient noises, prevent information from being communicated at low bit error rate. Surprisingly, it has only recently been shown that, from a theoretical perspective, chaotic signals are optimal for communication. It maximises the receiver signal-to-noise performance, consequently minimizing the bit error rate. This work demonstrates numerically and experimentally that chaotic systems can in fact be used to create a reliable and efficient wireless communication system. Toward this goal, we propose an impulsive control method to generate chaotic wave signals that encode arbitrary binary information signals and an integration logic together with the match filter capable of decreasing the noise effect over a wireless channel. The experimental validation is conducted by inputting the signals generated by an electronic transmitting circuit to an electronic circuit that emulates a wireless channel, where the signals travel along three different paths. The output signal is decoded by an electronic receiver, after passing through a match filter.

  3. On Deployment of Multiple Base Stations for Energy-Efficient Communication in Wireless Sensor Networks

    DOE PAGES

    Lin, Yunyue; Wu, Qishi; Cai, Xiaoshan; ...

    2010-01-01

    Data transmission from sensor nodes to a base station or a sink node often incurs significant energy consumption, which critically affects network lifetime. We generalize and solve the problem of deploying multiple base stations to maximize network lifetime in terms of two different metrics under one-hop and multihop communication models. In the one-hop communication model, the sensors far away from base stations always deplete their energy much faster than others. We propose an optimal solution and a heuristic approach based on the minimal enclosing circle algorithm to deploy a base station at the geometric center of each cluster. In themore » multihop communication model, both base station location and data routing mechanism need to be considered in maximizing network lifetime. We propose an iterative algorithm based on rigorous mathematical derivations and use linear programming to compute the optimal routing paths for data transmission. Simulation results show the distinguished performance of the proposed deployment algorithms in maximizing network lifetime.« less

  4. Experimental validation of wireless communication with chaos

    NASA Astrophysics Data System (ADS)

    Ren, Hai-Peng; Bai, Chao; Liu, Jian; Baptista, Murilo S.; Grebogi, Celso

    2016-08-01

    The constraints of a wireless physical media, such as multi-path propagation and complex ambient noises, prevent information from being communicated at low bit error rate. Surprisingly, it has only recently been shown that, from a theoretical perspective, chaotic signals are optimal for communication. It maximises the receiver signal-to-noise performance, consequently minimizing the bit error rate. This work demonstrates numerically and experimentally that chaotic systems can in fact be used to create a reliable and efficient wireless communication system. Toward this goal, we propose an impulsive control method to generate chaotic wave signals that encode arbitrary binary information signals and an integration logic together with the match filter capable of decreasing the noise effect over a wireless channel. The experimental validation is conducted by inputting the signals generated by an electronic transmitting circuit to an electronic circuit that emulates a wireless channel, where the signals travel along three different paths. The output signal is decoded by an electronic receiver, after passing through a match filter.

  5. "Brief report: increase in production of spoken words in some children with autism after PECS teaching to Phase III".

    PubMed

    Carr, Deborah; Felce, Janet

    2007-04-01

    The context for this work was an evaluation study [Carr, D., & Felce, J. A. (in press)] of the early phases of the Picture Exchange Communication System (PECS) [Frost, L. A., & Bondy, A. S. (1994). The picture exchange communication system training manual. Cherry Hill, NJ: Pyramid Educational Consultants, Inc.; Frost, L. A., & Bondy, A. S. (2004). The picture exchange communication system training manual, 2nd edn. Newark, DE: Pyramid Educational Consultants, Inc.]. This paper reports that five of 24 children who received 15 h of PECS teaching towards Phase III over a period of 4-5 weeks, showed concomitant increases in speech production, either in initiating communication with staff or in responding, or both. No children in the PECS group demonstrated a decrease in spoken words after receiving PECS teaching. In the control group, only one of 17 children demonstrated a minimal increase and four of 17 children demonstrated a decrease in use of spoken words after a similar period without PECS teaching.

  6. A randomized trial comparison of the effects of verbal and pictorial naturalistic communication strategies on spoken language for young children with autism.

    PubMed

    Schreibman, Laura; Stahmer, Aubyn C

    2014-05-01

    Presently there is no consensus on the specific behavioral treatment of choice for targeting language in young nonverbal children with autism. This randomized clinical trial compared the effectiveness of a verbally-based intervention, Pivotal Response Training (PRT) to a pictorially-based behavioral intervention, the Picture Exchange Communication System (PECS) on the acquisition of spoken language by young (2-4 years), nonverbal or minimally verbal (≤9 words) children with autism. Thirty-nine children were randomly assigned to either the PRT or PECS condition. Participants received on average 247 h of intervention across 23 weeks. Dependent measures included overall communication, expressive vocabulary, pictorial communication and parent satisfaction. Children in both intervention groups demonstrated increases in spoken language skills, with no significant difference between the two conditions. Seventy-eight percent of all children exited the program with more than 10 functional words. Parents were very satisfied with both programs but indicated PECS was more difficult to implement.

  7. Experimental validation of wireless communication with chaos

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

    Ren, Hai-Peng; Bai, Chao; Liu, Jian

    The constraints of a wireless physical media, such as multi-path propagation and complex ambient noises, prevent information from being communicated at low bit error rate. Surprisingly, it has only recently been shown that, from a theoretical perspective, chaotic signals are optimal for communication. It maximises the receiver signal-to-noise performance, consequently minimizing the bit error rate. This work demonstrates numerically and experimentally that chaotic systems can in fact be used to create a reliable and efficient wireless communication system. Toward this goal, we propose an impulsive control method to generate chaotic wave signals that encode arbitrary binary information signals and anmore » integration logic together with the match filter capable of decreasing the noise effect over a wireless channel. The experimental validation is conducted by inputting the signals generated by an electronic transmitting circuit to an electronic circuit that emulates a wireless channel, where the signals travel along three different paths. The output signal is decoded by an electronic receiver, after passing through a match filter.« less

  8. Characteristics of team briefings in gynecological surgery.

    PubMed

    Forsyth, Katherine L; Hildebrand, Emily A; Hallbeck, M Susan; Branaghan, Russell J; Blocker, Renaldo C

    2018-02-24

    Preoperative briefings have been proven beneficial for improving team performance in the operating room. However, there has been minimal research regarding team briefings in specific surgical domains. As part of a larger project to develop a briefing structure for gynecological surgery, the study aimed to better understand the current state of pre-operative team briefings in one department of an academic hospital. Twenty-four team briefings were observed and video recorded. Communication was analyzed and social network metrics were created based on the team member verbal interactions. Introductions occurred in only 25% of the briefings. Network analysis revealed that average team briefings exhibited a hierarchical structure of communication, with the surgeon speaking the most frequently. The average network for resident-led briefings displayed a non-hierarchical structure with all team members communicating with the resident. Briefings conducted without a standardized protocol can produce variable communication between the role leading and the team members present. Copyright © 2018 Elsevier Ltd. All rights reserved.

  9. Minimization of Roll Firings for Optimal Propellant Maneuvers

    NASA Astrophysics Data System (ADS)

    Leach, Parker C.

    Attitude control of the International Space Station (ISS) is critical for operations, impacting power, communications, and thermal systems. The station uses gyroscopes and thrusters for attitude control, and reorientations are normally assisted by thrusters on docked vehicles. When the docked vehicles are unavailable, the reduction in control authority in the roll axis results in frequent jet firings and massive fuel consumption. To improve this situation, new guidance and control schemes are desired that provide control with fewer roll firings. Optimal control software was utilized to solve for potential candidates that satisfied desired conditions with the goal of minimizing total propellant. An ISS simulation too was then used to test these solutions for feasibility. After several problem reformulations, multiple candidate solutions minimizing or completely eliminating roll firings were found. Flight implementation would not only save massive amounts of fuel and thus money, but also reduce ISS wear and tear, thereby extending its lifetime.

  10. Beam queuing for aeronautical free space optical networks

    NASA Astrophysics Data System (ADS)

    Karras, Kimon; Marinos, Dimitris; Kouros, Pavlos

    2010-08-01

    Free space optical technologies are currently only very marginally used in aviation, particularly for communication purposes. Most applications occur in a military environment, with civilian aviation remaining oblivious to its advantages. One of these is high-bandwidth communication between the various actors available in an aeronautical network. Considerable research is underway in order to resolve a multitude of issues like reliable reception and transmission of the optical signal and the construction of high performance, small and lightweight terminals for the optical transceiver. The slow Pointing, Acquisition and Tracking of the latter represents a significant issue, which detracts from their usability in such an environment. Since an aircraft may carry only a limited number of such terminals on board, the delay of a terminal in reacquiring a target (which is in the order of several seconds) constitutes a significant hurdle in achieving satisfactory connectivity. This paper proposes an optimization technique, in which packet are reordered dynamically before transmission in the sender node in order to minimize terminal movement and thus avoid the time-consuming PAT process. Several parameters are considered such as QoS of the packets, minimization of the number of movements of the terminal and of the distance it must traverse when it reacquires a target. The algorithm was tested by integrating it into a custom built, discrete event SystemC simulator. The results verify that incorporating into such a system yields tangible benefits in terms of the practical throughput achieved by the system through the minimization of idle time, while moving.

  11. Distributed Optimal Dispatch of Distributed Energy Resources Over Lossy Communication Networks

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

    Wu, Junfeng; Yang, Tao; Wu, Di

    In this paper, we consider the economic dispatch problem (EDP), where a cost function that is assumed to be strictly convex is assigned to each of distributed energy resources (DERs), over packet dropping networks. The goal of a standard EDP is to minimize the total generation cost while meeting total demand and satisfying individual generator output limit. We propose a distributed algorithm for solving the EDP over networks. The proposed algorithm is resilient against packet drops over communication links. Under the assumption that the underlying communication network is strongly connected with a positive probability and the packet drops are independentmore » and identically distributed (i.i.d.), we show that the proposed algorithm is able to solve the EDP. Numerical simulation results are used to validate and illustrate the main results of the paper.« less

  12. Verbal communication improves laparoscopic team performance.

    PubMed

    Shiliang Chang; Waid, Erin; Martinec, Danny V; Bin Zheng; Swanstrom, Lee L

    2008-06-01

    The impact of verbal communication on laparoscopic team performance was examined. A total of 24 dyad teams, comprised of residents, medical students, and office staff, underwent 2 team tasks using a previously validated bench model. Twelve teams (feedback groups) received instant verbal instruction and feedback on their performance from an instructor which was compared with 12 teams (control groups) with minimal or no verbal feedback. Their performances were both video and audio taped for analysis. Surgical backgrounds were similar between feedback and control groups. Teams with more verbal feedback achieved significantly better task performance (P = .002) compared with the control group with less feedback. Impact of verbal feedback was more pronounced for tasks requiring team cooperation (aiming and navigation) than tasks depending on individual skills (knotting). Verbal communication, especially the instructions and feedback from an experienced instructor, improved team efficiency and performance.

  13. Apparatus and methods for relieving thermally induced stresses in inner and outer bands of thermally cooled turbine nozzle stages

    DOEpatents

    Yu, Yufeng Phillip; Itzel, Gary Michael; Correia, Victor H. S.

    2002-01-01

    To control the temperature mismatch between the inner and outer bands and covers forming plenums with the inner and outer bands on sides thereof remote from the hot gas path, passages extend from the leading edge of the covers in communication with the hot gases of combustion to the trailing edge of the covers in communication with the hot gas flowpath. A mixing chamber is provided in each passage in communication with compressor discharge air for mixing the hot gases of combustion and compressor discharge air for flow through the passage, thereby heating the cover and minimizing the temperature differential between the inner and outer bands and their respective covers. The passages are particularly useful adjacent the welded or brazed joints between the covers and inner band portions.

  14. Communicating scientific uncertainty

    PubMed Central

    Fischhoff, Baruch; Davis, Alex L.

    2014-01-01

    All science has uncertainty. Unless that uncertainty is communicated effectively, decision makers may put too much or too little faith in it. The information that needs to be communicated depends on the decisions that people face. Are they (i) looking for a signal (e.g., whether to evacuate before a hurricane), (ii) choosing among fixed options (e.g., which medical treatment is best), or (iii) learning to create options (e.g., how to regulate nanotechnology)? We examine these three classes of decisions in terms of how to characterize, assess, and convey the uncertainties relevant to each. We then offer a protocol for summarizing the many possible sources of uncertainty in standard terms, designed to impose a minimal burden on scientists, while gradually educating those whose decisions depend on their work. Its goals are better decisions, better science, and better support for science. PMID:25225390

  15. A Navier-Strokes Chimera Code on the Connection Machine CM-5: Design and Performance

    NASA Technical Reports Server (NTRS)

    Jespersen, Dennis C.; Levit, Creon; Kwak, Dochan (Technical Monitor)

    1994-01-01

    We have implemented a three-dimensional compressible Navier-Stokes code on the Connection Machine CM-5. The code is set up for implicit time-stepping on single or multiple structured grids. For multiple grids and geometrically complex problems, we follow the 'chimera' approach, where flow data on one zone is interpolated onto another in the region of overlap. We will describe our design philosophy and give some timing results for the current code. A parallel machine like the CM-5 is well-suited for finite-difference methods on structured grids. The regular pattern of connections of a structured mesh maps well onto the architecture of the machine. So the first design choice, finite differences on a structured mesh, is natural. We use centered differences in space, with added artificial dissipation terms. When numerically solving the Navier-Stokes equations, there are liable to be some mesh cells near a solid body that are small in at least one direction. This mesh cell geometry can impose a very severe CFL (Courant-Friedrichs-Lewy) condition on the time step for explicit time-stepping methods. Thus, though explicit time-stepping is well-suited to the architecture of the machine, we have adopted implicit time-stepping. We have further taken the approximate factorization approach. This creates the need to solve large banded linear systems and creates the first possible barrier to an efficient algorithm. To overcome this first possible barrier we have considered two options. The first is just to solve the banded linear systems with data spread over the whole machine, using whatever fast method is available. This option is adequate for solving scalar tridiagonal systems, but for scalar pentadiagonal or block tridiagonal systems it is somewhat slower than desired. The second option is to 'transpose' the flow and geometry variables as part of the time-stepping process: Start with x-lines of data in-processor. Form explicit terms in x, then transpose so y-lines of data are in-processor. Form explicit terms in y, then transpose so z-lines are in processor. Form explicit terms in z, then solve linear systems in the z-direction. Transpose to the y-direction, then solve linear systems in the y-direction. Finally transpose to the x direction and solve linear systems in the x-direction. This strategy avoids inter-processor communication when differencing and solving linear systems, but requires a large amount of communication when doing the transposes. The transpose method is more efficient than the non-transpose strategy when dealing with scalar pentadiagonal or block tridiagonal systems. For handling geometrically complex problems the chimera strategy was adopted. For multiple zone cases we compute on each zone sequentially (using the whole parallel machine), then send the chimera interpolation data to a distributed data structure (array) laid out over the whole machine. This information transfer implies an irregular communication pattern, and is the second possible barrier to an efficient algorithm. We have implemented these ideas on the CM-5 using CMF (Connection Machine Fortran), a data parallel language which combines elements of Fortran 90 and certain extensions, and which bears a strong similarity to High Performance Fortran. We make use of the Connection Machine Scientific Software Library (CMSSL) for the linear solver and array transpose operations.

  16. Knowledge Citizens? Intellectual Disability and the Production of Social Meanings within Educational Research

    ERIC Educational Resources Information Center

    Taylor, Ashley

    2018-01-01

    Intellectual disability may appear to many as a barrier to participation in or the production of educational research. Indeed, a common perception of individuals seen as having cognitive impairments, and especially those with minimal or no verbal communication, is that they are incapable of the reasoning or lack the deliberative capacities…

  17. Predictive Cache Modeling and Analysis

    DTIC Science & Technology

    2011-11-01

    metaheuristic /bin-packing algorithm to optimize task placement based on task communication characterization. Our previous work on task allocation showed...Cache Miss Minimization Technology To efficiently explore combinations and discover nearly-optimal task-assignment algorithms , we extended to our...it was possible to use our algorithmic techniques to decrease network bandwidth consumption by ~25%. In this effort, we adapted these existing

  18. FORUM: Instructional Communication and Millennial Students: Millennial Students in the College Classroom: Adjusting to Academic Entitlement

    ERIC Educational Resources Information Center

    Goldman, Zachary W.; Martin, Matthew M.

    2016-01-01

    Academic entitlement (AE) refers to the expectation of educational success despite the input of personal effort needed to earn it (Boswell, 2012). Entitled students feel that learning should require minimal work and that difficulties encountered during the learning process should be attributed to instructors, rather than themselves. AE has become…

  19. Using the Universal Design for Learning Approach in Science Laboratories to Minimize Student Stress

    ERIC Educational Resources Information Center

    Miller, Daniel K.; Lang, Patricia L.

    2016-01-01

    This commentary discusses how the principles of universal design for learning (UDL) can be applied in the science laboratory with an emphasis on assisting students who experience stress in the laboratory environment. The UDL approach in the laboratory is based on three elements: open-mindedness, supportive communication, and analysis and…

  20. Teachers' Perceptions about their Own and their Schools' Readiness for Computer Implementation: A South African Case Study

    ERIC Educational Resources Information Center

    du Plessis, Andre; Webb, Paul

    2012-01-01

    This case study, involving 30 participating teachers from six previously disadvantaged South African schools, provides data on teacher perceptions of the challenges related to implementing Information and Communication Technology (ICT). The schools had minimal resources as a residual result of the South African apartheid policy prior to 1994 and…

  1. Virtual First Impressions Matter: The Effect of Social Networking Sites on Impression Formation in Virtual Teams

    ERIC Educational Resources Information Center

    Cummings, Jeffrey

    2012-01-01

    The introduction of social media has changed the way individuals communicate and collaborate both within and outside the organization. While social media has the potential to change how organizations interact internally, minimal research has examined the impact this media may have within a virtual team environment. This dissertation examines a…

  2. 76 FR 16771 - Notice of Public Information Collection(s) Being Reviewed by the Federal Communications...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-03-25

    ... accuracy of the Commission's burden estimate; (c) ways to enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of the collection of information on the respondents, including the use of automated collection techniques or other forms of information technology, and (e) ways...

  3. 75 FR 21626 - Notice of Public Information Collection Being Reviewed by the Federal Communications Commission...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-04-26

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of..., TV Broadcast Receivers. Form Number: N/A. Type of Review: Extension of a currently approved... Commission's rules requires sellers of TV sets (and other TV receiver equipment) that do not contain a...

  4. Multigrid Equation Solvers for Large Scale Nonlinear Finite Element Simulations

    DTIC Science & Technology

    1999-01-01

    purpose of the second partitioning phase , on each SMP, is to minimize the communication within the SMP; even if a multi - threaded matrix vector product...8.7 Comparison of model with experimental data for send phase of matrix vector product on ne grid...140 8.4 Matrix vector product phase times : : : : : : : : : : : : : : : : : : : : : : : 145 9.1 Flat and

  5. Ethernet-Enabled Power and Communication Module for Embedded Processors

    NASA Technical Reports Server (NTRS)

    Perotti, Jose; Oostdyk, Rebecca

    2010-01-01

    The power and communications module is a printed circuit board (PCB) that has the capability of providing power to an embedded processor and converting Ethernet packets into serial data to transfer to the processor. The purpose of the new design is to address the shortcomings of previous designs, including limited bandwidth and program memory, lack of control over packet processing, and lack of support for timing synchronization. The new design of the module creates a robust serial-to-Ethernet conversion that is powered using the existing Ethernet cable. This innovation has a small form factor that allows it to power processors and transducers with minimal space requirements.

  6. Fiber-based free-space optical coherent receiver with vibration compensation mechanism.

    PubMed

    Zhang, Ruochi; Wang, Jianmin; Zhao, Guang; Lv, Junyi

    2013-07-29

    We propose a novel fiber-based free-space optical (FSO) coherent receiver for inter-satellite communication. The receiver takes advantage of established fiber-optic components and utilizes the fine-pointing subsystem installed in FSO terminals to minimize the influence of satellite platform vibrations. The received beam is coupled to a single-mode fiber, and the coupling efficiency of the system is investigated both analytically and experimentally. A receiving sensitivity of -38 dBm is obtained at the forward error correction limit with a transmission rate of 22.4 Gbit/s. The proposed receiver is shown to be a promising component for inter-satellite optical communication.

  7. Punctuated equilibrium dynamics in human communications

    NASA Astrophysics Data System (ADS)

    Peng, Dan; Han, Xiao-Pu; Wei, Zong-Wen; Wang, Bing-Hong

    2015-10-01

    A minimal model based on network incorporating individual interactions is proposed to study the non-Poisson statistical properties of human behavior: individuals in system interact with their neighbors, the probability of an individual acting correlates to its activity, and all the individuals involved in action will change their activities randomly. The model reproduces varieties of spatial-temporal patterns observed in empirical studies of human daily communications, providing insight into various human activities and embracing a range of realistic social interacting systems, particularly, intriguing bimodal phenomenon. This model bridges priority queueing theory and punctuated equilibrium dynamics, and our modeling and analysis is likely to shed light on non-Poisson phenomena in many complex systems.

  8. Communication and the laboratory physician

    PubMed Central

    Penistan, J. L.

    1973-01-01

    A clinical laboratory documentation system is described, suitable for community hospitals without computer services. The system is cumulative and is designed to provide the laboratory physician with the clinical information necessary for intelligent review and comment on the laboratory's findings. The mode of presentation of requests to the laboratory and lay-out of the reports to the clinicians are designed to make the two-way communication as close and personal as possible; to encourage the selection of those investigations likely to prove rewarding, and to discourage unnecessary investigation. The possibility of important data escaping notice is minimized. The system is economical in capital equipment, labour and supplies. PMID:4758594

  9. Risk Interfaces to Support Integrated Systems Analysis and Development

    NASA Technical Reports Server (NTRS)

    Mindock, Jennifer; Lumpkins, Sarah; Shelhamer, Mark; Anton, Wilma; Havenhill, Maria

    2016-01-01

    Objectives for systems analysis capability: Develop integrated understanding of how a complex human physiological-socio-technical mission system behaves in spaceflight. Why? Support development of integrated solutions that prevent unwanted outcomes (Implementable approaches to minimize mission resources(mass, power, crew time, etc.)); Support development of tools for autonomy (need for exploration) (Assess and maintain resilience -individuals, teams, integrated system). Output of this exercise: -Representation of interfaces based on Human System Risk Board (HSRB) Risk Summary information and simple status based on Human Research Roadmap; Consolidated HSRB information applied to support communication; Point-of-Departure for HRP Element planning; Ability to track and communicate status of collaborations. 4

  10. Alternative Line Coding Scheme with Fixed Dimming for Visible Light Communication

    NASA Astrophysics Data System (ADS)

    Niaz, M. T.; Imdad, F.; Kim, H. S.

    2017-01-01

    An alternative line coding scheme called fixed-dimming on/off keying (FD-OOK) is proposed for visible-light communication (VLC). FD-OOK reduces the flickering caused by a VLC transmitter and can maintain a 50% dimming level. Simple encoder and decoder are proposed which generates codes where the number of bits representing one is same as the number of bits representing zero. By keeping the number of ones and zeros equal the change in the brightness of lighting may be minimized and kept constant at 50%, thereby reducing the flickering in VLC. The performance of FD-OOK is analysed with two parameters: the spectral efficiency and power requirement.

  11. Detection and compensation of power imbalances for DP-QAM transmitter using reconfigurable interference

    NASA Astrophysics Data System (ADS)

    Yue, Yang; Wang, Qiang; Zhang, Bo; Vovan, Andre; Anderson, Jon

    2017-01-01

    DP-QAM is one of the most promising paths towards 400-Gb/s and 1-Tb/s commercial optical communications systems. For DP-QAM transmitter, different tributary channel powers lead to IQ or XY power imbalance. Large uncompensated IQ or XY power imbalance can significantly degrade the performance in the coherent optical communications system. In this work, we propose and experimentally demonstrate a technique to detect and compensate DP-QAM transmitter power imbalances for tributary channels. By reconfigurably interfering de-skewed identical BPSK channels, the optical powers of any two tributaries can be balanced by minimizing the output power from their optical interference.

  12. Description and performance of a digital mobile satellite terminal

    NASA Technical Reports Server (NTRS)

    Lay, N.; Jedrey, T.; Parkyn, J.; Divsalar, D.

    1990-01-01

    A major goal of the Mobile Satellite Experiment (MSAT-X) program at the Jet Propulsion Lab (JPL) is the development of an advanced digital terminal for use in land mobile satellite communication. The terminal has been developed to minimize the risk of applying advanced technologies to future commercial mobile satellite systems (MSS). Testing with existing L band satellites was performed in fixed, land mobile and aeronautical mobile environments. JPL's development and tests of its mobile terminal have demonstrated the viability of narrowband digital voice communications in a land mobile environment through geostationary satellites. This paper provides a consolidated description of the terminal architecture and the performance of its individual elements.

  13. Sexual health promotion in Chennai, India: key role of communication among social networks.

    PubMed

    Sivaram, Sudha; Johnson, Sethulakshmi; Bentley, Margaret E; Go, Vivian F; Latkin, Carl; Srikrishnan, A K; Celentano, David D; Solomon, Suniti

    2005-12-01

    Communication about sex and sexual health is an important facilitator in gaining accurate knowledge about prevention of sexually transmitted diseases (STDs) and promotion of sexual health. Understanding how and with whom communication about sex occurs and the nature of the information exchanged is valuable in designing sexual risk prevention interventions. In this study of low-income communities residents in Chennai, India, our aim was to understand the composition of personal communication networks, the nature of information related to sex and sexual health that is exchanged in these networks and the value of communication among members of these networks. We conducted in-depth open-ended interviews using a structured interview guide with 43 individuals. We also conducted 12 focus group discussions. Individuals were selected using snowball sampling. Our results indicate that information about sex and sexual health is exchanged within and between four groups: married women, married men, unmarried men and unmarried women. Communication leads to an expansion of sexual networks among unmarried men and treatment seeking behaviour for STDs in all groups. Unmarried men offer immense potential for intervention given the range of topics related to sex and sexual health that are discussed and the risky sexual behaviours practiced. Spousal communication about sexual behaviour or sexual health is minimal and shifting norms for prevention would be difficult. Interventions identifying communication networks and influencing the natural communication patterns in these networks may be a viable HIV prevention strategy in the study area.

  14. Minimally verbal school-aged children with autism spectrum disorder: the neglected end of the spectrum.

    PubMed

    Tager-Flusberg, Helen; Kasari, Connie

    2013-12-01

    It is currently estimated that about 30% of children with autism spectrum disorder remain minimally verbal, even after receiving years of interventions and a range of educational opportunities. Very little is known about the individuals at this end of the autism spectrum, in part because this is a highly variable population with no single set of defining characteristics or patterns of skills or deficits, and in part because it is extremely challenging to provide reliable or valid assessments of their developmental functioning. In this paper, we summarize current knowledge based on research including minimally verbal children. We review promising new novel methods for assessing the verbal and nonverbal abilities of minimally verbal school-aged children, including eye-tracking and brain-imaging methods that do not require overt responses. We then review what is known about interventions that may be effective in improving language and communication skills, including discussion of both nonaugmentative and augmentative methods. In the final section of the paper, we discuss the gaps in the literature and needs for future research. © 2013 International Society for Autism Research, Wiley Periodicals, Inc.

  15. Utilization of Supercapacitors in Adaptive Protection Applications for Resiliency against Communication Failures: A Size and Cost Optimization Case Study

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

    Habib, Hany F; El Hariri, Mohamad; Elsayed, Ahmed

    Microgrids’ adaptive protection techniques rely on communication signals from the point of common coupling to ad- just the corresponding relays’ settings for either grid-connected or islanded modes of operation. However, during communication out- ages or in the event of a cyberattack, relays settings are not changed. Thus adaptive protection schemes are rendered unsuc- cessful. Due to their fast response, supercapacitors, which are pre- sent in the microgrid to feed pulse loads, could also be utilized to enhance the resiliency of adaptive protection schemes to communi- cation outages. Proper sizing of the supercapacitors is therefore im- portant in order to maintainmore » a stable system operation and also reg- ulate the protection scheme’s cost. This paper presents a two-level optimization scheme for minimizing the supercapacitor size along with optimizing its controllers’ parameters. The latter will lead to a reduction of the supercapacitor fault current contribution and an increase in that of other AC resources in the microgrid in the ex- treme case of having a fault occurring simultaneously with a pulse load. It was also shown that the size of the supercapacitor can be reduced if the pulse load is temporary disconnected during the transient fault period. Simulations showed that the resulting super- capacitor size and the optimized controller parameters from the proposed two-level optimization scheme were feeding enough fault currents for different types of faults and minimizing the cost of the protection scheme.« less

  16. The importance of communication in the management of postoperative pain.

    PubMed

    Sugai, Daniel Y; Deptula, Peter L; Parsa, Alan A; Don Parsa, Fereydoun

    2013-06-01

    This study investigates the importance of communication in surgery and how delivering preoperative patient education can lead to better health outcomes postoperatively, via promoting tolerable pain scores and minimizing the use of narcotics after surgery. Patients who underwent outpatient surgery were randomly divided into groups to compare the pain scores of those who received preoperative patient education, the experimental group, and those who did not receive any form of patient education, the control group. Two weeks before surgery, the experimental group subjects received oral and written forms of patient education consisting of how the body responds to pain, and how endorphins cause natural analgesia. Moreover, patients were educated on the negative effects narcotics have on endorphin production and activity, as well as mechanisms of non-opioid analgesics. Of the 69 patients in the experimental group, 90% declined a prescription for hydrocodone after receiving preoperative education two weeks prior to surgery. The control group consisted of 66 patients who did not receive preoperative patient education and 100% filled their hydrocodone prescriptions. Patients in both groups were offered and received gabapentin and celecoxib preoperatively for prophylaxis of postoperative pain unless they declined. The control groups were found to have average pain scores significantly greater (P <.05) than the experimental groups and also a significantly longer (P <.005) duration of pain. This study illustrates the power of patient education via oral, written and visual communication, which can serve as an effective means to minimize narcotic analgesia after surgery.

  17. Design for minimum energy in interstellar communication

    NASA Astrophysics Data System (ADS)

    Messerschmitt, David G.

    2015-02-01

    Microwave digital communication at interstellar distances is the foundation of extraterrestrial civilization (SETI and METI) communication of information-bearing signals. Large distances demand large transmitted power and/or large antennas, while the propagation is transparent over a wide bandwidth. Recognizing a fundamental tradeoff, reduced energy delivered to the receiver at the expense of wide bandwidth (the opposite of terrestrial objectives) is advantageous. Wide bandwidth also results in simpler design and implementation, allowing circumvention of dispersion and scattering arising in the interstellar medium and motion effects and obviating any related processing. The minimum energy delivered to the receiver per bit of information is determined by cosmic microwave background alone. By mapping a single bit onto a carrier burst, the Morse code invented for the telegraph in 1836 comes closer to this minimum energy than approaches used in modern terrestrial radio. Rather than the terrestrial approach of adding phases and amplitudes increases information capacity while minimizing bandwidth, adding multiple time-frequency locations for carrier bursts increases capacity while minimizing energy per information bit. The resulting location code is simple and yet can approach the minimum energy as bandwidth is expanded. It is consistent with easy discovery, since carrier bursts are energetic and straightforward modifications to post-detection pattern recognition can identify burst patterns. Time and frequency coherence constraints leading to simple signal discovery are addressed, and observations of the interstellar medium by transmitter and receiver constrain the burst parameters and limit the search scope.

  18. QoS Differential Scheduling in Cognitive-Radio-Based Smart Grid Networks: An Adaptive Dynamic Programming Approach.

    PubMed

    Yu, Rong; Zhong, Weifeng; Xie, Shengli; Zhang, Yan; Zhang, Yun

    2016-02-01

    As the next-generation power grid, smart grid will be integrated with a variety of novel communication technologies to support the explosive data traffic and the diverse requirements of quality of service (QoS). Cognitive radio (CR), which has the favorable ability to improve the spectrum utilization, provides an efficient and reliable solution for smart grid communications networks. In this paper, we study the QoS differential scheduling problem in the CR-based smart grid communications networks. The scheduler is responsible for managing the spectrum resources and arranging the data transmissions of smart grid users (SGUs). To guarantee the differential QoS, the SGUs are assigned to have different priorities according to their roles and their current situations in the smart grid. Based on the QoS-aware priority policy, the scheduler adjusts the channels allocation to minimize the transmission delay of SGUs. The entire transmission scheduling problem is formulated as a semi-Markov decision process and solved by the methodology of adaptive dynamic programming. A heuristic dynamic programming (HDP) architecture is established for the scheduling problem. By the online network training, the HDP can learn from the activities of primary users and SGUs, and adjust the scheduling decision to achieve the purpose of transmission delay minimization. Simulation results illustrate that the proposed priority policy ensures the low transmission delay of high priority SGUs. In addition, the emergency data transmission delay is also reduced to a significantly low level, guaranteeing the differential QoS in smart grid.

  19. Final-year veterinary students' perceptions of their communication competencies and a communication skills training program delivered in a primary care setting and based on Kolb's Experiential Learning Theory.

    PubMed

    Meehan, Michael P; Menniti, Marie F

    2014-01-01

    Veterinary graduates require effective communication skills training to successfully transition from university into practice. Although the literature has supported the need for veterinary student communication skills training programs, there is minimal research using learning theory to design programs and explore students' perceptions of such programs. This study investigated veterinary students' perceptions of (1) their communication skills and (2) the usefulness of a communication skills training program designed with Kolb's Experiential Learning Theory (ELT) as a framework and implemented in a primary care setting. Twenty-nine final-year veterinary students from the Ontario Veterinary College attended a 3-week communication skills training rotation. Pre- and post-training surveys explored their communication objectives, confidence in their communication skills, and the usefulness of specific communication training strategies. The results indicated that both before and after training, students were most confident in building rapport, displaying empathy, recognizing how bonded a client is with his or her pet, and listening. They were least confident in managing clients who were angry or not happy with the charges and who monopolized the appointment. Emotionally laden topics, such as breaking bad news and managing euthanasia discussions, were also identified as challenging and in need of improvement. Interactive small-group discussions and review of video-recorded authentic client appointments were most valuable for their learning and informed students' self-awareness of their non-verbal communication. These findings support the use of Kolb's ELT as a theoretical framework and of video review and reflection to guide veterinary students' learning of communication skills in a primary care setting.

  20. Communication skills assessment: the perceptions of medical students at the University of Nottingham.

    PubMed

    Rees, Charlotte; Sheard, Charlotte; McPherson, Amy

    2002-09-01

    Despite the wealth of literature surrounding communication curricula within medical education, there is a lack of in-depth research into medical students' perceptions of communication skills assessment. This study aims to address this gap in the research literature. Five focus group discussions were conducted with 32 students, with representatives from each of the 5 years of the medical degree course at Nottingham University. Audiotapes of the discussions were transcribed in full and the transcripts were theme analysed independently by 2 analysts. Two assessment-related themes emerged from the analysis: namely, students' perceptions of formative assessment and students' perceptions of summative assessment. While students seemed to value formative methods of assessing their communication skills, they did not appear to value summative methods like objective structured clinical examinations (OSCEs). Students had mixed views about who should assess their oral communication skills. Some students preferred self-assessment while others preferred peer assessment. Although students appeared to value medical educators assessing their communication skills, other students preferred feedback from patients. Although summative methods like OSCEs were criticized widely, students suggested that examinations were essential to motivate students' learning of communication skills. This study begins to illustrate medical students' perceptions of communication skills assessment. However, further research using large-scale surveys is required to validate these findings. Medical educators should provide students with feedback on their communication skills wherever possible. This feedback should ideally come from a combination of different assessors. Over-assessment in other subject areas should be minimized to prevent students being discouraged from learning communication skills.

  1. Disparities in collaborative patient-provider communication about human papillomavirus (HPV) vaccination.

    PubMed

    Moss, Jennifer L; Gilkey, Melissa B; Rimer, Barbara K; Brewer, Noel T

    2016-06-02

    Healthcare providers may vary their communications with different patients, which could give rise to differences in vaccination coverage. We examined demographic disparities in parental report of collaborative provider communication and implications for human papillomavirus (HPV) vaccination. Participants were 4,124 parents who completed the National Immunization Survey-Teen about daughters ages 13-17. We analyzed disparities in collaborative communication (mutual information exchange, deliberation, and decision) and whether they mediated the relationship between demographic characteristics and HPV vaccine initiation. Half of parents (53%) in the survey reported collaborative communication. Poor, less educated, Spanish-speaking, Southern, and rural parents, and parents of non-privately insured and Hispanic adolescents, were least likely to report collaborative communication (all p<.05). These disparities in communication accounted for geographic variation in HPV vaccination, specifically, the higher rates of uptake in the Northeast versus the South (mediation z=2.31, p<.01) and in urban/suburban vs. rural areas (mediation z=2.87, p<.01). These disparities were also associated with vaccination among subgroups with relatively high coverage, minimizing what could have been even higher uptake among Hispanic compared to non-Hispanic white adolescents (mediation z=-3.04, p<.01) and non-privately versus privately insured adolescents (mediation z=-3.67, p<.001). Controlling for provider recommendation attenuated some of these associations (but all p<.10). Collaborative communication showed widespread disparities, being least common among underserved groups. Collaborative communication helped account for differences-and lack of differences-in HPV vaccination among some subgroups of adolescent girls. Leveraging patient-provider communication, especially for underserved demographic groups, could improve HPV vaccination coverage.

  2. Passive containment cooling system with drywell pressure regulation for boiling water reactor

    DOEpatents

    Hill, Paul R.

    1994-01-01

    A boiling water reactor having a regulating valve for placing the wetwell in flow communication with an intake duct of the passive containment cooling system. This subsystem can be adjusted to maintain the drywell pressure at (or slightly below or above) wetwell pressure after the initial reactor blowdown transient is over. This addition to the PCCS design has the benefit of eliminating or minimizing steam leakage from the drywell to the wetwell in the longer-term post-LOCA time period and also minimizes the temperature difference between drywell and wetwell. This in turn reduces the rate of long-term pressure buildup of the containment, thereby extending the time to reach the design pressure limit.

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

    Hayden, Patrick; Winter, Andreas; Department of Computer Science, University of Bristol, Merchant Venturers Building, Woodland Road, Bristol BS8 1UB

    We study the amount of communication needed for two parties to transform some given joint pure state into another one, either exactly or with some fidelity. Specifically, we present a method to lower bound this communication cost even when the amount of entanglement does not increase. Moreover, the bound applies even if the initial state is supplemented with unlimited entanglement in the form of EPR (Einstein-Podolsky-Rosen) pairs and the communication is allowed to be quantum mechanical. We then apply the method to the determination of the communication cost of asymptotic entanglement concentration and dilution. While concentration is known to requiremore » no communication whatsoever, the best known protocol for dilution, discovered by H.-K. Lo and S. Popescu [Phys. Rev. Lett. 83, 1459 (1999)], requires exchange of a number of bits that is of the order of the square root of the number of EPR pairs. Here we prove a matching lower bound of the same asymptotic order, demonstrating the optimality of the Lo-Popescu protocol up to a constant factor and establishing the existence of a fundamental asymmetry between the concentration and dilution tasks. We also discuss states for which the minimal communication cost is proportional to their entanglement, such as the states recently introduced in the context of 'embezzling entanglement' (W. van Dam and P. Hayden, e-print quant-ph/0201041)« less

  4. Low latency messages on distributed memory multiprocessors

    NASA Technical Reports Server (NTRS)

    Rosing, Matthew; Saltz, Joel

    1993-01-01

    Many of the issues in developing an efficient interface for communication on distributed memory machines are described and a portable interface is proposed. Although the hardware component of message latency is less than one microsecond on many distributed memory machines, the software latency associated with sending and receiving typed messages is on the order of 50 microseconds. The reason for this imbalance is that the software interface does not match the hardware. By changing the interface to match the hardware more closely, applications with fine grained communication can be put on these machines. Based on several tests that were run on the iPSC/860, an interface that will better match current distributed memory machines is proposed. The model used in the proposed interface consists of a computation processor and a communication processor on each node. Communication between these processors and other nodes in the system is done through a buffered network. Information that is transmitted is either data or procedures to be executed on the remote processor. The dual processor system is better suited for efficiently handling asynchronous communications compared to a single processor system. The ability to send data or procedure is very flexible for minimizing message latency, based on the type of communication being performed. The test performed and the proposed interface are described.

  5. Odyssey personal communications satellite system

    NASA Technical Reports Server (NTRS)

    Spitzer, Christopher J.

    1993-01-01

    The spectacular growth of cellular telephone networks has proved the demand for personal communications. Large regions of the world are too sparsely populated to be economically served by terrestrial cellular communications. Since satellites are well suited to this application, TRW filed with the FCC on May 31, 1993 for the Odyssey construction permit. Odyssey will provide high quality wireless communication services worldwide from satellites. These services will include: voice, data, paging, and messaging. Odyssey will be an economical approach to providing communications. A constellation of 12 satellites will be orbited in three, 55 deg. inclined planes at an altitude of 10,354 km to provide continuous coverage of designated regions. Two satellites will be visible anywhere in the world at all times. This dual visibility leads to high line-of-sight elevation angles, minimizing obstructions by terrain, trees and buildings. Each satellite generates a multibeam antenna pattern that divides its coverage area into a set of contiguous cells. The communications system employs spread spectrum CDMA on both the uplinks and downlinks. This signaling method permits band sharing with other systems and applications. Signal processing is accomplished on the ground at the satellite's 'Gateway' stations. The 'bent pipe' transponders accommodates different regional standards, as well as signaling changes over time. The low power Odyssey handset will be cellular compatible. Multipath fade protection is provided in the handset.

  6. Earth Conductivity Estimation from Through-the-Earth Measurements of 94 Coal Mines Using Different Electromagnetic Models

    PubMed Central

    Yan, Lincan; Waynert, Joseph; Sunderman, Carl

    2015-01-01

    Through-the-Earth (TTE) communication systems require minimal infrastructure to operate. Hence, they are assumed to be more survivable and more conventional than other underground mine communications systems. This survivability is a major advantage for TTE systems. In 2006, Congress passed the Mine Improvement and New Emergency Response Act (MINER Act), which requires all underground coal mines to install wireless communications systems. The intent behind this mandate is for trapped miners to be able to communicate with surface personnel after a major accident-hence, the interest in TTE communications. To determine the likelihood of establishing a TTE communication link, it would be ideal to be able to predict the apparent conductivity of the overburden above underground mines. In this paper, all 94 mine TTE measurement data collected by Bureau of Mines in the 1970s and early 1980s, are analyzed for the first time to determine the apparent conductivity of the overburden based on three different models: a homogenous half-space model, a thin sheet model, and an attenuation factor or Q-factor model. A statistical formula is proposed to estimate the apparent earth conductivity for a specific mine based on the TTE modeling results given the mine depth and signal frequency. PMID:26213457

  7. Earth Conductivity Estimation from Through-the-Earth Measurements of 94 Coal Mines Using Different Electromagnetic Models.

    PubMed

    Yan, Lincan; Waynert, Joseph; Sunderman, Carl

    2014-10-01

    Through-the-Earth (TTE) communication systems require minimal infrastructure to operate. Hence, they are assumed to be more survivable and more conventional than other underground mine communications systems. This survivability is a major advantage for TTE systems. In 2006, Congress passed the Mine Improvement and New Emergency Response Act (MINER Act), which requires all underground coal mines to install wireless communications systems. The intent behind this mandate is for trapped miners to be able to communicate with surface personnel after a major accident-hence, the interest in TTE communications. To determine the likelihood of establishing a TTE communication link, it would be ideal to be able to predict the apparent conductivity of the overburden above underground mines. In this paper, all 94 mine TTE measurement data collected by Bureau of Mines in the 1970s and early 1980s, are analyzed for the first time to determine the apparent conductivity of the overburden based on three different models: a homogenous half-space model, a thin sheet model, and an attenuation factor or Q-factor model. A statistical formula is proposed to estimate the apparent earth conductivity for a specific mine based on the TTE modeling results given the mine depth and signal frequency.

  8. Communicative performance of adolescents with severe speech impairment: influence of context.

    PubMed

    Dalton, B M; Bedrosian, J L

    1989-08-01

    The communicative performance of 4 preoperational-level adolescents, using limited speech, gestures, and communication board techniques, was examined in a two-part investigation. In Part 1, each subject participated in an academic interaction with a teacher in a therapy room. Data were transcribed and coded for communication mode, function, and role. Two subjects were found to predominantly use the speech mode, while the remaining 2 predominantly used board and one other mode. The majority of productions consisted of responses to requests, and the initiator role was infrequently occupied. These findings were similar to those reported in previous investigations conducted in classroom settings. In Part 2, another examination of the communicative performance of these subjects was conducted in spontaneous interactions involving speaking and nonspeaking peers in a therapy room. Using the same data analysis procedures, gesture and speech modes predominated for 3 of the subjects in the nonspeaking peer interactions. The remaining subject exhibited minimal interaction. No consistent pattern of mode usage was exhibited across the speaking peer interactions. In the nonspeaking peer interactions, request predominated. In contrast, a variety of communication functions was exhibited in the speaking peer interactions. Both the initiator and the maintainer roles were occupied in the majority of interactions. Pertinent variables and clinical implications are discussed.

  9. Dynamics of Complex Systems Built as Coupled Physical, Communication and Decision Layers

    PubMed Central

    Kühnlenz, Florian; Nardelli, Pedro H. J.

    2016-01-01

    This paper proposes a simple model to capture the complexity of multilayer systems where their constituent layers affect, and are affected by, each other. The physical layer is a circuit composed by a power source and resistors in parallel. Every individual agent aims at maximizing its own delivered power by adding, removing or keeping the resistors it has; the delivered power is in turn a non-linear function that depends on the other agents’ behavior, its own internal state, its global state perception, the information received from its neighbors via the communication network and a randomized selfishness. We develop an agent-based simulation to analyze the effects of number of agents (system size), communication network topology, communication errors and the minimum power gain that triggers a behavioral change on the system dynamic. Our results show that a wave-like behavior at macro-level (caused by individual changes in the decision layer) can only emerge for a specific system size. The ratio between cooperators and defectors depends on the minimum gain assumed—lower minimal gains lead to less cooperation, and vice-versa. Different communication network topologies imply different levels of power utilization and fairness at the physical layer, and a certain level of error in the communication layer induces more cooperation. PMID:26730590

  10. Disclosure of complementary health approaches among low income and racially diverse safety net patients with diabetes.

    PubMed

    Chao, M T; Handley, M A; Quan, J; Sarkar, U; Ratanawongsa, N; Schillinger, D

    2015-11-01

    Patient-provider communication about complementary health approaches can support diabetes self-management by minimizing risk and optimizing care. We sought to identify sociodemographic and communication factors associated with disclosure of complementary health approaches to providers by low-income patients with diabetes. We used data from San Francisco Health Plan's SMARTSteps Program, a trial of diabetes self-management support for low-income patients (n=278) through multilingual automated telephone support. Interviews collected use and disclosure of complementary health approaches in the prior month, patient-physician language concordance, and quality of communication. Among racially, linguistically diverse participants, half (47.8%) reported using complementary health practices (n=133), of whom 55.3% disclosed use to providers. Age, sex, race/ethnicity, nativity, education, income, and health literacy were not associated with disclosure. In adjusted analyses, disclosure was associated with language concordance (AOR=2.21, 95% CI: 1.05, 4.67), physicians' interpersonal communication scores (AOR=1.50, 95% CI: 1.03, 2.19), shared decision making (AOR=1.74, 95% CI: 1.33, 2.29), and explanatory-type communication (AOR=1.46, 95% CI: 1.03, 2.09). Safety net patients with diabetes commonly use complementary health approaches and disclose to providers with higher patient-rated quality of communication. Patient-provider language concordance and patient-centered communication can facilitate disclosure of complementary health approaches. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

  11. Spiral groove seal. [for rotating shaft

    NASA Technical Reports Server (NTRS)

    Ludwig, L. P.; Strom, T. N. (Inventor)

    1974-01-01

    Mating flat surfaces inhibit leakage of a fluid around a stationary shaft. A spiral groove produces a pumping action toward the fluid when the shaft rotates. This prevents leakage while a generated hydraulic lifting force separates the mating surfaces to minimize wear. Provision is made for placing these spiral grooves in communication with the fluid to accelerate the generation of the hydraulic lifting force.

  12. 76 FR 5158 - Notice of Public Information Collection(s) Being Reviewed by the Federal Communications...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-01-28

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of... PRA comments to Nicholas A. Fraser, Office of Management and Budget, via fax at 202-395-5167 or via...). Total Annual Burden: 36 hours. Total Annual Cost: N/A. Privacy Act Impact Assessment: N/A. Nature and...

  13. 76 FR 13183 - Notice of Public Information Collection(s) Being Reviewed by the Federal Communications...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-03-10

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of...: Direct all PRA comments to Nicholas A. Fraser, Office of Management and Budget, via fax at 202-395-5167.... 153, 154, 201-205, 207-209, 218, 225-227, 251-252, 271 and 332. Total Annual Burden: 830 hours. Total...

  14. 76 FR 10030 - Notice of Public Information Collection(s) Being Reviewed by the Federal Communications...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-02-23

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of... PRA comments to Nicholas A. Fraser, Office of Management and Budget, via fax at 202-395-5167 or via e... of 1934, as amended. Total Annual Burden: 17 hours. Total Annual Cost: 63,750. Privacy Act Impact...

  15. 77 FR 59354 - Removal of 30-Day Residency Requirement for Per Diem Payments

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-09-27

    ... when a veteran travels to visit family members. This proposed rule would also clarify in 38 CFR 51.43... 30 days is a minimal amount of time for demonstrating that a veteran intends to be a resident at the... specific period of time, or communicates that he or she will not be returning. With both types of absences...

  16. Social Media for School Communication. Research into Practice

    ERIC Educational Resources Information Center

    Williamson, Ronald

    2012-01-01

    It's easy to dismiss social media as a fascination of young people but to do so minimizes one of the fastest growing trends in technology. The Pew Internet and American Life Project recently found that over 71% of teens have a Facebook profile and 75% of adults have one too. Social media tools have become the way for a school or business to…

  17. Iconicity Influences How Effectively Minimally Verbal Children with Autism and Ability-Matched Typically Developing Children Use Pictures as Symbols in a Search Task

    ERIC Educational Resources Information Center

    Hartley, Calum; Allen, Melissa L.

    2015-01-01

    Previous word learning studies suggest that children with autism spectrum disorder may have difficulty understanding pictorial symbols. Here we investigate the ability of children with autism spectrum disorder and language-matched typically developing children to contextualize symbolic information communicated by pictures in a search task that did…

  18. Promoting Adaptive Behavior in Persons with Acquired Brain Injury, Extensive Motor and Communication Disabilities, and Consciousness Disorders

    ERIC Educational Resources Information Center

    Lancioni, Giulio E.; Singh, Nirbhay N.; O'Reilly, Mark F.; Sigafoos, Jeff; Belardinelli, Marta Olivetti; Buonocunto, Francesca; Sacco, Valentina; Navarro, Jorge; Lanzilotti, Crocifissa; De Tommaso, Marina; Megna, Marisa; Badagliacca, Francesco

    2012-01-01

    These two studies extended the evidence on the use of technology-based intervention packages to promote adaptive behavior in persons with acquired brain injury and multiple disabilities. Study I involved five participants in a minimally conscious state who were provided with intervention packages based on specific arrangements of optic, tilt, or…

  19. Two Women with Multiple Disabilities Communicate with Distant Partners via a Special Text Messaging System

    ERIC Educational Resources Information Center

    Lancioni, Giulio E.; O'Reilly, Mark F.; Singh, Nirbhay N.; Sigafoos, Jeff; Green, Vanessa A.; Oliva, Doretta; Alberti, Gloria; Carrella, Luigina

    2013-01-01

    This study extended the research on a special text messaging system, which allows persons with multiple disabilities to (a) write and send messages to distant partners and (b) have messages from those partners read out to them. The study involved two women with multiple disabilities (including blindness or minimal residual vision). The system…

  20. Effective recreation visitor communication strategies: Rock climbers in the Bitterroot Valley, Montana

    Treesearch

    William T. Borrie; James A. Harding

    2002-01-01

    A four-stage model of decisionmaking was investigated in the context of low-impact practices among rock climbers in the Bitterroot Valley of Montana. Previous research has suggested that knowing what to do to minimize environmental and social impacts may not be the only factor limiting compliance with recommended visitor behaviors. Results from a sample of climbers at...

  1. Using Fast Healthcare Interoperability Resources (FHIR) for the Integration of Risk Minimization Systems in Hospitals.

    PubMed

    Saleh, Kutaiba; Stucke, Stephan; Uciteli, Alexandr; Faulbrück-Röhr, Sebastian; Neumann, Juliane; Tahar, Kais; Ammon, Danny; Schmidt, Tobias; Neumuth, Thomas; Besting, Andreas; Portheine, Frank; Herre, Heinrich; Kaeding, André; Specht, Martin

    2017-01-01

    With the growing strain of medical staff and complexity of patient care, the risk of medical errors increases. In this work we present the use of Fast Healthcare Interoperability Resources (FHIR) as communication standard for the integration of an ontology- and agent-based system to identify risks across medical processes in a clinical environment.

  2. Short Communication: Conformal Therapy for Peri-Ventricular Brain Tumors: Is Target Volume Deformation an Issue?

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

    Bauman, Glenn; Woodford, Curtis; Yartsev, Slav

    2008-04-01

    Physiologic variations in ventricular volumes could have important implications for treating patients with peri-ventricular brain tumors, yet no data exist in the literature addressing this issue. Daily megavoltage computed tomography (CT) scans in a patient with neurocytoma receiving fractionated radiation revealed minimal changes, suggesting that margins accounting for ventricular deformation are not necessary.

  3. Hip-Hop and Youth Culture: Contemplations of an Emerging Cultural Phenomenon

    ERIC Educational Resources Information Center

    Taylor, Carl S.; Taylor, Virgil

    2004-01-01

    Throughout the last 25 years, a new form of expression has continually evolved despite the efforts of many in the so-called "establishment to minimize its influence on young people." This form of expression that was once limited to urban music and dance has become a widespread form of communication and expression by young people throughout the…

  4. d/Deaf and Hard of Hearing Multilingual Learners: The Development of Communication and Language

    ERIC Educational Resources Information Center

    Pizzo, Lianna

    2016-01-01

    The author examines the theory and research relevant to educating d/Deaf and Hard of Hearing Multilingual Learners (DMLs). There is minimal research on this population, yet a synthesis of related theory, research, and practice on spoken-language bilinguals can be used to add to the body of knowledge on these learners. Specifically, the author…

  5. 76 FR 28031 - Information Collection Being Reviewed by the Federal Communications Commission Under Delegated...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-05-13

    ... the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of the... kilometers of a TV channel 7 transmitter to ensure that the system does not cause interference to TV channel 7 viewers. Applicants shall serve a copy of the analysis to the licensee of the affected TV Channel...

  6. A performance study of unmanned aerial vehicle-based sensor networks under cyber attack

    NASA Astrophysics Data System (ADS)

    Puchaty, Ethan M.

    In UAV-based sensor networks, an emerging area of interest is the performance of these networks under cyber attack. This study seeks to evaluate the performance trade-offs from a System-of-Systems (SoS) perspective between various UAV communications architecture options in the context two missions: tracking ballistic missiles and tracking insurgents. An agent-based discrete event simulation is used to model a sensor communication network consisting of UAVs, military communications satellites, ground relay stations, and a mission control center. Network susceptibility to cyber attack is modeled with probabilistic failures and induced data variability, with performance metrics focusing on information availability, latency, and trustworthiness. Results demonstrated that using UAVs as routers increased network availability with a minimal latency penalty and communications satellite networks were best for long distance operations. Redundancy in the number of links between communication nodes helped mitigate cyber-caused link failures and add robustness in cases of induced data variability by an adversary. However, when failures were not independent, redundancy and UAV routing were detrimental in some cases to network performance. Sensitivity studies indicated that long cyber-caused downtimes and increasing failure dependencies resulted in build-ups of failures and caused significant degradations in network performance.

  7. Communication Optimizations for a Wireless Distributed Prognostic Framework

    NASA Technical Reports Server (NTRS)

    Saha, Sankalita; Saha, Bhaskar; Goebel, Kai

    2009-01-01

    Distributed architecture for prognostics is an essential step in prognostic research in order to enable feasible real-time system health management. Communication overhead is an important design problem for such systems. In this paper we focus on communication issues faced in the distributed implementation of an important class of algorithms for prognostics - particle filters. In spite of being computation and memory intensive, particle filters lend well to distributed implementation except for one significant step - resampling. We propose new resampling scheme called parameterized resampling that attempts to reduce communication between collaborating nodes in a distributed wireless sensor network. Analysis and comparison with relevant resampling schemes is also presented. A battery health management system is used as a target application. A new resampling scheme for distributed implementation of particle filters has been discussed in this paper. Analysis and comparison of this new scheme with existing resampling schemes in the context for minimizing communication overhead have also been discussed. Our proposed new resampling scheme performs significantly better compared to other schemes by attempting to reduce both the communication message length as well as number total communication messages exchanged while not compromising prediction accuracy and precision. Future work will explore the effects of the new resampling scheme in the overall computational performance of the whole system as well as full implementation of the new schemes on the Sun SPOT devices. Exploring different network architectures for efficient communication is an importance future research direction as well.

  8. The Patient Passport Program: An Intervention to Improve Patient-Provider Communication for Hospitalized Minority Children and Their Families.

    PubMed

    Lee, Lois K; Mulvaney-Day, Norah; Berger, Anne M; Bhaumik, Urmi; Nguyen, Hiep T; Ward, Valerie L

    2016-07-01

    Effective patient-provider communication is essential to improve health care delivery and satisfaction and to minimize disparities in care for minorities. The objective of our study was to evaluate the impact of a patient-provider communication program, the Patient Passport Program, to improve communication and satisfaction for hospitalized minority children. This was a qualitative evaluation of a communication project for families with hospitalized children. Families were assigned to either the Patient Passport Program or to usual care. The Passport Program consisted of a personalized Passport book and additional medical rounds with medical providers. Semistructured interviews at the time of patient discharge were conducted with all participants to measure communication quality and patient/family satisfaction. Inductive qualitative methods were used to identify common themes. Of the 40 children enrolled in the Passport Program, 60% were boys; the mean age was 9.7 years (range, 0.16-19 years). The most common themes in the qualitative analysis of the interviews were: 1) organization of medical care; 2) emotional expressions about the hospitalization experience; and 3) overall understanding of the process of care. Spanish- and English-speaking families had similar patient satisfaction experiences, but the Passport families reported improved quality of communication with the medical care team. The Patient Passport Program enhanced the quality of communication among minority families of hospitalized children with some common themes around the medical care expressed in the Passport book. Copyright © 2016 Academic Pediatric Association. Published by Elsevier Inc. All rights reserved.

  9. Iris Recognition: The Consequences of Image Compression

    NASA Astrophysics Data System (ADS)

    Ives, Robert W.; Bishop, Daniel A.; Du, Yingzi; Belcher, Craig

    2010-12-01

    Iris recognition for human identification is one of the most accurate biometrics, and its employment is expanding globally. The use of portable iris systems, particularly in law enforcement applications, is growing. In many of these applications, the portable device may be required to transmit an iris image or template over a narrow-bandwidth communication channel. Typically, a full resolution image (e.g., VGA) is desired to ensure sufficient pixels across the iris to be confident of accurate recognition results. To minimize the time to transmit a large amount of data over a narrow-bandwidth communication channel, image compression can be used to reduce the file size of the iris image. In other applications, such as the Registered Traveler program, an entire iris image is stored on a smart card, but only 4 kB is allowed for the iris image. For this type of application, image compression is also the solution. This paper investigates the effects of image compression on recognition system performance using a commercial version of the Daugman iris2pi algorithm along with JPEG-2000 compression, and links these to image quality. Using the ICE 2005 iris database, we find that even in the face of significant compression, recognition performance is minimally affected.

  10. A Novel Addressing Scheme for PMIPv6 Based Global IP-WSNs

    PubMed Central

    Islam, Md. Motaharul; Huh, Eui-Nam

    2011-01-01

    IP based Wireless Sensor Networks (IP-WSNs) are being used in healthcare, home automation, industrial control and agricultural monitoring. In most of these applications global addressing of individual IP-WSN nodes and layer-three routing for mobility enabled IP-WSN with special attention to reliability, energy efficiency and end to end delay minimization are a few of the major issues to be addressed. Most of the routing protocols in WSN are based on layer-two approaches. For reliability and end to end communication enhancement the necessity of layer-three routing for IP-WSNs is generating significant attention among the research community, but due to the hurdle of maintaining routing state and other communication overhead, it was not possible to introduce a layer-three routing protocol for IP-WSNs. To address this issue we propose in this paper a global addressing scheme and layer-three based hierarchical routing protocol. The proposed addressing and routing approach focuses on all the above mentioned issues. Simulation results show that the proposed addressing and routing approach significantly enhances the reliability, energy efficiency and end to end delay minimization. We also present architecture, message formats and different routing scenarios in this paper. PMID:22164084

  11. A novel addressing scheme for PMIPv6 based global IP-WSNs.

    PubMed

    Islam, Md Motaharul; Huh, Eui-Nam

    2011-01-01

    IP based Wireless Sensor Networks (IP-WSNs) are being used in healthcare, home automation, industrial control and agricultural monitoring. In most of these applications global addressing of individual IP-WSN nodes and layer-three routing for mobility enabled IP-WSN with special attention to reliability, energy efficiency and end to end delay minimization are a few of the major issues to be addressed. Most of the routing protocols in WSN are based on layer-two approaches. For reliability and end to end communication enhancement the necessity of layer-three routing for IP-WSNs is generating significant attention among the research community, but due to the hurdle of maintaining routing state and other communication overhead, it was not possible to introduce a layer-three routing protocol for IP-WSNs. To address this issue we propose in this paper a global addressing scheme and layer-three based hierarchical routing protocol. The proposed addressing and routing approach focuses on all the above mentioned issues. Simulation results show that the proposed addressing and routing approach significantly enhances the reliability, energy efficiency and end to end delay minimization. We also present architecture, message formats and different routing scenarios in this paper.

  12. Perceptions of parenting children with type 1 diabetes diagnosed in early childhood

    PubMed Central

    Smaldone, Arlene; Ritholz, Marilyn D.

    2009-01-01

    Introduction To explore perceptions of psychosocial adaptations in parenting young children with type 1 diabetes (T1DM) from diagnosis through childhood. Method Fourteen parents of eleven T1DM children diagnosed at ≤5 years participated in semi-structured interviews. Data were analyzed using content analysis. Results Significant themes were: Diagnostic Experiences: Frustrations, fears and doubts: Parents described inadequate diagnostic experiences with pediatricians where concerns were minimized and sometimes delayed diagnosis. Although hospitalization occurred abruptly, communication with specialists was more satisfactory. Adapting to Diabetes: Parents described isolation in caring for their child’s T1DM. Family and friends had minimal understanding of T1DM care. Support groups lessened mothers’ isolation, but fathers were less positive about this experience. Parental adaptation was more effective when responsibility for diabetes decision-making was shared. All parents reported never mastering diabetes management. Negotiating Developmental Transitions: Normative childhood events were stressful requiring that parents balance concerns to foster child participation. Conclusions Pediatric providers can improve diagnostic and treatment experiences for parents of T1DM children by recognizing feelings of isolation and lack of mastery, providing attentive communication, encouraging parental teamwork, and offering ongoing anticipatory guidance. PMID:21320680

  13. Rehabilitation of Conjoined Twins Pre- and Postsurgical Separation.

    PubMed

    Tozzi, Maria; Van Zant, R Scott

    2017-05-01

    Describe the rehabilitation, including two episodes of inpatient rehabilitation, early intervention, and outpatient services, of conjoined twins. The patients were 14-month-old female ischiopagus tripus twins that received 3 months of rehabilitation (mobility, feeding, communication, developmental skill training, developing adaptive equipment, educating caregivers) preseparation surgery. Surgery occurred at 24 months. At 27 months, the twins were admitted to inpatient rehabilitation, receiving 4 months of rehabilitation promoting strength, endurance, gait training, feeding, communication, developmental skill training, orthotics, adaptive equipment, and caregiver education. Presurgical WeeFIM was 18/126 (twin A) and 19/126 (twin B), and 28/126 (both twins A&B) postsurgical. Prior to surgery, patients performed supine to sit transfers with supervision. Following surgery, each twin sat and performed bed mobility independently. Twin B performed wheelchair mobility and supported standing at anterior surface with assistance. Discharge WeeFIM was 42/126 (twin A) and 45/126 (twin B). Twins performed floor mobility by scooting, stood at an anterior surface with assistance (maximum for twin A, minimal for twin B), and propelled a manual wheelchair indoors (minimal assistance for both twins A & B). Rehabilitation of conjoined twins improved presurgical functional status and addressed the unique functional needs of each twin postseparation.

  14. [Human capital vs. manpower: fostering a greater global perspective within the nursing profession in Taiwan].

    PubMed

    Chen, Li-Yen; Chou, Shieu-Ming

    2014-04-01

    Nursing today is an occupation greatly influenced and shaped by global standards and internationally recognized standard practices and requirements. Therefore, cultivating nursing capital and ensuring nursing manpower requires an international perspective. Nursing migration is currently a popular approach used by many developed countries to address domestic shortfalls in nursing manpower. These international medical services have had a great impact on nursing education. Being able to communicate in English and to adapt transculturally have thus become increasingly important. Ability to communicate well in English is one effective way both to minimize nurse-patient misunderstandings and to increase the quality of care available to foreign patients. In addition, transcultural communication underscores the value of respecting cultural diversity. Fostering and enhancing these abilities will enhance and expand the role of Taiwanese nurses in the professional global movement and increase their contributions to the internal medical community.

  15. Trends in communicative access solutions for children with cerebral palsy.

    PubMed

    Myrden, Andrew; Schudlo, Larissa; Weyand, Sabine; Zeyl, Timothy; Chau, Tom

    2014-08-01

    Access solutions may facilitate communication in children with limited functional speech and motor control. This study reviews current trends in access solution development for children with cerebral palsy, with particular emphasis on the access technology that harnesses a control signal from the user (eg, movement or physiological change) and the output device (eg, augmentative and alternative communication system) whose behavior is modulated by the user's control signal. Access technologies have advanced from simple mechanical switches to machine vision (eg, eye-gaze trackers), inertial sensing, and emerging physiological interfaces that require minimal physical effort. Similarly, output devices have evolved from bulky, dedicated hardware with limited configurability, to platform-agnostic, highly personalized mobile applications. Emerging case studies encourage the consideration of access technology for all nonverbal children with cerebral palsy with at least nascent contingency awareness. However, establishing robust evidence of the effectiveness of the aforementioned advances will require more expansive studies. © The Author(s) 2014.

  16. Mars Telecommunications Orbiter, Artist's Concept

    NASA Technical Reports Server (NTRS)

    2005-01-01

    This illustration depicts a concept for NASA's Mars Telecommunications Orbiter in flight around Mars. The orbiter is in development to be the first spacecraft with a primary function of providing communication links while orbiting a foreign planet. The project's plans call for launch in September 2009, arrival at Mars in August 2010 and a mission of six to 10 years while in orbit. Mars Telecommunication Orbiter would serve as the Mars hub for an interplanetery Internet, greatly increasing the information payoff from other future Mars missions. The mission is designed to orbit Mars more than 10 times farther from the planet than orbiters dedicated primarily to science. The high-orbit design minimizes the time that Mars itself blocks the orbiter from communicating with Earth and maximizes the time that the orbiter is above the horizon -- thus capable of communications relay -- for rovers and stationary landers on Mars' surface.

  17. Process evaluation distributed system

    NASA Technical Reports Server (NTRS)

    Moffatt, Christopher L. (Inventor)

    2006-01-01

    The distributed system includes a database server, an administration module, a process evaluation module, and a data display module. The administration module is in communication with the database server for providing observation criteria information to the database server. The process evaluation module is in communication with the database server for obtaining the observation criteria information from the database server and collecting process data based on the observation criteria information. The process evaluation module utilizes a personal digital assistant (PDA). A data display module in communication with the database server, including a website for viewing collected process data in a desired metrics form, the data display module also for providing desired editing and modification of the collected process data. The connectivity established by the database server to the administration module, the process evaluation module, and the data display module, minimizes the requirement for manual input of the collected process data.

  18. Breaking the silence surrounding hepatitis C by promoting self-efficacy: hepatitis C public service announcements.

    PubMed

    Grow, Jean M; Christopher, Stephanie A

    2008-10-01

    Hepatitis C virus (HCV) is the most common chronic bloodborne virus in the United States. Despite this fact, there is a startling lack of awareness about HCV among individuals who might have contracted the virus. In this study, grounded in self-efficacy theory, we analyze public service announcements for HCV. Using focus groups to contextualize the responses of individuals living with HCV, we conclude that stigma and structural barriers pose the greatest challenges for health communicators trying to reach at-risk populations. The findings suggest that expanded use of celebrity appeals, realistic drug-use portrayals, more extensive use of social networking in tandem with nontraditional media, tapping into veterans, and maximizing self-efficacy messages while minimizing fear tactics offer new hope for successful health communication strategies. With 3.9 million people in the United States infected with HCV, this study offers urgently needed communication strategies to address this silent epidemic.

  19. Astronomy. Laser telemetry from space.

    PubMed

    Bland-Hawthorn, Joss; Harwit, Alex; Harwit, Martin

    2002-07-26

    Space missions currently on the drawing boards are expected to gather data at rates exceeding the transmission capabilities of today's telemetry systems by many orders of magnitude. Even on current missions, onboard data compression techniques are being implemented to compensate for lack of transmission speed. But while data compression can minimize the loss of data, it is no substitute for transmitting all of the data through a faster communications link. The transmission problem will soon reach crisis proportions and will affect astronomical, Earth resources, geophysical, meteorological, planetary and other space science missions. To overcome this communications bottleneck, the authors advocate the implementation of telemetry systems based on near-infrared laser transmission techniques. The fiber-optics communications industry has developed most of the basic components required for signal transmission in this wavelength band, which should make such a system affordable on scales relevant to the cost of anticipated space science missions.

  20. Nursing Support of Home Hospice Caregivers on the Day of Patient Death.

    PubMed

    Clayton, Margaret F; Hulett, Jennifer; Kaur, Kirandeep; Reblin, Maija; Wilson, Andrew; Ellington, Lee

    2017-07-01

    To describe nurse-caregiver communication on the day of patient death.
. A descriptive secondary analysis of 44 audio-recorded home hospice nursing visits on day of death.
. Nine hospices in Utah, Oregon, and Massachusetts.
. 42 caregiver-patient dyads, 27 hospice nurses.
. Transcripts of audio recordings were coded for supportive nursing communication and relative time spent in physical, psychosocial, and spiritual discussion.
. Tangible, emotional, informational, esteem, and networking supportive communication; nurses' self-reported communication effectiveness; caregiver religious affiliation.
. Nurses reported that their communication skills were less effective when discussing difficult topics as compared to their overall communication effectiveness. Eleven patients died before the nursing visit, 3 died during the visit, and 30 died post-visit. Nurses primarily engaged in discussions facilitating caregiver emotional, tangible, and informational support. More informational support was observed when patient death occurred during the nursing visit. Time spent in general conversation showed that physical care conversations predominated (80% of the average overall amount of conversation time), compared to lifestyle/psychosocial discussions (14%) and spiritual discussions (6%). Spiritual discussions were observed in only 7 of 44 hospice visits. Spiritual discussions, although short and infrequent, were significantly longer, on average, for caregivers without a religious affiliation.
. Nurses support caregivers on the day of patient death using multiple supportive communication strategies. Spiritual discussions are minimal.
. Communication skills programs can potentially increase self-reported communication effectiveness. Emerging acute spiritual concerns, particularly for caregivers without a previous religious affiliation, should be anticipated. Spiritual support is included in the hospice model of holistic care.

  1. Assessment of first-year veterinary students' communication skills using an objective structured clinical examination: the importance of context.

    PubMed

    Hecker, Kent G; Adams, Cindy L; Coe, Jason B

    2012-01-01

    Communication skills are considered to be a core clinical skill in veterinary medicine and essential for practice success, including outcomes of care for patients and clients. While veterinary schools include communication skills training in their programs, there is minimal knowledge on how best to assess communication competence throughout the undergraduate program. The purpose of this study was to further our understanding of the reliability, utility, and suitability of a communication skills Objective Structured Clinical Examination (OSCE). Specifically we wanted to (1) identify the greatest source of variability (student, rater, station, and track) within a first-year, four station OSCE using exam scores and scores from videotape review by two trained raters, and (2) determine the effect of different stations on students' communication skills performance. Reliability of the scores from both the exam data and the two expert raters was 0.50 and 0.46 respectively, with the greatest amount of variance attributable to student by station. The percentage of variance due to raters in the exam data was 16.35%, whereas the percentage of variance for the two expert raters was 0%. These results have three important implications. First, the results reinforce the need for communication educators to emphasize that use of communication skills is moderated by the context of the clinical interaction. Second, by increasing rater training the amount of error in the scores due to raters can be reduced and inter-rater reliability increases. Third, the communication assessment method (in this case the OSCE checklist) should be built purposefully, taking into consideration the context of the case.

  2. Communication patterns in a UK emergency department.

    PubMed

    Woloshynowych, Maria; Davis, Rachel; Brown, Ruth; Vincent, Charles

    2007-10-01

    Good communication is important in patient care and plays an essential part of teamwork and patient safety. Communication in the emergency department (ED) can be chaotic, with the potential for error resulting from communication overload and problems of communication. The nurse in charge of the ED plays a crucial role in maintaining communication flow. The aims of this study are to identify the features of the communication load on the nurse in charge of the ED. This was an observational, nonexperimental study, building on the methods of observation and analysis developed by Coiera. It was carried out in an inner-city hospital ED in London. The nurse in charge of the ED was observed. The following factors were studied: the level of communication, interruptions, and simultaneous events; the channel and purpose of communication; interaction types; unresolved communications and annoying aspects of the observed periods; and the effect of weekday, staffing, and patient levels on the level of communication. Eleven nurses were observed during 18 observation periods during a total of 20 hours. Analysis revealed that there were 2,019 communication events in 20 hours and that 1,183 (59%) were initiated by the nurse in charge. Two hundred eighty-six (14%) simultaneous events/tasks were identified by the observer. One thousand five hundred twenty-eight (76%) communications involving the nurse in charge were face to face, 144 (7%) were by telephone, 107 (5%) concerned the use of the computer, and 104 (5%) concerned the use of the whiteboard. The largest purpose of communication events was related to patient management (48%). There was a slight relationship between junior medical staff and the level of communication and a moderate relationship between communication load and the number of patients in the ED. In addition, a greater number of nurses on duty were associated with fewer communication events with the nurse in charge. These findings are an important measure of communication load, which can disrupt memory and lead to mistakes. Improving communication between health care staff by reducing the levels of interruptions and minimizing the volume of irrelevant or unnecessary information exchange could therefore have important implications for patient safety.

  3. Characterizing the Mental Health Care of U.S. Cambodian Refugees.

    PubMed

    Wong, Eunice C; Marshall, Grant N; Schell, Terry L; Berthold, S Megan; Hambarsoomians, Katrin

    2015-09-01

    This study examined U.S. Cambodian refugees' utilization of mental health services across provider types, levels of minimally adequate care, and mode of communication with providers. Face-to-face household interviews about mental health service use in the past 12 months were conducted as part of a study of a probability sample of Cambodian refugees. The analytic sample was restricted to the 227 respondents who met past 12-month criteria for posttraumatic stress disorder (PTSD) or major depressive disorder or both. Analyses were weighted to account for complex sampling design effects and for attrition. Fifty-two percent of Cambodian refugees who met diagnostic criteria obtained mental health services in the past 12 months. Of those who obtained care, 75% visited a psychiatrist and 56% a general medical provider. Only 7% had obtained care from other mental health specialty providers. Virtually all respondents who had seen a psychiatrist (100%) or a general medical doctor (97%) had been prescribed a psychotropic medication. Forty-five percent had received minimally adequate care. Most relied on interpreters to communicate with providers. Cambodian refugees' rates of mental health service utilization and minimally adequate care were comparable to those of individuals in the general U.S. Cambodian refugees obtained care almost entirely from psychiatrists and general medical doctors, and nearly all were receiving pharmacotherapy; these findings differ from rates seen in a nationally representative sample. Given this pattern of utilization, and the persistently high levels of PTSD and depression found among Cambodian refugees, treatment improvements may require identification of creative approaches to delivering more evidence-based psychotherapy.

  4. Enhanced effect of gap junction uncouplers on macroscopic electrical properties of reperfused myocardium

    PubMed Central

    Rodriguez-Sinovas, Antonio; García-Dorado, David; Ruiz-Meana, Marisol; Soler-Soler, Jordi

    2004-01-01

    Transient inhibition of gap junction (GJ)-mediated communication with heptanol during myocardial reperfusion limits infarct size. However, inhibition of cell coupling in normal myocardium may be arrhythmogenic. The purpose of this study was to test the hypothesis that the consequences of GJ inhibition may be magnified in reperfused myocardium compared with normal tissue, thus allowing the inhibition of GJs in reperfused tissue while only minimally modifying overall macroscopic cell coupling in normal myocardium. Concentration–response curves were defined for the effects of heptanol, 18α-glycyrrhetinic acid, halothane, and palmitoleic acid on conduction velocity, tissue electrical impedance, developed tension and lactate dehydrogenase (LDH) release in normoxically perfused rat hearts (n = 17). Concentrations lacking significant effects on tissue impedance were added during the initial 15 min of reperfusion in hearts submitted to 60 min (n = 43) or 30 min (n = 35) of ischaemia. These concentrations markedly increased myocardial electrical impedance (resistivity and phase angle) in myocardium reperfused after either 30 or 60 min of ischaemia, and reduced reperfusion-induced LDH release after 1 h of ischaemia by 83.6, 57.9, 51.7 and 52.5% for heptanol, 18α-glycyrrhetinic acid, halothane and palmitoleic acid, respectively. LDH release was minimal in hearts submitted to 30 min of ischaemia, independently of group allocation. In conclusion, the present results strongly support the hypothesis that intercellular communication in postischaemic myocardium may be effectively reduced by concentrations of GJ inhibitors affecting only minimally overall electrical impedance in normal myocardium. Reduction of cell coupling during initial reperfusion was consistently associated with attenuated lethal reperfusion injury. PMID:15218064

  5. Advanced communications payload for mobile applications

    NASA Technical Reports Server (NTRS)

    Ames, S. A.; Kwan, R. K.

    1990-01-01

    An advanced satellite payload is proposed for single hop linking of mobile terminals of all classes as well as Very Small Aperture Terminal's (VSAT's). It relies on an intensive use of communications on-board processing and beam hopping for efficient link design to maximize capacity and a large satellite antenna aperture and high satellite transmitter power to minimize the cost of the ground terminals. Intersatellite links are used to improve the link quality and for high capacity relay. Power budgets are presented for links between the satellite and mobile, VSAT, and hub terminals. Defeating the effects of shadowing and fading requires the use of differentially coherent demodulation, concatenated forward error correction coding, and interleaving, all on a single link basis.

  6. Complaints against doctors in an accident and emergency department: a 10-year analysis.

    PubMed Central

    Kadzombe, E A; Coals, J

    1992-01-01

    We carried out an analysis of complaints against doctors in our Accident and Emergency Department received from 1 January 1979 to 31 December 1988. There were 66 complainants in all, comprising 37 relatives, 21 patients and eight persons acting in a professional capacity. The majority of complaints (80 out of 125) were about poor communication and dissatisfaction with diagnosis and treatment. A small number of complainants had unrealistic expectations of the Accident and Emergency service. A total of 83.3% of complaints were against Senior House Officers who saw 61.3% of all patients. We concluded that an improvement in the communicative, diagnostic and therapeutic skills of doctors would minimize justified complaints. PMID:1388487

  7. An Intelligent Parking Management System for Urban Areas.

    PubMed

    Vera-Gómez, Juan A; Quesada-Arencibia, Alexis; García, Carmelo R; Suárez Moreno, Raúl; Guerra Hernández, Fernando

    2016-06-21

    In this article we describe a low-cost, minimally-intrusive system for the efficient management of parking spaces on both public roads and controlled zones. This system is based on wireless networks of photoelectric sensors that are deployed on the access roads into and out of these areas. The sensors detect the passage of vehicles on these roads and communicate this information to a data centre, thus making it possible to know the number of vehicles in the controlled zone and the occupancy levels in real-time. This information may be communicated to drivers to facilitate their search for a parking space and to authorities so that they may take steps to control traffic when congestion is detected.

  8. Combined coding and delay-throughput analysis for fading channels of mobile satellite communications

    NASA Technical Reports Server (NTRS)

    Wang, C. C.; Yan, Tsun-Yee

    1986-01-01

    This paper presents the analysis of using the punctured convolutional code with Viterbi decoding to improve communications reliability. The punctured code rate is optimized so that the average delay is minimized. The coding gain in terms of the message delay is also defined. Since using punctured convolutional code with interleaving is still inadequate to combat the severe fading for short packets, the use of multiple copies of assignment and acknowledgment packets is suggested. The performance on the average end-to-end delay of this protocol is analyzed. It is shown that a replication of three copies for both assignment packets and acknowledgment packets is optimum for the cases considered.

  9. Barriers to effective, safe communication and workflow between nurses and non-consultant hospital doctors during out-of-hours.

    PubMed

    Brady, Anne-Marie; Byrne, Gobnait; Quirke, Mary Brigid; Lynch, Aine; Ennis, Shauna; Bhangu, Jaspreet; Prendergast, Meabh

    2017-11-01

    This study aimed to evaluate the nature and type of communication and workflow arrangements between nurses and doctors out-of-hours (OOH). Effective communication and workflow arrangements between nurses and doctors are essential to minimize risk in hospital settings, particularly in the out-of-hour's period. Timely patient flow is a priority for all healthcare organizations and the quality of communication and workflow arrangements influences patient safety. Qualitative descriptive design and data collection methods included focus groups and individual interviews. A 500 bed tertiary referral acute hospital in Ireland. Junior and senior Non-Consultant Hospital Doctors, staff nurses and nurse managers. Both nurses and doctors acknowledged the importance of good interdisciplinary communication and collaborative working, in sustaining effective workflow and enabling a supportive working environment and patient safety. Indeed, issues of safety and missed care OOH were found to be primarily due to difficulties of communication and workflow. Medical workflow OOH is often dependent on cues and communication to/from nursing. However, communication systems and, in particular the bleep system, considered central to the process of communication between doctors and nurses OOH, can contribute to workflow challenges and increased staff stress. It was reported as commonplace for routine work, that should be completed during normal hours, to fall into OOH when resources were most limited, further compounding risk to patient safety. Enhancement of communication strategies between nurses and doctors has the potential to remove barriers to effective decision-making and patient flow. © The Author 2017. Published by Oxford University Press in association with the International Society for Quality in Health Care. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com

  10. Adolescent Weight Control: An Intervention Targeting Parent Communication and Modeling Compared With Minimal Parental Involvement

    PubMed Central

    Hadley, Wendy; Sato, Amy; Kuhl, Elizabeth; Rancourt, Diana; Oster, Danielle; Lloyd-Richardson, Elizabeth

    2015-01-01

    Objective Adolescent weight control interventions demonstrate variable findings, with inconsistent data regarding the appropriate role for parents. The current study examined the efficacy of a standard adolescent behavioral weight control (BWC) intervention that also targeted parent–adolescent communication and parental modeling of healthy behaviors (Standard Behavioral Treatment + Enhanced Parenting; SBT + EP) compared with a standard BWC intervention (SBT). Methods 49 obese adolescents (M age = 15.10; SD = 1.33; 76% female; 67.3% non-Hispanic White) and a caregiver were randomly assigned to SBT or SBT + EP. Adolescent and caregiver weight and height, parental modeling, and weight-related communication were obtained at baseline and end of the 16-week intervention. Results Significant decreases in adolescent weight and increases in parental self-monitoring were observed across both conditions. Analyses of covariance revealed a trend for greater reduction in weight and negative maternal commentary among SBT condition participants. Conclusions Contrary to hypotheses, targeting parent–adolescent communication and parental modeling did not lead to better outcomes in adolescent weight control. PMID:25294840

  11. Social media guidelines and best practices: recommendations from the Council of Residency Directors Social Media Task Force.

    PubMed

    Pillow, Malford T; Hopson, Laura; Bond, Michael; Cabrera, Daniel; Patterson, Leigh; Pearson, David; Sule, Harsh; Ankel, Felix; Fernández-Frackelton, Madonna; Hall, Ronald V; Kegg, Jason A; Norris, Donald; Takenaka, Katrin

    2014-02-01

    Social media has become a staple of everyday life among over one billion people worldwide. A social networking presence has become a hallmark of vibrant and transparent communications. It has quickly become the preferred method of communication and information sharing. It offers the ability for various entities, especially residency programs, to create an attractive internet presence and "brand" the program. Social media, while having significant potential for communication and knowledge transfer, carries with it legal, ethical, personal, and professional risks. Implementation of a social networking presence must be deliberate, transparent, and optimize potential benefits while minimizing risks. This is especially true with residency programs. The power of social media as a communication, education, and recruiting tool is undeniable. Yet the pitfalls of misuse can be disastrous, including violations in patient confidentiality, violations of privacy, and recruiting misconduct. These guidelines were developed to provide emergency medicine residency programs leadership with guidance and best practices in the appropriate use and regulation of social media, but are applicable to all residency programs that wish to establish a social media presence.

  12. The era of micro and nano systems in the biomedical area: bridging the research and innovation gap.

    PubMed

    Lymberis, A

    2011-01-01

    The area of Micro and Nano systems (MNS) focuses on heterogeneous integration of technologies (e.g. electronics, mechanics and biotechnology) and implementation of multiple functionalities (e.g. sensing, processing, communication, energy and actuation) into small systems. A significant amount of MNS activities targets development and testing of systems enabling biomedicine and personal health solutions. Convergence of micro-nano-bio and Information & communication technologies is being leading to enabling innovative solutions e.g. for in-vitro testing and in vivo interaction with the human body for early diagnosis and minimally invasive therapy. Of particular interest are smart wearable systems such as smart textiles aiming at the full integration of sensors/actuators, energy sources, processing and communication within the clothes to enable non-invasive personal health, lifestyle, safety and emergency applications. The paper presents on going major R&D activities on micro-nano-bio systems (MNBS) and wearable systems for pHealth under the European Union R&D Programs, Information and Communication Technologies (ICT) priority; it also identifies gaps and discusses key challenges for the future.

  13. Social Media Guidelines and Best Practices: Recommendations from the Council of Residency Directors Social Media Task Force

    PubMed Central

    Pillow, Malford T.; Hopson, Laura; Bond, Michael; Cabrera, Daniel; Patterson, Leigh; Pearson, David; Sule, Harsh; Ankel, Felix; Fernández-Frackelton, Madonna; Hall, Ronald V.; Kegg, Jason A.; Norris, Donald; Takenaka, Katrin

    2014-01-01

    Social media has become a staple of everyday life among over one billion people worldwide. A social networking presence has become a hallmark of vibrant and transparent communications. It has quickly become the preferred method of communication and information sharing. It offers the ability for various entities, especially residency programs, to create an attractive internet presence and “brand” the program. Social media, while having significant potential for communication and knowledge transfer, carries with it legal, ethical, personal, and professional risks. Implementation of a social networking presence must be deliberate, transparent, and optimize potential benefits while minimizing risks. This is especially true with residency programs. The power of social media as a communication, education, and recruiting tool is undeniable. Yet the pitfalls of misuse can be disastrous, including violations in patient confidentiality, violations of privacy, and recruiting misconduct. These guidelines were developed to provide emergency medicine residency programs leadership with guidance and best practices in the appropriate use and regulation of social media, but are applicable to all residency programs that wish to establish a social media presence. PMID:24578765

  14. AC Electric Field Communication for Human-Area Networking

    NASA Astrophysics Data System (ADS)

    Kado, Yuichi; Shinagawa, Mitsuru

    We have proposed a human-area networking technology that uses the surface of the human body as a data transmission path and uses an AC electric field signal below the resonant frequency of the human body. This technology aims to achieve a “touch and connect” intuitive form of communication by using the electric field signal that propagates along the surface of the human body, while suppressing both the electric field radiating from the human body and mutual interference. To suppress the radiation field, the frequency of the AC signal that excites the transmitter electrode must be lowered, and the sensitivity of the receiver must be raised while reducing transmission power to its minimally required level. We describe how we are developing AC electric field communication technologies to promote the further evolution of a human-area network in support of ubiquitous services, focusing on three main characteristics, enabling-transceiver technique, application-scenario modeling, and communications quality evaluation. Special attention is paid to the relationship between electro-magnetic compatibility evaluation and regulations for extremely low-power radio stations based on Japan's Radio Law.

  15. Distributed simulation using a real-time shared memory network

    NASA Technical Reports Server (NTRS)

    Simon, Donald L.; Mattern, Duane L.; Wong, Edmond; Musgrave, Jeffrey L.

    1993-01-01

    The Advanced Control Technology Branch of the NASA Lewis Research Center performs research in the area of advanced digital controls for aeronautic and space propulsion systems. This work requires the real-time implementation of both control software and complex dynamical models of the propulsion system. We are implementing these systems in a distributed, multi-vendor computer environment. Therefore, a need exists for real-time communication and synchronization between the distributed multi-vendor computers. A shared memory network is a potential solution which offers several advantages over other real-time communication approaches. A candidate shared memory network was tested for basic performance. The shared memory network was then used to implement a distributed simulation of a ramjet engine. The accuracy and execution time of the distributed simulation was measured and compared to the performance of the non-partitioned simulation. The ease of partitioning the simulation, the minimal time required to develop for communication between the processors and the resulting execution time all indicate that the shared memory network is a real-time communication technique worthy of serious consideration.

  16. Designing safety into the minimally invasive surgical revolution: a commentary based on the Jacques Perissat Lecture of the International Congress of the European Association for Endoscopic Surgery.

    PubMed

    Clarke, John R

    2009-01-01

    Surgical errors with minimally invasive surgery differ from those in open surgery. Perforations are typically the result of trocar introduction or electrosurgery. Infections include bioburdens, notably enteric viruses, on complex instruments. Retained foreign objects are primarily unretrieved device fragments and lost gallstones or other specimens. Fires and burns come from illuminated ends of fiber-optic cables and from electrosurgery. Pressure ischemia is more likely with longer endoscopic surgical procedures. Gas emboli can occur. Minimally invasive surgery is more dependent on complex equipment, with high likelihood of failures. Standardization, checklists, and problem reporting are solutions for minimizing failures. The necessity of electrosurgery makes education about best electrosurgical practices important. The recording of minimally invasive surgical procedures is an opportunity to debrief in a way that improves the reliability of future procedures. Safety depends on reliability, designing systems to withstand inevitable human errors. Safe systems are characterized by a commitment to safety, formal protocols for communications, teamwork, standardization around best practice, and reporting of problems for improvement of the system. Teamwork requires shared goals, mental models, and situational awareness in order to facilitate mutual monitoring and backup. An effective team has a flat hierarchy; team members are empowered to speak up if they are concerned about problems. Effective teams plan, rehearse, distribute the workload, and debrief. Surgeons doing minimally invasive surgery have a unique opportunity to incorporate the principles of safety into the development of their discipline.

  17. Interference Mitigation for Cyber-Physical Wireless Body Area Network System Using Social Networks.

    PubMed

    Zhang, Zhaoyang; Wang, Honggang; Wang, Chonggang; Fang, Hua

    2013-06-01

    Wireless body area networks (WBANs) are cyber-physical systems (CPS) that have emerged as a key technology to provide real-time health monitoring and ubiquitous healthcare services. WBANs could operate in dense environments such as in a hospital and lead to a high mutual communication interference in many application scenarios. The excessive interferences will significantly degrade the network performance including depleting the energy of WBAN nodes more quickly, and even eventually jeopardize people's lives due to unreliable (caused by the interference) healthcare data collections. Therefore, It is critical to mitigate the interference among WBANs to increase the reliability of the WBAN system while minimizing the system power consumption. Many existing approaches can deal with communication interference mitigation in general wireless networks but are not suitable for WBANs due to their ignoring the social nature of WBANs. Unlike the previous research, we for the first time propose a power game based approach to mitigate the communication interferences for WBANs based on the people's social interaction information. Our major contributions include: (1) model the inter-WBANs interference, and determine the distance distribution of the interference through both theoretical analysis and Monte Carlo simulations; (2) develop social interaction detection and prediction algorithms for people carrying WBANs; (3) develop a power control game based on the social interaction information to maximize the system's utility while minimize the energy consumption of WBANs system. The extensive simulation results show the effectiveness of the power control game for inter-WBAN interference mitigation using social interaction information. Our research opens a new research vista of WBANs using social networks.

  18. Interference Mitigation for Cyber-Physical Wireless Body Area Network System Using Social Networks

    PubMed Central

    Zhang, Zhaoyang; Wang, Honggang; Wang, Chonggang; Fang, Hua

    2014-01-01

    Wireless body area networks (WBANs) are cyber-physical systems (CPS) that have emerged as a key technology to provide real-time health monitoring and ubiquitous healthcare services. WBANs could operate in dense environments such as in a hospital and lead to a high mutual communication interference in many application scenarios. The excessive interferences will significantly degrade the network performance including depleting the energy of WBAN nodes more quickly, and even eventually jeopardize people’s lives due to unreliable (caused by the interference) healthcare data collections. Therefore, It is critical to mitigate the interference among WBANs to increase the reliability of the WBAN system while minimizing the system power consumption. Many existing approaches can deal with communication interference mitigation in general wireless networks but are not suitable for WBANs due to their ignoring the social nature of WBANs. Unlike the previous research, we for the first time propose a power game based approach to mitigate the communication interferences for WBANs based on the people’s social interaction information. Our major contributions include: (1) model the inter-WBANs interference, and determine the distance distribution of the interference through both theoretical analysis and Monte Carlo simulations; (2) develop social interaction detection and prediction algorithms for people carrying WBANs; (3) develop a power control game based on the social interaction information to maximize the system’s utility while minimize the energy consumption of WBANs system. The extensive simulation results show the effectiveness of the power control game for inter-WBAN interference mitigation using social interaction information. Our research opens a new research vista of WBANs using social networks. PMID:25436180

  19. Minimizing the Diameter of a Network Using Shortcut Edges

    NASA Astrophysics Data System (ADS)

    Demaine, Erik D.; Zadimoghaddam, Morteza

    We study the problem of minimizing the diameter of a graph by adding k shortcut edges, for speeding up communication in an existing network design. We develop constant-factor approximation algorithms for different variations of this problem. We also show how to improve the approximation ratios using resource augmentation to allow more than k shortcut edges. We observe a close relation between the single-source version of the problem, where we want to minimize the largest distance from a given source vertex, and the well-known k-median problem. First we show that our constant-factor approximation algorithms for the general case solve the single-source problem within a constant factor. Then, using a linear-programming formulation for the single-source version, we find a (1 + ɛ)-approximation using O(klogn) shortcut edges. To show the tightness of our result, we prove that any ({3 over 2}-ɛ)-approximation for the single-source version must use Ω(klogn) shortcut edges assuming P ≠ NP.

  20. Distributed query plan generation using multiobjective genetic algorithm.

    PubMed

    Panicker, Shina; Kumar, T V Vijay

    2014-01-01

    A distributed query processing strategy, which is a key performance determinant in accessing distributed databases, aims to minimize the total query processing cost. One way to achieve this is by generating efficient distributed query plans that involve fewer sites for processing a query. In the case of distributed relational databases, the number of possible query plans increases exponentially with respect to the number of relations accessed by the query and the number of sites where these relations reside. Consequently, computing optimal distributed query plans becomes a complex problem. This distributed query plan generation (DQPG) problem has already been addressed using single objective genetic algorithm, where the objective is to minimize the total query processing cost comprising the local processing cost (LPC) and the site-to-site communication cost (CC). In this paper, this DQPG problem is formulated and solved as a biobjective optimization problem with the two objectives being minimize total LPC and minimize total CC. These objectives are simultaneously optimized using a multiobjective genetic algorithm NSGA-II. Experimental comparison of the proposed NSGA-II based DQPG algorithm with the single objective genetic algorithm shows that the former performs comparatively better and converges quickly towards optimal solutions for an observed crossover and mutation probability.

  1. Distributed Query Plan Generation Using Multiobjective Genetic Algorithm

    PubMed Central

    Panicker, Shina; Vijay Kumar, T. V.

    2014-01-01

    A distributed query processing strategy, which is a key performance determinant in accessing distributed databases, aims to minimize the total query processing cost. One way to achieve this is by generating efficient distributed query plans that involve fewer sites for processing a query. In the case of distributed relational databases, the number of possible query plans increases exponentially with respect to the number of relations accessed by the query and the number of sites where these relations reside. Consequently, computing optimal distributed query plans becomes a complex problem. This distributed query plan generation (DQPG) problem has already been addressed using single objective genetic algorithm, where the objective is to minimize the total query processing cost comprising the local processing cost (LPC) and the site-to-site communication cost (CC). In this paper, this DQPG problem is formulated and solved as a biobjective optimization problem with the two objectives being minimize total LPC and minimize total CC. These objectives are simultaneously optimized using a multiobjective genetic algorithm NSGA-II. Experimental comparison of the proposed NSGA-II based DQPG algorithm with the single objective genetic algorithm shows that the former performs comparatively better and converges quickly towards optimal solutions for an observed crossover and mutation probability. PMID:24963513

  2. Traffic routing for multicomputer networks with virtual cut-through capability

    NASA Technical Reports Server (NTRS)

    Kandlur, Dilip D.; Shin, Kang G.

    1992-01-01

    Consideration is given to the problem of selecting routes for interprocess communication in a network with virtual cut-through capability, while balancing the network load and minimizing the number of times that a message gets buffered. An approach is proposed that formulates the route selection problem as a minimization problem with a link cost function that depends upon the traffic through the link. The form of this cost function is derived using the probability of establishing a virtual cut-through route. The route selection problem is shown to be NP-hard, and an algorithm is developed to incrementally reduce the cost by rerouting the traffic. The performance of this algorithm is exemplified by two network topologies: the hypercube and the C-wrapped hexagonal mesh.

  3. Evolution of the INMARSAT aeronautical system: Service, system, and business considerations

    NASA Technical Reports Server (NTRS)

    Sengupta, Jay R.

    1995-01-01

    A market-driven approach was adopted to develop enhancements to the Inmarsat-Aeronautical system, to address the requirements of potential new market segments. An evolutionary approach and well differentiated product/service portfolio was required, to minimize system upgrade costs and market penetration, respectively. The evolved system definition serves to minimize equipment cost/size/mass for short/medium range aircraft, by reducing the antenna gain requirement and relaxing the performance requirements for non safety-related communications. A validation program involving simulation, laboratory tests, over-satellite tests and flight trials is being conducted to confirm the system definition. Extensive market research has been conducted to determine user requirements and to quantify market demand for future Inmarsat Aero-1 AES, using sophisticated computer assisted survey techniques.

  4. Passive containment cooling system with drywell pressure regulation for boiling water reactor

    DOEpatents

    Hill, P.R.

    1994-12-27

    A boiling water reactor is described having a regulating valve for placing the wetwell in flow communication with an intake duct of the passive containment cooling system. This subsystem can be adjusted to maintain the drywell pressure at (or slightly below or above) wetwell pressure after the initial reactor blowdown transient is over. This addition to the PCCS design has the benefit of eliminating or minimizing steam leakage from the drywell to the wetwell in the longer-term post-LOCA time period and also minimizes the temperature difference between drywell and wetwell. This in turn reduces the rate of long-term pressure buildup of the containment, thereby extending the time to reach the design pressure limit. 4 figures.

  5. Total Quality Management: Getting Started

    DTIC Science & Technology

    1990-08-01

    Quality Management (TQM) program using Organizational Development (OD) intervention techniques to gain acceptance of the program. It emphasizes human behavior and the need for collaborative management and consensus in organizational change. Lessons learned stress the importance of choosing a skilled TQM facilitator, training process action teams, and fostering open communication and teamwork to minimize resistance to change. Keywords: Management planning and control, Quality control, Quality , Management , Organization change, Organization development,

  6. TrustGuard: A Containment Architecture with Verified Output

    DTIC Science & Technology

    2017-01-01

    that the TrustGuard system has minimal performance decline, despite restrictions such as high communication latency and limited available bandwidth...design are the availability of high bandwidth and low delays between the host and the monitoring chip. 3-D integration provides an alternate way of...TRUSTGUARD: A CONTAINMENT ARCHITECTURE WITH VERIFIED OUTPUT SOUMYADEEP GHOSH A DISSERTATION PRESENTED TO THE FACULTY OF PRINCETON UNIVERSITY IN

  7. Universal Lessons Learned by a Gastroenterologist from a Deaf and Mute Patient: The Importance of Nonverbal Communication and Establishing Patient Rapport and Trust

    ERIC Educational Resources Information Center

    Cappel, Mitchell S.

    2009-01-01

    Deaf and mute patients may require minimal extra attention to establish trust and allay anxieties before minor medical maneuvers such as rectal examination. An "extreme" case is reported of the consequences from failure to accomplish this. A generally cooperative deaf and mute patient struggled and suffered a rectal tear and perforation during…

  8. Improving the Performance of AI Algorithms.

    DTIC Science & Technology

    1987-09-01

    favorably -6 influenced by s uch progranmning practices as the intellige +nt selt,(-rion .%V ’%. ot’ data formats; to) minimize th~e n,,-ed for...GROUP SUB-GROUP Artifcial Intelgence (Al) Algorithms, Improving Software .’ u- 12 05 Performance, Program Behavior, Predicting Performance, % 12 07...tions in communications, threat assessment, res(orce availability, and so forth. This need for intelligent and adaptable behavior indicates that the

  9. Domain Wall Fermion Inverter on Pentium 4

    NASA Astrophysics Data System (ADS)

    Pochinsky, Andrew

    2005-03-01

    A highly optimized domain wall fermion inverter has been developed as part of the SciDAC lattice initiative. By designing the code to minimize memory bus traffic, it achieves high cache reuse and performance in excess of 2 GFlops for out of L2 cache problem sizes on a GigE cluster with 2.66 GHz Xeon processors. The code uses the SciDAC QMP communication library.

  10. 75 FR 35027 - Notice of Public Information Collection Being Reviewed by the Federal Communications Commission...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-06-21

    ... enhance the quality, utility, and clarity of the information collected; (d) ways to minimize the burden of... collection of information. Needs and Uses: 47 CFR 73.1125(d)(1) requires AM, FM or TV licensees to notify the..., or the Video Division for TV and Class A television stations before the studio may be moved to that...

  11. NPS-SCAT; Communications System Design, Test and Integration of NPS’ First CubeSat

    DTIC Science & Technology

    2010-09-01

    18 c. MHX (Primary Transceiver) Wakeup Task ...19 d. Transmit MHX (Primary Transceiver) Task .20 e. Receive MHX (Primary Transceiver...Beacon Antenna Deploy Task......................17  Figure 8.  Collect Data Task...............................19  Figure 9.  MHX Wakeup Task...to provide education while keeping scheduling and cost minimal, and maintaining a standard for building a launchable spacecraft. The CubeSat

  12. The Effect of Using "Full" Language when Working with a Child with Autism: Adopting the "Least Dangerous Assumption"

    ERIC Educational Resources Information Center

    Emerson, Anne; Dearden, Jackie

    2013-01-01

    A 10-year-old boy with autism was part of an evaluation of an innovative intervention focused on improving communication skills. His school was using the minimal speech approach (Potter and Whittaker, 2001) with all children in accordance with government guidance. The pupil's receptive language had not been formally assessed due to his lack of…

  13. Orthopedic surgeons' attitudes to osteoporosis investigation and management after minimal trauma fracture (MTF).

    PubMed

    Anderson-Wurf, Jane; McGirr, Joe; Seal, Alexa; Harding, Catherine

    2017-12-01

    A study of orthopedic surgeons in rural and regional Southeast Australia to determine attitudes to investigation and management of osteoporosis found they believe follow-up in regard to osteoporosis after MTF is important; responsibility for follow-up diagnosis and management lies with primary health care and current communication systems are poor. The investigation and treatment of osteoporosis after minimal trauma fracture (MTF) is regarded as sub-optimal. There is strong evidence of the benefit of identifying and treating osteoporosis after MTF, and there has been discussion of the possible role that orthopedic surgeons might play in the management of osteoporosis after MTF. The study surveyed orthopedic surgeons in rural and regional Southeast Australia to determine their attitudes to investigation and management of osteoporosis, the role health professionals should play, and the communication and co-ordination of follow-up care. A survey was developed and piloted prior to being posted to 69 orthopedic surgeons asking for their opinions about the general management of osteoporosis, and the roles and responsibilities of health professionals in dealing with osteoporosis following an MTF. Responses were received from 42 participants (60.8%) with the majority of respondents agreeing that it is important to treat osteoporosis following MTF. Less than 15% of respondents felt that it was their responsibility to initiate discussion or treatment or investigation after MTF. No respondent felt that the coordination of osteoporosis care was good and 45% stated it was poor. Communication after discharge is mostly left to the hospital (30%), while 20% stated they did not follow up at all. This study shows that many rural orthopedic surgeons believe that follow-up in regard to osteoporosis after MTF is important, that responsibility for follow-up diagnosis and management of osteoporosis lies with primary health care and the current communication systems are poor.

  14. Low-Power SOI CMOS Transceiver

    NASA Technical Reports Server (NTRS)

    Fujikawa, Gene (Technical Monitor); Cheruiyot, K.; Cothern, J.; Huang, D.; Singh, S.; Zencir, E.; Dogan, N.

    2003-01-01

    The work aims at developing a low-power Silicon on Insulator Complementary Metal Oxide Semiconductor (SOI CMOS) Transceiver for deep-space communications. RF Receiver must accomplish the following tasks: (a) Select the desired radio channel and reject other radio signals, (b) Amplify the desired radio signal and translate them back to baseband, and (c) Detect and decode the information with Low BER. In order to minimize cost and achieve high level of integration, receiver architecture should use least number of external filters and passive components. It should also consume least amount of power to minimize battery cost, size, and weight. One of the most stringent requirements for deep-space communication is the low-power operation. Our study identified that two candidate architectures listed in the following meet these requirements: (1) Low-IF receiver, (2) Sub-sampling receiver. The low-IF receiver uses minimum number of external components. Compared to Zero-IF (Direct conversion) architecture, it has less severe offset and flicker noise problems. The Sub-sampling receiver amplifies the RF signal and samples it using track-and-hold Subsampling mixer. These architectures provide low-power solution for the short- range communications missions on Mars. Accomplishments to date include: (1) System-level design and simulation of a Double-Differential PSK receiver, (2) Implementation of Honeywell SOI CMOS process design kit (PDK) in Cadence design tools, (3) Design of test circuits to investigate relationships between layout techniques, geometry, and low-frequency noise in SOI CMOS, (4) Model development and verification of on-chip spiral inductors in SOI CMOS process, (5) Design/implementation of low-power low-noise amplifier (LNA) and mixer for low-IF receiver, and (6) Design/implementation of high-gain LNA for sub-sampling receiver. Our initial results show that substantial improvement in power consumption is achieved using SOI CMOS as compared to standard CMOS process. Potential advantages of SOI CMOS for deep-space communication electronics include: (1) Radiation hardness, (2) Low-power operation, and (3) System-on-Chip (SOC) solutions.

  15. Communicating the Dangers of Global Warming

    NASA Astrophysics Data System (ADS)

    Hansen, J. E.

    2006-12-01

    So far, in my opinion, we scientists have not done a good job of communicating the imminent threat posed by global warming, yet I believe there is still time for that if we work efficiently now to overcome existing obstacles. Several of those obstacles are illustrated by contrasting the roles of scientists, the media, special interests, politicians and the public in the ozone depletion and global warming crises. Scientists in America are further challenged by a decline in public science education, a perceived gap between science and religion, increasing politicization of public affairs offices in the government, and accumulation of power by a unitary executive. First order communication tasks are illustrated by a need for improved exchange and understanding, among scientists as well as with the public, of fundamental climate facts: (1) additional global warming exceeding 1C will yield large climate effects, (2) paleoclimate changes contain quantitatively specific information about climate sensitivity that is not widely appreciated, (3) carbon cycle facts, such as the substantial portion of carbon dioxide emissions that will remain in the air "forever", for practical purposes, (4) fossil fuel facts such as the dominant role of coal and unconventional fuels in all business-as-usual scenarios for future energy sources. The facts graphically illustrate the need for prompt actions to avoid disastrous climate change, yet they also reveal the feasibility of a course that minimizes global warming and yields other benefits. Perhaps the greatest challenge is posed by an inappropriate casting of the topic as a dichotomy between those who deny that there is a global warming problem and those who either are exceedingly pessimistic about the prospects for minimizing climate change or believe that solutions would be very expensive. Sensible evaluation of the situation, in my opinion, suggests a strategy for dealing with global warming that is not costly and has many subsidiary benefits, but it does require leadership. Practical difficulties in communicating this story will be illustrated with some personal experiences.

  16. ACTS broadband aeronautical experiment

    NASA Technical Reports Server (NTRS)

    Abbe, Brian S.; Jedrey, Thomas C.; Estabrook, Polly; Agan, Martin J.

    1993-01-01

    In the last decade, the demand for reliable data, voice, and video satellite communication links between aircraft and ground to improve air traffic control, airline management, and to meet the growing demand for passenger communications has increased significantly. It is expected that in the near future, the spectrum required for aeronautical communication services will grow significantly beyond that currently available at L-band. In anticipation of this, JPL is developing an experimental broadband aeronautical satellite communications system that will utilize NASA's Advanced Communications Technology Satellite (ACTS) as a satellite of opportunity and the technology developed under JPL's ACTS Mobile Terminal (AMT) Task to evaluate the feasibility of using K/Ka-band for these applications. The application of K/Ka-band for aeronautical satellite communications at cruise altitudes is particularly promising for several reasons: (1) the minimal amount of signal attenuation due to rain; (2) the reduced drag due to the smaller K/Ka-band antennas (as compared to the current L-band systems); and (3) the large amount of available bandwidth. The increased bandwidth available at these frequencies is expected to lead to significantly improved passenger communications - including full-duplex compressed video and multiple channel voice. A description of the proposed broadband experimental system will be presented including: (1) applications of K/Ka-band aeronautical satellite technology to U.S. industry; (2) the experiment objectives; (3) the experiment set-up; (4) experimental equipment description; and (5) industrial participation in the experiment and the benefits.

  17. Anakoinosis: Communicative Reprogramming of Tumor Systems - for Rescuing from Chemorefractory Neoplasia.

    PubMed

    Hart, Christina; Vogelhuber, Martin; Wolff, Daniel; Klobuch, Sebastian; Ghibelli, Lina; Foell, Jürgen; Corbacioglu, Selim; Rehe, Klaus; Haegeman, Guy; Thomas, Simone; Herr, Wolfgang; Reichle, Albrecht

    2015-08-01

    Disruptive technologies, such as communicative reprogramming (anakoinosis) with cellular therapies in situ for treating refractory metastatic cancer allow patient care to accelerate along a totally new trajectory and highlight what may well become the next sea change in the care of patients with many types of advanced neoplasia. Cellular therapy in situ consisted of repurposed drugs, pioglitazone plus all-trans retinoic acid or dexamethasone or interferon-alpha (dual transcriptional modulation) combined with metronomic low-dose chemotherapy or low-dose 5-azacytidine, plus/minus classic targeted therapy. The novel therapeutic tools for specifically designing communication processes within tumor diseases focus on redirecting (1) rationalizations of cancer hallmarks (constitution of single cancer hallmarks), (2) modular events, (3) the 'metabolism' of evolutionary processes (the sum of therapeutically and intrinsically inducible evolutionary processes) and (4) the holistic communicative context, which determines validity and denotation of tumor promoting communication lines. Published data on cellular therapies in situ (6 histologic tumor types, 144 patients, age 0.9-83 years) in castration-resistant prostate cancer, pretreated renal clear cell carcinoma, chemorefractory acute myelocytic leukemia, multiple myeloma > second-line, chemorefractory Hodgkin lymphoma or multivisceral Langerhans cell histiocytosis, outline the possibility for treating refractory metastatic cancer with the hope that this type of reprogrammed communication will be scalable with minimal toxicity. Accessibility to anakoinosis is a tumor inherent feature, and cellular therapy in situ addresses extrinsic and intrinsic drug resistance, by redirecting convergent organized communication tools, while been supported by quite different pattern of (molecular-)genetic aberrations.

  18. Synchrophasor Sensor Networks for Grid Communication and Protection.

    PubMed

    Gharavi, Hamid; Hu, Bin

    2017-07-01

    This paper focuses primarily on leveraging synchronized current/voltage amplitudes and phase angle measurements to foster new categories of applications, such as improving the effectiveness of grid protection and minimizing outage duration for distributed grid systems. The motivation for such an application arises from the fact that with the support of communication, synchronized measurements from multiple sites in a grid network can greatly enhance the accuracy and timeliness of identifying the source of instabilities. The paper first provides an overview of synchrophasor networks and then presents techniques for power quality assessment, including fault detection and protection. To achieve this we present a new synchrophasor data partitioning scheme that is based on the formation of a joint space and time observation vector. Since communication is an integral part of synchrophasor networks, the newly adopted wireless standard for machine-to-machine (M2M) communication, known as IEEE 802.11ah, has been investigated. The paper also presents a novel implementation of a hardware in the loop testbed for real-time performance evaluation. The purpose is to illustrate the use of both hardware and software tools to verify the performance of synchrophasor networks under more realistic environments. The testbed is a combination of grid network modeling, and an Emulab-based communication network. The combined grid and communication network is then used to assess power quality for fault detection and location using the IEEE 39-bus and 390-bus systems.

  19. Automated videography for residential communications

    NASA Astrophysics Data System (ADS)

    Kurtz, Andrew F.; Neustaedter, Carman; Blose, Andrew C.

    2010-02-01

    The current widespread use of webcams for personal video communication over the Internet suggests that opportunities exist to develop video communications systems optimized for domestic use. We discuss both prior and existing technologies, and the results of user studies that indicate potential needs and expectations for people relative to personal video communications. In particular, users anticipate an easily used, high image quality video system, which enables multitasking communications during the course of real-world activities and provides appropriate privacy controls. To address these needs, we propose a potential approach premised on automated capture of user activity. We then describe a method that adapts cinematography principles, with a dual-camera videography system, to automatically control image capture relative to user activity, using semantic or activity-based cues to determine user position and motion. In particular, we discuss an approach to automatically manage shot framing, shot selection, and shot transitions, with respect to one or more local users engaged in real-time, unscripted events, while transmitting the resulting video to a remote viewer. The goal is to tightly frame subjects (to provide more detail), while minimizing subject loss and repeated abrupt shot framing changes in the images as perceived by a remote viewer. We also discuss some aspects of the system and related technologies that we have experimented with thus far. In summary, the method enables users to participate in interactive video-mediated communications while engaged in other activities.

  20. Synchrophasor Sensor Networks for Grid Communication and Protection

    PubMed Central

    Gharavi, Hamid

    2017-01-01

    This paper focuses primarily on leveraging synchronized current/voltage amplitudes and phase angle measurements to foster new categories of applications, such as improving the effectiveness of grid protection and minimizing outage duration for distributed grid systems. The motivation for such an application arises from the fact that with the support of communication, synchronized measurements from multiple sites in a grid network can greatly enhance the accuracy and timeliness of identifying the source of instabilities. The paper first provides an overview of synchrophasor networks and then presents techniques for power quality assessment, including fault detection and protection. To achieve this we present a new synchrophasor data partitioning scheme that is based on the formation of a joint space and time observation vector. Since communication is an integral part of synchrophasor networks, the newly adopted wireless standard for machine-to-machine (M2M) communication, known as IEEE 802.11ah, has been investigated. The paper also presents a novel implementation of a hardware in the loop testbed for real-time performance evaluation. The purpose is to illustrate the use of both hardware and software tools to verify the performance of synchrophasor networks under more realistic environments. The testbed is a combination of grid network modeling, and an Emulab-based communication network. The combined grid and communication network is then used to assess power quality for fault detection and location using the IEEE 39-bus and 390-bus systems. PMID:28890553

  1. A critical appraisal of guidelines for electronic communication between patients and clinicians: the need to modernize current recommendations.

    PubMed

    Lee, Joy L; Matthias, Marianne S; Menachemi, Nir; Frankel, Richard M; Weiner, Michael

    2018-04-01

    Patient-provider electronic communication has proliferated in recent years, yet there is a dearth of published research either leading to, or including, recommendations that improve clinical care and prevent unintended negative consequences. We critically appraise published guidelines and suggest an agenda for future work in this area. To understand how existing guidelines align with current practice, evidence, and technology. We performed a narrative review of provider-targeted guidelines for electronic communication between patients and providers, searching Ovid MEDLINE, Embase, and PubMed databases using relevant terms. We limited the search to articles published in English, and manually searched the citations of relevant articles. For each article, we identified and evaluated the suggested practices. Across 11 identified guidelines, the primary focus was on technical and administrative concerns, rather than on relational communication. Some of the security practices recommended by the guidelines are no longer needed because of shifts in technology. It is unclear the extent to which the recommendations that are still relevant are being followed. Moreover, there is no guideline-cited evidence of the effectiveness of the practices that have been proposed. Our analysis revealed major weaknesses in current guidelines for electronic communication between patients and providers: the guidelines appear to be based on minimal evidence and offer little guidance on how best to use electronic tools to communicate effectively. Further work is needed to systematically evaluate and identify effective practices, create a framework to evaluate quality of communication, and assess the relationship between electronic communication and quality of care.

  2. Patient-centred communication intervention study to evaluate nurse-patient interactions in complex continuing care

    PubMed Central

    2012-01-01

    Background Communication impairment is a frequent consequence of stroke. Patients who cannot articulate their needs respond with frustration and agitation, resulting in poor optimization of post-stroke functions. A key component of patient-centred care is the ability of staff to communicate in a way that allows them to understand the patient’s needs. We developed a patient-centred communication intervention targeting registered and unregulated nursing staff caring for complex continuing care patients with communication impairments post stroke. Research objectives include 1) examining the effects of the intervention on patients’ quality of life, depression, satisfaction with care, and agitation; and (2) examining the extent to which the intervention improves staff’s attitudes and knowledge in caring for patients with communication impairments. The intervention builds on a previous pilot study. Methods/design A quasi-experimental repeated measures non-equivalent control group design in a complex continuing care facility is being used. Patients with a communication impairment post-stroke admitted to the facility are eligible to participate. All staff nurses are eligible. Baseline data are collected from staff and patients. Follow-up will occur at 1 and 3 months post-intervention. Subject recruitment and data collection from 60 patients and 30 staff will take approximately 36 months. The Patient-Centred Communication Intervention consists of three components: (1) development of an individualized patient communication care plan; (2) a one-day workshop focused on communication and behavioural management strategies for nursing staff; and (3) a staff support system. The intervention takes comprehensive patient assessments into account to inform the development of communication and behavioural strategies specifically tailored to each patient. Discussion The Patient-Centred Communication Intervention will provide staff with strategies to facilitate interactions with patients and to minimize agitation associated with considerable stress. The improvement of these interactions will lead to a reduction of agitation, which has the additional significance of increasing patients’ well-being, quality of life, and satisfaction with care. Trial registration ClinicalTrials.gov Identifier NCT01654029 PMID:23050517

  3. Identification of preliminary core outcome domains for communication about childhood vaccination: An online Delphi survey.

    PubMed

    Kaufman, Jessica; Ryan, Rebecca; Lewin, Simon; Bosch-Capblanch, Xavier; Glenton, Claire; Cliff, Julie; Oyo-Ita, Angela; Muloliwa, Artur Manuel; Oku, Afiong; Ames, Heather; Rada, Gabriel; Cartier, Yuri; Hill, Sophie

    2017-08-20

    Communication interventions for childhood vaccination are promising strategies to address vaccine hesitancy, but current research is limited by the outcomes measured. Most studies measure only vaccination-related outcomes, with minimal consideration of vaccine hesitancy-relevant intermediate outcomes. This impedes understanding of which interventions or elements are effective. It is also unknown which outcomes are important to the range of stakeholders affected by vaccine hesitancy. Outcome selection shapes the evidence base, informing future interventions and trials, and should reflect stakeholder priorities. Therefore, our aim was to identify which outcome domains (i.e. broad outcome categories) are most important to different stakeholders, identifying preliminary core outcome domains to inform evaluation of three common vaccination communication types: (i) communication to inform or educate, (ii) remind or recall, and (iii) enhance community ownership. We conducted a two-stage online Delphi survey, involving four stakeholder groups: parents or community members, healthcare providers, researchers, and government or non-governmental organisation representatives. Participants rated the importance of eight outcome domains for each of the three communication types. They also rated specific outcomes within one domain ("attitudes or beliefs") and provided feedback about the survey. Collectively, stakeholder groups prioritised outcome domains differently when considering the effects of different communication types. For communication that aims to (i) inform or educate, the most important outcome domain is "knowledge or understanding"; for (ii) reminder communication, "vaccination status and behaviours"; and for (iii) community engagement communication, "community participation". All stakeholder groups rated most outcome domains as very important or critical. The highest rated specific outcome within the "attitudes or beliefs" domain was "trust". This Delphi survey expands the field of core outcomes research and identifies preliminary core outcome domains for measuring the effects of communication about childhood vaccination. The findings support the argument that vaccination communication is not a single homogenous intervention - it has a range of purposes, and vaccination communication evaluators should select outcomes accordingly. Copyright © 2017 The Authors. Published by Elsevier Ltd.. All rights reserved.

  4. New trends in communicating risk and cultivating resilience: a multi-disciplinary approach to global environmental risk

    NASA Astrophysics Data System (ADS)

    Kontar, Y. Y.; Eichelberger, J. C.; Rupp, S. T.; Taylor, K.

    2014-12-01

    The increasing extent and vulnerability of technologically advanced society together with aspects of global climate change intensifies the frequency and severity of natural disasters. Every year, communities around the world face the devastating consequences of hazardous events, including loss of life, property and infrastructure damage, and environmental decline. In this session, we will introduce a new book, entitled New Trends in Communicating Risk and Cultivating Resilience, which is dedicated to those who have directly or indirectly suffered the effects of climate change extreme events with the hope that the advance of knowledge, implementation of sound science and appropriate policies, and use of effective communication will help in reducing their vulnerability while also improving resilience in the face of often devastating natural hazards. This book comprises manuscripts from those whose research, advocacy, work, teaching, or service in the natural or social sciences deals with risk communication and/or management surrounding natural disasters, with a particular focus on climate change-related phenomena. This book is arranged into five sections: The Role of Communication in Fostering Resilient Communities (Reframing the conversation about natural hazards and climate change with a new focus on resilience)Before the Disaster: Prediction, Preparation, and Crisis Communication (The role of communication in predicting and preparing for the unpredictable regarding natural disasters)Mitigating Circumstances: Living Through Change, Uncertainty, and Disaster (Mitigation and the role of communication in minimizing the damage during natural disasters and during an era of climate change)After the Disaster: Response and Recovery Communication (The role of communication after natural disasters)Looking Back and Learning Forward: Best and Worst Practices Exposed (Considering risk and resilience communication of natural disasters with one eye on best practices and one eye on a critical perspective. Case studies of resilience both supported and undermined by communication)During our presentation, we will introduce a case study from every section.

  5. High Capacity Communications From Martian Distances. Part 1; Spacecraft Link Design Analysis

    NASA Technical Reports Server (NTRS)

    Vyas, Hemali N.; Schuchman, Leonard; Orr, Richard; Williams, Wallace Dan; Collins, Michael; Noreen, Gary

    2006-01-01

    High capacity space communications has been a desire for Human Exploration and Science missions. Current Mars missions operate at data rates of 120 kbps for telemetry downlink and it is desirable to study high rate communication links in the range of 100 Mbps to 1 Gbps data rates from Martian distances. This paper will present some assumed scenarios along with link design assumptions and link analysis for high capacity communications from Mars. The paper will focus on RF subsystems namely antenna and power for the downlink communication from a relay orbiter at Mars. The relay orbiter will communicate with the low orbit spacecrafts at Mars or any Martian surface elements such as robots, and relay the data back to the ground networks on Earth. The study will dive into the spacecraft downlink system design and communication link analysis between the relay orbiter and ground network on Earth for data rates ranging from 100 Mbps to 1 Gbps based on the assumed scenarios and link assumptions. With high rate links at larger distances, there will be a significant impact on the antenna and power requirements and the link design will make an attempt to minimize the mass of the RF subsystem on the spacecraft. The results of this study will be presented for three data rates 1 Gbps, 500 Mbps and 100 Mbps at maximum Mars to Earth distance of 2.67AU. The design will use a Ka-band downlink with 90% link availability, along with various ground network G/T assumptions and possible bandwidth efficient modulations. The paper will conclude with what types of high rate communication links are feasible from Martian distances and also identify a range of requirements for antenna and power technologies for these high capacity communications from Mars.

  6. Artificial intelligence and immediacy: designing health communication to personally engage consumers and providers.

    PubMed

    Kreps, Gary L; Neuhauser, Linda

    2013-08-01

    We describe how ehealth communication programs can be improved by using artificial intelligence (AI) to increase immediacy. We analyzed major deficiencies in ehealth communication programs, illustrating how programs often fail to fully engage audiences and can even have negative consequences by undermining the effective delivery of information intended to guide health decision-making and influence adoption of health-promoting behaviors. We examined the use of AI in ehealth practices to promote immediacy and provided examples from the ChronologyMD project. Strategic use of AI is shown to help enhance immediacy in ehealth programs by making health communication more engaging, relevant, exciting, and actionable. AI can enhance the "immediacy" of ehealth by humanizing health promotion efforts, promoting physical and emotional closeness, increasing authenticity and enthusiasm in health promotion efforts, supporting personal involvement in communication interactions, increasing exposure to relevant messages, reducing demands on healthcare staff, improving program efficiency, and minimizing costs. User-centered AI approaches, such as the use of personally involving verbal and nonverbal cues, natural language translation, virtual coaches, and comfortable human-computer interfaces can promote active information processing and adoption of new ideas. Immediacy can improve information access, trust, sharing, motivation, and behavior changes. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  7. Chemical Manufacturing and Refining Industry Legitimacy: Reflective Management, Trust, Precrisis Communication to Achieve Community Efficacy.

    PubMed

    Heath, Robert L; Lee, Jaesub

    2016-06-01

    Calls for emergency right-to-know in the 1980s, and, in the 1990s, risk management planning, motivated U.S. chemical manufacturing and refining industries to operationalize a three-pronged approach to risk minimization and communication: reflective management to increase legitimacy, operational safety programs to raise trust, and community engagement designed to facilitate citizens' emergency response efficacy. To assess these management, operational, and communication initiatives, communities (often through Local Emergency Planning Committees) monitored the impact of such programs. In 2012, the fourth phase of a quasi-longitudinal study was conducted to assess the effectiveness of operational change and community outreach in one bellwether community. This study focuses on legitimacy, trust, and response efficacy to suggest that an industry can earn legitimacy credits by raising its safety and environmental impact standards, by building trust via that change, and by communicating emergency response messages to near residents to raise their response efficacy. As part of its campaign to demonstrate its concern for community safety through research, planning, and implementation of safe operations and viable emergency response systems, this industry uses a simple narrative of risk/emergency response-shelter-in-place-communicated by a spokes-character: Wally Wise Guy. © 2015 Society for Risk Analysis.

  8. Distributed Similarity based Clustering and Compressed Forwarding for wireless sensor networks.

    PubMed

    Arunraja, Muruganantham; Malathi, Veluchamy; Sakthivel, Erulappan

    2015-11-01

    Wireless sensor networks are engaged in various data gathering applications. The major bottleneck in wireless data gathering systems is the finite energy of sensor nodes. By conserving the on board energy, the life span of wireless sensor network can be well extended. Data communication being the dominant energy consuming activity of wireless sensor network, data reduction can serve better in conserving the nodal energy. Spatial and temporal correlation among the sensor data is exploited to reduce the data communications. Data similar cluster formation is an effective way to exploit spatial correlation among the neighboring sensors. By sending only a subset of data and estimate the rest using this subset is the contemporary way of exploiting temporal correlation. In Distributed Similarity based Clustering and Compressed Forwarding for wireless sensor networks, we construct data similar iso-clusters with minimal communication overhead. The intra-cluster communication is reduced using adaptive-normalized least mean squares based dual prediction framework. The cluster head reduces the inter-cluster data payload using a lossless compressive forwarding technique. The proposed work achieves significant data reduction in both the intra-cluster and the inter-cluster communications, with the optimal data accuracy of collected data. Copyright © 2015 ISA. Published by Elsevier Ltd. All rights reserved.

  9. Communication network for decentralized remote tele-science during the Spacelab mission IML-2

    NASA Technical Reports Server (NTRS)

    Christ, Uwe; Schulz, Klaus-Juergen; Incollingo, Marco

    1994-01-01

    The ESA communication network for decentralized remote telescience during the Spacelab mission IML-2, called Interconnection Ground Subnetwork (IGS), provided data, voice conferencing, video distribution/conferencing and high rate data services to 5 remote user centers in Europe. The combination of services allowed the experimenters to interact with their experiments as they would normally do from the Payload Operations Control Center (POCC) at MSFC. In addition, to enhance their science results, they were able to make use of reference facilities and computing resources in their home laboratory, which typically are not available in the POCC. Characteristics of the IML-2 communications implementation were the adaptation to the different user needs based on modular service capabilities of IGS and the cost optimization for the connectivity. This was achieved by using a combination of traditional leased lines, satellite based VSAT connectivity and N-ISDN according to the simulation and mission schedule for each remote site. The central management system of IGS allows minimization of staffing and the involvement of communications personnel at the remote sites. The successful operation of IGS for IML-2 as a precursor network for the Columbus Orbital Facility (COF) has proven the concept for communications to support the operation of the COF decentralized scenario.

  10. Direct cellular vs. indirect pager communication during orthopaedic surgical procedures: a prospective study.

    PubMed

    Ortega, Gil R; Taksali, Sudeep; Smart, Ryan; Baumgaertner, Michael R

    2009-01-01

    Cellular phone use within the hospital setting has increased as physicians, nurses, and ancillary staff incorporate wireless technologies in improving efficiencies, cost, and maintaining patient safety and high quality healthcare [11]. Through the use of wireless, cellular communication, an overall improvement in communication accuracy and efficiency between intraoperative orthopaedic surgeons and floor nurses may be achieved. Both communication types occurred while the surgeon was scrubbed in the operating room (OR). Indirect communication occurred when the pager call was answered by the OR circulating nurse with communication between the surgeon, circulating nurse, and floor nurse. Direct communication consisted of cell phone and Jabra Bluetooth BT200 wireless ear piece used by the surgeon. The surgeon answered the floor nurse's cellular call by phone ring-activated automatic answering. The study was conducted during scheduled orthopaedic procedures. An independent observer measured time variables with a stop-watch while orthopaedic nurses randomly called via pager or cell phone. The nurses asked for patient caregiver confirmation and answers to 30 different patient-care questions. Sixty trials were performed with 30 cell and 30 page communications. Direct cellular communication showed a better response rate than indirect page (Cell 100%, Page 73%). Indirect page communication allowed a 27% and 33% error rate with patient problem and surgeon solution communications, respectively. There were no reported communication errors while using direct wireless, cellular communication. When compared to page communications, cellular communications showed statistically significant improvements in mean time intervals in response time (Cell = 11s, Page = 211s), correct patient identification (Cell = 5s, Page = 172s), patient problem and solution time (Cell = 13s, Page = 189s), and total communication time (Cell = 32s, Page = 250s) (s = seconds, all P < 0.001). Floor nurse satisfaction ratings (dependent on communication times and/or difficulties) were improved with direct cellular communication (Cell = 29 excellent, Page = 11 excellent). Intraoperative case interruptions (defined as delaying surgical progress) were more frequent with indirect page communication (10 page v. 0 cell). Our study demonstrates that direct wireless communication may be used to improve intraoperative communication and enhance patient safety. Direct wireless, cellular intraoperative communication improves communication times, communication accuracy, communication satisfaction, and minimizes intraoperative case interruption. As a result of this study, we hope to maintain our transition to direct wireless, cellular intraoperative orthopaedic communication to reduce medical errors, improve patient care, and enhance both orthopaedic surgeon and nursing efficiencies.

  11. An Intelligent Parking Management System for Urban Areas

    PubMed Central

    Vera-Gómez, Juan A.; Quesada-Arencibia, Alexis; García, Carmelo R.; Suárez Moreno, Raúl; Guerra Hernández, Fernando

    2016-01-01

    In this article we describe a low-cost, minimally-intrusive system for the efficient management of parking spaces on both public roads and controlled zones. This system is based on wireless networks of photoelectric sensors that are deployed on the access roads into and out of these areas. The sensors detect the passage of vehicles on these roads and communicate this information to a data centre, thus making it possible to know the number of vehicles in the controlled zone and the occupancy levels in real-time. This information may be communicated to drivers to facilitate their search for a parking space and to authorities so that they may take steps to control traffic when congestion is detected. PMID:27338397

  12. Development of a 75-watt 60-GHz traveling-wave tube for intersatellite communications

    NASA Technical Reports Server (NTRS)

    Rousseau, A. L.; Tammaru, I.; Vaszari, J. P.

    1988-01-01

    This program covers the initial design and development of a 75 watt, 60 GHz traveling-wave tube for intersatellite communications. The objective frequency band was 59 to 64 GHz, with a minimum tube gain of 35 dB. The objective overall efficiency at saturation was 40 percent. The tube, designated the 961H, used a coupled-cavity interaction circuit with periodic permanent magnet beam focusing to minimize the weight. For efficiency enhancement, it incorporated a four-stage depressed collector capable of radiation cooling in space. The electron gun had a low-temperature (type-M) cathode and an isolated anode. Two tubes were built and tested; one feasibility model with a single-stage collector and one experimental model that incorporated the multistage collector.

  13. Optimetrics for Precise Navigation

    NASA Technical Reports Server (NTRS)

    Yang, Guangning; Heckler, Gregory; Gramling, Cheryl

    2017-01-01

    Optimetrics for Precise Navigation will be implemented on existing optical communication links. The ranging and Doppler measurements are conducted over communication data frame and clock. The measurement accuracy is two orders of magnitude better than TDRSS. It also has other advantages of: The high optical carrier frequency enables: (1) Immunity from ionosphere and interplanetary Plasma noise floor, which is a performance limitation for RF tracking; and (2) High antenna gain reduces terminal size and volume, enables high precision tracking in Cubesat, and in deep space smallsat. High Optical Pointing Precision provides: (a) spacecraft orientation, (b) Minimal additional hardware to implement Precise Optimetrics over optical comm link; and (c) Continuous optical carrier phase measurement will enable the system presented here to accept future optical frequency standard with much higher clock accuracy.

  14. Multipurpose satellite bus (MPS)

    NASA Technical Reports Server (NTRS)

    1991-01-01

    The Naval Postgraduate School Advanced Design Project sponsored by the Universities Space Research Association Advanced Design Program is a multipurpose satellite bus (MPS). The design was initiated from a Statement of Work (SOW) developed by the Defense Advanced Research Projects Agency (DARPA). The SOW called for a 'proposal to design a small, low-cost, lightweight, general purpose spacecraft bus capable of accommodating any of a variety of mission payloads. Typical payloads envisioned include those associated with meteorological, communication, surveillance and tracking, target location, and navigation mission areas.' The design project investigates two dissimilar missions, a meteorological payload and a communications payload, mated with a single spacecraft bus with minimal modifications. The MPS is designed for launch aboard the Pegasus Air Launched Vehicle (ALV) or the Taurus Standard Small Launch Vehicle (SSLV).

  15. FAST - A multiprocessed environment for visualization of computational fluid dynamics

    NASA Technical Reports Server (NTRS)

    Bancroft, Gordon V.; Merritt, Fergus J.; Plessel, Todd C.; Kelaita, Paul G.; Mccabe, R. Kevin

    1991-01-01

    The paper presents the Flow Analysis Software Toolset (FAST) to be used for fluid-mechanics analysis. The design criteria for FAST including the minimization of the data path in the computational fluid-dynamics (CFD) process, consistent user interface, extensible software architecture, modularization, and the isolation of three-dimensional tasks from the application programmer are outlined. Each separate process communicates through the FAST Hub, while other modules such as FAST Central, NAS file input, CFD calculator, surface extractor and renderer, titler, tracer, and isolev might work together to generate the scene. An interprocess communication package making it possible for FAST to operate as a modular environment where resources could be shared among different machines as well as a single host is discussed.

  16. Linear-Optics-Based Entanglement Concentration of Four-Photon χ-type States for Quantum Communication Network

    NASA Astrophysics Data System (ADS)

    Li, Tao; Deng, Fu-Guo

    2014-09-01

    We present an efficient entanglement concentration protocol (ECP) for partially entangled four-photon χ-type states in the first time with only linear optical elements and single-photon detectors. Without any ancillary particles, the parties in quantum communication network can obtain a subset of four-photon systems in the standard | χ 00> state from a set of four-photon systems in a partially entangled χ-type state with the parameter-splitting method developed by Ren et al. (Phys. Rev. A 88:012302, 2013). The present ECP has the optimal success probability which is determined by the component with the minimal probability amplitude in the initial state. Moreover, it is easy to implement this ECP in experiment.

  17. Optimal design of active EMC filters

    NASA Astrophysics Data System (ADS)

    Chand, B.; Kut, T.; Dickmann, S.

    2013-07-01

    A recent trend in automotive industry is adding electrical drive systems to conventional drives. The electrification allows an expansion of energy sources and provides great opportunities for environmental friendly mobility. The electrical powertrain and its components can also cause disturbances which couple into nearby electronic control units and communication cables. Therefore the communication can be degraded or even permanently disrupted. To minimize these interferences, different approaches are possible. One possibility is to use EMC filters. However, the diversity of filters is very large and the determination of an appropriate filter for each application is time-consuming. Therefore, the filter design is determined by using a simulation tool including an effective optimization algorithm. This method leads to improvements in terms of weight, volume and cost.

  18. The power of sound: miniaturized medical implants with ultrasonic links

    NASA Astrophysics Data System (ADS)

    Wang, Max L.; Chang, Ting Chia; Charthad, Jayant; Weber, Marcus J.; Arbabian, Amin

    2017-05-01

    Miniaturized wirelessly powered implants capable of operating and communicating deep in the body are necessary for the next-generation of diagnostics and therapeutics. A major challenge in developing these minimally invasive implants is the tradeoff between device size, functionality, and operating depth. Here, we review two different wireless powering methods, inductive and ultrasonic power transfer, examine how to analyze their power transfer efficiency, and evaluate their potential for powering implantable medical devices. In particular, we show how ultrasonic wireless power transfer can address these challenges due to its safety, low attenuation, and millimeter wavelengths in the body. Finally, we demonstrate two ultrasonically powered implants capable of active power harvesting and bidirectional communication for closed-loop operation while functioning through multiple centimeters of tissue.

  19. Recent advances in neural dust: towards a neural interface platform.

    PubMed

    Neely, Ryan M; Piech, David K; Santacruz, Samantha R; Maharbiz, Michel M; Carmena, Jose M

    2018-06-01

    The neural dust platform uses ultrasonic power and communication to enable a scalable, wireless, and batteryless system for interfacing with the nervous system. Ultrasound offers several advantages over alternative wireless approaches, including a safe method for powering and communicating with sub mm-sized devices implanted deep in tissue. Early studies demonstrated that neural dust motes could wirelessly transmit high-fidelity electrophysiological data in vivo, and that theoretically, this system could be miniaturized well below the mm-scale. Future developments are focused on further minimization of the platform, better encapsulation methods as a path towards truly chronic neural interfaces, improved delivery mechanisms, stimulation capabilities, and finally refinements to enable deployment of neural dust in the central nervous system. Copyright © 2017. Published by Elsevier Ltd.

  20. Strategic Studies Quarterly. Volume 9, Number 3. Fall 2015

    DTIC Science & Technology

    2015-01-01

    leaders doing what they can to better inform civilians to minimize the number of times civilian leaders might be wrong? Golby proposes a "new framework...but they have a clear responsibility to communicate their expertise and advice candidly during policy deliberations. The effective development of...there may not always be a clear distinction between political and military spheres. Political leaders of- ten depend on information they obtain from

  1. Joint Experiment on Scalable Parallel Processors (JESPP) Parallel Data Management

    DTIC Science & Technology

    2006-05-01

    management and analysis tool, called Simulation Data Grid ( SDG ). The design principles driving the design of SDG are: 1) minimize network communication...or SDG . In this report, an initial prototype implementation of this system is described. This project follows on earlier research, primarily...distributed logging system had some 2 limitations. These limitations will be described in this report, and how the SDG addresses these limitations. 3.0

  2. Single-mode optical fiber design with wide-band ultra low bending-loss for FTTH application.

    PubMed

    Watekar, Pramod R; Ju, Seongmin; Han, Won-Taek

    2008-01-21

    We propose a new design of a single-mode optical fiber (SMF) which exhibits ultra low bend sensitivity over a wide communication band (1.3 microm to 1.65 microm). A five-cladding fiber structure has been proposed to minimize the bending loss, estimated to be as low as 4.4x10(-10) dB/turn for the bend radius of 10 mm.

  3. Robust High Data Rate MIMO Underwater Acoustic Communications

    DTIC Science & Technology

    2010-12-31

    algorithm is referred to as periodic CAN ( PeCAN ). Unlike most existing sequence construction methods which are algebraic and deterministic in nature, we...start the iteration of PeCAN from random phase initializations and then proceed to cyclically minimize the desired metric. In this way, through...by the foe and hence are especially useful as training sequences or as spreading sequences for UAC applications. We will use PeCAN sequences for

  4. Future Soldiers: Analysis of Entry-Level Performance Requirements and Their Predictors

    DTIC Science & Technology

    2005-09-01

    these future missions; "* New technology such as weapons, tools, and vehicles (e.g., robotics ) and the effect of technological change on personnel...Clusters 1. Close Combat 2. Non Line-of-Sight Fire 3. Surveillance, Intelligence, and Communications 4. Unmanned Vehicle/ Robotics Operator 5. Security...minimized with (a) new materials for ballistic protection, (b) new lethalities, and (c) exoskeletons /artificial muscles. • Infantrymen will experience better

  5. The 30/20 GHz mixed user architecture development study

    NASA Technical Reports Server (NTRS)

    1979-01-01

    A mixed-user system is described which provides cost-effective communications services to a wide range of user terminal classes, ranging from one or two voice channel support in a direct-to-user mode, to multiple 500 mbps trunking channel support. Advanced satellite capabilities are utilized to minimize the cost of small terminals. In a system with thousands of small terminals, this approach results in minimum system cost.

  6. Inter-Cultural Communication: Teaching Strategies, Resources and Materials for Teaching ESL or How to Change "Sabah Al-Khair" into Good Morning.

    ERIC Educational Resources Information Center

    Bohan, Robert C.

    Speech instructors who teach English as a second language to international students are trying to help those students acquire a basic minimal command of English for success or survival in their education and do not require them to attain the fluency expected of native-born speakers of English. At one junior college where foreign student enrollment…

  7. Integrated Approach to Free Space Optical Communications in Strong Turbulence

    DTIC Science & Technology

    2011-09-01

    fades at the receiver caused by atmospheric turbulence . In an attempt to mitigate the impact of intensity fades, the use of various modulation schemes... turbulence . Additionally, adaptive optics can be used to maximize fiber coupling efficiency [64]. The research in Chapters IV–VI attempts to minimize...the effect of atmospheric turbulence through signal diversity without the use of complicated higher-order wavefront control schemes. 40 3.4 Modulation

  8. Changes in cerebral metabolism in patients with a minimally conscious state responding to zolpidem

    PubMed Central

    Chatelle, Camille; Thibaut, Aurore; Gosseries, Olivia; Bruno, Marie-Aurélie; Demertzi, Athena; Bernard, Claire; Hustinx, Roland; Tshibanda, Luaba; Bahri, Mohamed A.; Laureys, Steven

    2014-01-01

    Background: Zolpidem, a short-acting non-benzodiazepine GABA agonist hypnotic, has been shown to induce paradoxical responses in some patients with disorders of consciousness (DOC), leading to recovery of arousal and cognitive abilities. We here assessed zolpidem-induced changes in regional brain metabolism in three patients with known zolpidem response in chronic post-anoxic minimally conscious state (MCS). Methods: [18F]-fluorodeoxyglucose positron emission tomography (FDG-PET) and standardized clinical assessments using the Coma Recovery Scale-Revised were performed after administration of 10 mg zolpidem or placebo in a randomized double blind 2-day protocol. PET data preprocessing and comparison with a healthy age-matched control group were performed using statistical parametric mapping (SPM8). Results: Behaviorally, all patients recovered functional communication after administration of zolpidem (i.e., emergence from the MCS). FDG-PET showed increased metabolism in dorsolateral prefrontal and mesiofrontal cortices after zolpidem but not after placebo administration. Conclusion: Our data show a metabolic activation of prefrontal areas, corroborating the proposed mesocircuit hypothesis to explain the paradoxical effect of zolpidem observed in some patients with DOC. It also suggests the key role of the prefrontal cortices in the recovery of functional communication and object use in hypoxic patients with chronic MCS. PMID:25520636

  9. An energy-efficient rate adaptive media access protocol (RA-MAC) for long-lived sensor networks.

    PubMed

    Hu, Wen; Chen, Quanjun; Corke, Peter; O'Rourke, Damien

    2010-01-01

    We introduce an energy-efficient Rate Adaptive Media Access Control (RA-MAC) algorithm for long-lived Wireless Sensor Networks (WSNs). Previous research shows that the dynamic and lossy nature of wireless communications is one of the major challenges to reliable data delivery in WSNs. RA-MAC achieves high link reliability in such situations by dynamically trading off data rate for channel gain. The extra gain that can be achieved reduces the packet loss rate which contributes to reduced energy expenditure through a reduced numbers of retransmissions. We achieve this at the expense of raw bit rate which generally far exceeds the application's link requirement. To minimize communication energy consumption, RA-MAC selects the optimal data rate based on the estimated link quality at each data rate and an analytical model of the energy consumption. Our model shows how the selected data rate depends on different channel conditions in order to minimize energy consumption. We have implemented RA-MAC in TinyOS for an off-the-shelf sensor platform (the TinyNode) on top of a state-of-the-art WSN Media Access Control Protocol, SCP-MAC, and evaluated its performance by comparing our implementation with the original SCP-MAC using both simulation and experiment.

  10. The Contribution of Two Categories of Parent Verbal Responsiveness to Later Language for Toddlers and Preschoolers on the Autism Spectrum

    PubMed Central

    Haebig, Eileen; McDuffie, Andrea; Weismer, Susan Ellis

    2013-01-01

    Purpose Longitudinal associations between two categories of parent verbal responsiveness and language comprehension and production one year later were examined in 40 toddlers and preschoolers with a diagnosis of an autism spectrum disorder (ASD). Method Parent-child play samples using a standard toy set were digitally captured and coded for child engagement with objects and communication acts and for parent verbal responses to play and communication. Results After controlling for parent education, child engagement and initial language level, only parent directives for language that followed into the child's focus of attention accounted for unique variance in predicting both comprehension and production one year later. A series of exploratory analyses revealed that parent comments that followed into the child's focus of attention also accounted for unique variance in later comprehension and production for children who were minimally verbal at the initial time period. Conclusions Child developmental level may warrant different types of linguistic input to facilitate language learning. Children with ASD who have minimal linguistic skills may benefit from parent language input that follows into the child’s focus of attention. Children with ASD who are verbally fluent may need more advanced language input to facilitate language development. PMID:22878512

  11. Smart sensors development based on a distributed bus for microsystems applications

    NASA Astrophysics Data System (ADS)

    Ferrer, Carles; Lorente, Bibiana

    2003-04-01

    Our main objective in this work has been to develop a comunication system applicable between sensors and actuators and the data processing circuitry inside the microsystem in order to develop a flexible and modular architecture. This communication system is based on the use of a dedicated sensor bus composed by only two wires (a bidirectional data line and a clock line for sincronization). The basic philosophy of this development has been to create an IP model with VHDL for the bus driver that can be added to the sensor or the actuator to create an smart device that could be easily plugged with the other componets of the microsystem architecture. This methodology can be applied to a high integrated microsystem based on an extensively use of microelectronics technologies (ASICs, SoCs & MCMs). The reduced number of wires is an extraordinary advatage because produce a minimal interconnection between all the components and as a consequence the size of the microinstrument becomes smaller. The second aspect that we have considered in this development has been to reach a communication protocol that permits to built-up a very simple but robust bus driver interface that minimize the circuit overhead. This interconnection system has been applied to biomedical and aerospatial microsystems applications.

  12. Deep convolutional neural network based antenna selection in multiple-input multiple-output system

    NASA Astrophysics Data System (ADS)

    Cai, Jiaxin; Li, Yan; Hu, Ying

    2018-03-01

    Antenna selection of wireless communication system has attracted increasing attention due to the challenge of keeping a balance between communication performance and computational complexity in large-scale Multiple-Input MultipleOutput antenna systems. Recently, deep learning based methods have achieved promising performance for large-scale data processing and analysis in many application fields. This paper is the first attempt to introduce the deep learning technique into the field of Multiple-Input Multiple-Output antenna selection in wireless communications. First, the label of attenuation coefficients channel matrix is generated by minimizing the key performance indicator of training antenna systems. Then, a deep convolutional neural network that explicitly exploits the massive latent cues of attenuation coefficients is learned on the training antenna systems. Finally, we use the adopted deep convolutional neural network to classify the channel matrix labels of test antennas and select the optimal antenna subset. Simulation experimental results demonstrate that our method can achieve better performance than the state-of-the-art baselines for data-driven based wireless antenna selection.

  13. Chance of Vulnerability Reduction in Application-Specific NoC through Distance Aware Mapping Algorithm

    NASA Astrophysics Data System (ADS)

    Janidarmian, Majid; Fekr, Atena Roshan; Bokharaei, Vahhab Samadi

    2011-08-01

    Mapping algorithm which means which core should be linked to which router is one of the key issues in the design flow of network-on-chip. To achieve an application-specific NoC design procedure that minimizes the communication cost and improves the fault tolerant property, first a heuristic mapping algorithm that produces a set of different mappings in a reasonable time is presented. This algorithm allows the designers to identify the set of most promising solutions in a large design space, which has low communication costs while yielding optimum communication costs in some cases. Another evaluated parameter, vulnerability index, is then considered as a principle of estimating the fault-tolerance property in all produced mappings. Finally, in order to yield a mapping which considers trade-offs between these two parameters, a linear function is defined and introduced. It is also observed that more flexibility to prioritize solutions within the design space is possible by adjusting a set of if-then rules in fuzzy logic.

  14. Respiratory Constraints in Verbal and Non-verbal Communication.

    PubMed

    Włodarczak, Marcin; Heldner, Mattias

    2017-01-01

    In the present paper we address the old question of respiratory planning in speech production. We recast the problem in terms of speakers' communicative goals and propose that speakers try to minimize respiratory effort in line with the H&H theory. We analyze respiratory cycles coinciding with no speech (i.e., silence), short verbal feedback expressions (SFE's) as well as longer vocalizations in terms of parameters of the respiratory cycle and find little evidence for respiratory planning in feedback production. We also investigate timing of speech and SFEs in the exhalation and contrast it with nods. We find that while speech is strongly tied to the exhalation onset, SFEs are distributed much more uniformly throughout the exhalation and are often produced on residual air. Given that nods, which do not have any respiratory constraints, tend to be more frequent toward the end of an exhalation, we propose a mechanism whereby respiratory patterns are determined by the trade-off between speakers' communicative goals and respiratory constraints.

  15. Analysis of multipath channel fading techniques in wireless communication systems

    NASA Astrophysics Data System (ADS)

    Mahender, Kommabatla; Kumar, Tipparti Anil; Ramesh, K. S.

    2018-04-01

    Multipath fading occurs in any environment where there is multipath propagation and there is some movement of elements within the radio communications system. This may include the radio transmitter or receiver position, or in the elements that give rise to the reflections. The multipath fading can often be relatively deep, i.e. the signals fade completely away, whereas at other times the fading may not cause the signal to fall below a useable strength. Multipath fading may also cause distortion to the radio signal. As the various paths that can be taken by the signals vary in length, the signal transmitted at a particular instance will arrive at the receiver over a spread of times. This can cause problems with phase distortion and inter symbol interference when data transmissions are made. As a result, it may be necessary to incorporate features within the radio communications system that enables the effects of these problems to be minimized. This paper analyses the effects of various types of multipath fading in wireless transmission system.

  16. If You See Something, Say Something…More

    NASA Astrophysics Data System (ADS)

    Mann, M. E.; Peacock, K.

    2015-12-01

    Scientists have a collective ethical obligation to communicate the implications of their science and to communicate it as accurately and fully as possible. Nowhere is that obligation more profound than in areas of research, like climate change, where the stakes are so great, and where societal decision-making demands the most accurate assessments of risk. If scientists remain on the sidelines, they insure that others with an axe to grind will fill the void, game the process of risk assessment, and insure sub-optimal policy decision-making. But simple participation is not adequate either. Scientists, when they communicate climate change risk, must resist the temptation to downplay high-risk and high-cost scenarios in an effort simply to avoid criticism by contrarians. Otherwise, the net affect is the same, with bad faith actors achieving their goal of minimizing the emphasis placed on mitigation efforts in the policymaking process. We will discuss some examples including the critically important case of ice sheet collapse and sea level rise.

  17. Authentic interdomain communication in an RNA helicase reconstituted by expressed protein ligation of two helicase domains.

    PubMed

    Karow, Anne R; Theissen, Bettina; Klostermeier, Dagmar

    2007-01-01

    RNA helicases mediate structural rearrangements of RNA or RNA-protein complexes at the expense of ATP hydrolysis. Members of the DEAD box helicase family consist of two flexibly connected helicase domains. They share nine conserved sequence motifs that are involved in nucleotide binding and hydrolysis, RNA binding, and helicase activity. Most of these motifs line the cleft between the two helicase domains, and extensive communication between them is required for RNA unwinding. The two helicase domains of the Bacillus subtilis RNA helicase YxiN were produced separately as intein fusions, and a functional RNA helicase was generated by expressed protein ligation. The ligated helicase binds adenine nucleotides with very similar affinities to the wild-type protein. Importantly, its intrinsically low ATPase activity is stimulated by RNA, and the Michaelis-Menten parameters are similar to those of the wild-type. Finally, ligated YxiN unwinds a minimal RNA substrate to an extent comparable to that of the wild-type helicase, confirming authentic interdomain communication.

  18. Emerging Burden of Cardiovascular Diseases in Bangladesh.

    PubMed

    Al Mamun, Mohammad; Rumana, Nahid; Pervin, Kumkum; Azad, Muhammad Chanchal; Shahana, Nahid; Choudhury, Sohel Reza; Zaman, M Mostafa; Turin, Tanvir Chowdhury

    2016-01-01

    As a result of an epidemiological transition from communicable to non-communicable diseases for last few decades, cardiovascular diseases (CVD) are being considered as an important cause of mortality and morbidity in many developing countries including Bangladesh. Performing an extensive literature search, we compiled, summarized, and categorized the existing information about CVD mortality and morbidity among different clusters of Bangladeshi population. The present review reports that the burden of CVD in terms of mortality and morbidity is on the rise in Bangladesh. Despite a few non-communicable disease prevention and control programs currently running in Bangladesh, there is an urgent need for well-coordinated national intervention strategies and public health actions to minimize the CVD burden in Bangladesh. As the main challenge for CVD control in a developing country is unavailability of adequate epidemiological data related to various CVD events, the present review attempted to accumulate such data in the current context of Bangladesh. This may be of interest to all stakeholder groups working for CVD prevention and control across the country and globe.

  19. Disclosure Control of Natural Language Information to Enable Secure and Enjoyable Communication over the Internet

    NASA Astrophysics Data System (ADS)

    Kataoka, Haruno; Utsumi, Akira; Hirose, Yuki; Yoshiura, Hiroshi

    Disclosure control of natural language information (DCNL), which we are trying to realize, is described. DCNL will be used for securing human communications over the internet, such as through blogs and social network services. Before sentences in the communications are disclosed, they are checked by DCNL and any phrases that could reveal sensitive information are transformed or omitted so that they are no longer revealing. DCNL checks not only phrases that directly represent sensitive information but also those that indirectly suggest it. Combinations of phrases are also checked. DCNL automatically learns the knowledge of sensitive phrases and the suggestive relations between phrases by using co-occurrence analysis and Web retrieval. The users' burden is therefore minimized, i.e., they do not need to define many disclosure control rules. DCNL complements the traditional access control in the fields where reliability needs to be balanced with enjoyment and objects classes for the access control cannot be predefined.

  20. Parallelization of Nullspace Algorithm for the computation of metabolic pathways

    PubMed Central

    Jevremović, Dimitrije; Trinh, Cong T.; Srienc, Friedrich; Sosa, Carlos P.; Boley, Daniel

    2011-01-01

    Elementary mode analysis is a useful metabolic pathway analysis tool in understanding and analyzing cellular metabolism, since elementary modes can represent metabolic pathways with unique and minimal sets of enzyme-catalyzed reactions of a metabolic network under steady state conditions. However, computation of the elementary modes of a genome- scale metabolic network with 100–1000 reactions is very expensive and sometimes not feasible with the commonly used serial Nullspace Algorithm. In this work, we develop a distributed memory parallelization of the Nullspace Algorithm to handle efficiently the computation of the elementary modes of a large metabolic network. We give an implementation in C++ language with the support of MPI library functions for the parallel communication. Our proposed algorithm is accompanied with an analysis of the complexity and identification of major bottlenecks during computation of all possible pathways of a large metabolic network. The algorithm includes methods to achieve load balancing among the compute-nodes and specific communication patterns to reduce the communication overhead and improve efficiency. PMID:22058581

Top