Sample records for interprocess communication implementation

  1. MPF: A portable message passing facility for shared memory multiprocessors

    NASA Technical Reports Server (NTRS)

    Malony, Allen D.; Reed, Daniel A.; Mcguire, Patrick J.

    1987-01-01

    The design, implementation, and performance evaluation of a message passing facility (MPF) for shared memory multiprocessors are presented. The MPF is based on a message passing model conceptually similar to conversations. Participants (parallel processors) can enter or leave a conversation at any time. The message passing primitives for this model are implemented as a portable library of C function calls. The MPF is currently operational on a Sequent Balance 21000, and several parallel applications were developed and tested. Several simple benchmark programs are presented to establish interprocess communication performance for common patterns of interprocess communication. Finally, performance figures are presented for two parallel applications, linear systems solution, and iterative solution of partial differential equations.

  2. Cronus, A Distributed Operating System: Functional Definition and System Concept.

    DTIC Science & Technology

    1984-02-01

    55 Report No 5041 Bolt Beranek and Neman Inc 3 7 Interprocess Communication The objective of the DOS interprocess communication HIPCi facility is to...comprehensive enough to support performance monitcr:n: experiments - 63- AA~ Report No 5041 ol t Beranek and Neman n2 4 System Integrity and Survivability Users

  3. Trace-Driven Debugging of Message Passing Programs

    NASA Technical Reports Server (NTRS)

    Frumkin, Michael; Hood, Robert; Lopez, Louis; Bailey, David (Technical Monitor)

    1998-01-01

    In this paper we report on features added to a parallel debugger to simplify the debugging of parallel message passing programs. These features include replay, setting consistent breakpoints based on interprocess event causality, a parallel undo operation, and communication supervision. These features all use trace information collected during the execution of the program being debugged. We used a number of different instrumentation techniques to collect traces. We also implemented trace displays using two different trace visualization systems. The implementation was tested on an SGI Power Challenge cluster and a network of SGI workstations.

  4. Asynchronous communication in spectral-element and discontinuous Galerkin methods for atmospheric dynamics - a case study using the High-Order Methods Modeling Environment (HOMME-homme_dg_branch)

    NASA Astrophysics Data System (ADS)

    Jamroz, Benjamin F.; Klöfkorn, Robert

    2016-08-01

    The scalability of computational applications on current and next-generation supercomputers is increasingly limited by the cost of inter-process communication. We implement non-blocking asynchronous communication in the High-Order Methods Modeling Environment for the time integration of the hydrostatic fluid equations using both the spectral-element and discontinuous Galerkin methods. This allows the overlap of computation with communication, effectively hiding some of the costs of communication. A novel detail about our approach is that it provides some data movement to be performed during the asynchronous communication even in the absence of other computations. This method produces significant performance and scalability gains in large-scale simulations.

  5. Asynchronous communication in spectral-element and discontinuous Galerkin methods for atmospheric dynamics – a case study using the High-Order Methods Modeling Environment (HOMME-homme_dg_branch)

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

    Jamroz, Benjamin F.; Klofkorn, Robert

    The scalability of computational applications on current and next-generation supercomputers is increasingly limited by the cost of inter-process communication. We implement non-blocking asynchronous communication in the High-Order Methods Modeling Environment for the time integration of the hydrostatic fluid equations using both the spectral-element and discontinuous Galerkin methods. This allows the overlap of computation with communication, effectively hiding some of the costs of communication. A novel detail about our approach is that it provides some data movement to be performed during the asynchronous communication even in the absence of other computations. This method produces significant performance and scalability gains in large-scalemore » simulations.« less

  6. Asynchronous communication in spectral-element and discontinuous Galerkin methods for atmospheric dynamics – a case study using the High-Order Methods Modeling Environment (HOMME-homme_dg_branch)

    DOE PAGES

    Jamroz, Benjamin F.; Klofkorn, Robert

    2016-08-26

    The scalability of computational applications on current and next-generation supercomputers is increasingly limited by the cost of inter-process communication. We implement non-blocking asynchronous communication in the High-Order Methods Modeling Environment for the time integration of the hydrostatic fluid equations using both the spectral-element and discontinuous Galerkin methods. This allows the overlap of computation with communication, effectively hiding some of the costs of communication. A novel detail about our approach is that it provides some data movement to be performed during the asynchronous communication even in the absence of other computations. This method produces significant performance and scalability gains in large-scalemore » simulations.« less

  7. A diagnostic interface for the ICOsahedral Non-hydrostatic (ICON) modelling framework based on the Modular Earth Submodel System (MESSy v2.50)

    NASA Astrophysics Data System (ADS)

    Kern, Bastian; Jöckel, Patrick

    2016-10-01

    Numerical climate and weather models have advanced to finer scales, accompanied by large amounts of output data. The model systems hit the input and output (I/O) bottleneck of modern high-performance computing (HPC) systems. We aim to apply diagnostic methods online during the model simulation instead of applying them as a post-processing step to written output data, to reduce the amount of I/O. To include diagnostic tools into the model system, we implemented a standardised, easy-to-use interface based on the Modular Earth Submodel System (MESSy) into the ICOsahedral Non-hydrostatic (ICON) modelling framework. The integration of the diagnostic interface into the model system is briefly described. Furthermore, we present a prototype implementation of an advanced online diagnostic tool for the aggregation of model data onto a user-defined regular coarse grid. This diagnostic tool will be used to reduce the amount of model output in future simulations. Performance tests of the interface and of two different diagnostic tools show, that the interface itself introduces no overhead in form of additional runtime to the model system. The diagnostic tools, however, have significant impact on the model system's runtime. This overhead strongly depends on the characteristics and implementation of the diagnostic tool. A diagnostic tool with high inter-process communication introduces large overhead, whereas the additional runtime of a diagnostic tool without inter-process communication is low. We briefly describe our efforts to reduce the additional runtime from the diagnostic tools, and present a brief analysis of memory consumption. Future work will focus on optimisation of the memory footprint and the I/O operations of the diagnostic interface.

  8. CHIMERA II - A real-time multiprocessing environment for sensor-based robot control

    NASA Technical Reports Server (NTRS)

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

    1989-01-01

    A multiprocessing environment for a wide variety of sensor-based robot system, providing the flexibility, performance, and UNIX-compatible interface needed for fast development of real-time code is addressed. The requirements imposed on the design of a programming environment for sensor-based robotic control is outlined. The details of the current hardware configuration are presented, along with the details of the CHIMERA II software. Emphasis is placed on the kernel, low-level interboard communication, user interface, extended file system, user-definable and dynamically selectable real-time schedulers, remote process synchronization, and generalized interprocess communication. A possible implementation of a hierarchical control model, the NASA/NBS standard reference model for telerobot control system is demonstrated.

  9. Real time software tools and methodologies

    NASA Technical Reports Server (NTRS)

    Christofferson, M. J.

    1981-01-01

    Real time systems are characterized by high speed processing and throughput as well as asynchronous event processing requirements. These requirements give rise to particular implementations of parallel or pipeline multitasking structures, of intertask or interprocess communications mechanisms, and finally of message (buffer) routing or switching mechanisms. These mechanisms or structures, along with the data structue, describe the essential character of the system. These common structural elements and mechanisms are identified, their implementation in the form of routines, tasks or macros - in other words, tools are formalized. The tools developed support or make available the following: reentrant task creation, generalized message routing techniques, generalized task structures/task families, standardized intertask communications mechanisms, and pipeline and parallel processing architectures in a multitasking environment. Tools development raise some interesting prospects in the areas of software instrumentation and software portability. These issues are discussed following the description of the tools themselves.

  10. A development framework for artificial intelligence based distributed operations support systems

    NASA Technical Reports Server (NTRS)

    Adler, Richard M.; Cottman, Bruce H.

    1990-01-01

    Advanced automation is required to reduce costly human operations support requirements for complex space-based and ground control systems. Existing knowledge based technologies have been used successfully to automate individual operations tasks. Considerably less progress has been made in integrating and coordinating multiple operations applications for unified intelligent support systems. To fill this gap, SOCIAL, a tool set for developing Distributed Artificial Intelligence (DAI) systems is being constructed. SOCIAL consists of three primary language based components defining: models of interprocess communication across heterogeneous platforms; models for interprocess coordination, concurrency control, and fault management; and for accessing heterogeneous information resources. DAI applications subsystems, either new or existing, will access these distributed services non-intrusively, via high-level message-based protocols. SOCIAL will reduce the complexity of distributed communications, control, and integration, enabling developers to concentrate on the design and functionality of the target DAI system itself.

  11. Software Model Checking of ARINC-653 Flight Code with MCP

    NASA Technical Reports Server (NTRS)

    Thompson, Sarah J.; Brat, Guillaume; Venet, Arnaud

    2010-01-01

    The ARINC-653 standard defines a common interface for Integrated Modular Avionics (IMA) code. In particular, ARINC-653 Part 1 specifies a process- and partition-management API that is analogous to POSIX threads, but with certain extensions and restrictions intended to support the implementation of high reliability flight code. MCP is a software model checker, developed at NASA Ames, that provides capabilities for model checking C and C++ source code. In this paper, we present recent work aimed at implementing extensions to MCP that support ARINC-653, and we discuss the challenges and opportunities that consequentially arise. Providing support for ARINC-653 s time and space partitioning is nontrivial, though there are implicit benefits for partial order reduction possible as a consequence of the API s strict interprocess communication policy.

  12. Flexible Control and Interprocess Communication on the Rogue GPS Receiver

    NASA Technical Reports Server (NTRS)

    Blau, R.

    1999-01-01

    The Rogue receivers are a series of custom high-accuracy Global Positioning System receivers being developed at NASA's Jet Propulsion Laboratory. This thesis describes two additions to the RogueOS, a custom operation system developed for these recievers.

  13. IPCS user's manual

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

    McGoldrick, P.R.

    1980-12-11

    The Interprocess Communications System (IPCS) was written to provide a virtual machine upon which the Supervisory Control and Diagnostic System (SCDS) for the Mirror Fusion Test Facility (MFTF) could be built. The hardware upon which the IPCS runs consists of nine minicomputers sharing some common memory.

  14. A development framework for distributed artificial intelligence

    NASA Technical Reports Server (NTRS)

    Adler, Richard M.; Cottman, Bruce H.

    1989-01-01

    The authors describe distributed artificial intelligence (DAI) applications in which multiple organizations of agents solve multiple domain problems. They then describe work in progress on a DAI system development environment, called SOCIAL, which consists of three primary language-based components. The Knowledge Object Language defines models of knowledge representation and reasoning. The metaCourier language supplies the underlying functionality for interprocess communication and control access across heterogeneous computing environments. The metaAgents language defines models for agent organization coordination, control, and resource management. Application agents and agent organizations will be constructed by combining metaAgents and metaCourier building blocks with task-specific functionality such as diagnostic or planning reasoning. This architecture hides implementation details of communications, control, and integration in distributed processing environments, enabling application developers to concentrate on the design and functionality of the intelligent agents and agent networks themselves.

  15. Development of Targeting UAVs Using Electric Helicopters and Yamaha RMAX

    DTIC Science & Technology

    2007-05-17

    including the QNX real - time operating system . The video overlay board is useful to display the onboard camera’s image with important information such as... real - time operating system . Fully utilizing the built-in multi-processing architecture with inter-process synchronization and communication

  16. Graphics-Based Parallel Programming Tools

    DTIC Science & Technology

    1991-09-01

    mean "beyond" (as in " paranormal "). emphasizing the fact that the editor supports the specification of not just single graphs, but entire graph...conflicting dependencies: all processes see the three steps in the same order and all interprocess communication happens within a step. 6 Not all abstract

  17. Development of an Autonomous Navigation Technology Test Vehicle

    DTIC Science & Technology

    2004-08-01

    as an independent thread on processors using the Linux operating system. The computer hardware selected for the nodes that host the MRS threads...communications system design. Linux was chosen as the operating system for all of the single board computers used on the Mule. Linux was specifically...used for system analysis and development. The simple realization of multi-thread processing and inter-process communications in Linux made it a

  18. A Parallel Ghosting Algorithm for The Flexible Distributed Mesh Database

    DOE PAGES

    Mubarak, Misbah; Seol, Seegyoung; Lu, Qiukai; ...

    2013-01-01

    Critical to the scalability of parallel adaptive simulations are parallel control functions including load balancing, reduced inter-process communication and optimal data decomposition. In distributed meshes, many mesh-based applications frequently access neighborhood information for computational purposes which must be transmitted efficiently to avoid parallel performance degradation when the neighbors are on different processors. This article presents a parallel algorithm of creating and deleting data copies, referred to as ghost copies, which localize neighborhood data for computation purposes while minimizing inter-process communication. The key characteristics of the algorithm are: (1) It can create ghost copies of any permissible topological order in amore » 1D, 2D or 3D mesh based on selected adjacencies. (2) It exploits neighborhood communication patterns during the ghost creation process thus eliminating all-to-all communication. (3) For applications that need neighbors of neighbors, the algorithm can create n number of ghost layers up to a point where the whole partitioned mesh can be ghosted. Strong and weak scaling results are presented for the IBM BG/P and Cray XE6 architectures up to a core count of 32,768 processors. The algorithm also leads to scalable results when used in a parallel super-convergent patch recovery error estimator, an application that frequently accesses neighborhood data to carry out computation.« less

  19. Designing Security-Hardened Microkernels For Field Devices

    NASA Astrophysics Data System (ADS)

    Hieb, Jeffrey; Graham, James

    Distributed control systems (DCSs) play an essential role in the operation of critical infrastructures. Perimeter field devices are important DCS components that measure physical process parameters and perform control actions. Modern field devices are vulnerable to cyber attacks due to their increased adoption of commodity technologies and that fact that control networks are no longer isolated. This paper describes an approach for creating security-hardened field devices using operating system microkernels that isolate vital field device operations from untrusted network-accessible applications. The approach, which is influenced by the MILS and Nizza architectures, is implemented in a prototype field device. Whereas, previous microkernel-based implementations have been plagued by poor inter-process communication (IPC) performance, the prototype exhibits an average IPC overhead for protected device calls of 64.59 μs. The overall performance of field devices is influenced by several factors; nevertheless, the observed IPC overhead is low enough to encourage the continued development of the prototype.

  20. On Synchronization Primitive Systems.

    DTIC Science & Technology

    The report studies the question: what synchronization primitive should be used to handle inter-process communication. A formal model is presented...between these synchronization primitives. Although only four synchronization primitives are compared, the general methods can be used to compare other... synchronization primitives. Moreover, in the definitions of these synchronization primitives, conditional branches are explicitly allowed. In addition

  1. Making the PACS workstation a browser of image processing software: a feasibility study using inter-process communication techniques.

    PubMed

    Wang, Chunliang; Ritter, Felix; Smedby, Orjan

    2010-07-01

    To enhance the functional expandability of a picture archiving and communication systems (PACS) workstation and to facilitate the integration of third-part image-processing modules, we propose a browser-server style method. In the proposed solution, the PACS workstation shows the front-end user interface defined in an XML file while the image processing software is running in the background as a server. Inter-process communication (IPC) techniques allow an efficient exchange of image data, parameters, and user input between the PACS workstation and stand-alone image-processing software. Using a predefined communication protocol, the PACS workstation developer or image processing software developer does not need detailed information about the other system, but will still be able to achieve seamless integration between the two systems and the IPC procedure is totally transparent to the final user. A browser-server style solution was built between OsiriX (PACS workstation software) and MeVisLab (Image-Processing Software). Ten example image-processing modules were easily added to OsiriX by converting existing MeVisLab image processing networks. Image data transfer using shared memory added <10ms of processing time while the other IPC methods cost 1-5 s in our experiments. The browser-server style communication based on IPC techniques is an appealing method that allows PACS workstation developers and image processing software developers to cooperate while focusing on different interests.

  2. A parallelized three-dimensional cellular automaton model for grain growth during additive manufacturing

    NASA Astrophysics Data System (ADS)

    Lian, Yanping; Lin, Stephen; Yan, Wentao; Liu, Wing Kam; Wagner, Gregory J.

    2018-05-01

    In this paper, a parallelized 3D cellular automaton computational model is developed to predict grain morphology for solidification of metal during the additive manufacturing process. Solidification phenomena are characterized by highly localized events, such as the nucleation and growth of multiple grains. As a result, parallelization requires careful treatment of load balancing between processors as well as interprocess communication in order to maintain a high parallel efficiency. We give a detailed summary of the formulation of the model, as well as a description of the communication strategies implemented to ensure parallel efficiency. Scaling tests on a representative problem with about half a billion cells demonstrate parallel efficiency of more than 80% on 8 processors and around 50% on 64; loss of efficiency is attributable to load imbalance due to near-surface grain nucleation in this test problem. The model is further demonstrated through an additive manufacturing simulation with resulting grain structures showing reasonable agreement with those observed in experiments.

  3. A parallelized three-dimensional cellular automaton model for grain growth during additive manufacturing

    NASA Astrophysics Data System (ADS)

    Lian, Yanping; Lin, Stephen; Yan, Wentao; Liu, Wing Kam; Wagner, Gregory J.

    2018-01-01

    In this paper, a parallelized 3D cellular automaton computational model is developed to predict grain morphology for solidification of metal during the additive manufacturing process. Solidification phenomena are characterized by highly localized events, such as the nucleation and growth of multiple grains. As a result, parallelization requires careful treatment of load balancing between processors as well as interprocess communication in order to maintain a high parallel efficiency. We give a detailed summary of the formulation of the model, as well as a description of the communication strategies implemented to ensure parallel efficiency. Scaling tests on a representative problem with about half a billion cells demonstrate parallel efficiency of more than 80% on 8 processors and around 50% on 64; loss of efficiency is attributable to load imbalance due to near-surface grain nucleation in this test problem. The model is further demonstrated through an additive manufacturing simulation with resulting grain structures showing reasonable agreement with those observed in experiments.

  4. Web services-based text-mining demonstrates broad impacts for interoperability and process simplification.

    PubMed

    Wiegers, Thomas C; Davis, Allan Peter; Mattingly, Carolyn J

    2014-01-01

    The Critical Assessment of Information Extraction systems in Biology (BioCreAtIvE) challenge evaluation tasks collectively represent a community-wide effort to evaluate a variety of text-mining and information extraction systems applied to the biological domain. The BioCreative IV Workshop included five independent subject areas, including Track 3, which focused on named-entity recognition (NER) for the Comparative Toxicogenomics Database (CTD; http://ctdbase.org). Previously, CTD had organized document ranking and NER-related tasks for the BioCreative Workshop 2012; a key finding of that effort was that interoperability and integration complexity were major impediments to the direct application of the systems to CTD's text-mining pipeline. This underscored a prevailing problem with software integration efforts. Major interoperability-related issues included lack of process modularity, operating system incompatibility, tool configuration complexity and lack of standardization of high-level inter-process communications. One approach to potentially mitigate interoperability and general integration issues is the use of Web services to abstract implementation details; rather than integrating NER tools directly, HTTP-based calls from CTD's asynchronous, batch-oriented text-mining pipeline could be made to remote NER Web services for recognition of specific biological terms using BioC (an emerging family of XML formats) for inter-process communications. To test this concept, participating groups developed Representational State Transfer /BioC-compliant Web services tailored to CTD's NER requirements. Participants were provided with a comprehensive set of training materials. CTD evaluated results obtained from the remote Web service-based URLs against a test data set of 510 manually curated scientific articles. Twelve groups participated in the challenge. Recall, precision, balanced F-scores and response times were calculated. Top balanced F-scores for gene, chemical and disease NER were 61, 74 and 51%, respectively. Response times ranged from fractions-of-a-second to over a minute per article. We present a description of the challenge and summary of results, demonstrating how curation groups can effectively use interoperable NER technologies to simplify text-mining pipeline implementation. Database URL: http://ctdbase.org/ © The Author(s) 2014. Published by Oxford University Press.

  5. Web services-based text-mining demonstrates broad impacts for interoperability and process simplification

    PubMed Central

    Wiegers, Thomas C.; Davis, Allan Peter; Mattingly, Carolyn J.

    2014-01-01

    The Critical Assessment of Information Extraction systems in Biology (BioCreAtIvE) challenge evaluation tasks collectively represent a community-wide effort to evaluate a variety of text-mining and information extraction systems applied to the biological domain. The BioCreative IV Workshop included five independent subject areas, including Track 3, which focused on named-entity recognition (NER) for the Comparative Toxicogenomics Database (CTD; http://ctdbase.org). Previously, CTD had organized document ranking and NER-related tasks for the BioCreative Workshop 2012; a key finding of that effort was that interoperability and integration complexity were major impediments to the direct application of the systems to CTD's text-mining pipeline. This underscored a prevailing problem with software integration efforts. Major interoperability-related issues included lack of process modularity, operating system incompatibility, tool configuration complexity and lack of standardization of high-level inter-process communications. One approach to potentially mitigate interoperability and general integration issues is the use of Web services to abstract implementation details; rather than integrating NER tools directly, HTTP-based calls from CTD's asynchronous, batch-oriented text-mining pipeline could be made to remote NER Web services for recognition of specific biological terms using BioC (an emerging family of XML formats) for inter-process communications. To test this concept, participating groups developed Representational State Transfer /BioC-compliant Web services tailored to CTD's NER requirements. Participants were provided with a comprehensive set of training materials. CTD evaluated results obtained from the remote Web service-based URLs against a test data set of 510 manually curated scientific articles. Twelve groups participated in the challenge. Recall, precision, balanced F-scores and response times were calculated. Top balanced F-scores for gene, chemical and disease NER were 61, 74 and 51%, respectively. Response times ranged from fractions-of-a-second to over a minute per article. We present a description of the challenge and summary of results, demonstrating how curation groups can effectively use interoperable NER technologies to simplify text-mining pipeline implementation. Database URL: http://ctdbase.org/ PMID:24919658

  6. C formal verification with unix communication and concurrency

    NASA Technical Reports Server (NTRS)

    Hoover, Doug N.

    1990-01-01

    The results of a NASA SBIR project are presented in which CSP-Ariel, a verification system for C programs which use Unix system calls for concurrent programming, interprocess communication, and file input and output, was developed. This project builds on ORA's Ariel C verification system by using the system of Hoare's book, Communicating Sequential Processes, to model concurrency and communication. The system runs in ORA's Clio theorem proving environment. The use of CSP to model Unix concurrency and sketch the CSP semantics of a simple concurrent program is outlined. Plans for further development of CSP-Ariel are discussed. This paper is presented in viewgraph form.

  7. Security Criteria for Distributed Systems: Functional Requirements.

    DTIC Science & Technology

    1995-09-01

    Open Company Limited. Ziv , J. and A. Lempel . 1977. A Universal Algorithm for Sequential Data Compression . IEEE Transactions on Information Theory Vol...3, SCF-5 DCF-7. Configurable Cryptographic Algorithms (a) It shall be possible to configure the system such that the data confidentiality functions...use different cryptographic algorithms for different protocols (e.g., mail or interprocess communication data ). (b) The modes of encryption

  8. An Expert Supervisor For A Robotic Work Cell

    NASA Astrophysics Data System (ADS)

    Moed, M. C.; Kelley, R. B.

    1988-02-01

    To increase task flexibility in a robotic assembly environment, a hierarchical planning and execution system is being developed which will map user specified 3D part assembly tasks into various target robotic work cells, and execute these tasks efficiently using manipulators and sensors available in the work cell. One level of this hierarchy, the Supervisor, is responsible for assigning subtasks of a system generated Task Plan to a set of task specific Specialists and on-line coordination of the activity of these Specialists to accomplish the user specified assembly. The design of the Supervisor can be broken down into five major functional blocks: resource management; concurrency detection; task scheduling; error recovery; and interprocess communication. The Supervisor implementation has been completed on a VAX 11/750 under a Unix environment. PC card Pick-Insert experiments were performed to test this implementation. To test the robustness of the architecture, the Supervisor was then transported to a new work cell under a VMS environment. The experiments performed under Supervisor control in both implementations are discussed after a brief explanation of the functional blocks of the Supervisor and the other levels in the hierarchy.

  9. Cooperative Data Sharing: Simple Support for Clusters of SMP Nodes

    NASA Technical Reports Server (NTRS)

    DiNucci, David C.; Balley, David H. (Technical Monitor)

    1997-01-01

    Libraries like PVM and MPI send typed messages to allow for heterogeneous cluster computing. Lower-level libraries, such as GAM, provide more efficient access to communication by removing the need to copy messages between the interface and user space in some cases. still lower-level interfaces, such as UNET, get right down to the hardware level to provide maximum performance. However, these are all still interfaces for passing messages from one process to another, and have limited utility in a shared-memory environment, due primarily to the fact that message passing is just another term for copying. This drawback is made more pertinent by today's hybrid architectures (e.g. clusters of SMPs), where it is difficult to know beforehand whether two communicating processes will share memory. As a result, even portable language tools (like HPF compilers) must either map all interprocess communication, into message passing with the accompanying performance degradation in shared memory environments, or they must check each communication at run-time and implement the shared-memory case separately for efficiency. Cooperative Data Sharing (CDS) is a single user-level API which abstracts all communication between processes into the sharing and access coordination of memory regions, in a model which might be described as "distributed shared messages" or "large-grain distributed shared memory". As a result, the user programs to a simple latency-tolerant abstract communication specification which can be mapped efficiently to either a shared-memory or message-passing based run-time system, depending upon the available architecture. Unlike some distributed shared memory interfaces, the user still has complete control over the assignment of data to processors, the forwarding of data to its next likely destination, and the queuing of data until it is needed, so even the relatively high latency present in clusters can be accomodated. CDS does not require special use of an MMU, which can add overhead to some DSM systems, and does not require an SPMD programming model. unlike some message-passing interfaces, CDS allows the user to implement efficient demand-driven applications where processes must "fight" over data, and does not perform copying if processes share memory and do not attempt concurrent writes. CDS also supports heterogeneous computing, dynamic process creation, handlers, and a very simple thread-arbitration mechanism. Additional support for array subsections is currently being considered. The CDS1 API, which forms the kernel of CDS, is built primarily upon only 2 communication primitives, one process initiation primitive, and some data translation (and marshalling) routines, memory allocation routines, and priority control routines. The entire current collection of 28 routines provides enough functionality to implement most (or all) of MPI 1 and 2, which has a much larger interface consisting of hundreds of routines. still, the API is small enough to consider integrating into standard os interfaces for handling inter-process communication in a network-independent way. This approach would also help to solve many of the problems plaguing other higher-level standards such as MPI and PVM which must, in some cases, "play OS" to adequately address progress and process control issues. The CDS2 API, a higher level of interface roughly equivalent in functionality to MPI and to be built entirely upon CDS1, is still being designed. It is intended to add support for the equivalent of communicators, reduction and other collective operations, process topologies, additional support for process creation, and some automatic memory management. CDS2 will not exactly match MPI, because the copy-free semantics of communication from CDS1 will be supported. CDS2 application programs will be free to carefully also use CDS1. CDS1 has been implemented on networks of workstations running unmodified Unix-based operating systems, using UDP/IP and vendor-supplied high- performance locks. Although its inter-node performance is currently unimpressive due to rudimentary implementation technique, it even now outperforms highly-optimized MPI implementation on intra-node communication due to its support for non-copy communication. The similarity of the CDS1 architecture to that of other projects such as UNET and TRAP suggests that the inter-node performance can be increased significantly to surpass MPI or PVM, and it may be possible to migrate some of its functionality to communication controllers.

  10. Control Transfer in Operating System Kernels

    DTIC Science & Technology

    1994-05-13

    microkernel system that runs less code in the kernel address space. To realize the performance benefit of allocating stacks in unmapped kseg0 memory, the...review how I modified the Mach 3.0 kernel to use continuations. Because of Mach’s message-passing microkernel structure, interprocess communication was...critical control transfer paths, deeply- nested call chains are undesirable in any case because of the function call overhead. 4.1.3 Microkernel Operating

  11. Video movie making using remote procedure calls and 4BSD Unix sockets on Unix, UNICOS, and MS-DOS systems

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

    Robertson, D.W.; Johnston, W.E.; Hall, D.E.

    1990-03-01

    We describe the use of the Sun Remote Procedure Call and Unix socket interprocess communication mechanisms to provide the network transport for a distributed, client-server based, image handling system. Clients run under Unix or UNICOS and servers run under Unix or MS-DOS. The use of remote procedure calls across local or wide-area networks to make video movies is addressed.

  12. Interconnect Performance Evaluation of SGI Altix 3700 BX2, Cray X1, Cray Opteron Cluster, and Dell PowerEdge

    NASA Technical Reports Server (NTRS)

    Fatoohi, Rod; Saini, Subbash; Ciotti, Robert

    2006-01-01

    We study the performance of inter-process communication on four high-speed multiprocessor systems using a set of communication benchmarks. The goal is to identify certain limiting factors and bottlenecks with the interconnect of these systems as well as to compare these interconnects. We measured network bandwidth using different number of communicating processors and communication patterns, such as point-to-point communication, collective communication, and dense communication patterns. The four platforms are: a 512-processor SGI Altix 3700 BX2 shared-memory machine with 3.2 GB/s links; a 64-processor (single-streaming) Cray XI shared-memory machine with 32 1.6 GB/s links; a 128-processor Cray Opteron cluster using a Myrinet network; and a 1280-node Dell PowerEdge cluster with an InfiniBand network. Our, results show the impact of the network bandwidth and topology on the overall performance of each interconnect.

  13. VHP - An environment for the remote visualization of heuristic processes

    NASA Technical Reports Server (NTRS)

    Crawford, Stuart L.; Leiner, Barry M.

    1991-01-01

    A software system called VHP is introduced which permits the visualization of heuristic algorithms on both resident and remote hardware platforms. The VHP is based on the DCF tool for interprocess communication and is applicable to remote algorithms which can be on different types of hardware and in languages other than VHP. The VHP system is of particular interest to systems in which the visualization of remote processes is required such as robotics for telescience applications.

  14. Interprocess Communication Protocols for Computer Networks

    DTIC Science & Technology

    1975-12-01

    this value without maintaining any state information about itp partner CCP. The receiving CCP returns a SYN giving its own ISN, or can reject...34Packet Arrival and Buffer Statistics in a Packet Switching Node," IBM Research Report RZ 594 {.s;Zni02),. September 1973. [Cochi73] B. J. Cochi...rwid 0. P. Karp, "Protocol for a Computer Netuork," IBM Sustem Journa! 12. 1, 1973, pp. 94-105. [ricKen2ie741 A. fl. McKenzie

  15. Integration for navigation on the UMASS mobile perception lab

    NASA Technical Reports Server (NTRS)

    Draper, Bruce; Fennema, Claude; Rochwerger, Benny; Riseman, Edward; Hanson, Allen

    1994-01-01

    Integration of real-time visual procedures for use on the Mobile Perception Lab (MPL) was presented. The MPL is an autonomous vehicle designed for testing visually guided behavior. Two critical areas of focus in the system design were data storage/exchange and process control. The Intermediate Symbolic Representation (ISR3) supported data storage and exchange, and the MPL script monitor provided process control. Resource allocation, inter-process communication, and real-time control are difficult problems which must be solved in order to construct strong autonomous systems.

  16. Interprocess Communication in Highly Distributed Systems - A Workshop Report - 20 to 22, November 1978.

    DTIC Science & Technology

    1979-12-01

    Links between processes can be aLlocated strictLy to controL functions. In fact, the degree of separation of control and data is an important research is...delays or Loss of control messages. Cognoscienti agree that message-passing IPC schemes are equivalent in "power" to schemes which employ shared...THEORETICAL WORK Page 55 SECTION 6 THEORETICAL WORK 6.1 WORKING GRUP JIM REP.OR STRUCTURE of Discussion: Distributed system without central (or any) control

  17. Data acquisition for a real time fault monitoring and diagnosis knowledge-based system for space power system

    NASA Technical Reports Server (NTRS)

    Wilhite, Larry D.; Lee, S. C.; Lollar, Louis F.

    1989-01-01

    The design and implementation of the real-time data acquisition and processing system employed in the AMPERES project is described, including effective data structures for efficient storage and flexible manipulation of the data by the knowledge-based system (KBS), the interprocess communication mechanism required between the data acquisition system and the KBS, and the appropriate data acquisition protocols for collecting data from the sensors. Sensor data are categorized as critical or noncritical data on the basis of the inherent frequencies of the signals and the diagnostic requirements reflected in their values. The critical data set contains 30 analog values and 42 digital values and is collected every 10 ms. The noncritical data set contains 240 analog values and is collected every second. The collected critical and noncritical data are stored in separate circular buffers. Buffers are created in shared memory to enable other processes, i.e., the fault monitoring and diagnosis process and the user interface process, to freely access the data sets.

  18. MULTI: a shared memory approach to cooperative molecular modeling.

    PubMed

    Darden, T; Johnson, P; Smith, H

    1991-03-01

    A general purpose molecular modeling system, MULTI, based on the UNIX shared memory and semaphore facilities for interprocess communication is described. In addition to the normal querying or monitoring of geometric data, MULTI also provides processes for manipulating conformations, and for displaying peptide or nucleic acid ribbons, Connolly surfaces, close nonbonded contacts, crystal-symmetry related images, least-squares superpositions, and so forth. This paper outlines the basic techniques used in MULTI to ensure cooperation among these specialized processes, and then describes how they can work together to provide a flexible modeling environment.

  19. VMEbus based computer and real-time UNIX as infrastructure of DAQ

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

    Yasu, Y.; Fujii, H.; Nomachi, M.

    1994-12-31

    This paper describes what the authors have constructed as the infrastructure of data acquisition system (DAQ). The paper reports recent developments concerned with HP VME board computer with LynxOS (HP742rt/HP-RT) and Alpha/OSF1 with VMEbus adapter. The paper also reports current status of developing a Benchmark Suite for Data Acquisition (DAQBENCH) for measuring not only the performance of VME/CAMAC access but also that of the context switching, the inter-process communications and so on, for various computers including Workstation-based systems and VME board computers.

  20. Issues in ATM Support of High-Performance, Geographically Distributed Computing

    NASA Technical Reports Server (NTRS)

    Claus, Russell W.; Dowd, Patrick W.; Srinidhi, Saragur M.; Blade, Eric D.G

    1995-01-01

    This report experimentally assesses the effect of the underlying network in a cluster-based computing environment. The assessment is quantified by application-level benchmarking, process-level communication, and network file input/output. Two testbeds were considered, one small cluster of Sun workstations and another large cluster composed of 32 high-end IBM RS/6000 platforms. The clusters had Ethernet, fiber distributed data interface (FDDI), Fibre Channel, and asynchronous transfer mode (ATM) network interface cards installed, providing the same processors and operating system for the entire suite of experiments. The primary goal of this report is to assess the suitability of an ATM-based, local-area network to support interprocess communication and remote file input/output systems for distributed computing.

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

  2. Multiscale Simulations of Magnetic Island Coalescence

    NASA Technical Reports Server (NTRS)

    Dorelli, John C.

    2010-01-01

    We describe a new interactive parallel Adaptive Mesh Refinement (AMR) framework written in the Python programming language. This new framework, PyAMR, hides the details of parallel AMR data structures and algorithms (e.g., domain decomposition, grid partition, and inter-process communication), allowing the user to focus on the development of algorithms for advancing the solution of a systems of partial differential equations on a single uniform mesh. We demonstrate the use of PyAMR by simulating the pairwise coalescence of magnetic islands using the resistive Hall MHD equations. Techniques for coupling different physics models on different levels of the AMR grid hierarchy are discussed.

  3. MIST: An Open Source Environmental Modelling Programming Language Incorporating Easy to Use Data Parallelism.

    NASA Astrophysics Data System (ADS)

    Bellerby, Tim

    2014-05-01

    Model Integration System (MIST) is open-source environmental modelling programming language that directly incorporates data parallelism. The language is designed to enable straightforward programming structures, such as nested loops and conditional statements to be directly translated into sequences of whole-array (or more generally whole data-structure) operations. MIST thus enables the programmer to use well-understood constructs, directly relating to the mathematical structure of the model, without having to explicitly vectorize code or worry about details of parallelization. A range of common modelling operations are supported by dedicated language structures operating on cell neighbourhoods rather than individual cells (e.g.: the 3x3 local neighbourhood needed to implement an averaging image filter can be simply accessed from within a simple loop traversing all image pixels). This facility hides details of inter-process communication behind more mathematically relevant descriptions of model dynamics. The MIST automatic vectorization/parallelization process serves both to distribute work among available nodes and separately to control storage requirements for intermediate expressions - enabling operations on very large domains for which memory availability may be an issue. MIST is designed to facilitate efficient interpreter based implementations. A prototype open source interpreter is available, coded in standard FORTRAN 95, with tools to rapidly integrate existing FORTRAN 77 or 95 code libraries. The language is formally specified and thus not limited to FORTRAN implementation or to an interpreter-based approach. A MIST to FORTRAN compiler is under development and volunteers are sought to create an ANSI-C implementation. Parallel processing is currently implemented using OpenMP. However, parallelization code is fully modularised and could be replaced with implementations using other libraries. GPU implementation is potentially possible.

  4. A multi-GPU real-time dose simulation software framework for lung radiotherapy.

    PubMed

    Santhanam, A P; Min, Y; Neelakkantan, H; Papp, N; Meeks, S L; Kupelian, P A

    2012-09-01

    Medical simulation frameworks facilitate both the preoperative and postoperative analysis of the patient's pathophysical condition. Of particular importance is the simulation of radiation dose delivery for real-time radiotherapy monitoring and retrospective analyses of the patient's treatment. In this paper, a software framework tailored for the development of simulation-based real-time radiation dose monitoring medical applications is discussed. A multi-GPU-based computational framework coupled with inter-process communication methods is introduced for simulating the radiation dose delivery on a deformable 3D volumetric lung model and its real-time visualization. The model deformation and the corresponding dose calculation are allocated among the GPUs in a task-specific manner and is performed in a pipelined manner. Radiation dose calculations are computed on two different GPU hardware architectures. The integration of this computational framework with a front-end software layer and back-end patient database repository is also discussed. Real-time simulation of the dose delivered is achieved at once every 120 ms using the proposed framework. With a linear increase in the number of GPU cores, the computational time of the simulation was linearly decreased. The inter-process communication time also improved with an increase in the hardware memory. Variations in the delivered dose and computational speedup for variations in the data dimensions are investigated using D70 and D90 as well as gEUD as metrics for a set of 14 patients. Computational speed-up increased with an increase in the beam dimensions when compared with a CPU-based commercial software while the error in the dose calculation was <1%. Our analyses show that the framework applied to deformable lung model-based radiotherapy is an effective tool for performing both real-time and retrospective analyses.

  5. SABrE User's Guide

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

    Brown, S.A.

    In computing landscape which has a plethora of different hardware architectures and supporting software systems ranging from compilers to operating systems, there is an obvious and strong need for a philosophy of software development that lends itself to the design and construction of portable code systems. The current efforts to standardize software bear witness to this need. SABrE is an effort to implement a software development environment which is itself portable and promotes the design and construction of portable applications. SABrE does not include such important tools as editors and compilers. Well built tools of that kind are readily availablemore » across virtually all computer platforms. The areas that SABrE addresses are at a higher level involving issues such as data portability, portable inter-process communication, and graphics. These blocks of functionality have particular significance to the kind of code development done at LLNL. That is partly why the general computing community has not supplied us with these tools already. This is another key feature of the software development environments which we must recognize. The general computing community cannot and should not be expected to produce all of the tools which we require.« less

  6. SABrE User`s Guide

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

    Brown, S.A.

    In computing landscape which has a plethora of different hardware architectures and supporting software systems ranging from compilers to operating systems, there is an obvious and strong need for a philosophy of software development that lends itself to the design and construction of portable code systems. The current efforts to standardize software bear witness to this need. SABrE is an effort to implement a software development environment which is itself portable and promotes the design and construction of portable applications. SABrE does not include such important tools as editors and compilers. Well built tools of that kind are readily availablemore » across virtually all computer platforms. The areas that SABrE addresses are at a higher level involving issues such as data portability, portable inter-process communication, and graphics. These blocks of functionality have particular significance to the kind of code development done at LLNL. That is partly why the general computing community has not supplied us with these tools already. This is another key feature of the software development environments which we must recognize. The general computing community cannot and should not be expected to produce all of the tools which we require.« less

  7. Distributed Software for Observations in the Near Infrared

    NASA Astrophysics Data System (ADS)

    Gavryusev, V.; Baffa, C.; Giani, E.

    We have developed an integrated system that performs astronomical observations in Near Infrared bands operating two-dimensional instruments at the Italian National Infrared Facility's \\htmllink{ARNICA}{http://helios.arcetri.astro.it:/home/idefix/Mosaic/ instr/arnica/arnica.html} and \\htmllink{LONGSP}{http://helios.arcetri.astro.it:/home/idefix/Mosaic/ instr/longsp/longsp.html}. This software consists of several communicating processes, generally executed across a network, as well as on a single computer. The user interface is organized as widget-based X11 client. The interprocess communication is provided by sockets and uses TCP/IP. The processes denoted for control of hardware (telescope and other instruments) should be executed currently on a PC dedicated for this task under DESQview/X, while all other components (user interface, tools for the data analysis, etc.) can also work under UNIX\\@. The hardware independent part of software is based on the Athena Widget Set and is compiled by GNU C to provide maximum portability.

  8. MX: A beamline control system toolkit

    NASA Astrophysics Data System (ADS)

    Lavender, William M.

    2000-06-01

    The development of experimental and beamline control systems for two Collaborative Access Teams at the Advanced Photon Source has resulted in the creation of a portable data acquisition and control toolkit called MX. MX consists of a set of servers, application programs and libraries that enable the creation of command line and graphical user interface applications that may be easily retargeted to new and different kinds of motor and device controllers. The source code for MX is written in ANSI C and Tcl/Tk with interprocess communication via TCP/IP. MX is available for several versions of Unix, Windows 95/98/NT and DOS. It may be downloaded from the web site http://www.imca.aps.anl.gov/mx/.

  9. Visual analysis of inter-process communication for large-scale parallel computing.

    PubMed

    Muelder, Chris; Gygi, Francois; Ma, Kwan-Liu

    2009-01-01

    In serial computation, program profiling is often helpful for optimization of key sections of code. When moving to parallel computation, not only does the code execution need to be considered but also communication between the different processes which can induce delays that are detrimental to performance. As the number of processes increases, so does the impact of the communication delays on performance. For large-scale parallel applications, it is critical to understand how the communication impacts performance in order to make the code more efficient. There are several tools available for visualizing program execution and communications on parallel systems. These tools generally provide either views which statistically summarize the entire program execution or process-centric views. However, process-centric visualizations do not scale well as the number of processes gets very large. In particular, the most common representation of parallel processes is a Gantt char t with a row for each process. As the number of processes increases, these charts can become difficult to work with and can even exceed screen resolution. We propose a new visualization approach that affords more scalability and then demonstrate it on systems running with up to 16,384 processes.

  10. How to handle 6GBytes a night and not get swamped

    NASA Technical Reports Server (NTRS)

    Allsman, R.; Alcock, C.; Axelrod, T.; Bennett, D.; Cook, K.; Park, H.-S.; Griest, K.; Marshall, S.; Perlmutter, S.; Stubbs, C.

    1992-01-01

    The Macho Project has undertaken a 5 year effort to search for dark matter in the halo of the Galaxy by scanning the Magellanic Clouds for micro-lensing events. Each evening's raw image data will be reduced in real-time into the observed stars' photometric measurements. The actual search for micro-lensing events will be a post-processing operation. The theoretical prediction of the rate of such events necessitates the collection of a large number of repeated exposures. The project designed camera subsystem delivers 64 Mbytes per exposure with exposures typically occurring every 500 seconds. An ideal evening's observing will provide 6 Gbytes of raw image data and 40 Mbytes of reduced photometric measurements. Recognizing the difficulty of digging out from a snowballing cascade of raw data, the project requires the real-time reduction of each evening's data. The software team's implementation strategy centered on this non-negotiable mandate. Accepting the reality that 2 full time people needed to implement the core real-time control and data management system within 6 months, off-the-shelf vendor components were explored to provide quick solutions to the classic needs for file management, data management, and process control. Where vendor solutions were lacking, state-of-the-art models were used for hand tailored subsystems. In particular, petri nets manage process control, memory mapped bulletin boards provide interprocess communication between the multi-tasked processes, and C++ class libraries provide memory mapped, disk resident databases. The differences between the implementation strategy and the final implementation reality are presented. The necessity of validating vendor product claims are explored. Both the successful and hindsight decisions enabling the collection and processing of the nightly data barrage are reviewed.

  11. Analytical modeling and feasibility study of a multi-GPU cloud-based server (MGCS) framework for non-voxel-based dose calculations.

    PubMed

    Neylon, J; Min, Y; Kupelian, P; Low, D A; Santhanam, A

    2017-04-01

    In this paper, a multi-GPU cloud-based server (MGCS) framework is presented for dose calculations, exploring the feasibility of remote computing power for parallelization and acceleration of computationally and time intensive radiotherapy tasks in moving toward online adaptive therapies. An analytical model was developed to estimate theoretical MGCS performance acceleration and intelligently determine workload distribution. Numerical studies were performed with a computing setup of 14 GPUs distributed over 4 servers interconnected by a 1 Gigabits per second (Gbps) network. Inter-process communication methods were optimized to facilitate resource distribution and minimize data transfers over the server interconnect. The analytically predicted computation time predicted matched experimentally observations within 1-5 %. MGCS performance approached a theoretical limit of acceleration proportional to the number of GPUs utilized when computational tasks far outweighed memory operations. The MGCS implementation reproduced ground-truth dose computations with negligible differences, by distributing the work among several processes and implemented optimization strategies. The results showed that a cloud-based computation engine was a feasible solution for enabling clinics to make use of fast dose calculations for advanced treatment planning and adaptive radiotherapy. The cloud-based system was able to exceed the performance of a local machine even for optimized calculations, and provided significant acceleration for computationally intensive tasks. Such a framework can provide access to advanced technology and computational methods to many clinics, providing an avenue for standardization across institutions without the requirements of purchasing, maintaining, and continually updating hardware.

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

  13. EOS: A project to investigate the design and construction of real-time distributed Embedded Operating Systems

    NASA Technical Reports Server (NTRS)

    Campbell, R. H.; Essick, Ray B.; Johnston, Gary; Kenny, Kevin; Russo, Vince

    1987-01-01

    Project EOS is studying the problems of building adaptable real-time embedded operating systems for the scientific missions of NASA. Choices (A Class Hierarchical Open Interface for Custom Embedded Systems) is an operating system designed and built by Project EOS to address the following specific issues: the software architecture for adaptable embedded parallel operating systems, the achievement of high-performance and real-time operation, the simplification of interprocess communications, the isolation of operating system mechanisms from one another, and the separation of mechanisms from policy decisions. Choices is written in C++ and runs on a ten processor Encore Multimax. The system is intended for use in constructing specialized computer applications and research on advanced operating system features including fault tolerance and parallelism.

  14. Sequencing of Dust Filter Production Process Using Design Structure Matrix (DSM)

    NASA Astrophysics Data System (ADS)

    Sari, R. M.; Matondang, A. R.; Syahputri, K.; Anizar; Siregar, I.; Rizkya, I.; Ursula, C.

    2018-01-01

    Metal casting company produces machinery spare part for manufactures. One of the product produced is dust filter. Most of palm oil mill used this product. Since it is used in most of palm oil mill, company often have problems to address this product. One of problem is the disordered of production process. It carried out by the job sequencing. The important job that should be solved first, least implement, while less important job and could be completed later, implemented first. Design Structure Matrix (DSM) used to analyse and determine priorities in the production process. DSM analysis is sort of production process through dependency sequencing. The result of dependency sequences shows the sequence process according to the inter-process linkage considering before and after activities. Finally, it demonstrates their activities to the coupled activities for metal smelting, refining, grinding, cutting container castings, metal expenditure of molds, metal casting, coating processes, and manufacture of molds of sand.

  15. Real-Time Payload Control and Monitoring on the World Wide Web

    NASA Technical Reports Server (NTRS)

    Sun, Charles; Windrem, May; Givens, John J. (Technical Monitor)

    1998-01-01

    World Wide Web (W3) technologies such as the Hypertext Transfer Protocol (HTTP) and the Java object-oriented programming environment offer a powerful, yet relatively inexpensive, framework for distributed application software development. This paper describes the design of a real-time payload control and monitoring system that was developed with W3 technologies at NASA Ames Research Center. Based on Java Development Toolkit (JDK) 1.1, the system uses an event-driven "publish and subscribe" approach to inter-process communication and graphical user-interface construction. A C Language Integrated Production System (CLIPS) compatible inference engine provides the back-end intelligent data processing capability, while Oracle Relational Database Management System (RDBMS) provides the data management function. Preliminary evaluation shows acceptable performance for some classes of payloads, with Java's portability and multimedia support identified as the most significant benefit.

  16. General software design for multisensor data fusion

    NASA Astrophysics Data System (ADS)

    Zhang, Junliang; Zhao, Yuming

    1999-03-01

    In this paper a general method of software design for multisensor data fusion is discussed in detail, which adopts object-oriented technology under UNIX operation system. The software for multisensor data fusion is divided into six functional modules: data collection, database management, GIS, target display and alarming data simulation etc. Furthermore, the primary function, the components and some realization methods of each modular is given. The interfaces among these functional modular relations are discussed. The data exchange among each functional modular is performed by interprocess communication IPC, including message queue, semaphore and shared memory. Thus, each functional modular is executed independently, which reduces the dependence among functional modules and helps software programing and testing. This software for multisensor data fusion is designed as hierarchical structure by the inheritance character of classes. Each functional modular is abstracted and encapsulated through class structure, which avoids software redundancy and enhances readability.

  17. Symbolically Modeling Concurrent MCAPI Executions

    NASA Technical Reports Server (NTRS)

    Fischer, Topher; Mercer, Eric; Rungta, Neha

    2011-01-01

    Improper use of Inter-Process Communication (IPC) within concurrent systems often creates data races which can lead to bugs that are challenging to discover. Techniques that use Satisfiability Modulo Theories (SMT) problems to symbolically model possible executions of concurrent software have recently been proposed for use in the formal verification of software. In this work we describe a new technique for modeling executions of concurrent software that use a message passing API called MCAPI. Our technique uses an execution trace to create an SMT problem that symbolically models all possible concurrent executions and follows the same sequence of conditional branch outcomes as the provided execution trace. We check if there exists a satisfying assignment to the SMT problem with respect to specific safety properties. If such an assignment exists, it provides the conditions that lead to the violation of the property. We show how our method models behaviors of MCAPI applications that are ignored in previously published techniques.

  18. DTS: Building custom, intelligent schedulers

    NASA Technical Reports Server (NTRS)

    Hansson, Othar; Mayer, Andrew

    1994-01-01

    DTS is a decision-theoretic scheduler, built on top of a flexible toolkit -- this paper focuses on how the toolkit might be reused in future NASA mission schedulers. The toolkit includes a user-customizable scheduling interface, and a 'Just-For-You' optimization engine. The customizable interface is built on two metaphors: objects and dynamic graphs. Objects help to structure problem specifications and related data, while dynamic graphs simplify the specification of graphical schedule editors (such as Gantt charts). The interface can be used with any 'back-end' scheduler, through dynamically-loaded code, interprocess communication, or a shared database. The 'Just-For-You' optimization engine includes user-specific utility functions, automatically compiled heuristic evaluations, and a postprocessing facility for enforcing scheduling policies. The optimization engine is based on BPS, the Bayesian Problem-Solver (1,2), which introduced a similar approach to solving single-agent and adversarial graph search problems.

  19. The contaminant analysis automation robot implementation for the automated laboratory

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

    Younkin, J.R.; Igou, R.E.; Urenda, T.D.

    1995-12-31

    The Contaminant Analysis Automation (CAA) project defines the automated laboratory as a series of standard laboratory modules (SLM) serviced by a robotic standard support module (SSM). These SLMs are designed to allow plug-and-play integration into automated systems that perform standard analysis methods (SAM). While the SLMs are autonomous in the execution of their particular chemical processing task, the SAM concept relies on a high-level task sequence controller (TSC) to coordinate the robotic delivery of materials requisite for SLM operations, initiate an SLM operation with the chemical method dependent operating parameters, and coordinate the robotic removal of materials from the SLMmore » when its commands and events has been established to allow ready them for transport operations as well as performing the Supervisor and Subsystems (GENISAS) software governs events from the SLMs and robot. The Intelligent System Operating Environment (ISOE) enables the inter-process communications used by GENISAS. CAA selected the Hewlett-Packard Optimized Robot for Chemical Analysis (ORCA) and its associated Windows based Methods Development Software (MDS) as the robot SSM. The MDS software is used to teach the robot each SLM position and required material port motions. To allow the TSC to command these SLM motions, a hardware and software implementation was required that allowed message passing between different operating systems. This implementation involved the use of a Virtual Memory Extended (VME) rack with a Force CPU-30 computer running VxWorks; a real-time multitasking operating system, and a Radiuses PC compatible VME computer running MDS. A GENISAS server on The Force computer accepts a transport command from the TSC, a GENISAS supervisor, over Ethernet and notifies software on the RadiSys PC of the pending command through VMEbus shared memory. The command is then delivered to the MDS robot control software using a Windows Dynamic Data Exchange conversation.« less

  20. Application of SQL database to the control system of MOIRCS

    NASA Astrophysics Data System (ADS)

    Yoshikawa, Tomohiro; Omata, Koji; Konishi, Masahiro; Ichikawa, Takashi; Suzuki, Ryuji; Tokoku, Chihiro; Uchimoto, Yuka Katsuno; Nishimura, Tetsuo

    2006-06-01

    MOIRCS (Multi-Object Infrared Camera and Spectrograph) is a new instrument for the Subaru telescope. In order to perform observations of near-infrared imaging and spectroscopy with cold slit mask, MOIRCS contains many device components, which are distributed on an Ethernet LAN. Two PCs wired to the focal plane array electronics operate two HAWAII2 detectors, respectively, and other two PCs are used for integrated control and quick data reduction, respectively. Though most of the devices (e.g., filter and grism turrets, slit exchange mechanism for spectroscopy) are controlled via RS232C interface, they are accessible from TCP/IP connection using TCP/IP to RS232C converters. Moreover, other devices are also connected to the Ethernet LAN. This network distributed structure provides flexibility of hardware configuration. We have constructed an integrated control system for such network distributed hardwares, named T-LECS (Tohoku University - Layered Electronic Control System). T-LECS has also network distributed software design, applying TCP/IP socket communication to interprocess communication. In order to help the communication between the device interfaces and the user interfaces, we defined three layers in T-LECS; an external layer for user interface applications, an internal layer for device interface applications, and a communication layer, which connects two layers above. In the communication layer, we store the data of the system to an SQL database server; they are status data, FITS header data, and also meta data such as device configuration data and FITS configuration data. We present our software system design and the database schema to manage observations of MOIRCS with Subaru.

  1. Real-Time Data Streaming and Storing Structure for the LHD's Fusion Plasma Experiments

    NASA Astrophysics Data System (ADS)

    Nakanishi, Hideya; Ohsuna, Masaki; Kojima, Mamoru; Imazu, Setsuo; Nonomura, Miki; Emoto, Masahiko; Yoshida, Masanobu; Iwata, Chie; Ida, Katsumi

    2016-02-01

    The LHD data acquisition and archiving system, i.e., LABCOM system, has been fully equipped with high-speed real-time acquisition, streaming, and storage capabilities. To deal with more than 100 MB/s continuously generated data at each data acquisition (DAQ) node, DAQ tasks have been implemented as multitasking and multithreaded ones in which the shared memory plays the most important role for inter-process fast and massive data handling. By introducing a 10-second time chunk named “subshot,” endless data streams can be stored into a consecutive series of fixed length data blocks so that they will soon become readable by other processes even while the write process is continuing. Real-time device and environmental monitoring are also implemented in the same way with further sparse resampling. The central data storage has been separated into two layers to be capable of receiving multiple 100 MB/s inflows in parallel. For the frontend layer, high-speed SSD arrays are used as the GlusterFS distributed filesystem which can provide max. 2 GB/s throughput. Those design optimizations would be informative for implementing the next-generation data archiving system in big physics, such as ITER.

  2. A Model-Driven Approach to Teaching Concurrency

    ERIC Educational Resources Information Center

    Carro, Manuel; Herranz, Angel; Marino, Julio

    2013-01-01

    We present an undergraduate course on concurrent programming where formal models are used in different stages of the learning process. The main practical difference with other approaches lies in the fact that the ability to develop correct concurrent software relies on a systematic transformation of formal models of inter-process interaction (so…

  3. Automatic Generation of Cycle-Approximate TLMs with Timed RTOS Model Support

    NASA Astrophysics Data System (ADS)

    Hwang, Yonghyun; Schirner, Gunar; Abdi, Samar

    This paper presents a technique for automatically generating cycle-approximate transaction level models (TLMs) for multi-process applications mapped to embedded platforms. It incorporates three key features: (a) basic block level timing annotation, (b) RTOS model integration, and (c) RTOS overhead delay modeling. The inputs to TLM generation are application C processes and their mapping to processors in the platform. A processor data model, including pipelined datapath, memory hierarchy and branch delay model is used to estimate basic block execution delays. The delays are annotated to the C code, which is then integrated with a generated SystemC RTOS model. Our abstract RTOS provides dynamic scheduling and inter-process communication (IPC) with processor- and RTOS-specific pre-characterized timing. Our experiments using a MP3 decoder and a JPEG encoder show that timed TLMs, with integrated RTOS models, can be automatically generated in less than a minute. Our generated TLMs simulated three times faster than real-time and showed less than 10% timing error compared to board measurements.

  4. New target prediction and visualization tools incorporating open source molecular fingerprints for TB Mobile 2.0

    PubMed Central

    2014-01-01

    Background We recently developed a freely available mobile app (TB Mobile) for both iOS and Android platforms that displays Mycobacterium tuberculosis (Mtb) active molecule structures and their targets with links to associated data. The app was developed to make target information available to as large an audience as possible. Results We now report a major update of the iOS version of the app. This includes enhancements that use an implementation of ECFP_6 fingerprints that we have made open source. Using these fingerprints, the user can propose compounds with possible anti-TB activity, and view the compounds within a cluster landscape. Proposed compounds can also be compared to existing target data, using a näive Bayesian scoring system to rank probable targets. We have curated an additional 60 new compounds and their targets for Mtb and added these to the original set of 745 compounds. We have also curated 20 further compounds (many without targets in TB Mobile) to evaluate this version of the app with 805 compounds and associated targets. Conclusions TB Mobile can now manage a small collection of compounds that can be imported from external sources, or exported by various means such as email or app-to-app inter-process communication. This means that TB Mobile can be used as a node within a growing ecosystem of mobile apps for cheminformatics. It can also cluster compounds and use internal algorithms to help identify potential targets based on molecular similarity. TB Mobile represents a valuable dataset, data-visualization aid and target prediction tool. PMID:25302078

  5. New target prediction and visualization tools incorporating open source molecular fingerprints for TB Mobile 2.0.

    PubMed

    Clark, Alex M; Sarker, Malabika; Ekins, Sean

    2014-01-01

    We recently developed a freely available mobile app (TB Mobile) for both iOS and Android platforms that displays Mycobacterium tuberculosis (Mtb) active molecule structures and their targets with links to associated data. The app was developed to make target information available to as large an audience as possible. We now report a major update of the iOS version of the app. This includes enhancements that use an implementation of ECFP_6 fingerprints that we have made open source. Using these fingerprints, the user can propose compounds with possible anti-TB activity, and view the compounds within a cluster landscape. Proposed compounds can also be compared to existing target data, using a näive Bayesian scoring system to rank probable targets. We have curated an additional 60 new compounds and their targets for Mtb and added these to the original set of 745 compounds. We have also curated 20 further compounds (many without targets in TB Mobile) to evaluate this version of the app with 805 compounds and associated targets. TB Mobile can now manage a small collection of compounds that can be imported from external sources, or exported by various means such as email or app-to-app inter-process communication. This means that TB Mobile can be used as a node within a growing ecosystem of mobile apps for cheminformatics. It can also cluster compounds and use internal algorithms to help identify potential targets based on molecular similarity. TB Mobile represents a valuable dataset, data-visualization aid and target prediction tool.

  6. Asynchronous Replica Exchange Software for Grid and Heterogeneous Computing.

    PubMed

    Gallicchio, Emilio; Xia, Junchao; Flynn, William F; Zhang, Baofeng; Samlalsingh, Sade; Mentes, Ahmet; Levy, Ronald M

    2015-11-01

    Parallel replica exchange sampling is an extended ensemble technique often used to accelerate the exploration of the conformational ensemble of atomistic molecular simulations of chemical systems. Inter-process communication and coordination requirements have historically discouraged the deployment of replica exchange on distributed and heterogeneous resources. Here we describe the architecture of a software (named ASyncRE) for performing asynchronous replica exchange molecular simulations on volunteered computing grids and heterogeneous high performance clusters. The asynchronous replica exchange algorithm on which the software is based avoids centralized synchronization steps and the need for direct communication between remote processes. It allows molecular dynamics threads to progress at different rates and enables parameter exchanges among arbitrary sets of replicas independently from other replicas. ASyncRE is written in Python following a modular design conducive to extensions to various replica exchange schemes and molecular dynamics engines. Applications of the software for the modeling of association equilibria of supramolecular and macromolecular complexes on BOINC campus computational grids and on the CPU/MIC heterogeneous hardware of the XSEDE Stampede supercomputer are illustrated. They show the ability of ASyncRE to utilize large grids of desktop computers running the Windows, MacOS, and/or Linux operating systems as well as collections of high performance heterogeneous hardware devices.

  7. Leap Frog and Time Step Sub-Cycle Scheme for Coupled Neutronics and Thermal-Hydraulic Codes

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

    Lu, S.

    2002-07-01

    As the result of the advancing TCP/IP based inter-process communication technology, more and more legacy thermal-hydraulic codes have been coupled with neutronics codes to provide best-estimate capabilities for reactivity related reactor transient analysis. Most of the coupling schemes are based on closely coupled serial or parallel approaches. Therefore, the execution of the coupled codes usually requires significant CPU time, when a complicated system is analyzed. Leap Frog scheme has been used to reduce the run time. The extent of the decoupling is usually determined based on a trial and error process for a specific analysis. It is the intent ofmore » this paper to develop a set of general criteria, which can be used to invoke the automatic Leap Frog algorithm. The algorithm will not only provide the run time reduction but also preserve the accuracy. The criteria will also serve as the base of an automatic time step sub-cycle scheme when a sudden reactivity change is introduced and the thermal-hydraulic code is marching with a relatively large time step. (authors)« less

  8. Spin coating apparatus

    DOEpatents

    Torczynski, John R.

    2000-01-01

    A spin coating apparatus requires less cleanroom air flow than prior spin coating apparatus to minimize cleanroom contamination. A shaped exhaust duct from the spin coater maintains process quality while requiring reduced cleanroom air flow. The exhaust duct can decrease in cross section as it extends from the wafer, minimizing eddy formation. The exhaust duct can conform to entrainment streamlines to minimize eddy formation and reduce interprocess contamination at minimal cleanroom air flow rates.

  9. Development of telescope control system for the 50cm telescope of UC Observatory Santa Martina

    NASA Astrophysics Data System (ADS)

    Shen, Tzu-Chiang; Soto, Ruben; Reveco, Johnny; Vanzi, Leonardo; Fernández, Jose M.; Escarate, Pedro; Suc, Vincent

    2012-09-01

    The main telescope of the UC Observatory Santa Martina is a 50cm optical telescope donated by ESO to Pontificia Universidad Catolica de Chile. During the past years the telescope has been refurbished and used as the main facility for testing and validating new instruments under construction by the center of Astro-Engineering UC. As part of this work, the need to develop a more efficient and flexible control system arises. The new distributed control system has been developed on top of Internet Communication Engine (ICE), a framework developed by Zeroc Inc. This framework features a lightweight but powerful and flexible inter-process communication infrastructure and provides binding to classic and modern programming languages, such as, C/C++, java, c#, ruby-rail, objective c, etc. The result of this work shows ICE as a real alternative for CORBA and other de-facto distribute programming framework. Classical control software architecture has been chosen and comprises an observation control system (OCS), the orchestrator of the observation, which controls the telescope control system (TCS), and detector control system (DCS). The real-time control and monitoring system is deployed and running over ARM based single board computers. Other features such as logging and configuration services have been developed as well. Inter-operation with other main astronomical control frameworks are foreseen in order achieve a smooth integration of instruments when they will be integrated in the main observatories in the north of Chile

  10. Oak Ridge Environmental Information System (OREIS) functional system design document

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

    Birchfield, T.E.; Brown, M.O.; Coleman, P.R.

    1994-03-01

    The OREIS Functional System Design document provides a detailed functional description of the Oak Ridge Environmental Information System (OREIS). It expands the system requirements defined in the OREIS Phase 1-System Definition Document (ES/ER/TM-34). Documentation of OREIS development is based on the Automated Data Processing System Development Methodology, a Martin Marietta Energy Systems, Inc., procedure written to assist in developing scientific and technical computer systems. This document focuses on the development of the functional design of the user interface, which includes the integration of commercial applications software. The data model and data dictionary are summarized briefly; however, the Data Management Planmore » for OREIS (ES/ER/TM-39), a companion document to the Functional System Design document, provides the complete data dictionary and detailed descriptions of the requirements for the data base structure. The OREIS system will provide the following functions, which are executed from a Menu Manager: (1) preferences, (2) view manager, (3) macro manager, (4) data analysis (assisted analysis and unassisted analysis), and (5) spatial analysis/map generation (assisted ARC/INFO and unassisted ARC/INFO). Additional functionality includes interprocess communications, which handle background operations of OREIS.« less

  11. Realtime, Object-oriented Reduction of Parkes Multibeam Data using AIPS++

    NASA Astrophysics Data System (ADS)

    Barnes, D. G.

    An overview of the Australia Telescope National Facility (ATNF) Parkes Multibeam Software is presented. The new thirteen-beam Parkes {21 cm} Multibeam Receiver is being used for the neutral hydrogen (Hi) Parkes All Sky Survey (HIPASS). This survey will search the entire southern sky for Hi in the redshift range {$-1200$ km s$^{-1}$} to {$+12600$ km s$^{-1}$}; with a limiting column density of {$N_Hi \\simeq 5 \\times 1017$ cm$^{-2}$}. Observations for the survey began in late February, 1997, and will continue through to the year 2000. A complete reduction package for the HIPASS survey has been developed, based on the AIPS++ library. The major software component is realtime, and uses advanced inter-process communication coupled to a graphical user interface, provided by AIPS++, to apply bandpass removal, flux calibration, velocity frame conversion and spectral smoothing to 26 spectra of 1024 channels each, every five seconds. AIPS++ connections have been added to ATNF-developed visualization software to provide on-line visual monitoring of the data quality. The non-realtime component of the software is responsible for gridding the spectra into position-velocity cubes; typically 200000 spectra are gridded into an $8^\\circ \\times 8^\\circ$ cube.

  12. An integrated development framework for rapid development of platform-independent and reusable satellite on-board software

    NASA Astrophysics Data System (ADS)

    Ziemke, Claas; Kuwahara, Toshinori; Kossev, Ivan

    2011-09-01

    Even in the field of small satellites, the on-board data handling subsystem has become complex and powerful. With the introduction of powerful CPUs and the availability of considerable amounts of memory on-board a small satellite it has become possible to utilize the flexibility and power of contemporary platform-independent real-time operating systems. Especially the non-commercial sector such like university institutes and community projects such as AMSAT or SSETI are characterized by the inherent lack of financial as well as manpower resources. The opportunity to utilize such real-time operating systems will contribute significantly to achieve a successful mission. Nevertheless the on-board software of a satellite is much more than just an operating system. It has to fulfill a multitude of functional requirements such as: Telecommand interpretation and execution, execution of control loops, generation of telemetry data and frames, failure detection isolation and recovery, the communication with peripherals and so on. Most of the aforementioned tasks are of generic nature and have to be conducted on any satellite with only minor modifications. A general set of functional requirements as well as a protocol for communication is defined in the SA ECSS-E-70-41A standard "Telemetry and telecommand packet utilization". This standard not only defines the communication protocol of the satellite-ground link but also defines a set of so called services which have to be available on-board of every compliant satellite and which are of generic nature. In this paper, a platform-independent and reusable framework is described which is implementing not only the ECSS-E-70-41A standard but also functionalities for interprocess communication, scheduling and a multitude of tasks commonly performed on-board of a satellite. By making use of the capabilities of the high-level programming language C/C++, the powerful open source library BOOST, the real-time operating system RTEMS and finally by providing generic functionalities compliant to the ECSS-E-70-41A standard the proposed framework can provide a great boost in productivity. Together with open source tools such like the GNU tool-chain, Eclipse SDK, the simulation framework OpenSimKit, the emulator QEMU, the proposed on-board software framework forms an integrated development framework. It is possible to design, code and build the on-board software together with the operating system and then run it on a simulated satellite for performance analysis and debugging purposes. This makes it possible to rapidly develop and deploy a full-fledged satellite on-board software with minimal cost and in a limited time frame.

  13. The interprocess NIR sampling as an alternative approach to multivariate statistical process control for identifying sources of product-quality variability.

    PubMed

    Marković, Snežana; Kerč, Janez; Horvat, Matej

    2017-03-01

    We are presenting a new approach of identifying sources of variability within a manufacturing process by NIR measurements of samples of intermediate material after each consecutive unit operation (interprocess NIR sampling technique). In addition, we summarize the development of a multivariate statistical process control (MSPC) model for the production of enteric-coated pellet product of the proton-pump inhibitor class. By developing provisional NIR calibration models, the identification of critical process points yields comparable results to the established MSPC modeling procedure. Both approaches are shown to lead to the same conclusion, identifying parameters of extrusion/spheronization and characteristics of lactose that have the greatest influence on the end-product's enteric coating performance. The proposed approach enables quicker and easier identification of variability sources during manufacturing process, especially in cases when historical process data is not straightforwardly available. In the presented case the changes of lactose characteristics are influencing the performance of the extrusion/spheronization process step. The pellet cores produced by using one (considered as less suitable) lactose source were on average larger and more fragile, leading to consequent breakage of the cores during subsequent fluid bed operations. These results were confirmed by additional experimental analyses illuminating the underlying mechanism of fracture of oblong pellets during the pellet coating process leading to compromised film coating.

  14. On Real-Time Operating Systems.

    DTIC Science & Technology

    1987-04-01

    1Ri2 193 ONREAL-TIME OPERATING SYS EMS(U MAYLAN UN V COLLG PARK DEPT OF COMPUTER SCIENCE S LEVI ET AL APR 87 CS-TR-1838 NOSO14-87-K-9124 UNCLASSIFIED...and processes. In each instance the abstraction takes the form of some non- physical resource and benefits both the system and the user. ...The...service, which is important as an inter-process service (for physical synchronization) as well as an internal service for a process. A time service in a

  15. Legacy model integration for enhancing hydrologic interdisciplinary research

    NASA Astrophysics Data System (ADS)

    Dozier, A.; Arabi, M.; David, O.

    2013-12-01

    Many challenges are introduced to interdisciplinary research in and around the hydrologic science community due to advances in computing technology and modeling capabilities in different programming languages, across different platforms and frameworks by researchers in a variety of fields with a variety of experience in computer programming. Many new hydrologic models as well as optimization, parameter estimation, and uncertainty characterization techniques are developed in scripting languages such as Matlab, R, Python, or in newer languages such as Java and the .Net languages, whereas many legacy models have been written in FORTRAN and C, which complicates inter-model communication for two-way feedbacks. However, most hydrologic researchers and industry personnel have little knowledge of the computing technologies that are available to address the model integration process. Therefore, the goal of this study is to address these new challenges by utilizing a novel approach based on a publish-subscribe-type system to enhance modeling capabilities of legacy socio-economic, hydrologic, and ecologic software. Enhancements include massive parallelization of executions and access to legacy model variables at any point during the simulation process by another program without having to compile all the models together into an inseparable 'super-model'. Thus, this study provides two-way feedback mechanisms between multiple different process models that can be written in various programming languages and can run on different machines and operating systems. Additionally, a level of abstraction is given to the model integration process that allows researchers and other technical personnel to perform more detailed and interactive modeling, visualization, optimization, calibration, and uncertainty analysis without requiring deep understanding of inter-process communication. To be compatible, a program must be written in a programming language with bindings to a common implementation of the message passing interface (MPI), which includes FORTRAN, C, Java, the .NET languages, Python, R, Matlab, and many others. The system is tested on a longstanding legacy hydrologic model, the Soil and Water Assessment Tool (SWAT), to observe and enhance speed-up capabilities for various optimization, parameter estimation, and model uncertainty characterization techniques, which is particularly important for computationally intensive hydrologic simulations. Initial results indicate that the legacy extension system significantly decreases developer time, computation time, and the cost of purchasing commercial parallel processing licenses, while enhancing interdisciplinary research by providing detailed two-way feedback mechanisms between various process models with minimal changes to legacy code.

  16. Using NERSC High-Performance Computing (HPC) systems for high-energy nuclear physics applications with ALICE

    NASA Astrophysics Data System (ADS)

    Fasel, Markus

    2016-10-01

    High-Performance Computing Systems are powerful tools tailored to support large- scale applications that rely on low-latency inter-process communications to run efficiently. By design, these systems often impose constraints on application workflows, such as limited external network connectivity and whole node scheduling, that make more general-purpose computing tasks, such as those commonly found in high-energy nuclear physics applications, more difficult to carry out. In this work, we present a tool designed to simplify access to such complicated environments by handling the common tasks of job submission, software management, and local data management, in a framework that is easily adaptable to the specific requirements of various computing systems. The tool, initially constructed to process stand-alone ALICE simulations for detector and software development, was successfully deployed on the NERSC computing systems, Carver, Hopper and Edison, and is being configured to provide access to the next generation NERSC system, Cori. In this report, we describe the tool and discuss our experience running ALICE applications on NERSC HPC systems. The discussion will include our initial benchmarks of Cori compared to other systems and our attempts to leverage the new capabilities offered with Cori to support data-intensive applications, with a future goal of full integration of such systems into ALICE grid operations.

  17. POLARIS: Agent-based modeling framework development and implementation for integrated travel demand and network and operations simulations

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

    Auld, Joshua; Hope, Michael; Ley, Hubert

    This paper discusses the development of an agent-based modelling software development kit, and the implementation and validation of a model using it that integrates dynamic simulation of travel demand, network supply and network operations. A description is given of the core utilities in the kit: a parallel discrete event engine, interprocess exchange engine, and memory allocator, as well as a number of ancillary utilities: visualization library, database IO library, and scenario manager. The overall framework emphasizes the design goals of: generality, code agility, and high performance. This framework allows the modeling of several aspects of transportation system that are typicallymore » done with separate stand-alone software applications, in a high-performance and extensible manner. The issue of integrating such models as dynamic traffic assignment and disaggregate demand models has been a long standing issue for transportation modelers. The integrated approach shows a possible way to resolve this difficulty. The simulation model built from the POLARIS framework is a single, shared-memory process for handling all aspects of the integrated urban simulation. The resulting gains in computational efficiency and performance allow planning models to be extended to include previously separate aspects of the urban system, enhancing the utility of such models from the planning perspective. Initial tests with case studies involving traffic management center impacts on various network events such as accidents, congestion and weather events, show the potential of the system.« less

  18. A prototype for the real-time analysis of the Cherenkov Telescope Array

    NASA Astrophysics Data System (ADS)

    Bulgarelli, Andrea; Fioretti, Valentina; Zoli, Andrea; Aboudan, Alessio; Rodríguez-Vázquez, Juan José; Maier, Gernot; Lyard, Etienne; Bastieri, Denis; Lombardi, Saverio; Tosti, Gino; De Rosa, Adriano; Bergamaschi, Sonia; Interlandi, Matteo; Beneventano, Domenico; Lamanna, Giovanni; Jacquemier, Jean; Kosack, Karl; Antonelli, Lucio Angelo; Boisson, Catherine; Burkowski, Jerzy; Buson, Sara; Carosi, Alessandro; Conforti, Vito; Contreras, Jose Luis; De Cesare, Giovanni; de los Reyes, Raquel; Dumm, Jon; Evans, Phil; Fortson, Lucy; Fuessling, Matthias; Graciani, Ricardo; Gianotti, Fulvio; Grandi, Paola; Hinton, Jim; Humensky, Brian; Knödlseder, Jürgen; Malaguti, Giuseppe; Marisaldi, Martino; Neyroud, Nadine; Nicastro, Luciano; Ohm, Stefan; Osborne, Julian; Rosen, Simon; Tacchini, Alessandro; Torresi, Eleonora; Testa, Vincenzo; Trifoglio, Massimo; Weinstein, Amanda

    2014-07-01

    The Cherenkov Telescope Array (CTA) observatory will be one of the biggest ground-based very-high-energy (VHE) γ- ray observatory. CTA will achieve a factor of 10 improvement in sensitivity from some tens of GeV to beyond 100 TeV with respect to existing telescopes. The CTA observatory will be capable of issuing alerts on variable and transient sources to maximize the scientific return. To capture these phenomena during their evolution and for effective communication to the astrophysical community, speed is crucial. This requires a system with a reliable automated trigger that can issue alerts immediately upon detection of γ-ray flares. This will be accomplished by means of a Real-Time Analysis (RTA) pipeline, a key system of the CTA observatory. The latency and sensitivity requirements of the alarm system impose a challenge because of the anticipated large data rate, between 0.5 and 8 GB/s. As a consequence, substantial efforts toward the optimization of highthroughput computing service are envisioned. For these reasons our working group has started the development of a prototype of the Real-Time Analysis pipeline. The main goals of this prototype are to test: (i) a set of frameworks and design patterns useful for the inter-process communication between software processes running on memory; (ii) the sustainability of the foreseen CTA data rate in terms of data throughput with different hardware (e.g. accelerators) and software configurations, (iii) the reuse of nonreal- time algorithms or how much we need to simplify algorithms to be compliant with CTA requirements, (iv) interface issues between the different CTA systems. In this work we focus on goals (i) and (ii).

  19. Porting and redesign of Geotool software system to Qt

    NASA Astrophysics Data System (ADS)

    Miljanovic Tamarit, V.; Carneiro, L.; Henson, I. H.; Tomuta, E.

    2016-12-01

    Geotool is a software system that allows a user to interactively display and process seismoacoustic data from International Monitoring System (IMS) station. Geotool can be used to perform a number of analysis and review tasks, including data I/O, waveform filtering, quality control, component rotation, amplitude and arrival measurement and review, array beamforming, correlation, Fourier analysis, FK analysis, event review and location, particle motion visualization, polarization analysis, instrument response convolution/deconvolution, real-time display, signal to noise measurement, spectrogram, and travel time model display. The Geotool program was originally written in C using the X11/Xt/Motif libraries for graphics. It was later ported to C++. Now the program is being ported to the Qt graphics system to be more compatible with the other software in the International Data Centre (IDC). Along with this port, a redesign of the architecture is underway to achieve a separation between user interface, control, and data model elements, in line with design patterns such as Model-View-Controller. Qt is a cross-platform application framework that will allow geotool to easily run on Linux, Mac, and Windows. The Qt environment includes modern libraries and user interfaces for standard utilities such as file and database access, printing, and inter-process communications. The Qt Widgets for Technical Applications library (QWT) provides tools for displaying standard data analysis graphics.

  20. Direct access inter-process shared memory

    DOEpatents

    Brightwell, Ronald B; Pedretti, Kevin; Hudson, Trammell B

    2013-10-22

    A technique for directly sharing physical memory between processes executing on processor cores is described. The technique includes loading a plurality of processes into the physical memory for execution on a corresponding plurality of processor cores sharing the physical memory. An address space is mapped to each of the processes by populating a first entry in a top level virtual address table for each of the processes. The address space of each of the processes is cross-mapped into each of the processes by populating one or more subsequent entries of the top level virtual address table with the first entry in the top level virtual address table from other processes.

  1. Hiding in plain sight: communication theory in implementation science.

    PubMed

    Manojlovich, Milisa; Squires, Janet E; Davies, Barbara; Graham, Ian D

    2015-04-23

    Poor communication among healthcare professionals is a pressing problem, contributing to widespread barriers to patient safety. The word "communication" means to share or make common. In the literature, two communication paradigms dominate: (1) communication as a transactional process responsible for information exchange, and (2) communication as a transformational process responsible for causing change. Implementation science has focused on information exchange attributes while largely ignoring transformational attributes of communication. In this paper, we debate the merits of encompassing both paradigms. We conducted a two-staged literature review searching for the concept of communication in implementation science to understand how communication is conceptualized. Twenty-seven theories, models, or frameworks were identified; only Rogers' Diffusion of Innovations theory provides a definition of communication and includes both communication paradigms. Most models (notable exceptions include Diffusion of Innovations, The Ottawa Model of Research Use, and Normalization Process Theory) describe communication as a transactional process. But thinking of communication solely as information transfer or exchange misrepresents reality. We recommend that implementation science theories (1) propose and test the concept of shared understanding when describing communication, (2) acknowledge that communication is multi-layered, identify at least a few layers, and posit how identified layers might affect the development of shared understanding, (3) acknowledge that communication occurs in a social context, providing a frame of reference for both individuals and groups, (4) acknowledge the unpredictability of communication (and healthcare processes in general), and (5) engage with and draw on work done by communication theorists. Implementation science literature has conceptualized communication as a transactional process (when communication has been mentioned at all), thereby ignoring a key contributor to implementation intervention success. When conceptualized as a transformational process, the focus of communication moves to shared understanding and is grounded in human interactions and the way we go about constructing knowledge. Instead of hiding in plain sight, we suggest explicitly acknowledging the role that communication plays in our implementation efforts. By using both paradigms, we can investigate when communication facilitates implementation, when it does not, and how to improve it so that our implementation and clinical interventions are embraced by clinicians and patients alike.

  2. 76 FR 68117 - Video Description: Implementation of the Twenty-First Century Communications and Video...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-11-03

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Parts 79 [MB Docket No. 11-43; FCC 11-126] Video Description: Implementation of the Twenty-First Century Communications and Video Accessibility Act of 2010... implementation of the Video Description elements of the Twenty-First Century Communications and Video...

  3. 76 FR 14856 - Video Description: Implementation of the Twenty-First Century Communications and Video...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-03-18

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Parts 73 and 79 [MB Docket No. 11-43; FCC 11-36] Video Description: Implementation of the Twenty-First Century Communications and Video Accessibility Act of 2010... Commission takes an initial step to implement the Twenty-First Century Communications and Video Accessibility...

  4. The Effects of Mother-Implemented Picture Exchange Communication System Training on Spontaneous Communicative Behaviors of Young Children with Autism Spectrum Disorders

    ERIC Educational Resources Information Center

    Park, Ju Hee

    2010-01-01

    The current study examined whether mothers could be taught to implement the picture exchange communication system (PECS) training with their child and investigated the effects of the mother-implemented PECS training on the spontaneous communication of young children with autism spectrum disorders. Three mothers were trained to teach their child…

  5. Investigating the Implementation of Robotics.

    DTIC Science & Technology

    1984-02-01

    decisions are going to be made participatively and also what participation means to all involved parties. Successful implementations of new technologies...Reporting Communication Communication that They Received Increased Workers’ eCommunication Understanding* Written communication 13% 4.3 Workplace meetings

  6. Parent-Implemented Communication Intervention: Sequential Analysis of Triadic Relationships

    ERIC Educational Resources Information Center

    Brown, Jennifer A.; Woods, Juliann J.

    2016-01-01

    Collaboration with parents and caregivers to support young children's communication development is an important component to early intervention services. Coaching parents to implement communication support strategies is increasingly common in parent-implemented interventions, but few studies examine the process as well as the outcomes. We explored…

  7. The ACR-NEMA Digital Imaging And Communications Standard: Evolution, Overview And Implementation Considerations

    NASA Astrophysics Data System (ADS)

    Alzner, Edgar; Murphy, Laura

    1986-06-01

    The growing digital nature of radiology images led to a recognition that compatibility of communication between imaging, display and data storage devices of different modalities and different manufacturers is necessary. The ACR-NEMA Digital Imaging and Communications Standard Committee was formed to develop a communications standard for radiological images. This standard includes the overall structure of a communication message and the protocols for bi-directional communication using end-to-end connections. The evolution and rationale of the ACR-NEMA Digital Imaging and Communication Standard are described. An overview is provided and sane practical implementation considerations are discussed. PACS will became reality only if the medical community accepts and implements the ACR-NEMA Standard.

  8. Concerns of Teachers about the Implementation of Information and Communication Technology Curriculum in Basic Education in Ghana

    ERIC Educational Resources Information Center

    Sarfo, Frederick Kwaku; Amankwah, Francis; Baafi-Frimpong, Stephen; Asomani, Joseph

    2017-01-01

    Research findings in the literature show that teachers' concern about change process is extremely personal and it influences the implementation of innovation. This study aimed at assessing information and communication technology teachers' stages of concern regarding the implementation of information and communication technology (ICT) curriculum…

  9. 77 FR 24632 - Implementing the Provisions of the Communications Act of 1934, as Enacted by the Twenty-First...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-04-25

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Part 14 [CG Docket No. 10-213 and 10-145, WT Docket No. 96-198; FCC 11-151] Implementing the Provisions of the Communications Act of 1934, as Enacted by the Twenty-First Century Communications and Video Accessibility Act of 2010 AGENCY: Federal Communications...

  10. Making tomorrow's mistakes today: Evolutionary prototyping for risk reduction and shorter development time

    NASA Astrophysics Data System (ADS)

    Friedman, Gary; Schwuttke, Ursula M.; Burliegh, Scott; Chow, Sanguan; Parlier, Randy; Lee, Lorrine; Castro, Henry; Gersbach, Jim

    1993-03-01

    In the early days of JPL's solar system exploration, each spacecraft mission required its own dedicated data system with all software applications written in the mainframe's native assembly language. Although these early telemetry processing systems were a triumph of engineering in their day, since that time the computer industry has advanced to the point where it is now advantageous to replace these systems with more modern technology. The Space Flight Operations Center (SFOC) Prototype group was established in 1985 as a workstation and software laboratory. The charter of the lab was to determine if it was possible to construct a multimission telemetry processing system using commercial, off-the-shelf computers that communicated via networks. The staff of the lab mirrored that of a typical skunk works operation -- a small, multi-disciplinary team with a great deal of autonomy that could get complex tasks done quickly. In an effort to determine which approaches would be useful, the prototype group experimented with all types of operating systems, inter-process communication mechanisms, network protocols, packet size parameters. Out of that pioneering work came the confidence that a multi-mission telemetry processing system could be built using high-level languages running in a heterogeneous, networked workstation environment. Experience revealed that the operating systems on all nodes should be similar (i.e., all VMS or all PC-DOS or all UNIX), and that a unique Data Transport Subsystem tool needed to be built to address the incompatibilities of network standards, byte ordering, and socket buffering. The advantages of building a telemetry processing system based on emerging industry standards were numerous: by employing these standards, we would no longer be locked into a single vendor. When new technology came to market which offered ten times the performance at one eighth the cost, it would be possible to attach the new machine to the network, re-compile the application code, and run. In addition, we would no longer be plagued with lack of manufacturer support when we encountered obscure bugs. And maybe, hopefully, the eternal elusive goal of software portability across different vendors' platforms would finally be available. Some highlights of our prototyping efforts are described.

  11. Making tomorrow's mistakes today: Evolutionary prototyping for risk reduction and shorter development time

    NASA Technical Reports Server (NTRS)

    Friedman, Gary; Schwuttke, Ursula M.; Burliegh, Scott; Chow, Sanguan; Parlier, Randy; Lee, Lorrine; Castro, Henry; Gersbach, Jim

    1993-01-01

    In the early days of JPL's solar system exploration, each spacecraft mission required its own dedicated data system with all software applications written in the mainframe's native assembly language. Although these early telemetry processing systems were a triumph of engineering in their day, since that time the computer industry has advanced to the point where it is now advantageous to replace these systems with more modern technology. The Space Flight Operations Center (SFOC) Prototype group was established in 1985 as a workstation and software laboratory. The charter of the lab was to determine if it was possible to construct a multimission telemetry processing system using commercial, off-the-shelf computers that communicated via networks. The staff of the lab mirrored that of a typical skunk works operation -- a small, multi-disciplinary team with a great deal of autonomy that could get complex tasks done quickly. In an effort to determine which approaches would be useful, the prototype group experimented with all types of operating systems, inter-process communication mechanisms, network protocols, packet size parameters. Out of that pioneering work came the confidence that a multi-mission telemetry processing system could be built using high-level languages running in a heterogeneous, networked workstation environment. Experience revealed that the operating systems on all nodes should be similar (i.e., all VMS or all PC-DOS or all UNIX), and that a unique Data Transport Subsystem tool needed to be built to address the incompatibilities of network standards, byte ordering, and socket buffering. The advantages of building a telemetry processing system based on emerging industry standards were numerous: by employing these standards, we would no longer be locked into a single vendor. When new technology came to market which offered ten times the performance at one eighth the cost, it would be possible to attach the new machine to the network, re-compile the application code, and run. In addition, we would no longer be plagued with lack of manufacturer support when we encountered obscure bugs. And maybe, hopefully, the eternal elusive goal of software portability across different vendors' platforms would finally be available. Some highlights of our prototyping efforts are described.

  12. A Mission Control Architecture for robotic lunar sample return as field tested in an analogue deployment to the sudbury impact structure

    NASA Astrophysics Data System (ADS)

    Moores, John E.; Francis, Raymond; Mader, Marianne; Osinski, G. R.; Barfoot, T.; Barry, N.; Basic, G.; Battler, M.; Beauchamp, M.; Blain, S.; Bondy, M.; Capitan, R.-D.; Chanou, A.; Clayton, J.; Cloutis, E.; Daly, M.; Dickinson, C.; Dong, H.; Flemming, R.; Furgale, P.; Gammel, J.; Gharfoor, N.; Hussein, M.; Grieve, R.; Henrys, H.; Jaziobedski, P.; Lambert, A.; Leung, K.; Marion, C.; McCullough, E.; McManus, C.; Neish, C. D.; Ng, H. K.; Ozaruk, A.; Pickersgill, A.; Preston, L. J.; Redman, D.; Sapers, H.; Shankar, B.; Singleton, A.; Souders, K.; Stenning, B.; Stooke, P.; Sylvester, P.; Tornabene, L.

    2012-12-01

    A Mission Control Architecture is presented for a Robotic Lunar Sample Return Mission which builds upon the experience of the landed missions of the NASA Mars Exploration Program. This architecture consists of four separate processes working in parallel at Mission Control and achieving buy-in for plans sequentially instead of simultaneously from all members of the team. These four processes were: science processing, science interpretation, planning and mission evaluation. science processing was responsible for creating products from data downlinked from the field and is organized by instrument. Science Interpretation was responsible for determining whether or not science goals are being met and what measurements need to be taken to satisfy these goals. The Planning process, responsible for scheduling and sequencing observations, and the Evaluation process that fostered inter-process communications, reporting and documentation assisted these processes. This organization is advantageous for its flexibility as shown by the ability of the structure to produce plans for the rover every two hours, for the rapidity with which Mission Control team members may be trained and for the relatively small size of each individual team. This architecture was tested in an analogue mission to the Sudbury impact structure from June 6-17, 2011. A rover was used which was capable of developing a network of locations that could be revisited using a teach and repeat method. This allowed the science team to process several different outcrops in parallel, downselecting at each stage to ensure that the samples selected for caching were the most representative of the site. Over the course of 10 days, 18 rock samples were collected from 5 different outcrops, 182 individual field activities - such as roving or acquiring an image mosaic or other data product - were completed within 43 command cycles, and the rover travelled over 2200 m. Data transfer from communications passes were filled to 74%. Sample triage was simulated to allow down-selection to 1 kg of material for return to Earth.

  13. Development of visual 3D virtual environment for control software

    NASA Technical Reports Server (NTRS)

    Hirose, Michitaka; Myoi, Takeshi; Amari, Haruo; Inamura, Kohei; Stark, Lawrence

    1991-01-01

    Virtual environments for software visualization may enable complex programs to be created and maintained. A typical application might be for control of regional electric power systems. As these encompass broader computer networks than ever, construction of such systems becomes very difficult. Conventional text-oriented environments are useful in programming individual processors. However, they are obviously insufficient to program a large and complicated system, that includes large numbers of computers connected to each other; such programming is called 'programming in the large.' As a solution for this problem, the authors are developing a graphic programming environment wherein one can visualize complicated software in virtual 3D world. One of the major features of the environment is the 3D representation of concurrent process. 3D representation is used to supply both network-wide interprocess programming capability (capability for 'programming in the large') and real-time programming capability. The authors' idea is to fuse both the block diagram (which is useful to check relationship among large number of processes or processors) and the time chart (which is useful to check precise timing for synchronization) into a single 3D space. The 3D representation gives us a capability for direct and intuitive planning or understanding of complicated relationship among many concurrent processes. To realize the 3D representation, a technology to enable easy handling of virtual 3D object is a definite necessity. Using a stereo display system and a gesture input device (VPL DataGlove), our prototype of the virtual workstation has been implemented. The workstation can supply the 'sensation' of the virtual 3D space to a programmer. Software for the 3D programming environment is implemented on the workstation. According to preliminary assessments, a 50 percent reduction of programming effort is achieved by using the virtual 3D environment. The authors expect that the 3D environment has considerable potential in the field of software engineering.

  14. The effect of electronic medical record system use on communication between pharmacists and prescribers.

    PubMed

    Singer, Alexander; Duarte Fernandez, Roberto

    2015-10-28

    The Electronic Medical Record (EMR) is becoming increasingly common in health care settings. Research shows that EMRs have the potential to reduce instances of medication errors and improve communication between pharmacists and prescribers; however, more research is required to demonstrate whether this is true. This study aims to determine the effect of a newly implemented EMR system on communication between pharmacists and primary care clinicians. A retrospective chart analysis of primary care EMR data comparing faxed pharmacy communications captured before and after the implementation of an EMR system at an academic family medicine clinic. Communication requests were classified into the following various categories: refill accepted, refill denied, clarification, incorrect dose, interaction, drug insurance/coverage application, new prescription request, supplies request, continued care information, duplicate fax substitution, opioid early release request, confirmation by phone call, and other. The number and percentage of clarification requests, interaction notifications, and incorrect dose notifications were lower after the implementation of the EMR system. The number and percentage of refills accepted and new prescription requests increased after the implementation of the EMR system. The implementation of an EMR in an academic family medicine clinic had a significant effect on the volume of communication between pharmacists and prescribers. The amount of clarification requests and incorrect dosing communications decreased after EMR implementation. This suggests that EMRs improve prescribing safety. The increased amount of refills accepted and new prescription requests post EMR implementation suggests that the EMR is capable of changing prescription patterns.

  15. Towards an Open, Distributed Software Architecture for UxS Operations

    NASA Technical Reports Server (NTRS)

    Cross, Charles D.; Motter, Mark A.; Neilan, James H.; Qualls, Garry D.; Rothhaar, Paul M.; Tran, Loc; Trujillo, Anna C.; Allen, B. Danette

    2015-01-01

    To address the growing need to evaluate, test, and certify an ever expanding ecosystem of UxS platforms in preparation of cultural integration, NASA Langley Research Center's Autonomy Incubator (AI) has taken on the challenge of developing a software framework in which UxS platforms developed by third parties can be integrated into a single system which provides evaluation and testing, mission planning and operation, and out-of-the-box autonomy and data fusion capabilities. This software framework, named AEON (Autonomous Entity Operations Network), has two main goals. The first goal is the development of a cross-platform, extensible, onboard software system that provides autonomy at the mission execution and course-planning level, a highly configurable data fusion framework sensitive to the platform's available sensor hardware, and plug-and-play compatibility with a wide array of computer systems, sensors, software, and controls hardware. The second goal is the development of a ground control system that acts as a test-bed for integration of the proposed heterogeneous fleet, and allows for complex mission planning, tracking, and debugging capabilities. The ground control system should also be highly extensible and allow plug-and-play interoperability with third party software systems. In order to achieve these goals, this paper proposes an open, distributed software architecture which utilizes at its core the Data Distribution Service (DDS) standards, established by the Object Management Group (OMG), for inter-process communication and data flow. The design decisions proposed herein leverage the advantages of existing robotics software architectures and the DDS standards to develop software that is scalable, high-performance, fault tolerant, modular, and readily interoperable with external platforms and software.

  16. Limits to high-speed simulations of spiking neural networks using general-purpose computers.

    PubMed

    Zenke, Friedemann; Gerstner, Wulfram

    2014-01-01

    To understand how the central nervous system performs computations using recurrent neuronal circuitry, simulations have become an indispensable tool for theoretical neuroscience. To study neuronal circuits and their ability to self-organize, increasing attention has been directed toward synaptic plasticity. In particular spike-timing-dependent plasticity (STDP) creates specific demands for simulations of spiking neural networks. On the one hand a high temporal resolution is required to capture the millisecond timescale of typical STDP windows. On the other hand network simulations have to evolve over hours up to days, to capture the timescale of long-term plasticity. To do this efficiently, fast simulation speed is the crucial ingredient rather than large neuron numbers. Using different medium-sized network models consisting of several thousands of neurons and off-the-shelf hardware, we compare the simulation speed of the simulators: Brian, NEST and Neuron as well as our own simulator Auryn. Our results show that real-time simulations of different plastic network models are possible in parallel simulations in which numerical precision is not a primary concern. Even so, the speed-up margin of parallelism is limited and boosting simulation speeds beyond one tenth of real-time is difficult. By profiling simulation code we show that the run times of typical plastic network simulations encounter a hard boundary. This limit is partly due to latencies in the inter-process communications and thus cannot be overcome by increased parallelism. Overall, these results show that to study plasticity in medium-sized spiking neural networks, adequate simulation tools are readily available which run efficiently on small clusters. However, to run simulations substantially faster than real-time, special hardware is a prerequisite.

  17. LEGION: Lightweight Expandable Group of Independently Operating Nodes

    NASA Technical Reports Server (NTRS)

    Burl, Michael C.

    2012-01-01

    LEGION is a lightweight C-language software library that enables distributed asynchronous data processing with a loosely coupled set of compute nodes. Loosely coupled means that a node can offer itself in service to a larger task at any time and can withdraw itself from service at any time, provided it is not actively engaged in an assignment. The main program, i.e., the one attempting to solve the larger task, does not need to know up front which nodes will be available, how many nodes will be available, or at what times the nodes will be available, which is normally the case in a "volunteer computing" framework. The LEGION software accomplishes its goals by providing message-based, inter-process communication similar to MPI (message passing interface), but without the tight coupling requirements. The software is lightweight and easy to install as it is written in standard C with no exotic library dependencies. LEGION has been demonstrated in a challenging planetary science application in which a machine learning system is used in closed-loop fashion to efficiently explore the input parameter space of a complex numerical simulation. The machine learning system decides which jobs to run through the simulator; then, through LEGION calls, the system farms those jobs out to a collection of compute nodes, retrieves the job results as they become available, and updates a predictive model of how the simulator maps inputs to outputs. The machine learning system decides which new set of jobs would be most informative to run given the results so far; this basic loop is repeated until sufficient insight into the physical system modeled by the simulator is obtained.

  18. Real-time classification of signals from three-component seismic sensors using neural nets

    NASA Astrophysics Data System (ADS)

    Bowman, B. C.; Dowla, F.

    1992-05-01

    Adaptive seismic data acquisition systems with capabilities of signal discrimination and event classification are important in treaty monitoring, proliferation, and earthquake early detection systems. Potential applications include monitoring underground chemical explosions, as well as other military, cultural, and natural activities where characteristics of signals change rapidly and without warning. In these applications, the ability to detect and interpret events rapidly without falling behind the influx of the data is critical. We developed a system for real-time data acquisition, analysis, learning, and classification of recorded events employing some of the latest technology in computer hardware, software, and artificial neural networks methods. The system is able to train dynamically, and updates its knowledge based on new data. The software is modular and hardware-independent; i.e., the front-end instrumentation is transparent to the analysis system. The software is designed to take advantage of the multiprocessing environment of the Unix operating system. The Unix System V shared memory and static RAM protocols for data access and the semaphore mechanism for interprocess communications were used. As the three-component sensor detects a seismic signal, it is displayed graphically on a color monitor using X11/Xlib graphics with interactive screening capabilities. For interesting events, the triaxial signal polarization is computed, a fast Fourier Transform (FFT) algorithm is applied, and the normalized power spectrum is transmitted to a backpropagation neural network for event classification. The system is currently capable of handling three data channels with a sampling rate of 500 Hz, which covers the bandwidth of most seismic events. The system has been tested in laboratory setting with artificial events generated in the vicinity of a three-component sensor.

  19. Parallel computing for automated model calibration

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

    Burke, John S.; Danielson, Gary R.; Schulz, Douglas A.

    2002-07-29

    Natural resources model calibration is a significant burden on computing and staff resources in modeling efforts. Most assessments must consider multiple calibration objectives (for example magnitude and timing of stream flow peak). An automated calibration process that allows real time updating of data/models, allowing scientists to focus effort on improving models is needed. We are in the process of building a fully featured multi objective calibration tool capable of processing multiple models cheaply and efficiently using null cycle computing. Our parallel processing and calibration software routines have been generically, but our focus has been on natural resources model calibration. Somore » far, the natural resources models have been friendly to parallel calibration efforts in that they require no inter-process communication, only need a small amount of input data and only output a small amount of statistical information for each calibration run. A typical auto calibration run might involve running a model 10,000 times with a variety of input parameters and summary statistical output. In the past model calibration has been done against individual models for each data set. The individual model runs are relatively fast, ranging from seconds to minutes. The process was run on a single computer using a simple iterative process. We have completed two Auto Calibration prototypes and are currently designing a more feature rich tool. Our prototypes have focused on running the calibration in a distributed computing cross platform environment. They allow incorporation of?smart? calibration parameter generation (using artificial intelligence processing techniques). Null cycle computing similar to SETI@Home has also been a focus of our efforts. This paper details the design of the latest prototype and discusses our plans for the next revision of the software.« less

  20. Design and Smartphone-Based Implementation of a Chaotic Video Communication Scheme via WAN Remote Transmission

    NASA Astrophysics Data System (ADS)

    Lin, Zhuosheng; Yu, Simin; Li, Chengqing; Lü, Jinhu; Wang, Qianxue

    This paper proposes a chaotic secure video remote communication scheme that can perform on real WAN networks, and implements it on a smartphone hardware platform. First, a joint encryption and compression scheme is designed by embedding a chaotic encryption scheme into the MJPG-Streamer source codes. Then, multiuser smartphone communications between the sender and the receiver are implemented via WAN remote transmission. Finally, the transmitted video data are received with the given IP address and port in an Android smartphone. It should be noted that, this is the first time that chaotic video encryption schemes are implemented on such a hardware platform. The experimental results demonstrate that the technical challenges on hardware implementation of secure video communication are successfully solved, reaching a balance amongst sufficient security level, real-time processing of massive video data, and utilization of available resources in the hardware environment. The proposed scheme can serve as a good application example of chaotic secure communications for smartphone and other mobile facilities in the future.

  1. Hospital staff views of prescribing and discharge communication before and after electronic prescribing system implementation.

    PubMed

    Mills, Pamela Ruth; Weidmann, Anita Elaine; Stewart, Derek

    2017-12-01

    Background Electronic prescribing system implementation is recommended to improve patient safety and general practitioner's discharge information communication. There is a paucity of information about hospital staff perspectives before and after system implementation. Objective To explore hospital staff views regarding prescribing and discharge communication systems before and after hospital electronic prescribing and medicines administration (HEPMA) system implementation. Setting A 560 bed United Kingdom district general hospital. Methods Semi-structured face-to-face qualitative interviews with a purposive sample of hospital staff involved in the prescribing and discharge communication process. Interviews transcribed verbatim and coded using the Framework Approach. Behavioural aspects mapped to Theoretical Domains Framework (TDF) to highlight associated behavioural change determinants. Main outcome measure Staff perceptions before and after implementation. Results Nineteen hospital staff (consultant doctors, junior doctors, pharmacists and advanced nurse practitioners) participated before and after implementation. Pre-implementation main themes were inpatient chart and discharge letter design and discharge communication process with issues of illegible and inaccurate information. Improved safety was anticipated after implementation. Post-implementation themes were improved inpatient chart clarity and discharge letter quality. TDF domains relevant to staff behavioural determinants preimplementation were knowledge (task or environment); skills (competence); social/professional roles and identity; beliefs about capabilities; environmental context and resources (including incidents). An additional two were relevant post-implementation: social influences and behavioural regulation (including self-monitoring). Participants described challenges and patient safety concerns pre-implementation which were mostly resolved post-implementation. Conclusion HEPMA implementation produced perceptions of patient safety improvement. TDF use enabled behaviour change analysis due to implementation, for example, staff adoption of behaviours to ensure general practitioners receive good quality discharge information.

  2. Digital telephony analysis model and issues

    NASA Astrophysics Data System (ADS)

    Keuthan, Lynn M.

    1995-09-01

    Experts in the fields of digital telephony and communications security have stated the need for an analytical tool for evaluating complex issues. Some important policy issues discussed by experts recently include implementing digital wire-taps, implementation of the 'Clipper Chip', required registration of encryption/decryption keys, and export control of cryptographic equipment. Associated with the implementation of these policies are direct costs resulting from implementation, indirect cost benefits from implementation, and indirect costs resulting from the risks of implementation or factors reducing cost benefits. Presented herein is a model for analyzing digital telephony policies and systems and their associated direct costs and indirect benefit and risk factors. In order to present the structure of the model, issues of national importance and business-related issues are discussed. The various factors impacting the implementation of the associated communications systems and communications security are summarized, and various implementation tradeoffs are compared based on economic benefits/impact. The importance of the issues addressed herein, as well as other digital telephony issues, has greatly increased with the enormous increases in communication system connectivity due to the advance of the National Information Infrastructure.

  3. 76 FR 20297 - Implementing the Provisions of the Communications Act of 1934, as Enacted by the Twenty-First...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-04-12

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Parts 1, 6, 7, and 8 [CG Docket No. 10-213; WT Docket No. 96-198; CG Docket No. 10-145; DA 11-595] Implementing the Provisions of the Communications Act of 1934, as Enacted by the Twenty-First Century Communications and Video Accessibility Act of 2010 AGENCY...

  4. Implementation of emergency department transfer communication measures in Minnesota critical access hospitals.

    PubMed

    Klingner, Jill; Moscovice, Ira; Casey, Michelle; McEllistrem Evenson, Alex

    2015-01-01

    Previously published findings based on field tests indicated that emergency department patient transfer communication measures are feasible and worthwhile to implement in rural hospitals. This study aims to expand those findings by focusing on the wide-scale implementation of these measures in the 79 Critical Access Hospitals (CAHs) in Minnesota from 2011 to 2013. Information was obtained from interviews with key informants involved in implementing the emergency department patient transfer communication measures in Minnesota as part of required statewide quality reporting. The first set of interviews targeted state-level organizations regarding their experiences working with providers. A second set of interviews targeted quality and administrative staff from CAHs regarding their experiences implementing measures. Implementing the measures in Minnesota CAHs proved to be successful in a number of respects, but informants also faced new challenges. Our recommendations, addressed to those seeking to successfully implement these measures in other states, take these challenges into account. Field-testing new quality measure implementations with volunteers may not be indicative of a full-scale implementation that requires facilities to participate. The implementation team's composition, communication efforts, prior relationships with facilities and providers, and experience with data collection and abstraction tools are critical factors in successfully implementing required reporting of quality measures on a wide scale. © 2014 National Rural Health Association.

  5. Exploring Coaching Strategies in a Parent-Implemented Intervention for Toddlers

    ERIC Educational Resources Information Center

    Brown, Jennifer A.

    2012-01-01

    Purpose: This study examined the triadic relationships between the early interventionist, the parent and the child in a parent-implemented communication intervention for toddlers. Specifically, relationships between coaching strategies used by interventionists, parents' implementation of communication intervention strategies, child…

  6. LSST communications middleware implementation

    NASA Astrophysics Data System (ADS)

    Mills, Dave; Schumacher, German; Lotz, Paul

    2016-07-01

    The LSST communications middleware is based on a set of software abstractions; which provide standard interfaces for common communications services. The observatory requires communication between diverse subsystems, implemented by different contractors, and comprehensive archiving of subsystem status data. The Service Abstraction Layer (SAL) is implemented using open source packages that implement open standards of DDS (Data Distribution Service1) for data communication, and SQL (Standard Query Language) for database access. For every subsystem, abstractions for each of the Telemetry datastreams, along with Command/Response and Events, have been agreed with the appropriate component vendor (such as Dome, TMA, Hexapod), and captured in ICD's (Interface Control Documents).The OpenSplice (Prismtech) Community Edition of DDS provides an LGPL licensed distribution which may be freely redistributed. The availability of the full source code provides assurances that the project will be able to maintain it over the full 10 year survey, independent of the fortunes of the original providers.

  7. SBAR improves communication and safety climate and decreases incident reports due to communication errors in an anaesthetic clinic: a prospective intervention study.

    PubMed

    Randmaa, Maria; Mårtensson, Gunilla; Leo Swenne, Christine; Engström, Maria

    2014-01-21

    We aimed to examine staff members' perceptions of communication within and between different professions, safety attitudes and psychological empowerment, prior to and after implementation of the communication tool Situation-Background-Assessment-Recommendation (SBAR) at an anaesthetic clinic. The aim was also to study whether there was any change in the proportion of incident reports caused by communication errors. A prospective intervention study with comparison group using preassessments and postassessments. Questionnaire data were collected from staff in an intervention (n=100) and a comparison group (n=69) at the anaesthetic clinic in two hospitals prior to (2011) and after (2012) implementation of SBAR. The proportion of incident reports due to communication errors was calculated during a 1-year period prior to and after implementation. Anaesthetic clinics at two hospitals in Sweden. All licensed practical nurses, registered nurses and physicians working in the operating theatres, intensive care units and postanaesthesia care units at anaesthetic clinics in two hospitals were invited to participate. Implementation of SBAR in an anaesthetic clinic. The primary outcomes were staff members' perception of communication within and between different professions, as well as their perceptions of safety attitudes. Secondary outcomes were psychological empowerment and incident reports due to error of communication. In the intervention group, there were statistically significant improvements in the factors 'Between-group communication accuracy' (p=0.039) and 'Safety climate' (p=0.011). The proportion of incident reports due to communication errors decreased significantly (p<0.0001) in the intervention group, from 31% to 11%. Implementing the communication tool SBAR in anaesthetic clinics was associated with improvement in staff members' perception of communication between professionals and their perception of the safety climate as well as with a decreased proportion of incident reports related to communication errors. ISRCTN37251313.

  8. Implemented a wireless communication system for VGA capsule endoscope.

    PubMed

    Moon, Yeon-Kwan; Lee, Jyung Hyun; Park, Hee-Joon; Cho, Jin-Ho; Choi, Hyun-Chul

    2014-01-01

    Recently, several medical devices that use wireless communication are under development. In this paper, the small size frequency shift keying (FSK) transmitter and a monofilar antenna for the capsule endoscope, enabling the medical device to transmit VGA-size images of the intestine. To verify the functionality of the proposed wireless communication system, computer simulations and animal experiments were performed with the implemented capsule endoscope that includes the proposed wireless communication system. Several fundamental experiments are carried out using the implemented transmitter and antenna, and animal in-vivo experiments were performed to verify VGA image transmission.

  9. Complex Systems and Human Performance Modeling

    DTIC Science & Technology

    2013-12-01

    human communication patterns can be implemented in a task network modeling tool. Although queues are a basic feature in many task network modeling...time. MODELING COMMUNICATIVE BEHAVIOR Barabasi (2010) argues that human communication patterns are “bursty”; that is, the inter-event arrival...Having implemented the methods advocated by Clauset et al. in C3TRACE, we have grown more confident that the human communication data discussed above

  10. Effects of Mother-Implemented Picture Exchange Communication System (PECS) Training on Independent Communicative Behaviors of Young Children with Autism Spectrum Disorders

    ERIC Educational Resources Information Center

    Park, Ju Hee; Alber-Morgan, Sheila R.; Cannella-Malone, Helen

    2011-01-01

    This study examined the effects of mother-implemented Picture Exchange Communication System (PECS) training on the independent communication of three young children with autism spectrum disorders. Three mothers were trained to teach their child PECS Phases 1 through 3B, which they did with high integrity. Moreover, all three children successfully…

  11. How Do We Teach Usability? An Investigation of Usability Instruction in Technical Communication

    ERIC Educational Resources Information Center

    Chong, Felicia

    2013-01-01

    This dissertation investigates the curricular implementation of usability instruction in technical communication. Though there are a plethora of publications and studies on usability in technical communication, little discussion focuses on usability instruction in the classroom or its implementation in the curriculum. Thus, this exploratory…

  12. An Evaluation of Strategies for Training Staff to Implement the Picture Exchange Communication System

    ERIC Educational Resources Information Center

    Barnes, Clarissa S.; Dunning, Johnna L.; Rehfeldt, Ruth Anne

    2011-01-01

    The picture exchange communication system (PECS) is a functional communication system frequently used with individuals diagnosed with autism spectrum disorders who experience severe language delays (Frost & Bondy, 2002). Few empirical investigations have evaluated strategies for training direct care staff how to effectively implement PECS with…

  13. 78 FR 54612 - Closed Captioning of Internet Protocol-Delivered Video Programming: Implementation of the Twenty...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-09-05

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Part 79 [MB Docket No. 11-154; DA 13-1785] Closed Captioning of Internet Protocol-Delivered Video Programming: Implementation of the Twenty-First Century Communications and Video Accessibility Act of 2010 AGENCY: Federal Communications Commission. ACTION: Proposed...

  14. Comprehensive seismic monitoring of the Cascadia megathrust with real-time GPS

    NASA Astrophysics Data System (ADS)

    Melbourne, T. I.; Szeliga, W. M.; Santillan, V. M.; Scrivner, C. W.; Webb, F.

    2013-12-01

    We have developed a comprehensive real-time GPS-based seismic monitoring system for the Cascadia subduction zone based on 1- and 5-second point position estimates computed within the ITRF08 reference frame. A Kalman filter stream editor that uses a geometry-free combination of phase and range observables to speed convergence while also producing independent estimation of carrier phase biases and ionosphere delay pre-cleans raw satellite measurements. These are then analyzed with GIPSY-OASIS using satellite clock and orbit corrections streamed continuously from the International GNSS Service (IGS) and the German Aerospace Center (DLR). The resulting RMS position scatter is less than 3 cm, and typical latencies are under 2 seconds. Currently 31 coastal Washington, Oregon, and northern California stations from the combined PANGA and PBO networks are analyzed. We are now ramping up to include all of the remaining 400+ stations currently operating throughout the Cascadia subduction zone, all of which are high-rate and telemetered in real-time to CWU. These receivers span the M9 megathrust, M7 crustal faults beneath population centers, several active Cascades volcanoes, and a host of other hazard sources. To use the point position streams for seismic monitoring, we have developed an inter-process client communication package that captures, buffers and re-broadcasts real-time positions and covariances to a variety of seismic estimation routines running on distributed hardware. An aggregator ingests, re-streams and can rebroadcast up to 24 hours of point-positions and resultant seismic estimates derived from the point positions to application clients distributed across web. A suite of seismic monitoring applications has also been written, which includes position time series analysis, instantaneous displacement vectors, and peak ground displacement contouring and mapping. We have also implemented a continuous estimation of finite-fault slip along the Cascadia megathrust using a NIF-type approach. This currently operates on the terrestrial GPS data streams, but could readily be expanded to use real-time offshore geodetic measurements as well. The continuous slip distributions are used in turn to compute tsunami excitation and, when convolved with pre-computed, hydrodynamic Green functions calculated using the COMCOT tsunami modeling software, run-up estimates for the entire Cascadia coastal margin. Finally, a suite of data visualization tools has been written to allow interaction with the real-time position streams and seismic estimates based on them, including time series plotting, instantaneous offset vectors, peak ground deformation contouring, finite-fault inversions, and tsunami run-up. This suite is currently bundled within a single client written in JAVA, called ';GPS Cockpit,' which is available for download.

  15. A digitally implemented communications experiment utilizing the communications technology satellite, Hermes

    NASA Technical Reports Server (NTRS)

    Jackson, H. D.; Fiala, J.

    1980-01-01

    Developments which will reduce the costs associated with the distribution of satellite services are considered with emphasis on digital communication link implementation. A digitally implemented communications experiment (DICE) which demonstrates the flexibility and efficiency of digital transmission of television video and audio, telephone voice, and high-bit-rate data is described. The utilization of the DICE system in a full duplex teleconferencing mode is addressed. Demonstration teleconferencing results obtained during the conduct of two sessions of the 7th AIAA Communication Satellite Systems Conference are discussed. Finally, the results of link characterization tests conducted to determine (1) relationships between the Hermes channel 1 EIRP and DICE model performance and (2) channel spacing criteria for acceptable multichannel operation, are presented.

  16. The Advantages and Challenges of Unannounced Standardized Patients Methodology to Assess Healthcare Communication

    PubMed Central

    Siminoff, Laura A.; Rogers, Heather L.; Waller, Allison C.; Harris-Haywood, Sonja; Esptein, Ronald M.; Borrell Carrio, Francesc; Gliva-McConvey, Gayle; Longo, Daniel R.

    2011-01-01

    Objective This paper provides an overview of the implementation of using Unannounced Standardized Patients (USPs) to conduct health communication research in clinical settings. Methods Certain types of health communication situations are difficult to capture because of their rarity or unpredictable nature. In primary care the real reasons for a visit are frequently unknown until the consultation is well under way. Therefore, it is logistically difficult for communication studies to capture many real-time communications between patients and their physicians. Although the USP methodology is ideal for capturing these communication behaviors, challenges to using this method include developing collaborative relationships with clinical practices, logistical issues such as safeguarding the identity of the USP, training USPs and creating their identities, maintaining fidelity to the role, and analyzing the resultant data. Results This paper discusses the challenges and solutions to USP implementation. We provide an example of how to implement a USP study using an on-going study being conducted in primary care practices. Conclusion This paper explores the advantages and challenges as well as strategies to overcome obstacles to implementing a USP study. Practice Implications Despite the challenges, USP methodology can contribute much to our understanding of health communication and practice. PMID:21316182

  17. 76 FR 13799 - Implementing the Provisions of the Communications Act of 1934, as Enacted by the Twenty-First...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-03-14

    ... advanced communications services are offered for sale or otherwise distributed in interstate commerce by... individuals with disabilities are able to fully utilize advanced communications services (ACS) and equipment and networks used for such services. Specifically, we seek comment on ways to implement the CVAA's...

  18. Communication Channels as Implementation Determinants of Performance Management Framework in Kenya

    ERIC Educational Resources Information Center

    Sang, Jane

    2016-01-01

    The purpose of this study to assess communication channels as implementation determinants of performance management framework In Kenya at Moi Teaching and Referral Hospital (MTRH). The communication theory was used to inform the study. This study adopted an explanatory design. The target sampled 510 respondents through simple random and stratified…

  19. 76 FR 56658 - Video Description Implementation of the Twenty-First Century Communications and Video...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-09-14

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Parts 73 and 79 [MB Docket No. 11-43; FCC 11-126] Video Description Implementation of the Twenty-First Century Communications and Video Accessibility Act of 2010... information collection requirements contained in the regulations for issues relating to the video description...

  20. Conformance testing strategies for DICOM protocols in a heterogenous communications system

    NASA Astrophysics Data System (ADS)

    Meyer, Ralph; Hewett, Andrew J.; Cordonnier, Emmanuel; Piqueras, Joachim; Jensch, Peter F.

    1995-05-01

    The goal of the DICOM standard is to define a standard network interface and data model for imaging devices from various vendors. It shall facilitate the development and integration of information systems and picture archiving and communication systems (PACS) in a networked environment. Current activities in Oldenburg, Germany include projects to establish cooperative work applications for radiological purposes, comprising (joined) text, data, signal and image communications, based on narrowband ISDN and ATM communication for regional and Pan European applications. In such a growing and constantly changing environment it is vital to have a solid and implementable plan to bring standards in operation. A communication standard alone cannot ensure interoperability between different vendor implementations. Even DICOM does not specify implementation-specific requirements nor does it specify a testing procedure to assess an implementation's conformance to the standard. The conformance statements defined in the DICOM standard only allow a user to determine which optional components are supported by the implementation. The goal of our work is to build a conformance test suite for DICOM. Conformance testing can aid to simplify and solve problems with multivendor systems. It will check a vendor's implementation against the DICOM standard and state the found subset of functionality. The test suite will be built in respect to the ISO 9646 Standard (OSI-Conformance Testing Methodology and Framework) which is a standard devoted to the subject of conformance testing implementations of Open Systems Interconnection (OSI) standards. For our heterogeneous communication environments we must also consider ISO 9000 - 9004 (quality management and quality assurance) to give the users the confidence in evolving applications.

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

  2. Implementation and evaluation of shared-memory communication and synchronization operations in MPICH2 using the Nemesis communication subsystem.

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

    Buntinas, D.; Mercier, G.; Gropp, W.

    2007-09-01

    This paper presents the implementation of MPICH2 over the Nemesis communication subsystem and the evaluation of its shared-memory performance. We describe design issues as well as some of the optimization techniques we employed. We conducted a performance evaluation over shared memory using microbenchmarks. The evaluation shows that MPICH2 Nemesis has very low communication overhead, making it suitable for smaller-grained applications.

  3. Design of a Communication Scheme in a Modern Factory in Accordance with the Standard of Industry 4.0

    NASA Astrophysics Data System (ADS)

    Halenár, Igor; Juhásová, Bohuslava; Juhás, Martin

    2016-12-01

    This article first describes the current state of the problem in the area of communication in modern factories. Next in the article is given a summary of the requirements that must be implemented for the possibility of establishing a compatible and safe communication system. In the final part of the article is given a proposal of communication model suitable for the implementation.

  4. Implementing augmentative and alternative communication in inclusive educational settings: a case study.

    PubMed

    Stoner, Julia B; Angell, Maureen E; Bailey, Rita L

    2010-06-01

    The purpose of this study was to describe a single case of augmentative and alternative communication (AAC) implementation. Case study methodology was used to describe the perspectives of educational team members regarding AAC implementation for Joey, a high school junior with athetoid cerebral palsy. Benefits included greater intelligibility for Joey and subsequent comfort of the staff. Facilitators of Joey's AAC system use included the team's student-focused disposition and willingness to implement use of the device, Joey's increased intelligibility, peers' acceptance of the technology, and the resulting increase in Joey's socialization. Limited team cohesiveness, problem solving, and communication were the true barriers in this case. Implications of these facilitators and barriers are discussed and recommendations for school-based AAC implementation are made.

  5. A comparison of the impact of CPOE implementation and organizational determinants on doctor-nurse communications and cooperation.

    PubMed

    Pelayo, Sylvia; Anceaux, Françoise; Rogalski, Janine; Elkin, Peter; Beuscart-Zephir, Marie-Catherine

    2013-12-01

    To compare the impact of CPOE implementation and of the workplace organizational determinants on the doctor-nurse cooperation and communication processes. A first study was undertaken in eight different wards aimed to identify the different workplace organizations that support doctor-nurse communications'. A second study compared the impact of these organizations and of a CPOE on medication-related doctor-nurse communications. The doctor-nurse communications could be structured into three typical workplace organizations: the common round, the briefing and the opportunistic exchange organizations. The results (i) confirmed the impact of the organizational determinants on the cooperative activities and (ii) demonstrated the CPOE system has no significant impact within a given workplace organization. The success of the implementation of HIT applications relies partly on the identification of the actual (and sometimes hidden) structuring variables of teamwork and ultimately on their control at the time of implementation to ensure the quality and safety of the patient care provided. Copyright © 2012 Elsevier Ireland Ltd. All rights reserved.

  6. Interprofessional Health Team Communication About Hospital Discharge: An Implementation Science Evaluation Study.

    PubMed

    Bahr, Sarah J; Siclovan, Danielle M; Opper, Kristi; Beiler, Joseph; Bobay, Kathleen L; Weiss, Marianne E

    The Consolidated Framework for Implementation Research guided formative evaluation of the implementation of a redesigned interprofessional team rounding process. The purpose of the redesigned process was to improve health team communication about hospital discharge. Themes emerging from interviews of patients, nurses, and providers revealed the inherent value and positive characteristics of the new process, but also workflow, team hierarchy, and process challenges to successful implementation. The evaluation identified actionable recommendations for modifying the implementation process.

  7. Using and choosing digital health technologies: a communications science perspective.

    PubMed

    Ovretveit, John; Wu, Albert; Street, Richard; Thimbleby, Harold; Thilo, Friederike; Hannawa, Annegret

    2017-03-20

    Purpose The purpose of this paper is to explore a non-technical overview for leaders and researchers about how to use a communications perspective to better assess, design and use digital health technologies (DHTs) to improve healthcare performance and to encourage more research into implementation and use of these technologies. Design/methodology/approach Narrative overview, showing through examples the issues and benefits of introducing DHTs for healthcare performance and the insights that communications science brings to their design and use. Findings Communications research has revealed the many ways in which people communicate in non-verbal ways, and how this can be lost or degraded in digitally mediated forms. These losses are often not recognized, can increase risks to patients and reduce staff satisfaction. Yet digital technologies also contribute to improving healthcare performance and staff morale if skillfully designed and implemented. Research limitations/implications Researchers are provided with an introduction to the limitations of the research and to how communications science can contribute to a multidisciplinary research approach to evaluating and assisting the implementation of these technologies to improve healthcare performance. Practical implications Using this overview, managers are more able to ask questions about how the new DHTs will affect healthcare and take a stronger role in implementing these technologies to improve performance. Originality/value New insights into the use and understanding of DHTs from applying the new multidiscipline of communications science. A situated communications perspective helps to assess how a new technology can complement rather than degrade professional relationships and how safer implementation and use of these technologies can be devised.

  8. Design and evaluation of Nemesis, a scalable, low-latency, message-passing communication subsystem.

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

    Buntinas, D.; Mercier, G.; Gropp, W.

    2005-12-02

    This paper presents a new low-level communication subsystem called Nemesis. Nemesis has been designed and implemented to be scalable and efficient both in the intranode communication context using shared-memory and in the internode communication case using high-performance networks and is natively multimethod-enabled. Nemesis has been integrated in MPICH2 as a CH3 channel and delivers better performance than other dedicated communication channels in MPICH2. Furthermore, the resulting MPICH2 architecture outperforms other MPI implementations in point-to-point benchmarks.

  9. The Effects of Behavioral Skills Training on Implementation of the Picture Exchange Communication System

    ERIC Educational Resources Information Center

    Rosales, Rocio; Stone, Karen; Rehfeldt, Ruth Anne

    2009-01-01

    The effectiveness of a behavioral skills training (BST) package to teach the implementation of the first three phases of the picture exchange communication system (PECS) was evaluated with 3 adults who had no history teaching any functional communication system. A multiple baseline design across participants was used to evaluate the effectiveness…

  10. Communication Intervention for Young Children with Severe Neurodevelopmental Disabilities Via Telehealth.

    PubMed

    Simacek, Jessica; Dimian, Adele F; McComas, Jennifer J

    2017-03-01

    Young children with neurodevelopmental disorders such as autism spectrum disorders (ASD) and Rett syndrome often experience severe communication impairments. This study examined the efficacy of parent-implemented communication assessment and intervention with remote coaching via telehealth on the acquisition of early communication skills of three young children with ASD (2) and Rett syndrome (1). Efficacy of the intervention was evaluated using single-case experimental designs. First, functional assessment was used to identify idiosyncratic/potentially communicative responses and contexts for each child. Next, parents implemented functional communication training (FCT). All of the children acquired the targeted communication responses. The findings support the efficacy of telehealth as a service delivery model to coach parents on intervention strategies for their children's early communication skills.

  11. The "TRAUMA LIFE" initiative: The impact of a multidisciplinary checklist process on outcomes and communication in a Trauma Intensive Care Unit.

    PubMed

    Joseph, Kimberly; Gupta, Sameer; Yon, James; Partida, Renee; Cartagena, Lee; Kubasiak, John; Buie, Vanessa; Miller, Jared; Wiley, Dorion; Nagy, Kimberly; Starr, Frederic; Dennis, Andrew; Kaminsky, Matthew; Bokhari, Faran

    2018-03-09

    Checklists have been advocated to improve quality outcomes/communication in the critical care setting, but results have been mixed. A new checklist process, "TRAUMA LIFE", was implemented in our Trauma Intensive Care Unit (TICU) to replace prior checklists. The purpose of this study was to evaluate the impact of the "TRAUMA LIFE" process implementation on quality metrics and on patient/family communication in the TICU. "TRAUMA LIFE" was considered maturely implemented by 2016. Multiple quality metrics, including restraint order compliance, were compared between 2013 and 2016 (pre- and post-implementation). Compliance with the "Family Message" (FM), a part of the "TRAUMA LIFE" communication process, was analyzed in 2016. Improvement was seen in CAUTI, VAE, and IUCU; CLABSI rates increased. Restraint order compliance increased significantly. FM delivery compliance was inconsistent; improvement was noted in concordance between update content and FM documented in Electronic Medical Record. Implementation of "TRAUMA LIFE" was well integrated into the rounding process and was associated with some improvement in quality metrics and communication. Additional evaluation is required to assess sustainability. Copyright © 2018 Elsevier Inc. All rights reserved.

  12. Implementing an Internet-based communication network for use during skilled nursing facility to emergency department care transitions: challenges and opportunities for improvement.

    PubMed

    Hustey, Fredric M; Palmer, Robert M

    2012-03-01

    To explore the feasibility of implementing an Internet-based communication network for communication of health care information during skilled nursing facility (SNF)-to-ED care transitions, and to identify potential barriers to system implementation. Qualitative. The largest SNF affiliated with the ED of an urban tertiary care center. Consecutive sample of all patients transferred from SNF to ED over 8 months between June 2007 and January 2008; ED and SNF care providers. The development and implementation of an Internet-based communication network for use during SNF-to-ED care transitions. This network was developed by adapting a preexisting Internet-based system that is widely used to facilitate placement of hospitalized patients into SNFs. Internet-based SNF and ED surveys were used to help identify barriers to implementation. There were 276/276 care transitions reviewed. The Internet-based communication network was used in 76 (28%) care transitions, with usage peaking at 40% near the end of the study. Barriers to success that were identified included lack of an electronic medical record (EMR) at the SNF; pervasive negative attitudes between ED and SNF personnel; time necessary for network use during care transitions; frustration by emergency physicians at low system usage rates by SNF personnel; and additional login requirements by ED personnel. Although implementing an Internet-based network for nursing home to ED communication may be feasible, significant barriers were identified in this study that are likely generalizable to other health care settings. Understanding such barriers is an essential first step toward building successful electronic communication networks in the future. Copyright © 2012 American Medical Directors Association, Inc. Published by Elsevier Inc. All rights reserved.

  13. Demonstration of a High-Efficiency Free-Space Optical Communications Link

    NASA Technical Reports Server (NTRS)

    Birnbaum, Kevin; Farr, William; Gin, Jonathan; Moision, Bruce; Quirk, Kevin; Wright, Malcolm

    2009-01-01

    In this paper we discuss recent progress on the implementation of a hardware free-space optical communications test-bed. The test-bed implements an end-to-end communications system comprising a data encoder, modulator, laser-transmitter, telescope, detector, receiver and error-correction-code decoder. Implementation of each of the component systems is discussed, with an emphasis on 'real-world' system performance degradation and limitations. We have demonstrated real-time data rates of 44 Mbps and photon efficiencies of approximately 1.8 bits/photon over a 100m free-space optical link.

  14. Implementation of a Manualized Communication Intervention for School-Aged Children with Pragmatic and Social Communication Needs in a Randomized Controlled Trial: The Social Communication Intervention Project

    ERIC Educational Resources Information Center

    Adams, Catherine; Lockton, Elaine; Gaile, Jacqueline; Earl, Gillian; Freed, Jenny

    2012-01-01

    Background: Speech-language interventions are often complex in nature, involving multiple observations, variable outcomes and individualization in treatment delivery. The accepted procedure associated with randomized controlled trials (RCT) of such complex interventions is to develop and implement a manual of intervention in order that reliable…

  15. A Model for Communications Satellite System Architecture Assessment

    DTIC Science & Technology

    2011-09-01

    This is shown in Equation 4. The total system cost includes all development, acquisition, fielding, operations, maintenance and upgrades, and system...protection. A mathematical model was implemented to enable the analysis of communications satellite system architectures based on multiple system... implemented to enable the analysis of communications satellite system architectures based on multiple system attributes. Utilization of the model in

  16. 7 CFR 1.25 - Implementing regulations for the Office of the Secretary and the Office of Communications.

    Code of Federal Regulations, 2013 CFR

    2013-01-01

    ... 7 Agriculture 1 2013-01-01 2013-01-01 false Implementing regulations for the Office of the Secretary and the Office of Communications. 1.25 Section 1.25 Agriculture Office of the Secretary of Agriculture ADMINISTRATIVE REGULATIONS Official Records § 1.25 Implementing regulations for the Office of the...

  17. Developing and Implementing Effective Communications Systems: Improving SEA Communication with LEAs, Partners/Vendors, and the Public. Benchmark. No. 2

    ERIC Educational Resources Information Center

    Brasiel, S.; Nafziger, D.

    2013-01-01

    State education agencies (SEAs) are central players in initiating and leading new reform efforts and in supporting and implementing Federal initiatives. Traditional approaches to providing public information are not adequate for producing public awareness and support and in supporting program implementation at the local level. With limited…

  18. Dynamic overset grid communication on distributed memory parallel processors

    NASA Technical Reports Server (NTRS)

    Barszcz, Eric; Weeratunga, Sisira K.; Meakin, Robert L.

    1993-01-01

    A parallel distributed memory implementation of intergrid communication for dynamic overset grids is presented. Included are discussions of various options considered during development. Results are presented comparing an Intel iPSC/860 to a single processor Cray Y-MP. Results for grids in relative motion show the iPSC/860 implementation to be faster than the Cray implementation.

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

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

  1. The implementation and evaluation of a communication skills training program for oncology nurses.

    PubMed

    Banerjee, Smita C; Manna, Ruth; Coyle, Nessa; Penn, Stacey; Gallegos, Tess E; Zaider, Talia; Krueger, Carol A; Bialer, Philip A; Bylund, Carma L; Parker, Patricia A

    2017-09-01

    Many nurses express difficulty in communicating with their patients, especially in oncology settings where there are numerous challenges and high-stake decisions during the course of diagnosis and treatment. Providing specific training in communication skills is one way to enhance the communication between nurses and their patients. We developed and implemented a communication skills training program for nurses, consisting of three teaching modules: responding empathically to patients; discussing death, dying, and end-of-life goals of care; and responding to challenging interactions with families. Training included didactic and experiential small group role plays. This paper presents results on program evaluation, self-efficacy, and behavioral demonstration of learned communication skills. Three hundred forty-two inpatient oncology nurses participated in a 1-day communication skills training program and completed course evaluations, self-reports, and pre- and post-standardized patient assessments. Participants rated the training favorably, and they reported significant gains in self-efficacy in their ability to communicate with patients in various contexts. Participants also demonstrated significant improvement in several empathic skills, as well as in clarifying skill. Our work demonstrates that implementation of a nurse communication skills training program at a major cancer center is feasible and acceptable and has a significant impact on participants' self-efficacy and uptake of communication skills.

  2. An implementation and evaluation of the MPI 3.0 one-sided communication interface

    DOE PAGES

    Dinan, James S.; Balaji, Pavan; Buntinas, Darius T.; ...

    2016-01-09

    The Q1 Message Passing Interface (MPI) 3.0 standard includes a significant revision to MPI’s remote memory access (RMA) interface, which provides support for one-sided communication. MPI-3 RMA is expected to greatly enhance the usability and performance ofMPI RMA.We present the first complete implementation of MPI-3 RMA and document implementation techniques and performance optimization opportunities enabled by the new interface. Our implementation targets messaging-based networks and is publicly available in the latest release of the MPICH MPI implementation. Here using this implementation, we explore the performance impact of new MPI-3 functionality and semantics. Results indicate that the MPI-3 RMA interface providesmore » significant advantages over the MPI-2 interface by enabling increased communication concurrency through relaxed semantics in the interface and additional routines that provide new window types, synchronization modes, and atomic operations.« less

  3. An implementation and evaluation of the MPI 3.0 one-sided communication interface

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

    Dinan, James S.; Balaji, Pavan; Buntinas, Darius T.

    The Q1 Message Passing Interface (MPI) 3.0 standard includes a significant revision to MPI’s remote memory access (RMA) interface, which provides support for one-sided communication. MPI-3 RMA is expected to greatly enhance the usability and performance ofMPI RMA.We present the first complete implementation of MPI-3 RMA and document implementation techniques and performance optimization opportunities enabled by the new interface. Our implementation targets messaging-based networks and is publicly available in the latest release of the MPICH MPI implementation. Here using this implementation, we explore the performance impact of new MPI-3 functionality and semantics. Results indicate that the MPI-3 RMA interface providesmore » significant advantages over the MPI-2 interface by enabling increased communication concurrency through relaxed semantics in the interface and additional routines that provide new window types, synchronization modes, and atomic operations.« less

  4. Considerations in the design of a communication network for an autonomously managed power system

    NASA Technical Reports Server (NTRS)

    Mckee, J. W.; Whitehead, Norma; Lollar, Louis

    1989-01-01

    The considerations involved in designing a communication network for an autonomously managed power system intended for use in space vehicles are examined. An overview of the design and implementation of a communication network implemented in a breadboard power system is presented. An assumption that the monitoring and control devices are distributed but physically close leads to the selection of a multidrop cable communication system. The assumption of a high-quality communication cable in which few messages are lost resulted in a simple recovery procedure consisting of a time out and retransmit process.

  5. The Picture Exchange Communication System.

    PubMed

    Bondy, A; Frost, L

    2001-10-01

    The Picture Exchange Communication System (PECS) is an alternative/augmentative communication system that was developed to teach functional communication to children with limited speech. The approach is unique in that it teaches children to initiate communicative interactions within a social framework. This article describes the advantages to implementing PECS over traditional approaches. The PECS training protocol is described wherein children are taught to exchange a single picture for a desired item and eventually to construct picture-based sentences and use a variety of attributes in their requests. The relationship of PECS's implementation to the development of speech in previously nonvocal students is reviewed.

  6. Using Hourly Time-Outs and a Standardized Tool to Promote Team Communication, Medical Record Documentation, and Patient Satisfaction During Second-Stage Labor.

    PubMed

    Wood, Jessica; Stevenson, Eleanor

    2018-04-12

    During labor, effective communication and collaboration among the healthcare team is critical for patient safety; however, there is currently no standard for communication and documentation of the plan of care as agreed upon by healthcare team members and the woman in labor. The goal of this project was to increase consistency in communication and collaboration between clinicians and laboring women during secondstage labor. An hourly "time-out" meeting of all healthcare team members was initiated for all women during second-stage labor. A documentation tool was implemented to ensure regular and clear communication between the clinical team and laboring women. Data were collected via medical review of cases of second-stage labor lasting more than 2 hours (n = 21 in the pre-implementation group; n = 39 for 3 months postimplementation; and n = 468 patients for 2 years post-implementation). Surveys were conducted of the clinical team (n = 40) and patients (n = 28). Following implementation, documented agreement of the plan of care increased from 14.3% before the project to 82.1% 3 months after implementation and remained at 81.6% 2 years after implementation. All nurses who participated in the survey reported a clear understanding of how and when to complete necessary medical record documentation during secondstage labor. The providers viewed the project favorably. Most women (92.9%) reported satisfaction with their experience. This project enhanced collaborative communication between members of the clinical team and laboring women and improved patient satisfaction. The improvements were sustainable over a 2-year period.

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

  8. Solid state laser communications in space (SOLACOS) position, acquisition, and tracking (PAT) subsystem implementation

    NASA Astrophysics Data System (ADS)

    Flemmig, Joerg; Pribil, Klaus

    1994-09-01

    This paper presents the concept and implementation aspects of the Pointing, Acquisition and Tracking Subsystem (PAT) which is developed in the frame of the SOLACOS (Solid State Laser Communications in Space) program.

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

  10. Communication Patterns in the Perioperative Environment During Epic Electronic Health Record System Implementation.

    PubMed

    Friend, Tynan H; Jennings, Samantha J; Levine, Wilton C

    2017-02-01

    In April 2016, Massachusetts General Hospital (MGH) went live with the Epic electronic health records (EHR) system, replacing a variety of EHRs that previously existed in different departments throughout the hospital. At the time of implementation, the Vocera® Badge Communication System, a wireless hands-free communication device distributed to perioperative team members, had increased perioperative communication flow and efficiency. As a quality improvement effort to better understand communication patterns during an EHR go-live, we monitored our Vocera call volume and user volume before, during and after our go-live. We noticed that call volume and user volume significantly increased during our immediate go-live period and quickly returned to baseline levels. We also noticed that call volume increased during periods of unplanned EHR downtime long after our immediate go-live period. When planning the implementation of a new EHR, leadership must plan for and support this critical communication need at the time of the go-live and must also be aware of these needs during unplanned downtime.

  11. Implementation of the Vocera Communication System in a Quaternary Perioperative Environment.

    PubMed

    Friend, Tynan H; Jennings, Samantha J; Copenhaver, Martin S; Levine, Wilton C

    2017-01-01

    In the hospital, fast and efficient communication among clinicians and other employees is paramount to ensure optimal patient care, workflow efficiency, patient safety and patient comfort. The implementation of the wireless Vocera® Badge, a hands-free wearable device distributed to perioperative team members, has increased communication efficiency across the perioperative environment at Massachusetts General Hospital (MGH). This quality improvement project, based upon identical pre- and post-implementation surveys, used qualitative and quantitative analysis to determine if and how the Vocera system affected the timeliness of information flow, ease of communication, and operating room noise levels throughout the perioperative environment. Overall, the system increased the speed of information flow and eased communication between coworkers yet was perceived to have raised the overall noise level in and around the operating rooms (ORs). The perceived increase in noise was outweighed by the closed-loop communication between clinicians. Further education of the system's features in regard to speech recognition and privacy along with expected conversation protocol are necessary to ensure hassle-free communication for all staff.

  12. Considerations on Visible Light Communication security by applying the Risk Matrix methodology for risk assessment

    PubMed Central

    Rabadan, Jose; Perez-Jimenez, Rafael

    2017-01-01

    Visible Light Communications (VLC) is a cutting edge technology for data communication that is being considered to be implemented in a wide range of applications such as Inter-vehicle communication or Local Area Network (LAN) communication. As a novel technology, some aspects of the implementation of VLC have not been deeply considered or tested. Among these aspects, security and its implementation may become an obstacle for VLCs broad usage. In this article, we have used the well-known Risk Matrix methodology to determine the relative risk that several common attacks have in a VLC network. Four examples: a War Driving, a Queensland alike Denial of Service, a Preshared Key Cracking, and an Evil Twin attack, illustrate the utilization of the methodology over a VLC implementation. The used attacks also covered the different areas delimited by the attack taxonomy used in this work. By defining and determining which attacks present a greater risk, the results of this work provide a lead into which areas should be invested to increase the safety of VLC networks. PMID:29186184

  13. Considerations on Visible Light Communication security by applying the Risk Matrix methodology for risk assessment.

    PubMed

    Marin-Garcia, Ignacio; Chavez-Burbano, Patricia; Guerra, Victor; Rabadan, Jose; Perez-Jimenez, Rafael

    2017-01-01

    Visible Light Communications (VLC) is a cutting edge technology for data communication that is being considered to be implemented in a wide range of applications such as Inter-vehicle communication or Local Area Network (LAN) communication. As a novel technology, some aspects of the implementation of VLC have not been deeply considered or tested. Among these aspects, security and its implementation may become an obstacle for VLCs broad usage. In this article, we have used the well-known Risk Matrix methodology to determine the relative risk that several common attacks have in a VLC network. Four examples: a War Driving, a Queensland alike Denial of Service, a Preshared Key Cracking, and an Evil Twin attack, illustrate the utilization of the methodology over a VLC implementation. The used attacks also covered the different areas delimited by the attack taxonomy used in this work. By defining and determining which attacks present a greater risk, the results of this work provide a lead into which areas should be invested to increase the safety of VLC networks.

  14. An Empirical Examination of Fear Appeal's Effect on Behavioral Intention to Comply with Anti-Spyware Software Information Security Recommendations among College Students

    ERIC Educational Resources Information Center

    Brown, David A.

    2017-01-01

    Information security is a concern for managers implementing protection measures. Implementing information security measures requires communicating both the reason and remediation for the protection measure. Examining how an anti-spyware security communication affects an individual's intention to implement a protection measure could help improve…

  15. Long-distance quantum communication with atomic ensembles and linear optics.

    PubMed

    Duan, L M; Lukin, M D; Cirac, J I; Zoller, P

    2001-11-22

    Quantum communication holds promise for absolutely secure transmission of secret messages and the faithful transfer of unknown quantum states. Photonic channels appear to be very attractive for the physical implementation of quantum communication. However, owing to losses and decoherence in the channel, the communication fidelity decreases exponentially with the channel length. Here we describe a scheme that allows the implementation of robust quantum communication over long lossy channels. The scheme involves laser manipulation of atomic ensembles, beam splitters, and single-photon detectors with moderate efficiencies, and is therefore compatible with current experimental technology. We show that the communication efficiency scales polynomially with the channel length, and hence the scheme should be operable over very long distances.

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

  17. 78 FR 10169 - Federal Advisory Committee Act; Communications Security, Reliability, and Interoperability Council

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-02-13

    ... Location Accuracy, Network Security Best Practices, DNSSEC Implementation Practices for ISPs, Secure BGP... FEDERAL COMMUNICATIONS COMMISSION Federal Advisory Committee Act; Communications Security... persons that the Federal Communications Commission's (FCC) Communications Security, Reliability, and...

  18. Analysis of Controller-Pilot Voice Communications from Kansas City Air Route Traffic Control Center

    DOT National Transportation Integrated Search

    2017-07-01

    The implementation of Controller Pilot Datalink Communications (CPDLC) in domestic en route airspace is a key enabling technology in the Next Generation Air Transportation System. The Federal Aviation Administration plans to implement en route CPDLC ...

  19. Building of communication system for nuclear accident emergency disposal based on IP multimedia subsystem

    NASA Astrophysics Data System (ADS)

    Wang, Kang; Gao, Guiqing; Qin, Yuanli; He, Xiangyong

    2018-05-01

    The nuclear accident emergency disposal must be supported by an efficient, real-time modularization and standardization communication system. Based on the analysis of communication system for nuclear accident emergency disposal which included many functions such as the internal and external communication, multiply access supporting and command center. Some difficult problems of the communication system were discussed such as variety access device type, complex composition, high mobility, set up quickly, multiply business support, and so on. Taking full advantages of the IP Multimedia Subsystem (IMS), a nuclear accident emergency communication system was build based on the IMS. It was studied and implemented that some key unit and module functions of communication system were included the system framework implementation, satellite access, short-wave access, load/vehicle-mounted communication units. The application tests showed that the system could provide effective communication support for the nuclear accident emergency disposal, which was of great practical value.

  20. A model for communication skills assessment across the undergraduate curriculum.

    PubMed

    Rider, Elizabeth A; Hinrichs, Margaret M; Lown, Beth A

    2006-08-01

    Physicians' interpersonal and communication skills have a significant impact on patient care and correlate with improved healthcare outcomes. Some studies suggest, however, that communication skills decline during the four years of medical school. Regulatory and other medical organizations, recognizing the importance of interpersonal and communication skills in the practice of medicine, now require competence in communication skills. Two challenges exist: to select a framework of interpersonal and communication skills to teach across undergraduate medical education, and to develop and implement a uniform model for the assessment of these skills. The authors describe a process and model for developing and institutionalizing the assessment of communication skills across the undergraduate curriculum. Consensus was built regarding communication skill competencies by working with course leaders and examination directors, a uniform framework of competencies was selected to both teach and assess communication skills, and the framework was implemented across the Harvard Medical School undergraduate curriculum. The authors adapted an assessment framework based on the Bayer-Fetzer Kalamazoo Consensus Statement adapted a patient and added and satisfaction tool to bring patients' perspectives into the assessment of the learners. The core communication competencies and evaluation instruments were implemented in school-wide courses and assessment exercises including the first-year Patient-Doctor I Clinical Assessment, second-year Objective Structured Clinical Exam (OSCE), third-year Patient-Doctor III Clinical Assessment, fourth-year Comprehensive Clinical Practice Examination and the Core Medicine Clerkships. Faculty were offered workshops and interactive web-based teaching to become familiar with the framework, and students used the framework with repeated opportunities for faculty feedback on these skills. A model is offered for educational leaders and others who are involved in designing assessment in communication skills. By presenting an approach for implementation, the authors hope to provide guidance for the successful integration of communication skills assessment in undergraduate medical education.

  1. Implementation and Testing of the JANUS Standard with SSC Pacific’s Software-Defined Acoustic Modem

    DTIC Science & Technology

    2017-10-01

    Communications Outpost (FDECO) Innovative Naval Prototype (INP) Program by the Advanced Photonic Technologies Branch (Code 55360), Space and Naval Warfare...underwater acoustic communication operations with NATO and non-NATO military and civilian maritime assets. iv ACRONYMS SPAWAR Space and Naval Warfare...the center frequency [1]. The ease of implementation and proven robustness in harsh underwater acoustic communication channels paved the way for

  2. Implementation and evaluation of health passport communication tools in emergency departments.

    PubMed

    Heifetz, Marina; Lunsky, Yona

    2018-01-01

    People with IDD (intellectual or developmental disabilities) and their families consistently report dissatisfaction with their emergency department experience. Clear care plans and communication tools may not only improve the quality of patient care, but also can prevent unnecessary visits and reduce the likelihood of return visits. To evaluate communication tools to be used by people with IDD in psychiatric and general emergency departments in three different regions of Ontario. Health passport communication tools were locally tailored and implemented in each of the three regions. A total of 28 questionnaires and 18 interviews with stakeholders (e.g., hospital staff, community agency representatives, families) were completed across the regions to obtain feedback on the implementation of health passports with people with IDD. Participants felt that the health passport tools provided helpful information, improved communication between patients with IDD and hospital staff, and were user friendly. Continued efforts are needed to work with communities on maintenance of this tool, ensuring all hospital staff are utilizing the information. These findings emphasize the merits of health passport tools being implemented in the health system to support communication between patients with IDD and health care practitioners and the importance of tailoring tools to local settings. Copyright © 2017 Elsevier Ltd. All rights reserved.

  3. Coupling efficiency of laser beam to multimode fiber for free space optical communication

    NASA Astrophysics Data System (ADS)

    Arisa, Suguru; Takayama, Yoshihisa; Endo, Hiroyuki; Shimizu, Ryosuke; Fujiwara, Mikio; Sasaki, Masahide

    2017-11-01

    Recently, the free space optical (FSO) communications have been widely studied as an alternative for large capacity communications and its possible implementation in satellite and terrestrial laser links. In satellite communications, clouds can strongly attenuate the laser signal that would lead to high bit-error rates or temporal unavailability of the link. To overcome the cloud coverage effects, often site diversity technique is implemented. When using multiple ground stations though, simplified optical system is required to allow the usage of more flexible approaches. In terrestrial laser communications, several methods for optical system simplification by using a multimode fiber (MMF) have been proposed.

  4. Communications systems checkout study

    NASA Technical Reports Server (NTRS)

    Ginter, W. G.

    1972-01-01

    The results and conclusions of an engineering study of Space Station communications subsystem checkout are reported. The primary purpose of the study is to recommend specific guidelines and constraints for the design and utilization of the communications subsystem leading to a practical and effective means of onboard checkout implementation. Major study objectives are as follows: (1) identify candidate communications subsystem checkout concepts, (2) determine implementation impacts of feasible concepts, (3) evaluate practicality and effectiveness of alternative concepts, (4) propose baseline modifications to accommodate preferred concepts, and (5) recommend areas for additional investigation. In addition, study results are interpreted, where appropriate, in terms of their applicability to checkout of Shuttle-Orbiter communications subsystem.

  5. Influence of Selected Factors on the Implementation of Information and Communication Technology Policy in Public Secondary Schools in Naivasha Sub-County, Kenya

    ERIC Educational Resources Information Center

    Francis, Njoroge Ngugi; Ngugi, Margaret; Kinzi, Joab

    2017-01-01

    The aim of this study was to examine the influence of selected factors on implementation of Information and Communication Technology in public secondary schools in Naivasha sub-county, Kenya. The study investigated whether the ICT infrastructural cost, schools' visions, and teachers' ICT skills hinder effective implementation of ICT policy in…

  6. 75 FR 417 - National Protection and Programs Directorate; Statewide Communication Interoperability Plan...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-01-05

    ... Communication Interoperability Plan Implementation Report AGENCY: National Protection and Programs Directorate... Directorate/Cybersecurity and Communications/Office of Emergency Communications, has submitted the following... INFORMATION: The Office of Emergency Communications (OEC), formed under Title XVIII of the Homeland Security...

  7. Human communication needs and organizational productivity: the potential impact of office automation.

    PubMed

    Culnan, M J; Bair, J H

    1983-05-01

    Much of what white collar workers do in offices is communication-related. White collar workers make up the majority of the labor force in the United States today and the majority of current labor costs. Because office automation represents more productive structured techniques for handling both written and oral communication, office automation therefore offers the potential to make organizations more productive by improving organizational communication. This article: (1) defines communication, (2) identifies the potential benefits to be realized from implementing office automation, and (3) offers caveats related to the implementation of office automation systems. Realization of the benefits of office automation depends upon the degree to which new modes of communication may be successfully substituted for traditional modes.

  8. Teaching Communication Skills in Science: Tracing Teacher Change

    ERIC Educational Resources Information Center

    Spektor-Levy, Ornit; Eylon, Bat-Sheva; Scherz, Zahava

    2008-01-01

    This paper describes a general model for skills instruction and its implementation through the program "Scientific Communication" for acquiring learning skills. The model is characterized by modularity, explicit instruction, spiral integration into contents, practice in various contexts, and implementation in performance tasks. It requires…

  9. Implementation of a Space Communications Cognitive Engine

    NASA Technical Reports Server (NTRS)

    Hackett, Timothy M.; Bilen, Sven G.; Ferreira, Paulo Victor R.; Wyglinski, Alexander M.; Reinhart, Richard C.

    2017-01-01

    Although communications-based cognitive engines have been proposed, very few have been implemented in a full system, especially in a space communications system. In this paper, we detail the implementation of a multi-objective reinforcement-learning algorithm and deep artificial neural networks for the use as a radio-resource-allocation controller. The modular software architecture presented encourages re-use and easy modification for trying different algorithms. Various trade studies involved with the system implementation and integration are discussed. These include the choice of software libraries that provide platform flexibility and promote reusability, choices regarding the deployment of this cognitive engine within a system architecture using the DVB-S2 standard and commercial hardware, and constraints placed on the cognitive engine caused by real-world radio constraints. The implemented radio-resource allocation-management controller was then integrated with the larger spaceground system developed by NASA Glenn Research Center (GRC).

  10. A TMS320-based modem for the aeronautical-satellite core data service

    NASA Astrophysics Data System (ADS)

    Moher, Michael L.; Lodge, John H.

    The International Civil Aviation Organization (ICAO) Future Air Navigation Systems (FANS) committee, the Airlines Electronics Engineering Committee (AEEC), and Inmarsat have been developing standards for an aeronautical satellite communications service. These standards encompass a satellite communications system architecture to provide comprehensive aeronautical communications services. Incorporated into the architecture is a core service capability, providing only low rate data communications, which all service providers and all aircraft earth terminals are required to support. In this paper an implementation of the physical layer of this standard for the low data rate core service is described. This is a completely digital modem (up to a low intermediate frequency). The implementation uses a single TMS320C25 chip for the transmit baseband functions of scrambling, encoding, interleaving, block formatting and modulation. The receiver baseband unit uses a dual processor configuration to implement the functions of demodulation, synchronization, de-interleaving, decoding and de-scrambling. The hardware requirements, the software structure and the algorithms of this implementation are described.

  11. Is the "sterile cockpit" concept applicable to cardiovascular surgery critical intervals or critical events? The impact of protocol-driven communication during cardiopulmonary bypass.

    PubMed

    Wadhera, Rishi K; Parker, Sarah Henrickson; Burkhart, Harold M; Greason, Kevin L; Neal, James R; Levenick, Katherine M; Wiegmann, Douglas A; Sundt, Thoralf M

    2010-02-01

    There is general enthusiasm for applying strategies from aviation directly to medical care; the application of the "sterile cockpit" rule to surgery has accordingly been suggested. An implicit prerequisite to the evidence-based transfer of such a concept to the clinical domain, however, is definition of periods of high mental workload analogous to takeoff and landing. We measured cognitive demands among operating room staff, mapped critical events, and evaluated protocol-driven communication. With the National Aeronautics and Space Administration Task Load Index and semistructured focus groups, we identified common critical stages of cardiac surgical cases. Intraoperative communication was assessed before (n = 18) and after (n = 16) introduction of a structured communication protocol. Cognitive workload measures demonstrated high temporal diversity among caregivers in various roles. Eight critical events during cardiopulmonary bypass were then defined. A structured, unambiguous verbal communication protocol for these events was then implemented. Observations of 18 cases before implementation including 29.6 hours of cardiopulmonary bypass with 632 total communication exchanges (average 35.1 exchanges/case) were compared with observations of 16 cases after implementation including 23.9 hours of cardiopulmonary bypass with 748 exchanges (average 46.8 exchanges/case, P = .06). Frequency of communication breakdowns per case decreased significantly after implementation (11.5 vs 7.3 breakdowns/case, P = .008). Because of wide variations is cognitive workload among caregivers, effective communication can be structured around critical events rather than defined intervals analogous to the sterile cockpit, with reduction in communication breakdowns. 2010 The American Association for Thoracic Surgery. Published by Mosby, Inc. All rights reserved.

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

  13. The application of microwave photonic detection in quantum communication

    NASA Astrophysics Data System (ADS)

    Diao, Wenting; Zhuang, Yongyong; Song, Xuerui; Wang, Liujun; Duan, Chongdi

    2018-03-01

    Quantum communication has attracted much attention in recent years, provides an ultimate level of security, and uniquely it is one of the most likely practical quantum technologies at present. In order to realize global coverage of quantum communication networks, not only need the help of satellite to realize wide area quantum communication, need implementation of optical fiber system to realize city to city quantum communication, but also, it is necessary to implement end-to-end quantum communications intercity and wireless quantum communications that can be received by handheld devices. Because of the limitation of application of light in buildings, it needs quantum communication with microwave band to achieve quantum reception of wireless handheld devices. The single microwave photon energy is very low, it is difficult to directly detect, which become a difficulty in microwave quantum detection. This paper summarizes the mode of single microwave photon detection methods and the possibility of application in microwave quantum communication, and promotes the development of quantum communication in microwave band and quantum radar.

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

  15. DDS as middleware of the Southern African Large Telescope control system

    NASA Astrophysics Data System (ADS)

    Maartens, Deneys S.; Brink, Janus D.

    2016-07-01

    The Southern African Large Telescope (SALT) software control system1 is realised as a distributed control system, implemented predominantly in National Instruments' LabVIEW. The telescope control subsystems communicate using cyclic, state-based messages. Currently, transmitting a message is accomplished by performing an HTTP PUT request to a WebDAV directory on a centralised Apache web server, while receiving is based on polling the web server for new messages. While the method works, it presents a number of drawbacks; a scalable distributed communication solution with minimal overhead is a better fit for control systems. This paper describes our exploration of the Data Distribution Service (DDS). DDS is a formal standard specification, defined by the Object Management Group (OMG), that presents a data-centric publish-subscribe model for distributed application communication and integration. It provides an infrastructure for platform- independent many-to-many communication. A number of vendors provide implementations of the DDS standard; RTI, in particular, provides a DDS toolkit for LabVIEW. This toolkit has been evaluated against the needs of SALT, and a few deficiencies have been identified. We have developed our own implementation that interfaces LabVIEW to DDS in order to address our specific needs. Our LabVIEW DDS interface implementation is built against the RTI DDS Core component, provided by RTI under their Open Community Source licence. Our needs dictate that the interface implementation be platform independent. Since we have access to the RTI DDS Core source code, we are able to build the RTI DDS libraries for any of the platforms on which we require support. The communications functionality is based on UDP multicasting. Multicasting is an efficient communications mechanism with low overheads which avoids duplicated point-to-point transmission of data on a network where there are multiple recipients of the data. In the paper we present a performance evaluation of DDS against the current HTTP-based implementation as well as the historical DataSocket implementation. We conclude with a summary and describe future work.

  16. Empowerment among Teachers in Leadership Positions Involving ICT Implementation in Schools

    ERIC Educational Resources Information Center

    Avidov-Ungar, Orit

    2018-01-01

    The study identifies motivational characteristics of empowerment among teachers in leadership positions involving information and communications technology (ICT) implementation in schools. The participants were 24 teachers who were candidates for an Information and Communications Technology Leadership Award. Analysis of the in-depth interviews…

  17. Factors affecting the implementation of childhood vaccination communication strategies in Nigeria: a qualitative study.

    PubMed

    Oku, Afiong; Oyo-Ita, Angela; Glenton, Claire; Fretheim, Atle; Eteng, Glory; Ames, Heather; Muloliwa, Artur; Kaufman, Jessica; Hill, Sophie; Cliff, Julie; Cartier, Yuri; Bosch-Capblanch, Xavier; Rada, Gabriel; Lewin, Simon

    2017-02-15

    The role of health communication in vaccination programmes cannot be overemphasized: it has contributed significantly to creating and sustaining demand for vaccination services and improving vaccination coverage. In Nigeria, numerous communication approaches have been deployed but these interventions are not without challenges. We therefore aimed to explore factors affecting the delivery of vaccination communication in Nigeria. We used a qualitative approach and conducted the study in two states: Bauchi and Cross River States in northern and southern Nigeria respectively. We identified factors affecting the implementation of communication interventions through interviews with relevant stakeholders involved in vaccination communication in the health services. We also reviewed relevant documents. Data generated were transcribed verbatim and analysed using thematic analysis. We used the SURE framework to organise the identified factors (barriers and facilitators) affecting vaccination communication delivery. We then grouped these into health systems and community level factors. Some of the commonly reported health system barriers amongst stakeholders interviewed included: funding constraints, human resource factors (health worker shortages, training deficiencies, poor attitude of health workers and vaccination teams), inadequate infrastructure and equipment and weak political will. Community level factors included the attitudes of community stakeholders and of parents and caregivers. We also identified factors that appeared to facilitate communication activities. These included political support, engagement of traditional and religious institutions and the use of organised communication committees. Communication activities are a crucial element of immunization programmes. It is therefore important for policy makers and programme managers to understand the barriers and facilitators affecting the delivery of vaccination communication so as to be able to implement communication interventions more effectively.

  18. Tuning collective communication for Partitioned Global Address Space programming models

    DOE PAGES

    Nishtala, Rajesh; Zheng, Yili; Hargrove, Paul H.; ...

    2011-06-12

    Partitioned Global Address Space (PGAS) languages offer programmers the convenience of a shared memory programming style combined with locality control necessary to run on large-scale distributed memory systems. Even within a PGAS language programmers often need to perform global communication operations such as broadcasts or reductions, which are best performed as collective operations in which a group of threads work together to perform the operation. In this study we consider the problem of implementing collective communication within PGAS languages and explore some of the design trade-offs in both the interface and implementation. In particular, PGAS collectives have semantic issues thatmore » are different than in send–receive style message passing programs, and different implementation approaches that take advantage of the one-sided communication style in these languages. We present an implementation framework for PGAS collectives as part of the GASNet communication layer, which supports shared memory, distributed memory and hybrids. The framework supports a broad set of algorithms for each collective, over which the implementation may be automatically tuned. In conclusion, we demonstrate the benefit of optimized GASNet collectives using application benchmarks written in UPC, and demonstrate that the GASNet collectives can deliver scalable performance on a variety of state-of-the-art parallel machines including a Cray XT4, an IBM BlueGene/P, and a Sun Constellation system with InfiniBand interconnect.« less

  19. Efficient High Performance Collective Communication for Distributed Memory Environments

    ERIC Educational Resources Information Center

    Ali, Qasim

    2009-01-01

    Collective communication allows efficient communication and synchronization among a collection of processes, unlike point-to-point communication that only involves a pair of communicating processes. Achieving high performance for both kernels and full-scale applications running on a distributed memory system requires an efficient implementation of…

  20. Computation and Communication Evaluation of an Authentication Mechanism for Time-Triggered Networked Control Systems

    PubMed Central

    Martins, Goncalo; Moondra, Arul; Dubey, Abhishek; Bhattacharjee, Anirban; Koutsoukos, Xenofon D.

    2016-01-01

    In modern networked control applications, confidentiality and integrity are important features to address in order to prevent against attacks. Moreover, network control systems are a fundamental part of the communication components of current cyber-physical systems (e.g., automotive communications). Many networked control systems employ Time-Triggered (TT) architectures that provide mechanisms enabling the exchange of precise and synchronous messages. TT systems have computation and communication constraints, and with the aim to enable secure communications in the network, it is important to evaluate the computational and communication overhead of implementing secure communication mechanisms. This paper presents a comprehensive analysis and evaluation of the effects of adding a Hash-based Message Authentication (HMAC) to TT networked control systems. The contributions of the paper include (1) the analysis and experimental validation of the communication overhead, as well as a scalability analysis that utilizes the experimental result for both wired and wireless platforms and (2) an experimental evaluation of the computational overhead of HMAC based on a kernel-level Linux implementation. An automotive application is used as an example, and the results show that it is feasible to implement a secure communication mechanism without interfering with the existing automotive controller execution times. The methods and results of the paper can be used for evaluating the performance impact of security mechanisms and, thus, for the design of secure wired and wireless TT networked control systems. PMID:27463718

  1. Multi-board kernel communication using socket programming for embedded applications

    NASA Astrophysics Data System (ADS)

    Mishra, Ashish; Girdhar, Neha; Krishnia, Nikita

    2016-03-01

    It is often seen in large application projects, there is a need to communicate between two different processors or two different kernels. The aim of this paper is to communicate between two different kernels and use efficient method to do so. The TCP/IP protocol is implemented to communicate between two boards via the Ethernet port and use lwIP (lightweight IP) stack, which is a smaller independent implementation of the TCP/IP stack suitable for use in embedded systems. While retaining TCP/IP functionality, lwIP stack reduces the use of memory and even size of the code. In this process of communication we made Raspberry pi as an active client and Field programmable gate array(FPGA) board as a passive server and they are allowed to communicate via Ethernet. Three applications based on TCP/IP client-server network communication have been implemented. The Echo server application is used to communicate between two different kernels of two different boards. Socket programming is used as it is independent of platform and programming language used. TCP transmit and receive throughput test applications are used to measure maximum throughput of the transmission of data. These applications are based on communication to an open source tool called iperf. It is used to measure the throughput transmission rate by sending or receiving some constant piece of data to the client or server according to the test application.

  2. Computation and Communication Evaluation of an Authentication Mechanism for Time-Triggered Networked Control Systems.

    PubMed

    Martins, Goncalo; Moondra, Arul; Dubey, Abhishek; Bhattacharjee, Anirban; Koutsoukos, Xenofon D

    2016-07-25

    In modern networked control applications, confidentiality and integrity are important features to address in order to prevent against attacks. Moreover, network control systems are a fundamental part of the communication components of current cyber-physical systems (e.g., automotive communications). Many networked control systems employ Time-Triggered (TT) architectures that provide mechanisms enabling the exchange of precise and synchronous messages. TT systems have computation and communication constraints, and with the aim to enable secure communications in the network, it is important to evaluate the computational and communication overhead of implementing secure communication mechanisms. This paper presents a comprehensive analysis and evaluation of the effects of adding a Hash-based Message Authentication (HMAC) to TT networked control systems. The contributions of the paper include (1) the analysis and experimental validation of the communication overhead, as well as a scalability analysis that utilizes the experimental result for both wired and wireless platforms and (2) an experimental evaluation of the computational overhead of HMAC based on a kernel-level Linux implementation. An automotive application is used as an example, and the results show that it is feasible to implement a secure communication mechanism without interfering with the existing automotive controller execution times. The methods and results of the paper can be used for evaluating the performance impact of security mechanisms and, thus, for the design of secure wired and wireless TT networked control systems.

  3. Fault-tolerant communication channel structures

    NASA Technical Reports Server (NTRS)

    Tai, Ann T. (Inventor); Alkalai, Leon (Inventor); Chau, Savio N. (Inventor)

    2006-01-01

    Systems and techniques for implementing fault-tolerant communication channels and features in communication systems. Selected commercial-off-the-shelf devices can be integrated in such systems to reduce the cost.

  4. It's not about pager replacement: an in-depth look at the interprofessional nature of communication in healthcare.

    PubMed

    Quan, Sherman D; Wu, Robert C; Rossos, Peter G; Arany, Teri; Groe, Silvi; Morra, Dante; Wong, Brian M; Cavalcanti, Rodrigo; Coke, William; Lau, Francis Y

    2013-03-01

    Institutions have tried to replace the use of numeric pagers for clinical communication by implementing health information technology (HIT) solutions. However, failing to account for the sociotechnical aspects of HIT or the interplay of technology with existing clinical workflow, culture, and social interactions may create other unintended consequences. To evaluate a Web-based messaging system that allows asynchronous communication between health providers and identify the unintended consequences associated with implementing such technology. Intervention-a Web-based messaging system at the University Health Network to replace numeric paging practices in May 2010. The system facilitated clinical communication on the medical wards for coordinating patient care. Study design-pre-post mixed methods utilizing both quantitative and qualitative measures. Five residents, 8 nurses, 2 pharmacists, and 2 social workers were interviewed. Pre-post interruption-15 residents from 5 clinical teams in both periods. The study compared the type of messages sent to physicians before and after implementation of the Web-based messaging system; a constant comparative analysis of semistructured interviews was used to generate key themes related to unintended consequences. Interruptions increased 233%, from 3 pages received per resident per day pre-implementation to 10 messages received per resident per day post-implementation. Key themes relating to unintended consequences that emerged from the interviews included increase in interruptions, accountability, and tactics to improve personal productivity. Meaningful improvements in clinical communication can occur but require more than just replacing pagers. Introducing HIT without addressing the sociotechnical aspects of HIT that underlie clinical communication can lead to unintended consequences. Copyright © 2013 Society of Hospital Medicine.

  5. Task Force Report 4. Report of the Task Force on Marketing and Communications

    PubMed Central

    Dickinson, John C.; Evans, Kenneth L.; Carter, Jan; Burke, Kevin

    2004-01-01

    BACKGROUND To ensure the success of the proposed New Model of family medicine and to create a better understanding of the nature and role of family medicine, an effective communications plan must be developed and implemented. This Future of Family Medicine task force report proposes strategies for communicating the role of family physicians within medicine, as well as to purchasers, consumers, and other entities. METHODS After reviewing the findings from the research conducted for the Future of Family Medicine project, the task force presents a preliminary brand-positioning strategy for family medicine messages. Based on this strategy, the task force identifies 5 major audiences to which family medicine communications should be directed. A consistent method was used to determine optimum strategies to address each audience: defining the audience, assessing the literature and other pertinent evidence, identifying the communication objectives, determining the key messages, developing brand promises, and proposing strategies and tactics to support the messages and objectives. Preliminary communications plans are then presented for each of the 5 target audiences. MAJOR FINDINGS It is important that the organizations involved in family medicine make a multiyear commitment of resources to implement and support an aggressive communications strategy, which is based on key messages to target audiences. A concerted effort is particularly needed to address the declining interest among medical students in the specialty. Implementing a comprehensive family medicine career development program may be one effective strategy to reverse this trend. To help eliminate the current confusion among the public regarding family medicine and to promote clarity and consistency in terminology, the specialty should replace the name family practice with family medicine and a new graphic symbol for the discipline of family medicine should be developed. CONCLUSION As a discipline, family medicine has failed to formulate and deliver a compelling message. New communications strategies must be implemented that will reach audiences in terms they understand and care about and in ways that convey a sense of the exciting role family physicians will play in the future. By actively implementing the communications plans described in this report, the specialty can enhance the impact and help ensure the widespread implementation of the proposed New Model of family medicine.

  6. Effective communication network structures for hospital infection prevention: a study protocol.

    PubMed

    Rangachari, Pavani

    2013-01-01

    Many hospitals are unable to successfully implement "evidence-based practices" at the unit level. For example, consistent implementation of the central line bundle (CLB), proven to prevent catheter-related bloodstream infections (CRBSIs) is often difficult. This problem has been broadly characterized as "change implementation failure" in health care organizations. Several studies have used retrospective designs to examine the problem; however, there are few prospective studies examining communication dynamics underlying successful implementation of change (eg, evidence-based practices). This prospective study will be set in 2 intensive care units at an academic medical center. At baseline, both units have low compliance with CLB and higher-than-expected CRBSIs. Periodic quality improvement (QI) interventions will be conducted over a 52-week period to promote implementation of CLB in both units. Simultaneously, the following parameters will be examined: (1) Structure and content of communication related to CLB in both units through "communication logs" completed weekly by nurses, physicians, and managers; and (2) outcomes, that is, CLB adherence in both units through weekly chart review. Catheter utilization and CRBSI (infection) rates will serve as additional unit-level outcome measures. The aim is 2-fold: (1) to examine associations between QI interventions and structure and content of communication at the unit level; and (2) to examine associations between structure and content of communication and outcomes at the unit level. The periodic QI interventions are expected to increase CLB adherence and reduce CRBSIs through their influence on structure and content of communication. The prospective design would help examine dynamics in unit-level communication structure and content related to CLB, as well as unit-level outcomes. The study has potential to make significant contributions to theory and practice, particularly if interventions are found to be effective in enabling successful practice change at the unit level. To this effect, the study has potential to provide insights into communication structure and content associated with collective learning and culture change at the unit level. Results and insights are expected to lay a foundation for generating context-sensitive "evidence-based management" strategies for successful practice change at the unit level. An ultimate expected deliverable is the development of an "action-learning framework" for successful implementation of evidence-based practices in health care organizations.

  7. A Step Toward High Reliability: Implementation of a Daily Safety Brief in a Children's Hospital.

    PubMed

    Saysana, Michele; McCaskey, Marjorie; Cox, Elaine; Thompson, Rachel; Tuttle, Lora K; Haut, Paul R

    2017-09-01

    Health care is a high-risk industry. To improve communication about daily events and begin the journey toward a high reliability organization, the Riley Hospital for Children at Indiana University Health implemented a daily safety brief. Various departments in our children's hospital were asked to participate in a daily safety brief, reporting daily events and unexpected outcomes within their scope of responsibility. Participants were surveyed before and after implementation of the safety brief about communication and awareness of events in the hospital. The length of the brief and percentage of departments reporting unexpected outcomes were measured. The analysis of the presurvey and the postsurvey showed a statistically significant improvement in the questions related to the awareness of daily events as well as communication and relationships between departments. The monthly mean length of time for the brief was 15 minutes or less. Unexpected outcomes were reported by 50% of the departments for 8 months. A daily safety brief can be successfully implemented in a children's hospital. Communication between departments and awareness of daily events were improved. Implementation of a daily safety brief is a step toward becoming a high reliability organization.

  8. A Systematic Review of Fidelity of Implementation in Parent-Mediated Early Communication Intervention

    ERIC Educational Resources Information Center

    Lieberman-Betz, Rebecca G.

    2015-01-01

    This article examined the reporting of four elements of fidelity of implementation (FOI) in parent-mediated early communication treatment studies. Thirty-five studies were reviewed to extract information regarding reporting of dosage, adherence, quality, and participant responsiveness for both practitioners and parents involved in parent-delivered…

  9. Strengthening 4-H Program Communication through Technology

    ERIC Educational Resources Information Center

    Robideau, Kari; Santl, Karyn

    2011-01-01

    Advances in technology are transforming how youth and parents interact with programs. The Strengthening 4-H Communication through Technology project was implemented in eight county 4-H programs in Northwest Minnesota. This article outlines the intentional process used to effectively implement technology in program planning. The project includes:…

  10. Backward Yakudoku: An Attempt to Implement CLT at a Japanese High School

    ERIC Educational Resources Information Center

    Thompson, Gene; Yanagita, Mayuno

    2017-01-01

    How can Japanese teachers of English go about introducing more communicative activities suitable for their contexts? This article discusses an attempt by a high school teacher to implement communicative language teaching (CLT) in her classes while responding to institutional pressure to use "yakudoku" (a traditional grammar translation…

  11. The Keck keyword layer

    NASA Technical Reports Server (NTRS)

    Conrad, A. R.; Lupton, W. F.

    1992-01-01

    Each Keck instrument presents a consistent software view to the user interface programmer. The view consists of a small library of functions, which are identical for all instruments, and a large set of keywords, that vary from instrument to instrument. All knowledge of the underlying task structure is hidden from the application programmer by the keyword layer. Image capture software uses the same function library to collect data for the image header. Because the image capture software and the instrument control software are built on top of the same keyword layer, a given observation can be 'replayed' by extracting keyword-value pairs from the image header and passing them back to the control system. The keyword layer features non-blocking as well as blocking I/O. A non-blocking keyword write operation (such as setting a filter position) specifies a callback to be invoked when the operation is complete. A non-blocking keyword read operation specifies a callback to be invoked whenever the keyword changes state. The keyword-callback style meshes well with the widget-callback style commonly used in X window programs. The first keyword library was built for the two Keck optical instruments. More recently, keyword libraries have been developed for the infrared instruments and for telescope control. Although the underlying mechanisms used for inter-process communication by each of these systems vary widely (Lick MUSIC, Sun RPC, and direct socket I/O, respectively), a basic user interface has been written that can be used with any of these systems. Since the keyword libraries are bound to user interface programs dynamically at run time, only a single set of user interface executables is needed. For example, the same program, 'xshow', can be used to display continuously the telescope's position, the time left in an instrument's exposure, or both values simultaneously. Less generic tools that operate on specific keywords, for example an X display that controls optical instrument exposures, have also been written using the keyword layer.

  12. DTN Implementation and Utilization Options on the International Space Station

    NASA Technical Reports Server (NTRS)

    Nichols, Kelvin; Holbrook, Mark; Pitts, Lee; Gifford, Kevin; Jenkins, Andrew; Kuzminsky, Sebastian

    2010-01-01

    This slide presentation reviews the implementation and future uses of Delay/Disruption Tolerant Networking (DTN) for space communication, using the International Space Station as the primary example. The presentation includes: (1) A brief introduction of the current communications architecture of the ISS (2) How current payload operations are handled in the non-DTN environment (3) Making the case to implement DTN into the current payload science operations model (4) Phase I DTN Operations: early implementation with BioServe's CGBA Payload (5) Phase II DTN Operations: Developing the HOSC DTN Gateway

  13. Incorporating Facebook and Twitter in a Service-Learning Project in a Business Communication Course

    ERIC Educational Resources Information Center

    Crews, Tena B.; Stitt-Gohdes, Wanda L.

    2012-01-01

    Implementing real-world business writing situations and service learning into business communication courses are not new concepts. Business communication students work through a service-learning project with nonprofit organizations to create communication documents to improve the nonprofit's communication with the public. Writing for social…

  14. Implementing Tablet-Based Devices to Improve Communication Skills of Students with Autism

    ERIC Educational Resources Information Center

    Alzrayer, Nouf M.; Banda, Devender R.

    2017-01-01

    Students with autism spectrum disorder (ASD) have difficulties in communication that limit their opportunities to participate in daily living and educational activities. Augmentative alternative communication is one of the strategies used to strengthen the communication skills of students with limited communication skills. Students with ASD…

  15. A digitally implemented communications experiment utilizing the Hermes (CTS) satellite

    NASA Technical Reports Server (NTRS)

    Jackson, H. D.; Fiala, J. L.

    1977-01-01

    The Hermes (CTS) experiment program made possible a significant effort directed toward new developments which will reduce the costs associated with the distribution of satellite services. Advanced satellite transponder technology and small inexpensive earth terminals were demonstrated as part of the Hermes program. Another system element that holds promise for reduced transmission cost is associated with the communication link implementation. An experiment is described which uses CTS to demonstrate digital link implementation and its advantages over conventional analog systems. A Digitally Implemented Communications experiment which demonstrates the flexibility and efficiency of digital transmission of television video and audio, telephone voice and high-bit-rate data is also described. Presentation of the experiment concept which concentrates on the evaluation of full-duplex digital television in the teleconferencing environment is followed by a description of unique equipment that was developed.

  16. The Role of Communication in Ensuring Sustained Behavior Change

    EPA Pesticide Factsheets

    Webinar series on communications strategies and methods addresses how communications tools can be used throughout the implementation of climate and clean energy programs to achieve behavior change and ensure sustained.

  17. The Effects of Bug-in-Ear Coaching on Pre-Service Behavior Analysts' Use of Functional Communication Training.

    PubMed

    Artman-Meeker, Kathleen; Rosenberg, Nancy; Badgett, Natalie; Yang, Xueyan; Penney, Ashley

    2017-09-01

    Behavior analysts play an important role in supporting the behavior and learning of young children with disabilities in natural settings. However, there is very little research related specifically to developing the skills and competencies needed by pre-service behavior analysts. This study examined the effects of "bug-in-ear" (BIE) coaching on pre-service behavior analysts' implementation of functional communication training with pre-school children with autism in their classrooms. BIE coaching was associated with increases in the rate of functional communication training trials each intern initiated per session and in the fidelity with which interns implemented functional communication training. Adults created more intentional opportunities for children to communicate, and adults provided more systematic instruction around those opportunities.

  18. Enhancing the Communication Abilities of Preschoolers at Risk for Behavior Problems: Effectiveness of a Parent-Implemented Language Intervention

    ERIC Educational Resources Information Center

    Brassart, Elise; Schelstraete, Marie-Anne

    2015-01-01

    Communication deficits are frequently associated with externalizing behavior problems in preschoolers but, in most cases, unsuspected in clinical practice. This exploratory study evaluated the effectiveness of a relatively brief parent-implemented language intervention on preschoolers at risk for behavior problems. Participants were randomly…

  19. 76 FR 62309 - Implementing a Nationwide, Broadband, Interoperable Public Safety Network in the 700 MHz Band

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-10-07

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Chapter I [PS Docket No. 06-229; WT Docket 06-150; WP Docket 07-100; FCC 11-113] Implementing a Nationwide, Broadband, Interoperable Public Safety Network in the 700 MHz Band AGENCY: Federal Communications Commission. ACTION: Final rule. SUMMARY: In this...

  20. The Implementation of an Intercultural Competence Syllabus to Prepare Study-Abroad Students for Global Communication

    ERIC Educational Resources Information Center

    Kural, Faruk; Bayyurt, Yasemin

    2016-01-01

    This study presents the outcome of the implementation of a process-oriented model of an intercultural competence (IC) and English as a lingua franca (ELF)-awareness development syllabus to prepare government-sponsored Turkish international sojourners for global communication in English L1 countries. Based on social constructivist research…

  1. Successful Information and Communication Technology Implementation Strategies for Rural Communities: An Investigation of Tech-Based Economic Development Programs

    ERIC Educational Resources Information Center

    Sullivan, Donna Annette

    2009-01-01

    Many rural communities across America face several obstacles in the implementation of information and communication technologies (ICTs) initiatives and struggle with the best approaches for leveraging these elements into an economic development strategy. These obstacles include: lack of quality local ICTs infrastructure, funding, inability to…

  2. Understanding and Implementing the CLT (Communicative Language Teaching) Paradigm

    ERIC Educational Resources Information Center

    Jacobs, George M.; Farell, Thomas S. C.

    2003-01-01

    The call to change seems to be a constant in education. In second language education, a constellation of changes have been proposed and, to some extent, implemented. This constellation of interconnected changes can perhaps best be termed a paradigm shift, with this paradigm fitting under the general umbrella of Communicative Language Teaching…

  3. Positive versus Negative Communication Strategies in Task-Based Learning

    ERIC Educational Resources Information Center

    Rohani, Siti

    2013-01-01

    This study aimed at describing how the implementation of Task-Based Learning (TBL) would shape or change students' use of oral communication strategies. Students' problems and strategies to solve the problems during the implementation of TBL were also explored. The study was a mixed method, employing both quantitative and qualitative analysis…

  4. Parent-Implemented Hanen Program "More than Words" in Angelman Syndrome: A Case Study

    ERIC Educational Resources Information Center

    de Carlos Isla, Mercedes; Fortea, Inmaculada Baixauli

    2016-01-01

    Children with Angelman syndrome (AS) exhibit significant social, communicative and cognitive difficulties. The aim of this case study was to describe the profile of communicative abilities of a child with AS, before and after the implementation of the Hanen program "More than Words" (MTW). Additionally, changes on the language directed…

  5. Overcoming resistance to culture change: nursing home administrators' use of education, training, and communication.

    PubMed

    Tyler, Denise A; Lepore, Michael; Shield, Renee R; Looze, Jessica; Miller, Susan C

    2014-01-01

    Nursing home culture change is becoming more prevalent, and research has demonstrated its benefits for nursing home residents and staff-but little is known about the role of nursing home administrators in culture change implementation. The purpose of this study was to determine what barriers nursing home administrators face in implementing culture change practices, and to identify the strategies used to overcome them. The authors conducted in-depth individual interviews with 64 administrators identified through a nationally representative survey. Results showed that a key barrier to culture change implementation reported by administrators was staff, resident, and family member resistance to change. Most nursing home administrators stressed the importance of using communication, education and training to overcome this resistance. Themes emerging around the concepts of communication and education indicate that these efforts should be ongoing, communication should be reciprocal, and that all stakeholders should be included.

  6. Overcoming Resistance to Culture Change: Nursing Home Administrators’ Use of Education, Training and Communication

    PubMed Central

    Tyler, Denise A.; Lepore, Michael; Shield, Renee R.; Looze, Jessica; Miller, Susan C.

    2014-01-01

    Nursing home culture change is becoming more prevalent and research has demonstrated its benefits for nursing home residents and staff, but little is known about the role of nursing home administrators in culture change implementation. The purpose of this study was to determine what barriers nursing home administrators faced in implementing culture change practices and to identify the strategies used to overcome these. We conducted in-depth individual interviews with 64 administrators identified through a nationally representative survey. Results showed that a key barrier to culture change implementation reported by administrators was staff, resident and family member resistance to change. Most nursing home administrators stressed the importance of using communication, education and training to overcome this resistance. Themes emerging around the concepts of communication and education indicate that these efforts should be ongoing, communication should be reciprocal, and that all stakeholders should be included. PMID:24266678

  7. Cheetah: A Framework for Scalable Hierarchical Collective Operations

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

    Graham, Richard L; Gorentla Venkata, Manjunath; Ladd, Joshua S

    2011-01-01

    Collective communication operations, used by many scientific applications, tend to limit overall parallel application performance and scalability. Computer systems are becoming more heterogeneous with increasing node and core-per-node counts. Also, a growing number of data-access mechanisms, of varying characteristics, are supported within a single computer system. We describe a new hierarchical collective communication framework that takes advantage of hardware-specific data-access mechanisms. It is flexible, with run-time hierarchy specification, and sharing of collective communication primitives between collective algorithms. Data buffers are shared between levels in the hierarchy reducing collective communication management overhead. We have implemented several versions of the Message Passingmore » Interface (MPI) collective operations, MPI Barrier() and MPI Bcast(), and run experiments using up to 49, 152 processes on a Cray XT5, and a small InfiniBand based cluster. At 49, 152 processes our barrier implementation outperforms the optimized native implementation by 75%. 32 Byte and one Mega-Byte broadcasts outperform it by 62% and 11%, respectively, with better scalability characteristics. Improvements relative to the default Open MPI implementation are much larger.« less

  8. Implementation of neuromorphic systems: from discrete components to analog VLSI chips (testing and communication issues).

    PubMed

    Dante, V; Del Giudice, P; Mattia, M

    2001-01-01

    We review a series of implementations of electronic devices aiming at imitating to some extent structure and function of simple neural systems, with particular emphasis on communication issues. We first provide a short overview of general features of such "neuromorphic" devices and the implications of setting up "tests" for them. We then review the developments directly related to our work at the Istituto Superiore di Sanità (ISS): a pilot electronic neural network implementing a simple classifier, autonomously developing internal representations of incoming stimuli; an output network, collecting information from the previous classifier and extracting the relevant part to be forwarded to the observer; an analog, VLSI (very large scale integration) neural chip implementing a recurrent network of spiking neurons and plastic synapses, and the test setup for it; a board designed to interface the standard PCI (peripheral component interconnect) bus of a PC with a special purpose, asynchronous bus for communication among neuromorphic chips; a short and preliminary account of an application-oriented device, taking advantage of the above communication infrastructure.

  9. Best practices for implementing, testing and using a cloud-based communication system in a disaster situation.

    PubMed

    Makowski, Dale

    2016-01-01

    This paper sets out the basics for approaching the selection and implementation of a cloud-based communication system to support a business continuity programme, including: • consideration for how a cloud-based communication system can enhance a business continuity programme; • descriptions of some of the more popular features of a cloud-based communication system; • options to evaluate when selecting a cloud-based communication system; • considerations for how to design a system to be most effective for an organisation; • best practices for how to conduct the initial load of data to a cloud-based communication system; • best practices for how to conduct an initial validation of the data loaded to a cloud-based communication system; • considerations for how to keep contact information in the cloud-based communication system current and accurate; • best practices for conducting ongoing system testing; • considerations for how to conduct user training; • review of other potential uses of a cloud-based communication system; and • review of other tools and features many cloud-based communication systems may offer.

  10. Study of LED modulation effect on the photometric quantities and beam homogeneity of automotive lighting

    NASA Astrophysics Data System (ADS)

    Koudelka, Petr; Hanulak, Patrik; Jaros, Jakub; Papes, Martin; Latal, Jan; Siska, Petr; Vasinek, Vladimir

    2015-07-01

    This paper discusses the implementation of a light emitting diode based visible light communication system for optical vehicle-to-vehicle (V2V) communications in road safety applications. The widespread use of LEDs as light sources has reached into automotive fields. For example, LEDs are used for taillights, daytime running lights, brake lights, headlights, and traffic signals. Future in the optical vehicle-to-vehicle (V2V) communications will be based on an optical wireless communication technology that using LED transmitter and a camera receiver (OCI; optical communication image sensor). Utilization of optical V2V communication systems in automotive industry naturally brings a lot of problems. Among them belongs necessity of circuit implementation into the current concepts of electronic LED lights control that allows LED modulation. These circuits are quite complicated especially in case of luxury cars. Other problem is correct design of modulation circuits so that final vehicle lightning using optical vehicle-to-vehicle (V2V) communication meets standard requirements on Photometric Quantities and Beam Homogeneity. Authors of this article performed research on optical vehicle-to-vehicle (V2V) communication possibilities of headlight (Jaguar) and taillight (Skoda) in terms of modulation circuits (M-PSK, M-QAM) implementation into the lamp concepts and final fulfilment of mandatory standards on Photometric Quantities and Beam Homogeneity.

  11. Study of heterogeneous and reconfigurable architectures in the communication domain

    NASA Astrophysics Data System (ADS)

    Feldkaemper, H. T.; Blume, H.; Noll, T. G.

    2003-05-01

    One of the most challenging design issues for next generations of (mobile) communication systems is fulfilling the computational demands while finding an appropriate trade-off between flexibility and implementation aspects, especially power consumption. Flexibility of modern architectures is desirable, e.g. concerning adaptation to new standards and reduction of time-to-market of a new product. Typical target architectures for future communication systems include embedded FPGAs, dedicated macros as well as programmable digital signal and control oriented processor cores as each of these has its specific advantages. These will be integrated as a System-on-Chip (SoC). For such a heterogeneous architecture a design space exploration and an appropriate partitioning plays a crucial role. On the exemplary vehicle of a Viterbi decoder as frequently used in communication systems we show which costs in terms of ATE complexity arise implementing typical components on different types of architecture blocks. A factor of about seven orders of magnitude spans between a physically optimised implementation and an implementation on a programmable DSP kernel. An implementation on an embedded FPGA kernel is in between these two representing an attractive compromise with high flexibility and low power consumption. Extending this comparison to further components, it is shown quantitatively that the cost ratio between different implementation alternatives is closely related to the operation to be performed. This information is essential for the appropriate partitioning of heterogeneous systems.

  12. Patient perception and the barriers to practicing patient-centered communication: A survey and in-depth interview of Chinese patients and physicians.

    PubMed

    Ting, Xu; Yong, Bao; Yin, Liang; Mi, Tian

    2016-03-01

    To investigate patient perceptions of patient-centered communication (PCC) in doctor-patient consultations and explore barriers to PCC implementation in China. This study was conducted in public teaching hospital in Guiyang, Guizhou, China. In Phase 1, patient attitudes to PCC were quantitatively assessed in 317 outpatients using modified Patient-Practitioner Orientation Scale (PPOS). In Phase 2, we conducted in-depth interviews with 20 outpatients to explore their views on PCC and expose potential barriers to PCC implementation. Participants communicated "patient-centered" preferences, particularly with regard to their doctors' empathy, communication skills, time and information sharing. Patients were more concerned about doctors exhibiting caring perspective than power sharing. Younger and highly educated patients were more likely to prefer PCC and highly educated patients paid more attention to power sharing. Several factors including inadequate time for PCC resulting from doctors' high patient-load, doctor-patient communication difficulties and excessive treatment due to inappropriate medical payment system affected PCC implementation in China. Patients expressed moderate enthusiasm for PCC in China. They expressed strong preferences concerning physician respect for patient perspective, but less concern for power sharing. Government should improve health care system by implementing PCC in daily healthcare practice to improve patient awareness and preferences. Copyright © 2016. Published by Elsevier Ireland Ltd.

  13. Fine pointing control for free-space optical communication

    NASA Technical Reports Server (NTRS)

    Portillo, A. A.; Ortiz, G. G.; Racho, C.

    2000-01-01

    Free-Space Optical Communications requires precise, stable laser pointing to maintain operating conditions. This paper also describes the software and hardware implementation of Fine Pointing Control based on the Optical Communications Demonstrator architecture.

  14. Secure multi-party communication with quantum key distribution managed by trusted authority

    DOEpatents

    Nordholt, Jane Elizabeth; Hughes, Richard John; Peterson, Charles Glen

    2013-07-09

    Techniques and tools for implementing protocols for secure multi-party communication after quantum key distribution ("QKD") are described herein. In example implementations, a trusted authority facilitates secure communication between multiple user devices. The trusted authority distributes different quantum keys by QKD under trust relationships with different users. The trusted authority determines combination keys using the quantum keys and makes the combination keys available for distribution (e.g., for non-secret distribution over a public channel). The combination keys facilitate secure communication between two user devices even in the absence of QKD between the two user devices. With the protocols, benefits of QKD are extended to multi-party communication scenarios. In addition, the protocols can retain benefit of QKD even when a trusted authority is offline or a large group seeks to establish secure communication within the group.

  15. Secure multi-party communication with quantum key distribution managed by trusted authority

    DOEpatents

    Hughes, Richard John; Nordholt, Jane Elizabeth; Peterson, Charles Glen

    2015-01-06

    Techniques and tools for implementing protocols for secure multi-party communication after quantum key distribution ("QKD") are described herein. In example implementations, a trusted authority facilitates secure communication between multiple user devices. The trusted authority distributes different quantum keys by QKD under trust relationships with different users. The trusted authority determines combination keys using the quantum keys and makes the combination keys available for distribution (e.g., for non-secret distribution over a public channel). The combination keys facilitate secure communication between two user devices even in the absence of QKD between the two user devices. With the protocols, benefits of QKD are extended to multi-party communication scenarios. In addition, the protocols can retain benefit of QKD even when a trusted authority is offline or a large group seeks to establish secure communication within the group.

  16. Teaching and assessment of communication skills in undergraduate dental education - a survey in German-speaking countries.

    PubMed

    Rüttermann, S; Sobotta, A; Hahn, P; Kiessling, C; Härtl, A

    2017-08-01

    Teaching communication is perceived to be of importance in dental education. Several reports have been published worldwide in the educational literature describing modifications of the dental curriculum by implementing the teaching of communication skills. Surveys which evaluate the current state of training and assessment of communication skills in dental education in different countries exist already in some countries, but little information is available about German-speaking countries. In a cross-sectional study with the aim of a census, all 36 dental schools in Germany (30), Austria (3), and Switzerland (3) were surveyed. The present survey revealed that at 26 of the 34 dental schools (76%), communication skills training has been implemented. Training of communication skills mainly takes place between the 6th and the 9th semester. Ten schools were able to implement a partly longitudinal curriculum, while the other sites only offer stand-alone courses. Of the 34 dental schools, six assess communication skills in a summative way. Three of those schools also use formative assessments for their students. Another seven sites only use formative assessment. From the various formats of assessment, OSCE is mentioned most frequently. The necessity to train and assess communication skills has reached German-speaking dental schools. The present survey allows an overview of the training and assessment of communication skills in undergraduate dental education in German-speaking Europe. © 2016 John Wiley & Sons A/S. Published by John Wiley & Sons Ltd.

  17. Communication Modality Sampling for a Toddler with Angelman Syndrome

    ERIC Educational Resources Information Center

    Martin, Jolene Hyppa; Reichle, Joe; Dimian, Adele; Chen, Mo

    2013-01-01

    Purpose: Vocal, gestural, and graphic communication modes were implemented concurrently with a toddler with Angelman syndrome to identify the most efficiently learned communication mode to emphasize in an initial augmentative communication system. Method: Symbols representing preferred objects were introduced in vocal, gestural, and graphic…

  18. A Wireless Text Messaging System Improves Communication for Neonatal Resuscitation.

    PubMed

    Hughes Driscoll, Colleen A; Schub, Jamie A; Pollard, Kristi; El-Metwally, Dina

    Handoffs for neonatal resuscitation involve communicating critical delivery information (CDI). The authors sought to achieve ≥95% communication of CDI during resuscitation team requests. CDI included name of caller, urgency of request, location of delivery, gestation of fetus, status of amniotic fluid, and indication for presence of the resuscitation team. Three interventions were implemented: verbal scripted handoff, Spök text messaging, and Engage text messaging. Percentages of CDI communications were analyzed using statistical process control. Following implementation of Engage, the communication of all CDI, except for indication, was ≥95%; communication of indication occurred 93% of the time. Control limits for most CDI were narrower with Engage, indicating greater reliability of communication compared to the verbal handoff and Spök. Delayed resuscitation team arrival, a countermeasure, was not higher with text messaging compared to verbal handoff ( P = 1.00). Text messaging improved communication during high-risk deliveries, and it may represent an effective tool for other delivery centers.

  19. Implementing augmentative and alternative communication in critical care settings: Perspectives of healthcare professionals.

    PubMed

    Handberg, Charlotte; Voss, Anna Katarina

    2018-01-01

    To describe the perspectives of healthcare professionals caring for intubated patients on implementing augmentative and alternative communication (AAC) in critical care settings. Patients in critical care settings subjected to endotracheal intubation suffer from a temporary functional speech disorder and can also experience anxiety, stress and delirium, leading to longer and more complicated hospitalisation and rehabilitation. Little is known about the use of AAC in critical care settings. The design was informed by interpretive descriptive methodology along with the theoretical framework symbolic interactionism, which guided the study of healthcare professionals (n = 48) in five different intensive care units. Data were generated through participant observations and 10 focus group interviews. The findings represent an understanding of the healthcare professionals' perspectives on implementing AAC in critical care settings and revealed three themes. Caring Ontology was the foundation of the healthcare professionals' profession. Cultural Belief represented the actual premise in the interactions during the healthcare professionals' work, saving lives in a biomedical setting whilst appearing competent and efficient, leading to Triggered Conduct and giving low priority to psychosocial issues like communication. Lack of the ability to communicate puts patients at greater risk of receiving poorer treatment, which supports the pressuring need to implement and use AAC in critical care. It is documented that culture in biomedical paradigms can have consequences that are the opposite of the staffs' ideals. The findings may guide staff in implementing AAC strategies in their communication with patients and at the same time preserve their caring ontology and professional pride. Improving communication strategies may improve patient safety and make a difference in patient outcomes. Increased knowledge of and familiarity with AAC strategies may provide healthcare professionals with an enhanced feeling of competence. © 2017 John Wiley & Sons Ltd.

  20. Scientific bases of human-machine communication by voice.

    PubMed Central

    Schafer, R W

    1995-01-01

    The scientific bases for human-machine communication by voice are in the fields of psychology, linguistics, acoustics, signal processing, computer science, and integrated circuit technology. The purpose of this paper is to highlight the basic scientific and technological issues in human-machine communication by voice and to point out areas of future research opportunity. The discussion is organized around the following major issues in implementing human-machine voice communication systems: (i) hardware/software implementation of the system, (ii) speech synthesis for voice output, (iii) speech recognition and understanding for voice input, and (iv) usability factors related to how humans interact with machines. PMID:7479802

  1. Communication in palliative care: the applicability of the SAGE and THYME model in Singapore.

    PubMed

    Martin, Ang Seng Hock; Costello, John; Griffiths, Jane

    2017-06-02

    Majority of the progress and development in palliative care in the last decade has been improvements in physical aspects of treatment, namely pain and symptom management. Psychosocial aspects of care have improved, although not enough to meet the needs of many patients and family members. This is evident in many parts of the world and notably in Singapore, where palliative care is seen as an emerging medical and nursing specialty. To discuss the implementation of the SAGE and THYME communication model in a palliative care context. The article examines the use of the model and how its implementation can improve communication between patients and nurses. The model works by reviewing contemporary developments made in relation to improving communication in palliative care. These include, highlighting the importance of meeting individual needs, therapeutic relationship building, and advanced communication training within a Singaporean context. The implementation of the SAGE and THYME model can be a useful way of enabling nurses to improve and maintain effective communication in a medically dominated health care system. The challenges and constraints in educating and training nurses with limited skills in palliative care, forms part of the review, including the cultural and attitude constraints specific to Singaporean palliative care.

  2. Organizational context associated with time spent evaluating language and cognitive-communicative impairments in skilled nursing facilities: Survey results within an implementation science framework.

    PubMed

    Douglas, Natalie F

    2016-01-01

    The Consolidated Framework for Implementation Research (CFIR) was developed to merge research and practice in healthcare by accounting for the many elements that influence evidence-based treatment implementation. These include characteristics of the individuals involved, features of the treatment itself, and aspects of the organizational culture where the treatment is being provided. The purpose of this study was to apply the CFIR to a measurement of current practice patterns of speech-language pathologists (SLPs) working in the skilled nursing facility (SNF) environment. In an effort to inform future evidence-based practice implementation interventions, research questions addressed current practice patterns, clinician treatment use and preferences, and perceptions of the organizational context including leadership, resources, and other staff. Surveys were mailed to each SLP working in a SNF in the state of Michigan. Participants (N=77, 19% response rate) completed a survey mapping on to CFIR components impacting evidence-based practice implementation. Quantitative descriptive and nonparametric correlational analyses were completed. Use of evidence-based treatments by SLPs in SNFs was highly variable. Negative correlations between treating speech and voice disorders and treating swallowing disorders (rs=-.35, p<.01), evaluating language and cognitive-communicative disorders and treating swallowing disorders (rs=-.30, p<.01), treating language and cognitive-communicative disorders and treating swallowing disorders (rs=-.67, p<.01), and evaluating swallowing disorders and treating language and cognitive-communicative disorders (rs=-.37, p<.01) were noted. A positive correlation between the SLPs' perception of organizational context and time spent evaluating language and other cognitive-communicative disorders (rs=.27, p<.05) was also present. Associative data suggest that the more an SLP in the SNF evaluates and treats swallowing disorders, the less he or she will evaluate speech, voice, language or other cognitive-communicative disorders. Further, SLPs in this sample spent more time evaluating language and cognitive-communicative impairments if they perceived their organizational context in a more positive way. The CFIR may guide treatment and implementation research to increase the uptake of evidence-based practices for SLPs working in the SNF setting. Copyright © 2015 Elsevier Inc. All rights reserved.

  3. Implementation of innovative attitudes and behaviour in primary health care by means of strategic communication: a 7-year follow-up.

    PubMed

    Morténius, Helena; Marklund, Bertil; Palm, Lars; Björkelund, Cecilia; Baigi, Amir

    2012-06-01

    To bridge the gap between theory and practice, methods are needed that promote a positive attitude to change among health care professionals and facilitate the incorporation of new research findings. In this context, communication plays a significant role. The aim of this study was to analyse primary care staff members' readiness to adopt new ways of thinking and willingness to change their work practices by means of strategic communication. An evaluative design was used to study a primary care staff cohort for 7 years. The study population comprised all primary care staff in a region of Sweden (n = 1206). The strategic communication encompassed managerial impact, planning and implementation of reflexive communication processes, in addition to activities in three established communication channels (oral, written and digital). A questionnaire was used, and bivariate and multivariate statistical analyses were performed. A total of 846 individuals participated in the evaluation (70%). Strategic communication had a significant effect on staff members' new way of thinking (61%) and willingness to change daily work practices (33%). The communication channels had a significant synergy effect on the adoption of new ideas and willingness to change attitudes. Oral and digital communication had a significant impact on staff members' readiness to change. Strategic communication plays an important role in the process of creating innovative attitudes and behaviour among primary care professionals. The willingness to change attitudes enhances primary care staff's readiness to change everyday practices, thus facilitating the implementation of evidence-based care. © 2011 Blackwell Publishing Ltd.

  4. Situation, Background, Assessment, and Recommendation-Guided Huddles Improve Communication and Teamwork in the Emergency Department.

    PubMed

    Martin, Heather A; Ciurzynski, Susan M

    2015-11-01

    Thousands of people die annually in hospitals because of poor communication and teamwork between health care team members. Standardized tools and strategies help increase the amount and quality of communication. Two structured communication methods include implementing huddles and the use of the situation, background, assessment, and recommendation (SBAR) communication framework. To improve communication among nurse practitioners and registered nurses within a pediatric emergency department, a performance-improvement project with the structured processes of a joint patient evaluation and huddle was implemented. Data were gathered from 32 nurses and 2 nurse practitioners using structured observation and pre- and post-implementation surveys. The following outcomes were measured: presence or absence of joint patient evaluation and SBAR-guided huddle, verbalization of treatment plan, communication, teamwork, and nurse satisfaction. Eighty-three percent of patient encounters included a joint evaluation. A huddle structured with SBAR was conducted 86% of the time. Registered nurses and nurse practitioners verbalized patients' treatment plans in 89% of cases and 97% of cases, respectively. Improved teamwork, communication, and nursing satisfaction scores were demonstrated among the nurse practitioners and registered nurses. This project showed the feasibility of a simple and inexpensive joint nurse practitioner-registered nurse patient evaluation followed by a structured huddle, which improved communication, teamwork, and nurse satisfaction scores. This performance-improvement project has the potential to enhance efficiency by reducing redundancy, as well as to improve patient safety through the use of structured communication techniques. Copyright © 2015 Emergency Nurses Association. Published by Elsevier Inc. All rights reserved.

  5. The feasibility of implementing a communication skills training course in pediatric hematology/oncology fellowship.

    PubMed

    Weintraub, Lauren; Figueiredo, Lisa; Roth, Michael; Levy, Adam

    Communication skills are a competency highlighted by the Accreditation Council on Graduate Medical Education; yet, little is known about the frequency with which trainees receive formal training or what programs are willing to invest. We sought to answer this question and designed a program to address identified barriers. We surveyed pediatric fellowship program directors from all disciplines and, separately, pediatric hematology/oncology fellowship program directors to determine current use of formal communication skills training. At our institution, we piloted a standardized patient (SP)-based communication skills training program for pediatric hematology/oncology fellows. Twenty-seven pediatric hematology/oncology program directors and 44 pediatric program directors participated in the survey, of which 56% and 48%, respectively, reported having an established, formal communication skills training course. Multiple barriers to implementation of a communication skills course were identified, most notably time and cost. In the pilot program, 13 pediatric hematology/oncology fellows have participated, and 9 have completed all 3 years of training. Precourse assessment demonstrated fellows had limited comfort in various areas of communication. Following course completion, there was a significant increase in self-reported comfort and/or skill level in such areas of communication, including discussing a new diagnosis (p =.0004), telling a patient they are going to die (p =.005), discussing recurrent disease (p <.001), communicating a poor prognosis (p =.002), or responding to anger (p ≤.001). We have designed a concise communication skills training program, which addresses identified barriers and can feasibly be implemented in pediatric hematology/oncology fellowship.

  6. Effects of peer-mediated implementation of visual scripts in middle school.

    PubMed

    Ganz, Jennifer B; Heath, Amy K; Lund, Emily M; Camargo, Siglia P H; Rispoli, Mandy J; Boles, Margot; Plaisance, Lauren

    2012-05-01

    Although research has investigated the impact of peer-mediated interventions and visual scripts on social and communication skills in children with autism spectrum disorders, no studies to date have investigated peer-mediated implementation of scripts. This study investigated the effects of peer-implemented scripts on a middle school student with autism, intellectual impairments, and speech-language impairment via a multiple baseline single-case research design across behaviors. The target student demonstrated improvements in three communicative behaviors when implemented by a trained peer; however, behaviors did not generalize to use with an untrained typically developing peer.

  7. Talk the Talk: Implementing a Communication Curriculum for Surgical Residents.

    PubMed

    Newcomb, Anna B; Trickey, Amber W; Porrey, Melissa; Wright, Jeffrey; Piscitani, Franco; Graling, Paula; Dort, Jonathan

    The Accreditation Council for Graduate Medical Education milestones provide a framework of specific interpersonal and communication skills that surgical trainees should aim to master. However, training and assessment of resident nontechnical skills remains challenging. We aimed to develop and implement a curriculum incorporating interactive learning principles such as group discussion and simulation-based scenarios to formalize instruction in patient-centered communication skills, and to identify best practices when building such a program. The curriculum is presented in quarterly modules over a 2-year cycle. Using our surgical simulation center for the training, we focused on proven strategies for interacting with patients and other providers. We trained and used former patients as standardized participants (SPs) in communication scenarios. Surgical simulation center in a 900-bed tertiary care hospital. Program learners were general surgery residents (postgraduate year 1-5). Trauma Survivors Network volunteers served as SPs in simulation scenarios. We identified several important lessons: (1) designing and implementing a new curriculum is a challenging process with multiple barriers and complexities; (2) several readily available facilitators can ease the implementation process; (3) with the right approach, learners, faculty, and colleagues are enthusiastic and engaged participants; (4) learners increasingly agree that communication skills can be improved with practice and appreciate the curriculum value; (5) patient SPs can be valuable members of the team; and importantly (6) the culture of patient-physician communication appears to shift with the implementation of such a curriculum. Our approach using Trauma Survivors Network volunteers as SPs could be reproduced in other institutions with similar programs. Faculty enthusiasm and support is strong, and learner participation is active. Continued focus on patient and family communication skills would enhance patient care for institutions providing such education as well as for institutions where residents continue on in fellowships or begin their surgical practice. Copyright © 2017 Association of Program Directors in Surgery. Published by Elsevier Inc. All rights reserved.

  8. Control of Smart Building Using Advanced SCADA

    NASA Astrophysics Data System (ADS)

    Samuel, Vivin Thomas

    For complete control of the building, a proper SCADA implementation and the optimization strategy has to be build. For better communication and efficiency a proper channel between the Communication protocol and SCADA has to be designed. This paper concentrate mainly between the communication protocol, and the SCADA implementation, for a better optimization and energy savings is derived to large scale industrial buildings. The communication channel used in order to completely control the building remotely from a distant place. For an efficient result we consider the temperature values and the power ratings of the equipment so that while controlling the equipment, we are setting a threshold values for FDD technique implementation. Building management system became a vital source for any building to maintain it and for safety purpose. Smart buildings, refers to various distinct features, where the complete automation system, office building controls, data center controls. ELC's are used to communicate the load values of the building to the remote server from a far location with the help of an Ethernet communication channel. Based on the demand fluctuation and the peak voltage, the loads operate differently increasing the consumption rate thus results in the increase in the annual consumption bill. In modern days, saving energy and reducing the consumption bill is most essential for any building for a better and long operation. The equipment - monitored regularly and optimization strategy is implemented for cost reduction automation system. Thus results in the reduction of annual cost reduction and load lifetime increase.

  9. ConnectX2 In niBand Management Queues: New support for Network Of oaded

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

    Graham, Richard L; Poole, Stephen W; Shamis, Pavel

    2010-01-01

    This paper introduces the newly developed InfiniBand (IB) Management Queue capability, used by the Host Channel Adapter (HCA) to manage network task data flow dependancies, and progress the communications associated with such flows. These tasks include sends, receives, and the newly supported wait task, and are scheduled by the HCA based on a data dependency description provided by the user. This functionality is supported by the ConnectX-2 HCA, and provides the means for delegating collective communication management and progress to the HCA, also known as collective communication offload. This provides a means for overlapping collective communications managed by the HCAmore » and computation on the Central Processing Unit (CPU), thus making it possible to reduce the impact of system noise on parallel applications using collective operations. This paper further describes how this new capability can be used to implement scalable Message Passing Interface (MPI) collective operations, describing the high level details of how this new capability is used to implement the MPI Barrier collective operation, focusing on the latency sensitive performance aspects of this new capability. This paper concludes with small scale benchmark experiments comparing implementations of the barrier collective operation, using the new network offload capabilities, with established point-to-point based implementations of these same algorithms, which manage the data flow using the central processing unit. These early results demonstrate the promise this new capability provides to improve the scalability of high-performance applications using collective communications. The latency of the HCA based implementation of the barrier is similar to that of the best performing point-to-point based implementation managed by the central processing unit, starting to outperform these as the number of processes involved in the collective operation increases.« less

  10. ConnectX-2 InfiniBand Management Queues: First Investigation of the New Support for Network Offloaded Collective Operations

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

    Graham, Richard L; Poole, Stephen W; Shamis, Pavel

    2010-01-01

    This paper introduces the newly developed Infini-Band (IB) Management Queue capability, used by the Host Channel Adapter (HCA) to manage network task data flow dependancies, and progress the communications associated with such flows. These tasks include sends, receives, and the newly supported wait task, and are scheduled by the HCA based on a data dependency description provided by the user. This functionality is supported by the ConnectX-2 HCA, and provides the means for delegating collective communication management and progress to the HCA, also known as collective communication offload. This provides a means for overlapping collective communications managed by the HCAmore » and computation on the Central Processing Unit (CPU), thus making it possible to reduce the impact of system noise on parallel applications using collective operations. This paper further describes how this new capability can be used to implement scalable Message Passing Interface (MPI) collective operations, describing the high level details of how this new capability is used to implement the MPI Barrier collective operation, focusing on the latency sensitive performance aspects of this new capability. This paper concludes with small scale benchmark experiments comparing implementations of the barrier collective operation, using the new network offload capabilities, with established point-to-point based implementations of these same algorithms, which manage the data flow using the central processing unit. These early results demonstrate the promise this new capability provides to improve the scalability of high performance applications using collective communications. The latency of the HCA based implementation of the barrier is similar to that of the best performing point-to-point based implementation managed by the central processing unit, starting to outperform these as the number of processes involved in the collective operation increases.« less

  11. Communication in cross-cultural consultations in primary care in Europe: the case for improvement. The rationale for the RESTORE FP 7 project.

    PubMed

    van den Muijsenbergh, Maria; van Weel-Baumgarten, Evelyn; Burns, Nicola; O'Donnell, Catherine; Mair, Frances; Spiegel, Wolfgang; Lionis, Christos; Dowrick, Chris; O'Reilly-de Brún, Mary; de Brun, Tomas; MacFarlane, Anne

    2014-04-01

    The purpose of this paper is to substantiate the importance of research about barriers and levers to the implementation of supports for cross-cultural communication in primary care settings in Europe. After an overview of migrant health issues, with the focus on communication in cross-cultural consultations in primary care and the importance of language barriers, we highlight the fact that there are serious problems in routine practice that persist over time and across different European settings. Language and cultural barriers hamper communication in consultations between doctors and migrants, with a range of negative effects including poorer compliance and a greater propensity to access emergency services. It is well established that there is a need for skilled interpreters and for professionals who are culturally competent to address this problem. A range of professional guidelines and training initiatives exist that support the communication in cross-cultural consultations in primary care. However, these are commonly not implemented in daily practice. It is as yet unknown why professionals do not accept or implement these guidelines and interventions, or under what circumstances they would do so. A new study involving six European countries, RESTORE (REsearch into implementation STrategies to support patients of different ORigins and language background in a variety of European primary care settings), aims to address these gaps in knowledge. It uses a unique combination of a contemporary social theory, normalisation process theory (NPT) and participatory learning and action (PLA) research. This should enhance understanding of the levers and barriers to implementation, as well as providing stakeholders, with the opportunity to generate creative solutions to problems experienced with the implementation of such interventions.

  12. Implementing Student Information Systems

    ERIC Educational Resources Information Center

    Sullivan, Laurie; Porter, Rebecca

    2006-01-01

    Implementing an enterprise resource planning system is a complex undertaking. Careful planning, management, communication, and staffing can make the difference between a successful and unsuccessful implementation. (Contains 3 tables.)

  13. Communications Handbook for Traffic Control Systems

    DOT National Transportation Integrated Search

    1993-04-01

    The communications system generally proves the most critical and expensive element of a traffic control system/IVHS. Therefore the successful design, implementation, and operation of the communications system become key to the effectiveness of the ov...

  14. SC'11 Poster: A Highly Efficient MGPT Implementation for LAMMPS; with Strong Scaling

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

    Oppelstrup, T; Stukowski, A; Marian, J

    2011-12-07

    The MGPT potential has been implemented as a drop in package to the general molecular dynamics code LAMMPS. We implement an improved communication scheme that shrinks the communication layer thickness, and increases the load balancing. This results in unprecedented strong scaling, and speedup continuing beyond 1/8 atom/core. In addition, we have optimized the small matrix linear algebra with generic blocking (for all processors) and specific SIMD intrinsics for vectorization on Intel, AMD, and BlueGene CPUs.

  15. 7 CFR 1.25 - Implementing regulations for the Office of the Secretary and the Office of Communications.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... Communications has responsibility for maintaining the flow of information to the mass communications media... Secretary and the Office of Communications. 1.25 Section 1.25 Agriculture Office of the Secretary of... Secretary and the Office of Communications. (a) For the Office of the Secretary and for the Office of...

  16. The Impact of Computer-Mediated Communication Environments on Foreign Language Learning: A Review of the Literature

    ERIC Educational Resources Information Center

    Mahdi, Hassan Saleh

    2014-01-01

    This article reviews the literature on the implementation of computer-mediated communication (CMC) in language learning, aiming at understanding how CMC environments have been implemented to foster language learning. The paper draws on 40 recent research articles selected from 10 peer-reviewed journals, 2 book chapters and one conference…

  17. Understanding the Role of Culture and Communication in Implementing Planned Organizational Change: The Case of Compstat in Police Organizations

    ERIC Educational Resources Information Center

    Yuksel, Yusuf

    2013-01-01

    Despite the popularity of planned change efforts, the failure rates of implementation are as high as 50 to 70 percent (Lewis & Seibold, 1998). While these efforts are affected by technical issues, the organizations' approach to change, structure, technological capabilities, and organizational culture and communication practices are…

  18. Diffusion of Courses with World Wide Web Features: Perceptions of Journalism and Mass Communication Program Administrators.

    ERIC Educational Resources Information Center

    Sutherland, Patrick J.

    2003-01-01

    Examines perceptions of top administrators concerning courses with Web features at Association of Schools of Journalism and Mass Communication (ASJMC) programs. Studies the imperatives and pressures to implement courses with Web features as well as resistances to implementation. Suggests that administrators perceive an extensive set of needs and…

  19. FIFA 11 for Health Programme: Implementation in Five Countries in Sub-Saharan Africa

    ERIC Educational Resources Information Center

    Fuller, Colin W.; Junge, Astrid; Amaning, Jacob; Kaijage, Rogasian R.; Kaputa, John; Magwende, George; Pambo, Prince; Dvorak, Jiri

    2015-01-01

    Objective: To assess the effectiveness of the FIFA 11 for Health programme in increasing children's knowledge about communicable and non-communicable diseases in five countries of Sub-Saharan Africa. Method: A prospective five-cohort study was implemented in schools in Ghana (17), Malawi (12), Namibia (11), Tanzania (18) and Zambia (11). The…

  20. Using Implementation and Program Theory to Examine Communication Strategies in National Wildlife Federation's Backyard Wildlife Habitat Program

    ERIC Educational Resources Information Center

    Palmer, Dain; Dann, Shari L.

    2004-01-01

    Our evaluative approach used implementation theory and program theory, adapted from Weiss (1998) to examine communication processes and results for a national wildlife habitat stewardship education program. Using a mail survey of 1427 participants certified in National Wildlife Federation's (NWF) Backyard Wildlife Habitat (BWH) program and a study…

  1. Evaluation of the Parent-Implemented Communication Strategies (PiCS) Project Using the Multiattribute Utility (MAU) Approach

    ERIC Educational Resources Information Center

    Stoner, Julia B.; Meadan, Hedda; Angell, Maureen E.; Daczewitz, Marcus

    2012-01-01

    We conducted a multiattribute utility (MAU) evaluation to assess the Parent-Implemented Communication Strategies (PiCS) project which was funded by the Institute of Education Sciences (IES). In the PiCS project parents of young children with developmental disabilities are trained and coached in their homes on naturalistic and visual teaching…

  2. Identifying and Applying the Communicative and the Constructivist Approaches To Facilitate Transfer of Knowledge in the Bilingual Classroom.

    ERIC Educational Resources Information Center

    Olivares, Rafael A.; Lemberger, Nancy

    2002-01-01

    Provides recommendations for the implementation of the communication, constructivism, and transference of knowledge (CCT) model in the education of English language learners (ELLS). Describes how the CCT model is identified in research studies and suggests specific recommendations to facilitate the implementation of the model in the education of…

  3. A Case Study of College Level Second Language Teachers' Perceptions and Implementations of Communicative Language Teaching

    ERIC Educational Resources Information Center

    Wong, Chiu-Yin

    2012-01-01

    Previous research studies have indicated that some educators do not advocate Communicative Language Teaching (CLT) because of their misunderstanding of the methodology. This article explores the relationship between college-level second language (L2) educators' perceptions and their implementations of CLT. The results of this study show that the…

  4. User acceptability--a critical success factor for picture archiving and communication system implementation.

    PubMed

    Crivianu-Gaita, D; Babyn, P; Gilday, D; O'Brien, B; Charkot, E

    2000-05-01

    The Department of Diagnostic Imaging at the Hospital for Sick Children (HSC), Toronto, implemented a picture archiving and communication system (PACS) during the last year. This report describes our experience from the point of view of user acceptability. Based on objective data, the following key success factors were identified: user involvement in PACS planning, training, technical support, and rollout of pilot projects. Although technical factors are critical and must be addressed, the main conclusion of our study is that other nontechnical factors need to be recognized and resolved. Recognition of the importance of these factors to user acceptance and clear communication and consultation will help reduce negative user attitudes and increase the chance of a successful PACS implementation.

  5. Information Issues and Contexts that Impair Team Based Communication Workflow: A Palliative Sedation Case Study.

    PubMed

    Cornett, Alex; Kuziemsky, Craig

    2015-01-01

    Implementing team based workflows can be complex because of the scope of providers involved and the extent of information exchange and communication that needs to occur. While a workflow may represent the ideal structure of communication that needs to occur, information issues and contextual factors may impact how the workflow is implemented in practice. Understanding these issues will help us better design systems to support team based workflows. In this paper we use a case study of palliative sedation therapy (PST) to model a PST workflow and then use it to identify purposes of communication, information issues and contextual factors that impact them. We then suggest how our findings could inform health information technology (HIT) design to support team based communication workflows.

  6. The impact of the Advancing Social-communication And Play (ASAP) intervention on preschoolers with autism spectrum disorder.

    PubMed

    Dykstra, Jessica R; Boyd, Brian A; Watson, Linda R; Crais, Elizabeth R; Baranek, Grace T

    2012-01-01

    This study evaluates an intervention targeting social-communication and play skills (Advancing Social-communication And Play; ASAP) implemented by school staff in a public preschool setting. With increases in enrollment of children with autism spectrum disorder (ASD) in school systems, establishing the effectiveness and feasibility of interventions implemented in school settings is important. In clinical settings, interventions targeting social-communication and play behaviors have increased these skills and impacted later language abilities. Results of this single-case design study indicated the ASAP intervention had a positive impact on social-communication and play skills for three preschoolers with ASD. All participants showed either increases in frequency or more stability in targeted behaviors. Social validity results provide additional support for the use of ASAP with preschoolers with ASD.

  7. 76 FR 66889 - Closed Captioning of Internet Protocol-Delivered Video Programming: Implementation of the Twenty...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2011-10-28

    ... FEDERAL COMMUNICATIONS COMMISSION 47 CFR Parts 15 and 79 [MB Docket No. 11-154; DA 11-1766] Closed... Communications and Video Accessibility Act of 2010 AGENCY: Federal Communications Commission. ACTION: Proposed... . Follow the instructions for submitting comments. Federal Communications Commission's Electronic Comment...

  8. Strategies for Assessment of the Basic Undergraduate Interpersonal Communication Course.

    ERIC Educational Resources Information Center

    Ratliffe, Sharon A.

    Golden West College's (GWC's) Interpersonal Communication course was designed to help students develop communication skills, understand the criteria used in selecting the most appropriate way to communicate, implement these choices effectively through verbal and nonverbal means, and evaluate the effectiveness of these choices. Students learn the…

  9. Commentary: Communications Doesn't Define PR, It Diminishes It.

    ERIC Educational Resources Information Center

    Budd, John, Jr.

    1995-01-01

    Gives the dictionary definition of "communications," and then suggests that communications is the last act in the process of public relations. Presents hypothetical situations to show that PR is the final implementation step in a management process rather than just "communications." Argues that some companies, however, use…

  10. Communication Intervention for Young Children with Severe Neurodevelopmental Disabilities via Telehealth

    ERIC Educational Resources Information Center

    Simacek, Jessica; Dimian, Adele F.; McComas, Jennifer J.

    2017-01-01

    Young children with neurodevelopmental disorders such as autism spectrum disorders (ASD) and Rett syndrome often experience severe communication impairments. This study examined the efficacy of parent-implemented communication assessment and intervention with remote coaching via telehealth on the acquisition of early communication skills of three…

  11. The Effectiveness of the "Picture Exchange Communication System" with Nonspeaking Adults

    ERIC Educational Resources Information Center

    Stoner, Julia B.; Beck, Ann R.; Bock, Stacey Jones; Hickey, Katherine; Kosuwan, Kullaya; Thompson, James R.

    2006-01-01

    "Picture Exchange Communication System" (PECS) training was implemented with 5 nonspeaking adults with mental retardation who were not currently using any type of functional communication system. A modified ABAB, single-subject design was used to assess the effectiveness of PECS in enhancing the functional communication skills of these…

  12. Teamwork and communication.

    PubMed

    Pfrimmer, Dale

    2009-07-01

    Effective teamwork and communication is critical to the delivery of safe and reliable patient care. Communication breakdowns account for the overwhelming majority of sentinel events. Effective teamwork and communication can help prevent mistakes and decrease patient risk. The implementation of simple tools and behaviors can greatly enhance patient safety and improve perceptions of teamwork.

  13. How Speech Communication Training Interfaces with Public Relations Training.

    ERIC Educational Resources Information Center

    Bosley, Phyllis B.

    Speech communication training is a valuable asset for those entering the public relations (PR) field. This notion is reinforced by the 1987 "Design for Undergraduate Public Relations Education," a guide for implementing speech communication courses within a public relations curriculum, and also in the incorporation of oral communication training…

  14. Loss of controller-pilot voice communications in domestic en route airspace

    DOT National Transportation Integrated Search

    2017-02-10

    With the planned implementation of ControllerPilot Data Link Communications (CPDLC) in en route airspace, information on voice communication performance in this airspace can help to predict specific benefits associated with CPDLC, identify adjustm...

  15. Portable TMC-TMS Communications Demonstration : Western States Rural Transportation Technology Implementers Forum

    DOT National Transportation Integrated Search

    2008-06-01

    In cooperation with the California Department of Transportation, Montana State University's Western Transportation Institute has conducted an evaluation of communication technologies for application to TMC-TMS communications in Caltrans District 1. W...

  16. Secure multi-party communication with quantum key distribution managed by trusted authority

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

    Hughes, Richard John; Nordholt, Jane Elizabeth; Peterson, Charles Glen

    Techniques and tools for implementing protocols for secure multi-party communication after quantum key distribution ("QKD") are described herein. In example implementations, a trusted authority facilitates secure communication between multiple user devices. The trusted authority distributes different quantum keys by QKD under trust relationships with different users. The trusted authority determines combination keys using the quantum keys and makes the combination keys available for distribution (e.g., for non-secret distribution over a public channel). The combination keys facilitate secure communication between two user devices even in the absence of QKD between the two user devices. With the protocols, benefits of QKD aremore » extended to multi-party communication scenarios. In addition, the protocols can retain benefit of QKD even when a trusted authority is offline or a large group seeks to establish secure communication within the group.« less

  17. Communicating the AMFm message: exploring the effect of communication and training interventions on private for-profit provider awareness and knowledge related to a multi-country anti-malarial subsidy intervention

    PubMed Central

    2014-01-01

    Background The Affordable Medicines Facility - malaria (AMFm), implemented at national scale in eight African countries or territories, subsidized quality-assured artemisinin combination therapy (ACT) and included communication campaigns to support implementation and promote appropriate anti-malarial use. This paper reports private for-profit provider awareness of key features of the AMFm programme, and changes in provider knowledge of appropriate malaria treatment. Methods This study had a non-experimental design based on nationally representative surveys of outlets stocking anti-malarials before (2009/10) and after (2011) the AMFm roll-out. Results Based on data from over 19,500 outlets, results show that in four of eight settings, where communication campaigns were implemented for 5–9 months, 76%-94% awareness of the AMFm ‘green leaf’ logo, 57%-74% awareness of the ACT subsidy programme, and 52%-80% awareness of the correct recommended retail price (RRP) of subsidized ACT were recorded. However, in the remaining four settings where communication campaigns were implemented for three months or less, levels were substantially lower. In six of eight settings, increases of at least 10 percentage points in private for-profit providers’ knowledge of the correct first-line treatment for uncomplicated malaria were seen; and in three of these the levels of knowledge achieved at endline were over 80%. Conclusions The results support the interpretation that, in addition to the availability of subsidized ACT, the intensity of communication campaigns may have contributed to the reported levels of AMFm-related awareness and knowledge among private for-profit providers. Future subsidy programmes for anti-malarials or other treatments should similarly include communication activities. PMID:24495691

  18. OPALS: A COTS-based Tech Demo of Optical Communications

    NASA Technical Reports Server (NTRS)

    Oaida, Bogdan

    2012-01-01

    I. Objective: Deliver video from ISS to optical ground terminal via an optical communications link. a) JPL Phaeton/Early Career Hire (ECH) training project. b) Implemented as Class-D payload. c) Downlink at approx.30Mb/s. II. Flight System a) Optical Head Beacon Acquisition Camera. Downlink Transmitter. 2-axis Gimbal. b) Sealed Container Laser Avionics Power distribution Digital I/O board III. Implementation: a) Ground Station - Optical Communications Telescope Laboratory at Table Mountain Facility b) Flight System mounted to ISS FRAM as standard I/F. Attached externally on Express Logistics Carrier.

  19. Using a human patient simulator to study the relationship between communication and nursing students' team performance.

    PubMed

    Hirokawa, Randy Y; Daub, Katharyn; Lovell, Eileen; Smith, Sarah; Davis, Alice; Beck, Christine

    2012-11-01

    This study examined the relationship between communication and nursing students' team performance by determining whether variations in team performance are related to differences in communication regarding five task-relevant functions: assessment, diagnosis, planning, implementation, and evaluation. The study results indicate a positive relationship between nursing students' team performance and comments focused on the implementation of treatment(s) and the evaluation of treatment options. A negative relationship between nursing students' team performance and miscellaneous comments made by team members was also observed. Copyright 2012, SLACK Incorporated.

  20. Data link communications in the National Airspace System

    NASA Technical Reports Server (NTRS)

    Lee, Alfred T.

    1989-01-01

    In the near future, conventional radio communications, currently the primary medium for the transfer of information between aircraft and ground stations, will be replaced by digital data link. This paper briefly describes this technology and summarizes what are believed to be the principal human factor issues associated with data link implementation in the airspace system. Integration of data link communications with existing systems on the flight deck and in the Air Traffic Control system is discussed with regard for both near term implementation and longer term operational issues.

  1. Patient, staff, and clinician perspectives on implementing electronic communications in an interdisciplinary rural family health practice.

    PubMed

    Chang, Feng; Paramsothy, Thivaher; Roche, Matthew; Gupta, Nishi S

    2017-03-01

    Aim To conduct an environmental scan of a rural primary care clinic to assess the feasibility of implementing an e-communications system between patients and clinic staff. Increasing demands on healthcare require greater efficiencies in communications and services, particularly in rural areas. E-communications may improve clinic efficiency and delivery of healthcare but raises concerns about patient privacy and data security. We conducted an environmental scan at one family health team clinic, a high-volume interdisciplinary primary care practice in rural southwestern Ontario, Canada, to determine the feasibility of implementing an e-communications system between its patients and staff. A total of 28 qualitative interviews were conducted (with six physicians, four phone nurses, four physicians' nurses, five receptionists, one business office attendant, five patients, and three pharmacists who provide care to the clinic's patients) along with quantitative surveys of 131 clinic patients. Findings Patients reported using the internet regularly for multiple purposes. Patients indicated they would use email to communicate with their family doctor for prescription refills (65% of respondents), appointment booking (63%), obtaining lab results (60%), and education (50%). Clinic staff expressed concerns about patient confidentiality and data security, the timeliness, complexity and responsibility of responses, and increased workload. Clinic staff members are willing to use an e-communications system but clear guidelines are needed for successful adoption and to maintain privacy of patient health data. E-communications might improve access to and quality of care in rural primary care practices.

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

  3. Optical processing for future computer networks

    NASA Technical Reports Server (NTRS)

    Husain, A.; Haugen, P. R.; Hutcheson, L. D.; Warrior, J.; Murray, N.; Beatty, M.

    1986-01-01

    In the development of future data management systems, such as the NASA Space Station, a major problem represents the design and implementation of a high performance communication network which is self-correcting and repairing, flexible, and evolvable. To obtain the goal of designing such a network, it will be essential to incorporate distributed adaptive network control techniques. The present paper provides an outline of the functional and communication network requirements for the Space Station data management system. Attention is given to the mathematical representation of the operations being carried out to provide the required functionality at each layer of communication protocol on the model. The possible implementation of specific communication functions in optics is also considered.

  4. Implementing Family Meetings Into a Respiratory Care Unit: A Care and Communication Quality Improvement Project.

    PubMed

    Loeslie, Vicki; Abcejo, Ma Sunnimpha; Anderson, Claudia; Leibenguth, Emily; Mielke, Cathy; Rabatin, Jeffrey

    Substantial evidence in critical care literature identifies a lack of quality and quantity of communication between patients, families, and clinicians while in the intensive care unit. Barriers include time, multiple caregivers, communication skills, culture, language, stress, and optimal meeting space. For patients who are chronically critically ill, the need for a structured method of communication is paramount for discussion of goals of care. The objective of this quality improvement project was to identify barriers to communication, then develop, implement, and evaluate a process for semistructured family meetings in a 9-bed respiratory care unit. Using set dates and times, family meetings were offered to patients and families admitted to the respiratory care unit. Multiple avenues of communication were utilized to facilitate attendance. Utilizing evidence-based family meeting literature, a guide for family meetings was developed. Templates were developed for documentation of the family meeting in the electronic medical record. Multiple communication barriers were identified. Frequency of family meeting occurrence rose from 31% to 88%. Staff satisfaction with meeting frequency, meeting length, and discussion of congruent goals of care between patient/family and health care providers improved. Patient/family satisfaction with consistency of message between team members; understanding of medications, tests, and dismissal plan; and efficacy to address their concerns with the medical team improved. This quality improvement project was implemented to address the communication gap in the care of complex patients who require prolonged hospitalizations. By identifying this need, engaging stakeholders, and developing a family meeting plan to meet to address these needs, communication between all members of the patient's care team has improved.

  5. Implementing Communication Studies into General Education: The Basic Course as General Education (Or, How We Made It Work for Us).

    ERIC Educational Resources Information Center

    Buckrop, Jacquelyn J.

    At Ball State University in Indiana, the basic course (COMM 210) focuses communication concepts and skills with the goals of helping students understand basic communication principles, providing them with the opportunity to improve their communication skills, and enhancing their awareness of communication's role in culture. Special emphasis is…

  6. Opening the Doors of Communication: A Handbook about Strategies and Implementation of Communication Tools for Your Child. Second Edition. CRC-8

    ERIC Educational Resources Information Center

    PACER Center, 2004

    2004-01-01

    Communication is accomplished in many ways--through gestures, body language, writing, and speaking. Most people communicate verbally, without giving much thought to the process, but others may struggle to effectively communicate with others. The ability to express oneself affects behavior, learning, and sociability. When children are unable to…

  7. Library Public Relations, Promotions, and Communications: A How-To-Do-It Manual. How-To-Do-It Manuals for Librarians Number 75.

    ERIC Educational Resources Information Center

    Wolfe, Lisa A.

    This book provides an introduction to basic communications concepts, a step-by-step process for developing and implementing a library public relations/communications plan, and descriptions of effective library communications tools and strategies. Detailed examples of the application of solid communications planning in school, public, academic, and…

  8. Assessing knowledge and application of emergency risk communication principles among public health workers in China.

    PubMed

    Cope, James R; Frost, Melinda; Richun, Li; Xie, Ruiqian

    2014-06-01

    Since 2003, the Chinese National Health and Family Planning Commission (formerly the Ministry of Health) has implemented changes to more effectively communicate risk during public health emergencies. In spite of ongoing improvements, provincial and sub-provincial leaders face barriers, such as established modes of operation, lack of training, shortage of trained risk communicators, and limited understanding and willingness of recipients to mitigate risks. We assessed the current status of and barriers to risk communication knowledge and practice among public health practitioners in China. We designed the survey questionnaire to capture information related to the risk communication core capacities required by international health regulations and common risk communication principles. Our findings showed that risk communication training has successfully developed an awareness of risk communication principles and the ability to implement those principles in practice in China. Future efforts should focus on areas such as a dedicated risk communication workforce, requirements that public health agencies develop a risk communication plan, and additional training for public health practitioners and their partners. It is critical that the infectious diseases prevention and control law be amended to grant provincial and local public health agencies more autonomy to release information.

  9. Evaluating the implementation of a national disclosure policy for large-scale adverse events in an integrated health care system: identification of gaps and successes.

    PubMed

    Maguire, Elizabeth M; Bokhour, Barbara G; Wagner, Todd H; Asch, Steven M; Gifford, Allen L; Gallagher, Thomas H; Durfee, Janet M; Martinello, Richard A; Elwy, A Rani

    2016-11-11

    Many healthcare organizations have developed disclosure policies for large-scale adverse events, including the Veterans Health Administration (VA). This study evaluated VA's national large-scale disclosure policy and identifies gaps and successes in its implementation. Semi-structured qualitative interviews were conducted with leaders, hospital employees, and patients at nine sites to elicit their perceptions of recent large-scale adverse events notifications and the national disclosure policy. Data were coded using the constructs of the Consolidated Framework for Implementation Research (CFIR). We conducted 97 interviews. Insights included how to handle the communication of large-scale disclosures through multiple levels of a large healthcare organization and manage ongoing communications about the event with employees. Of the 5 CFIR constructs and 26 sub-constructs assessed, seven were prominent in interviews. Leaders and employees specifically mentioned key problem areas involving 1) networks and communications during disclosure, 2) organizational culture, 3) engagement of external change agents during disclosure, and 4) a need for reflecting on and evaluating the policy implementation and disclosure itself. Patients shared 5) preferences for personal outreach by phone in place of the current use of certified letters. All interviewees discussed 6) issues with execution and 7) costs of the disclosure. CFIR analysis reveals key problem areas that need to be addresses during disclosure, including: timely communication patterns throughout the organization, establishing a supportive culture prior to implementation, using patient-approved, effective communications strategies during disclosures; providing follow-up support for employees and patients, and sharing lessons learned.

  10. Communication and implementation of GIS data in fire management: a case study

    Treesearch

    Kenneth G. Boykin; Douglas I. Boykin; Rusty Stovall; Ryan Whitaker

    2008-01-01

    Remotely sensed data and Geographical Information Systems (GIS) can be an effective tool in fire management. For the inclusion of these tools, fire management and research personnel must be effective in communication regarding needs and limitations of the data and implementing that data at various scales. A number of personnel can be involved within fire management...

  11. Parent Perspectives on Home-Based Intervention for Young Children with Developmental Disabilities: The Parent-Implemented Communication Strategies (PiCS) Project in Illinois, USA

    ERIC Educational Resources Information Center

    Meadan, Hedda; Stoner, Julia B.; Angell, Maureen E.

    2015-01-01

    Parents' perspectives on a home-based, parent-implemented social-pragmatic communication intervention for young children aged 37 to 60 months with limited expressive language are presented in this report. The researchers analyzed the perspectives of seven parent participants in the Institute of Education Sciences-funded Parent-Implemented…

  12. A Further Evaluation of Behavioral Skills Training for Implementation of the Picture Exchange Communication System

    ERIC Educational Resources Information Center

    Homlitas, Christa; Rosales, Rocío; Candel, Lindsay

    2014-01-01

    We evaluated the effectiveness of a behavioral skills training package to teach implementation of Phases 1, 2, and 3A of the picture exchange communication system (PECS) to teachers employed at a therapeutic center for children with autism. Probes in the natural environment and follow-up were conducted with children who were assigned to work with…

  13. Framework for Flexible Security in Group Communications

    NASA Technical Reports Server (NTRS)

    McDaniel, Patrick; Prakash, Atul

    2006-01-01

    The Antigone software system defines a framework for the flexible definition and implementation of security policies in group communication systems. Antigone does not dictate the available security policies, but provides high-level mechanisms for implementing them. A central element of the Antigone architecture is a suite of such mechanisms comprising micro-protocols that provide the basic services needed by secure groups.

  14. Improving 10th Graders' English Communicative Competence through the Implementation of the Task-Based Learning Approach

    ERIC Educational Resources Information Center

    Buitrago Campo, Ana Carolina

    2016-01-01

    This article reports the results of an action-research project focused on improving students' communicative competence in English through the task-based learning approach. This study was conducted in a co-educational public school in Medellín (Colombia) with thirty-four tenth graders. Actions implemented include the development of a series of…

  15. Video as a technology for interpersonal communications: a new perspective

    NASA Astrophysics Data System (ADS)

    Whittaker, Steve

    1995-03-01

    Some of the most challenging multimedia applications have involved real- time conferencing, using audio and video to support interpersonal communication. Here we re-examine assumptions about the role, importance and implementation of video information in such systems. Rather than focussing on novel technologies, we present evaluation data relevant to both the classes of real-time multimedia applications we should develop and their design and implementation. Evaluations of videoconferencing systems show that previous work has overestimated the importance of video at the expense of audio. This has strong implications for the implementation of bandwidth allocation and synchronization. Furthermore our recent studies of workplace interaction show that prior work has neglected another potentially vital function of visual information: in assessing the communication availability of others. In this new class of application, rather than providing a supplement to audio information, visual information is used to promote the opportunistic communications that are prevalent in face-to-face settings. We discuss early experiments with such connection applications and identify outstanding design and implementation issues. Finally we examine a different class of application 'video-as-data', where the video image is used to transmit information about the work objects themselves, rather than information about interactants.

  16. 2008 Year in Review

    NASA Technical Reports Server (NTRS)

    Figueroa, Jorge Fernando

    2008-01-01

    In February of 2008; NASA Stennis Space Center (SSC), NASA Kennedy Space Center (KSC), and The Applied Research Laboratory at Penn State University demonstrated a pilot implementation of an Integrated System Health Management (ISHM) capability at the Launch Complex 20 of KSC. The following significant accomplishments are associated with this development: (1) implementation of an architecture for ground operations ISHM, based on networked intelligent elements; (2) Use of standards for management of data, information, and knowledge (DIaK) leading to modular ISHM implementation with interoperable elements communicating according to standards (three standards were used: IEEE 1451 family of standards for smart sensors and actuators, Open Systems Architecture for Condition Based Maintenance (OSA-CBM) standard for communicating DIaK describing the condition of elements of a system, and the OPC standard for communicating data); (3) ISHM implementation using interoperable modules addressing health management of subsystems; and (4) use of a physical intelligent sensor node (smart network element or SNE capable of providing data and health) along with classic sensors originally installed in the facility. An operational demonstration included detection of anomalies (sensor failures, leaks, etc.), determination of causes and effects, communication among health nodes, and user interfaces.

  17. An audience-channel-message-evaluation (ACME) framework for health communication campaigns.

    PubMed

    Noar, Seth M

    2012-07-01

    Recent reviews of the literature have indicated that a number of health communication campaigns continue to fail to adhere to principles of effective campaign design. The lack of an integrated, organizing framework for the design, implementation, and evaluation of health communication campaigns may contribute to this state of affairs. The current article introduces an audience-channel-message-evaluation (ACME) framework that organizes the major principles of health campaign design, implementation, and evaluation. ACME also explicates the relationships and linkages between the varying principles. Insights from ACME include the following: The choice of audience segment(s) to focus on in a campaign affects all other campaign design choices, including message strategy and channel/component options. Although channel selection influences options for message design, choice of message design also influences channel options. Evaluation should not be thought of as a separate activity, but rather should be infused and integrated throughout the campaign design and implementation process, including formative, process, and outcome evaluation activities. Overall, health communication campaigns that adhere to this integrated set of principles of effective campaign design will have a greater chance of success than those using principles idiosyncratically. These design, implementation, and evaluation principles are embodied in the ACME framework.

  18. Primer on the Implementation of a Pharmacy Intranet Site to Improve Department Communication

    PubMed Central

    Hale, Holly J.

    2013-01-01

    Purpose: The purpose of the article is to describe the experience of selecting, developing, and implementing a pharmacy department intranet site with commentary regarding application to other institutions. Clinical practitioners and supporting staff need an effective, efficient, organized, and user-friendly communication tool to utilize and relay information required to optimize patient care. Summary: To create a functional and user-friendly department intranet site, department leadership and staff should be involved in the process from selection of product through implementation. A product that supports both document storage management and communication delivery and has the capability to be customized to provide varied levels of site access is desirable. The designation of an intranet site owner/developer within the department will facilitate purposeful site design and site maintenance execution. A well-designed and up-to-date site along with formal end-user training are essential for staff adoption and continued utilization. Conclusion: Development of a department intranet site requires a considerable time investment by several members of the department. The implementation of an intranet site can be an important step toward achieving improved communications. Staff utilization of this resource is key to its success. PMID:24421523

  19. Primer on the implementation of a pharmacy intranet site to improve department communication.

    PubMed

    Hale, Holly J

    2013-07-01

    The purpose of the article is to describe the experience of selecting, developing, and implementing a pharmacy department intranet site with commentary regarding application to other institutions. Clinical practitioners and supporting staff need an effective, efficient, organized, and user-friendly communication tool to utilize and relay information required to optimize patient care. To create a functional and user-friendly department intranet site, department leadership and staff should be involved in the process from selection of product through implementation. A product that supports both document storage management and communication delivery and has the capability to be customized to provide varied levels of site access is desirable. The designation of an intranet site owner/developer within the department will facilitate purposeful site design and site maintenance execution. A well-designed and up-to-date site along with formal end-user training are essential for staff adoption and continued utilization. Development of a department intranet site requires a considerable time investment by several members of the department. The implementation of an intranet site can be an important step toward achieving improved communications. Staff utilization of this resource is key to its success.

  20. Implementing corporate wellness programs: a business approach to program planning.

    PubMed

    Helmer, D C; Dunn, L M; Eaton, K; Macedonio, C; Lubritz, L

    1995-11-01

    1. Support of key decision makers is critical to the successful implementation of a corporate wellness program. Therefore, the program implementation plan must be communicated in a format and language readily understood by business people. 2. A business approach to corporate wellness program planning provides a standardized way to communicate the implementation plan. 3. A business approach incorporates the program planning components in a format that ranges from general to specific. This approach allows for flexibility and responsiveness to changes in program planning. 4. Components of the business approach are the executive summary, purpose, background, ground rules, approach, requirements, scope of work, schedule, and financials.

  1. Complete exchange on the iPSC-860

    NASA Technical Reports Server (NTRS)

    Bokhari, Shahid H.

    1991-01-01

    The implementation of complete exchange on the circuit switched Intel iPSC-860 hypercube is described. This pattern, also known as all-to-all personalized communication, is the densest requirement that can be imposed on a network. On the iPSC-860, care needs to be taken to avoid edge contention, which can have a disastrous impact on communication time. There are basically two classes of algorithms that achieve contention-free complete exchange. The first contains the classical standard exchange algorithm that is generally useful for small message sizes. The second includes a number of optimal or near-optimal algorithms that are best for large messages. Measurement of communication overhead on the iPSC-860 are given and a notation for analyzing communication link usage is developed. It is shown that for the two classes of algorithms, there is substantial variation in performance with synchronization technique and choice of message protocol. Timings of six implementations are given; each of these is useful over a particular range of message size and cube dimension. Since the complete exchange is a superset of communication patterns, these timings represent upper bounds on the time required by an arbitrary communication requirement. These results indicate that the programmer needs to evaluate several possibilities before finalizing an implementation - a careful choice can lead to very significant savings in time.

  2. Identification of the Communicative Abilities of Brazilian Children with Cerebral Palsy in the Family Context

    ERIC Educational Resources Information Center

    Deliberato, Debora; Manzini, Eduardo Jose

    2012-01-01

    This article highlights the importance of the information obtained from the family in the implementation of the augmentative and alternative communication (AAC) system. The objective was to investigate the communicative abilities of children with severe communication deficit through their parents' reports within the family routine. Eleven parents…

  3. Use of Dual Communication Boards at Vocational Sites by Students Who Are Deaf-Blind.

    ERIC Educational Resources Information Center

    Heller, Kathryn Wolff; And Others

    1996-01-01

    This study evaluated the effectiveness and desirability of dual communication boards as receptive and expressive forms of communication by 3 deaf-blind students (ages 16-21) in community-based vocational instruction settings. One year after implementation, students and communication partners were successfully using the boards. Use of dual boards…

  4. Effects of Implementing the Picture Exchange Communication System (PECS) with Adults with Developmental Disabilities and Severe Communication Deficits

    ERIC Educational Resources Information Center

    Conklin, Carl G.; Mayer, G. Roy

    2011-01-01

    The purpose of this study is to evaluate the effects of "Picture Exchange Communication System" (PECS) training, using a multiple baseline design on the independent initiations of three adults with developmental disabilities and severe communication deficits. All participants increased their independent initiations, although at different…

  5. Communication Training and Consulting in Business, Industry, and Government.

    ERIC Educational Resources Information Center

    Buchholz, William J., Ed.

    Intended as a reference for training and consulting in the field of business communication, this book presents research, implements theory, and explores communication practices vital to all organizations. The titles of the essays and their authors are as follows: (1) "Communication Consulting--The State of the Art" (William J. Buchholz); (2) "The…

  6. Attending unintended transformations of health care infrastructure

    PubMed Central

    Wentzer, Helle; Bygholm, Ann

    2007-01-01

    Introduction Western health care is under pressure from growing demands on quality and efficiency. The development and implementation of information technology, IT is a key mean of health care authorities to improve on health care infrastructure. Theory and methods Against a background of theories on human-computer interaction and IT-mediated communication, different empirical studies of IT implementation in health care are analyzed. The outcome is an analytical discernment between different relations of communication and levels of interaction with IT in health care infrastructure. These relations and levels are synthesized into a framework for identifying tensions and potential problems in the mediation of health care with the IT system. These problems are also known as unexpected adverse consequences, UACs, from IT implementation into clinical health care practices. Results This paper develops a conceptual framework for addressing transformations of communication and workflow in health care as a result of implementing IT. Conclusion and discussion The purpose of the conceptual framework is to support the attention to and continuous screening for errors and unintended consequences of IT implementation into health care practices and outcomes. PMID:18043725

  7. Impacts of a PECS instructional coaching intervention on practitioners and children with autism.

    PubMed

    Ganz, Jennifer B; Goodwyn, Fara D; Boles, Margot M; Hong, Ee Rea; Rispoli, Mandy J; Lund, Emily M; Kite, Elizabeth

    2013-09-01

    There is a growing research literature on the potential benefits of augmentative and alternative communication (AAC) for individuals with autism; however few studies have investigated implementation of AAC within real-life contexts. Thus, the purpose of this study was to investigate the impact of training for practitioners in implementation of aided AAC, and to examine implementation of Picture Exchange Communication System (PECS) in real-life contexts. In particular, this study involved the implementation of instructional coaching to increase opportunities offered by behavioral therapists for their preschool-aged clients to use PECS to make requests. Results indicated increases in therapist implementation of AAC and client use of AAC in trained contexts, with limited generalization to untrained contexts.

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

    Youssef, Tarek A.; Elsayed, Ahmed T.; Mohammed, Osama A.

    This study presents the design and implementation of a communication and control infrastructure for smart grid operation. The proposed infrastructure enhances the reliability of the measurements and control network. The advantages of utilizing the data-centric over message-centric communication approach are discussed in the context of smart grid applications. The data distribution service (DDS) is used to implement a data-centric common data bus for the smart grid. This common data bus improves the communication reliability, enabling distributed control and smart load management. These enhancements are achieved by avoiding a single point of failure while enabling peer-to-peer communication and an automatic discoverymore » feature for dynamic participating nodes. The infrastructure and ideas presented in this paper were implemented and tested on the smart grid testbed. A toolbox and application programing interface for the testbed infrastructure are developed in order to facilitate interoperability and remote access to the testbed. This interface allows control, monitoring, and performing of experiments remotely. Furthermore, it could be used to integrate multidisciplinary testbeds to study complex cyber-physical systems (CPS).« less

  9. Development of an existential support training program for healthcare professionals.

    PubMed

    Henoch, Ingela; Strang, Susann; Browall, Maria; Danielson, Ella; Melin-Johansson, Christina

    2015-12-01

    Our aim was to describe the developmental process of a training program for nurses to communicate existential issues with severely ill patients. The Medical Research Council (MRC) framework for the development and evaluation of complex interventions was used to develop a training program for nurses to communicate about existential issues with their patients. The steps in the framework were employed to describe the development of the training intervention, and the development, feasibility and piloting, evaluation, and implementation phases. The development and feasibility phases are described in the Methods section. The evaluation and implementation phases are described in the Results section. In the evaluation phase, the effectiveness of the intervention was shown as nurses' confidence in communication increased after training. The understanding of the change process was considered to be that the nurses could describe their way of communicating in terms of prerequisites, process, and content. Some efforts have been made to implement the training intervention, but these require further elaboration. Existential and spiritual issues are very important to severely ill patients, and healthcare professionals need to be attentive to such questions. It is important that professionals be properly prepared when patients need this communication. An evidence-based training intervention could provide such preparation. Healthcare staff were able to identify situations where existential issues were apparent, and they reported that their confidence in communication about existential issues increased after attending a short-term training program that included reflection. In order to design a program that should be permanently implemented, more knowledge is needed of patients' perceptions of the quality of the healthcare staff's existential support.

  10. Teamwork and Electronic Health Record Implementation: A Case Study of Preserving Effective Communication and Mutual Trust in a Changing Environment.

    PubMed

    Gross, Anne H; Leib, Ryan K; Tonachel, Anne; Tonachel, Richard; Bowers, Danielle M; Burnard, Rachel A; Rhinehart, Catherine A; Valentim, Rahila; Bunnell, Craig A

    2016-11-01

    This article describes how trust among team members and in the technology supporting them was eroded during implementation of an electronic health record (EHR) in an adult outpatient oncology practice at a comprehensive cancer center. Delays in care of a 38-year-old woman with high-risk breast cancer occurred because of ineffective team communication and are illustrated in a case study. The case explores how the patient's trust and mutual trust between team members were disrupted because of inaccurate assumptions about the functionality of the EHR's communication tool, resultant miscommunications between team members and the patient, and the eventual recognition that care was not being effectively coordinated, as it had been previously. Despite a well-established, team-based culture and significant preparation for the EHR implementation, the challenges that occurred point to underlying human and system failures from which other organizations going through a similar process may learn. Through an analysis and evaluation of events that transpired before and during the EHR rollout, suggested interventions for preventing this experience are offered, which include: a thorough crosswalk between old and new communication mechanisms before implementation; understanding and mitigation of gaps in the communication tool's functionality; more robust training for staff, clinicians, and patients; greater consideration given to the pace of change expected of individuals; and development of models of collaboration between EHR users and vendors in developing products that support high-quality, team-based care in the oncology setting. These interventions are transferable to any organizational or system change that threatens mutual trust and effective communication.

  11. Shared governance: a way to improve the care in an inpatient rehabilitation facility.

    PubMed

    Torres, Audrey; Kunishige, Nalani; Morimoto, Denise; Hanzawa, Tracie; Ebesu, Mike; Fernandez, John; Nohara, Lynne; SanAgustin, Eliseo; Borg, Stephanie

    2015-01-01

    Rehabilitation care is specialized and individualized requiring effective and efficient communication to achieve optimal patient outcomes. To examine how effective implementation of shared governance could improve care delivery, promote patient-centered care, and improve patient outcomes. The shared governance approach included all members of the rehabilitation team (i.e., physical therapist, occupational therapist, speech therapist, registered nurse and nurse aide) and was implemented over 6 months. The major end products of this shared governance effort were improved staff communication, problem solving, patient outcomes, and staff satisfaction on our stroke and brain injury unit. When effectively implemented and sustained, shared governance between all rehabilitation team stakeholders can increase the effectiveness of communication along with more positive patient and staff outcomes. © 2014 Association of Rehabilitation Nurses.

  12. Communications, Immunization, and Polio Vaccines: Lessons From a Global Perspective on Generating Political Will, Informing Decision-Making and Planning, and Engaging Local Support.

    PubMed

    Menning, Lisa; Garg, Gaurav; Pokharel, Deepa; Thrush, Elizabeth; Farrell, Margaret; Kodio, Frederic Kunjbe; Veira, Chantal Laroche; Wanyoike, Sarah; Malik, Suleman; Patel, Manish; Rosenbauer, Oliver

    2017-07-01

    The requirements under objective 2 of the Polio Eradication and Endgame Strategic Plan 2013-2018-to introduce at least 1 dose of inactivated poliomyelitis vaccine (IPV); withdraw oral poliomyelitis vaccine (OPV), starting with the type 2 component; and strengthen routine immunization programs-set an ambitious series of targets for countries. Effective implementation of IPV introduction and the switch from trivalent OPV (containing types 1, 2, and 3 poliovirus) to bivalent OPV (containing types 1 and 3 poliovirus) called for intense global communications and coordination on an unprecedented scale from 2014 to 2016, involving global public health technical agencies and donors, vaccine manufacturers, World Health Organization and United Nations Children's Fund regional offices, and national governments. At the outset, the new program requirements were perceived as challenging to communicate, difficult to understand, unrealistic in terms of timelines, and potentially infeasible for logistical implementation. In this context, a number of core areas of work for communications were established: (1) generating awareness and political commitment via global communications and advocacy; (2) informing national decision-making, planning, and implementation; and (3) in-country program communications and capacity building, to ensure acceptance of IPV and continued uptake of OPV. Central to the communications function in driving progress for objective 2 was its ability to generate a meaningful policy dialogue about polio vaccines and routine immunization at multiple levels. This included efforts to facilitate stakeholder engagement and ownership, strengthen coordination at all levels, and ensure an iterative process of feedback and learning. This article provides an overview of the global efforts and challenges in successfully implementing the communications activities to support objective 2. Lessons from the achievements by countries and partners will likely be drawn upon when all OPVs are completely withdrawn after polio eradication, but also may offer a useful model for other global health initiatives. © The Author 2017. Published by Oxford University Press for the Infectious Diseases Society of America.

  13. Prelinguistic Communication Intervention: Birth-to-2.

    ERIC Educational Resources Information Center

    Stremel-Campbell, Kathleen; Rowland, Charity

    1987-01-01

    Suggestions for narrowing the discrepancy between the knowledge base of early communication development and the implementation of effective communication interventions for severely handicapped infants and young children are offered including strategies for facilitating emerging language development, increasing positive interactions with infants,…

  14. Experimental quantum fingerprinting with weak coherent pulses

    PubMed Central

    Xu, Feihu; Arrazola, Juan Miguel; Wei, Kejin; Wang, Wenyuan; Palacios-Avila, Pablo; Feng, Chen; Sajeed, Shihan; Lütkenhaus, Norbert; Lo, Hoi-Kwong

    2015-01-01

    Quantum communication holds the promise of creating disruptive technologies that will play an essential role in future communication networks. For example, the study of quantum communication complexity has shown that quantum communication allows exponential reductions in the information that must be transmitted to solve distributed computational tasks. Recently, protocols that realize this advantage using optical implementations have been proposed. Here we report a proof-of-concept experimental demonstration of a quantum fingerprinting system that is capable of transmitting less information than the best-known classical protocol. Our implementation is based on a modified version of a commercial quantum key distribution system using off-the-shelf optical components over telecom wavelengths, and is practical for messages as large as 100 Mbits, even in the presence of experimental imperfections. Our results provide a first step in the development of experimental quantum communication complexity. PMID:26515586

  15. Experimental quantum fingerprinting with weak coherent pulses.

    PubMed

    Xu, Feihu; Arrazola, Juan Miguel; Wei, Kejin; Wang, Wenyuan; Palacios-Avila, Pablo; Feng, Chen; Sajeed, Shihan; Lütkenhaus, Norbert; Lo, Hoi-Kwong

    2015-10-30

    Quantum communication holds the promise of creating disruptive technologies that will play an essential role in future communication networks. For example, the study of quantum communication complexity has shown that quantum communication allows exponential reductions in the information that must be transmitted to solve distributed computational tasks. Recently, protocols that realize this advantage using optical implementations have been proposed. Here we report a proof-of-concept experimental demonstration of a quantum fingerprinting system that is capable of transmitting less information than the best-known classical protocol. Our implementation is based on a modified version of a commercial quantum key distribution system using off-the-shelf optical components over telecom wavelengths, and is practical for messages as large as 100 Mbits, even in the presence of experimental imperfections. Our results provide a first step in the development of experimental quantum communication complexity.

  16. Experimental quantum fingerprinting with weak coherent pulses

    NASA Astrophysics Data System (ADS)

    Xu, Feihu; Arrazola, Juan Miguel; Wei, Kejin; Wang, Wenyuan; Palacios-Avila, Pablo; Feng, Chen; Sajeed, Shihan; Lütkenhaus, Norbert; Lo, Hoi-Kwong

    2015-10-01

    Quantum communication holds the promise of creating disruptive technologies that will play an essential role in future communication networks. For example, the study of quantum communication complexity has shown that quantum communication allows exponential reductions in the information that must be transmitted to solve distributed computational tasks. Recently, protocols that realize this advantage using optical implementations have been proposed. Here we report a proof-of-concept experimental demonstration of a quantum fingerprinting system that is capable of transmitting less information than the best-known classical protocol. Our implementation is based on a modified version of a commercial quantum key distribution system using off-the-shelf optical components over telecom wavelengths, and is practical for messages as large as 100 Mbits, even in the presence of experimental imperfections. Our results provide a first step in the development of experimental quantum communication complexity.

  17. Implementation of a Nurse-Led Family Meeting in a Neuroscience Intensive Care Unit.

    PubMed

    Wu, Huixin; Ren, Dianxu; Zinsmeister, Glenn R; Zewe, Gretchen E; Tuite, Patricia K

    2016-01-01

    The aims of this study were to develop, implement, and evaluate the impact of early intensive care unit (ICU) nurse-led family meetings on nurse-family communication, family decision making, and satisfaction of family members. Intensive care unit nurses are in an ideal position to meet family needs, and family members may cope better with the crisis of an ICU admission if consistent honest information is provided by nurses; however, there are no early ICU family meetings led by bedside nurses. This quality improvement project was implemented in a 10-bed neuroscience ICU over a 3-month period. A convenience sample of 23 nurses participated in the project. Following development of a communication protocol to facilitate nurse-led meetings, the nurses received education and then implemented the protocol. Thirty-one family members participated in the project. Family members were surveyed before and after the meetings. Mean meeting time was 26 (SD, 14) minutes. Following implementation of the meetings, findings demonstrated that families felt that communication improved (P = .02 and P = .008), they had appropriate information for decision making allowing them to feel in control (P = .002), and there was an increase in family satisfaction (P = .001). Early ICU nurse-led family meetings were feasible, improved communication between ICU nurses and family members, facilitated decision making in ICU families, and increased satisfaction of family members.

  18. Actions to Implement the Recommendations of the Presidential Commission on the Space Shuttle Challenger Accident: Executive Summary

    NASA Technical Reports Server (NTRS)

    1986-01-01

    The status of the implementation of the recommendations of the Presidential Commission on the Space Shuttle Challenger Accident is reported. The implementation of recommendations in the following areas is detailed: (1) solid rocket motor design; (2) shuttle management structure, including the shuttle safety panel and astronauts in management; (3) critical item review and hazard analysis; (4) safety organization; (5) improved communication; (6) landing safety; (7) launch abort and crew escape; (8) flight rate; and (9) maintenance safeguards. Supporting memoranda and communications from NASA are appended.

  19. A further evaluation of behavioral skills training for implementation of the picture exchange communication system.

    PubMed

    Homlitas, Christa; Rosales, Rocío; Candel, Lindsay

    2014-01-01

    We evaluated the effectiveness of a behavioral skills training package to teach implementation of Phases 1, 2, and 3A of the picture exchange communication system (PECS) to teachers employed at a therapeutic center for children with autism. Probes in the natural environment and follow-up were conducted with children who were assigned to work with the teachers in their own classrooms. Results provide additional support for the efficacy of behavioral skills training to teach implementation of PECS. © Society for the Experimental Analysis of Behavior.

  20. GPU Acceleration of DSP for Communication Receivers.

    PubMed

    Gunther, Jake; Gunther, Hyrum; Moon, Todd

    2017-09-01

    Graphics processing unit (GPU) implementations of signal processing algorithms can outperform CPU-based implementations. This paper describes the GPU implementation of several algorithms encountered in a wide range of high-data rate communication receivers including filters, multirate filters, numerically controlled oscillators, and multi-stage digital down converters. These structures are tested by processing the 20 MHz wide FM radio band (88-108 MHz). Two receiver structures are explored: a single channel receiver and a filter bank channelizer. Both run in real time on NVIDIA GeForce GTX 1080 graphics card.

  1. Implementing living room theatre activities for people with dementia on nursing home wards: a process evaluation study.

    PubMed

    van Haeften-van Dijk, A Marijke; van Weert, Julia C M; Dröes, Rose-Marie

    2015-01-01

    A new communication method, the 'Veder Method', was implemented in the Netherlands. This method uses theatrical stimuli in combination with proven person-centred communication methods. Care staff was trained to apply the Veder Method in a 'living room theatre activity' for people with dementia. This study evaluates the implementation of the Veder Method on psychogeriatric nursing home wards. Facilitators and barriers to train staff and implement the Veder Method in psychogeriatric nursing homes were identified by conducting semi-structured interviews with 12 stakeholders who were involved in the implementation, and five focus groups with 35 trained care staff. The interviews and focus groups were transcribed verbatim, and two independent researchers analysed the content of the transcripts. The Implementation Process Evaluation (IPE) Framework was used to categorize the data and the 7s-model to contextualize the qualitative findings. A structured overview of facilitators and barriers in different stages of the implementation process is presented. Positive reactions in residents and more reciprocity in caregiver-resident contact motivated trained care staff to work with the Veder Method. An action plan, executive support, the visibility of the method in the organization and a pioneer group that initiated implementation were essential for successful implementation. High work pressure for the care staff was a hindering factor. Respondents experienced the added value of the Veder Method. The facilitators and barriers to implementation we identified in this study can help to implement and disseminate the successful Veder Method and other person-centred communication methods in psychogeriatric nursing homes effectively.

  2. Implementation of Patient Decision Support Interventions in Primary Care: The Role of Relational Coordination.

    PubMed

    Tietbohl, Caroline K; Rendle, Katharine A S; Halley, Meghan C; May, Suepattra G; Lin, Grace A; Frosch, Dominick L

    2015-11-01

    The benefits of patient decision support interventions (DESIs) have been well documented. However, DESIs remain difficult to incorporate into clinical practice. Relational coordination (RC) has been shown to improve performance and quality of care in health care settings. This study aims to demonstrate how applying RC theory to DESI implementation could elucidate underlying issues limiting widespread uptake. Five primary care clinics in Northern California participated in a DESI implementation project. We used a deductive thematic approach guided by behaviors outlined in RC theory to analyze qualitative data collected from ethnographic field notes documenting the implementation process and focus groups with health care professionals. We then systematically compared the qualitative findings with quantitative DESI distribution data. Based on DESI distribution rates, clinics were placed into 3 performance categories: high, middle, and low. Qualitative data illustrated how each clinic's performance related to RC behaviors. Consistent with RC theory, the high-performing clinic exhibited frequent, timely, and accurate communication and positive working relationships. The 3 middle-performing clinics exhibited high-quality communication within physician-staff teams but limited communication regarding DESI implementation across the clinic. The lowest-performing clinic was characterized by contentious relationships and inadequate communication. Limitations of the study include nonrandom selection of clinics and limited geographic diversity. In addition, ethnographic data collected documented only DESI implementation practices and not larger staff interactions contributing to RC. These findings suggest that a high level of RC within clinical settings may be a key component and facilitator of successful DESI implementation. Future attempts to integrate DESIs into clinical practice should consider incorporating interventions designed to increase positive RC behaviors as a potential means to improve uptake. © The Author(s) 2015.

  3. A digital pixel cell for address event representation image convolution processing

    NASA Astrophysics Data System (ADS)

    Camunas-Mesa, Luis; Acosta-Jimenez, Antonio; Serrano-Gotarredona, Teresa; Linares-Barranco, Bernabe

    2005-06-01

    Address Event Representation (AER) is an emergent neuromorphic interchip communication protocol that allows for real-time virtual massive connectivity between huge number of neurons located on different chips. By exploiting high speed digital communication circuits (with nano-seconds timings), synaptic neural connections can be time multiplexed, while neural activity signals (with mili-seconds timings) are sampled at low frequencies. Also, neurons generate events according to their information levels. Neurons with more information (activity, derivative of activities, contrast, motion, edges,...) generate more events per unit time, and access the interchip communication channel more frequently, while neurons with low activity consume less communication bandwidth. AER technology has been used and reported for the implementation of various type of image sensors or retinae: luminance with local agc, contrast retinae, motion retinae,... Also, there has been a proposal for realizing programmable kernel image convolution chips. Such convolution chips would contain an array of pixels that perform weighted addition of events. Once a pixel has added sufficient event contributions to reach a fixed threshold, the pixel fires an event, which is then routed out of the chip for further processing. Such convolution chips have been proposed to be implemented using pulsed current mode mixed analog and digital circuit techniques. In this paper we present a fully digital pixel implementation to perform the weighted additions and fire the events. This way, for a given technology, there is a fully digital implementation reference against which compare the mixed signal implementations. We have designed, implemented and tested a fully digital AER convolution pixel. This pixel will be used to implement a full AER convolution chip for programmable kernel image convolution processing.

  4. Enhanced Communication Network Solution for Positive Train Control Implementation

    NASA Technical Reports Server (NTRS)

    Fatehi, M. T.; Simon, J.; Chang, W.; Chow, E. T.; Burleigh, S. C.

    2011-01-01

    The commuter and freight railroad industry is required to implement Positive Train Control (PTC) by 2015 (2012 for Metrolink), a challenging network communications problem. This paper will discuss present technologies developed by the National Aeronautics and Space Administration (NASA) to overcome comparable communication challenges encountered in deep space mission operations. PTC will be based on a new cellular wireless packet Internet Protocol (IP) network. However, ensuring reliability in such a network is difficult due to the "dead zones" and transient disruptions we commonly experience when we lose calls in commercial cellular networks. These disruptions make it difficult to meet PTC s stringent reliability (99.999%) and safety requirements, deployment deadlines, and budget. This paper proposes innovative solutions based on space-proven technologies that would help meet these challenges: (1) Delay Tolerant Networking (DTN) technology, designed for use in resource-constrained, embedded systems and currently in use on the International Space Station, enables reliable communication over networks in which timely data acknowledgments might not be possible due to transient link outages. (2) Policy-Based Management (PBM) provides dynamic management capabilities, allowing vital data to be exchanged selectively (with priority) by utilizing alternative communication resources. The resulting network may help railroads implement PTC faster, cheaper, and more reliably.

  5. A Multi-Technology Communication Platform for Urban Mobile Sensing.

    PubMed

    Almeida, Rodrigo; Oliveira, Rui; Luís, Miguel; Senna, Carlos; Sargento, Susana

    2018-04-12

    A common concern in smart cities is the focus on sensing procedures to provide city-wide information to city managers and citizens. To meet the growing demands of smart cities, the network must provide the ability to handle a large number of mobile sensors/devices, with high heterogeneity and unpredictable mobility, by collecting and delivering the sensed information for future treatment. This work proposes a multi-wireless technology communication platform for opportunistic data gathering and data exchange with respect to smart cities. Through the implementation of a proprietary long-range (LoRa) network and an urban sensor network, our platform addresses the heterogeneity of Internet of Things (IoT) devices while conferring communications in an opportunistic manner, increasing the interoperability of our platform. It implements and evaluates a medium access communication (MAC) protocol for LoRa networks with multiple gateways. It also implements mobile Opportunistic VEhicular (mOVE), a delay-tolerant network (DTN)-based architecture to address the mobility dimension. The platform provides vehicle-to-everything (V2X) communication with support for highly reliable and actionable information flows. Moreover, taking into account the high mobility pattern that a smart city scenario presents, we propose and evaluate two forwarding strategies for the opportunistic sensor network.

  6. Tackling the Transition to UC: To Implement Unified Communications on Campus, It Often Pays to Take a Phased Approach

    ERIC Educational Resources Information Center

    Ramaswami, Rama

    2011-01-01

    In this article, the author talks about the challenges faced by two schools that lie, coincidentally, just 110 miles apart in the vast spaces of North Dakota. Both schools, members of the North Dakota University System, decided to forge ahead with a unified communications (UC) implementation. And while their final solutions differ, how the two…

  7. Are We Ready for BYOD? An Analysis of the Implementation and Communication of BYOD Programs in Victorian Schools

    ERIC Educational Resources Information Center

    Janssen, Kitty Catharina; Phillipson, Sivanes

    2015-01-01

    Many Victorian secondary schools appear to be implementing Bring Your Own Device (BYOD) programs as the Australian Federal government's Digital Education Revolution funding has come to an end for 1-to-1 Learning programs. One of the key elements identified as important for the success of these programs is the clear communication of policies and…

  8. "Picturing Them Right in Front of Me": Guidelines for Implementing Video Communication in Online and Blended Learning

    ERIC Educational Resources Information Center

    West, Richard E.; Jay, Jason; Armstrong, Matt; Borup, Jered

    2017-01-01

    We provide actionable strategies that teachers can follow when implementing asynchronous video communication and feedback in their own courses. These strategies are based on our own research over many years in the use of asynchronous video in online teaching, as well as our review of the literature, and are provided to foster greater discussion on…

  9. Simulation system architecture design for generic communications link

    NASA Technical Reports Server (NTRS)

    Tsang, Chit-Sang; Ratliff, Jim

    1986-01-01

    This paper addresses a computer simulation system architecture design for generic digital communications systems. It addresses the issues of an overall system architecture in order to achieve a user-friendly, efficient, and yet easily implementable simulation system. The system block diagram and its individual functional components are described in detail. Software implementation is discussed with the VAX/VMS operating system used as a target environment.

  10. The effect of voice communications latency in high density, communications-intensive airspace.

    DOT National Transportation Integrated Search

    2003-01-01

    The Federal Aviation Administration (FAA) Next Generation Air-Ground Communications program plans to replace aging analog radio equipment with the Very High Frequency Digital Link Mode 3 (VDL3) system. VDL3 will implement both digital voice and data ...

  11. Internet of things for an age-friendly healthcare.

    PubMed

    Konstantinidis, Evdokimos I; Bamparopoulos, Giorgos; Billis, Antonis; Bamidis, Panagiotis D

    2015-01-01

    In healthcare applications a large cohort of recent implementations utilises IoT-oriented infrastructures (XMPP) as well as smart mobile devices as communication gateways. IoT characteristi Communication/Connectivity, Pervasive Computing and Ambient Intelligence, are all highly related to Active and Healthy Aging environments. This paper presents a new idea, that of IoT enabled devices which are directly connected to the IoT (a glucose meter is used as an example herein), complying with the XMPP messaging protocol and the incorporation of a recently released Controller Application Communication (CAC) framework for distributed, cross-platform communication. A web based exergaming platform and a disease management tool, provide the vehicles for the demonstration of the feasibility and the successful implementation and integration of the aforementioned infrastructure.

  12. Per-Pixel, Dual-Counter Scheme for Optical Communications

    NASA Technical Reports Server (NTRS)

    Farr, William H.; Bimbaum, Kevin M.; Quirk, Kevin J.; Sburlan, Suzana; Sahasrabudhe, Adit

    2013-01-01

    Free space optical communications links from deep space are projected to fulfill future NASA communication requirements for 2020 and beyond. Accurate laser-beam pointing is required to achieve high data rates at low power levels.This innovation is a per-pixel processing scheme using a pair of three-state digital counters to implement acquisition and tracking of a dim laser beacon transmitted from Earth for pointing control of an interplanetary optical communications system using a focal plane array of single sensitive detectors. It shows how to implement dim beacon acquisition and tracking for an interplanetary optical transceiver with a method that is suitable for both achieving theoretical performance, as well as supporting additional functions of high data rate forward links and precision spacecraft ranging.

  13. Intersatellite Link (ISL) application to commercial communications satellites. Volume 1: Executive summary

    NASA Technical Reports Server (NTRS)

    Young, S. Lee

    1987-01-01

    Based on a comprehensive evaluation of the fundamental Intersatellite Link (ISL) systems characteristics, potential applications of ISLs to domestic, regional, and global commercial satellite communications were identified, and their cost-effectiveness and other systems benefits quantified wherever possible. Implementation scenarios for the cost-effective communications satellite systems employing ISLs were developed for the first launch in 1993 to 1994 and widespread use of ISLs in the early 2000's. Critical technology requirements for both the microwave (60 GHz) and optical (0.85 micron) ISL implementations were identified, and their technology development programs, including schedule and cost estimates, were derived.

  14. Plan for the Characterization of HIRF Effects on a Fault-Tolerant Computer Communication System

    NASA Technical Reports Server (NTRS)

    Torres-Pomales, Wilfredo; Malekpour, Mahyar R.; Miner, Paul S.; Koppen, Sandra V.

    2008-01-01

    This report presents the plan for the characterization of the effects of high intensity radiated fields on a prototype implementation of a fault-tolerant data communication system. Various configurations of the communication system will be tested. The prototype system is implemented using off-the-shelf devices. The system will be tested in a closed-loop configuration with extensive real-time monitoring. This test is intended to generate data suitable for the design of avionics health management systems, as well as redundancy management mechanisms and policies for robust distributed processing architectures.

  15. Experimental research and comparison of LDPC and RS channel coding in ultraviolet communication systems.

    PubMed

    Wu, Menglong; Han, Dahai; Zhang, Xiang; Zhang, Feng; Zhang, Min; Yue, Guangxin

    2014-03-10

    We have implemented a modified Low-Density Parity-Check (LDPC) codec algorithm in ultraviolet (UV) communication system. Simulations are conducted with measured parameters to evaluate the LDPC-based UV system performance. Moreover, LDPC (960, 480) and RS (18, 10) are implemented and experimented via a non-line-of-sight (NLOS) UV test bed. The experimental results are in agreement with the simulation and suggest that based on the given power and 10(-3)bit error rate (BER), in comparison with an uncoded system, average communication distance increases 32% with RS code, while 78% with LDPC code.

  16. Complexity of parallel implementation of domain decomposition techniques for elliptic partial differential equations

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

    Gropp, W.D.; Keyes, D.E.

    1988-03-01

    The authors discuss the parallel implementation of preconditioned conjugate gradient (PCG)-based domain decomposition techniques for self-adjoint elliptic partial differential equations in two dimensions on several architectures. The complexity of these methods is described on a variety of message-passing parallel computers as a function of the size of the problem, number of processors and relative communication speeds of the processors. They show that communication startups are very important, and that even the small amount of global communication in these methods can significantly reduce the performance of many message-passing architectures.

  17. Implementation Science: Buzzword or Game Changer?

    ERIC Educational Resources Information Center

    Douglas, Natalie F.; Campbell, Wenonah N.; Hinckley, Jacqueline J.

    2015-01-01

    Purpose: The purpose of this supplement article is to provide a resource of pertinent information concerning implementation science for immediate research application in communication sciences and disorders. Method: Key terminology related to implementation science is reviewed. Practical suggestions for the application of implementation science…

  18. An Examination of Practitioners Implementation of Communication Intervention with Students with Complex Communication Needs

    ERIC Educational Resources Information Center

    Andzik, Natalie Ruth

    2017-01-01

    This dissertation investigates ways of training adults to teach students with communication impairments to use augmentative and alternative communication (AAC) systems across a variety of environments. In addition to three stand-alone papers, it will start with an introduction and conclude with a discussion. Chapter 1 will provide the reader with…

  19. Impact of a Communication Intervention Model on Teachers' Practice with Children Who Are Congenitally Deaf-Blind.

    ERIC Educational Resources Information Center

    Bruce, Sheila M.

    2002-01-01

    A study investigated practices of two teachers regarding communication intervention for students who are congenitally deaf-blind, prior to and following an in-service program with follow-up coaching. After instruction on the communication intervention model, teachers were able to plan and implement communication interventions addressing students'…

  20. Creating a Communicative Language Teaching Environment for Improving Students' Communicative Competence at EFL/EAP University Level

    ERIC Educational Resources Information Center

    Farooq, Muhammad U.

    2015-01-01

    The present research focuses on teachers' perceptions and practices regarding Communicative Language Teaching (CLT) and its impact on communicative competency of the students. A questionnaire was used to collect the quantitative data from teachers. The results show that the EFL teachers are aware of the CLT characteristics, its implementation and…

  1. A crew resource management program tailored to trauma resuscitation improves team behavior and communication.

    PubMed

    Hughes, K Michael; Benenson, Ronald S; Krichten, Amy E; Clancy, Keith D; Ryan, James Patrick; Hammond, Christopher

    2014-09-01

    Crew Resource Management (CRM) is a team-building communication process first implemented in the aviation industry to improve safety. It has been used in health care, particularly in surgical and intensive care settings, to improve team dynamics and reduce errors. We adapted a CRM process for implementation in the trauma resuscitation area. An interdisciplinary steering committee developed our CRM process to include a didactic classroom program based on a preimplementation survey of our trauma team members. Implementation with new cultural and process expectations followed. The Human Factors Attitude Survey and Communication and Teamwork Skills assessment tool were used to design, evaluate, and validate our CRM program. The initial trauma communication survey was completed by 160 team members (49% response). Twenty-five trauma resuscitations were observed and scored using Communication and Teamwork Skills. Areas of concern were identified and 324 staff completed our 3-hour CRM course during a 3-month period. After CRM training, 132 communication surveys and 38 Communication and Teamwork Skills observations were completed. In the post-CRM survey, respondents indicated improvement in accuracy of field to medical command information (p = 0.029); accuracy of emergency department medical command information to the resuscitation area (p = 0.002); and team leader identity, communication of plan, and role assignment (p = 0.001). After CRM training, staff were more likely to speak up when patient safety was a concern (p = 0.002). Crew Resource Management in the trauma resuscitation area enhances team dynamics, communication, and, ostensibly, patient safety. Philosophy and culture of CRM should be compulsory components of trauma programs and in resuscitation of injured patients. Copyright © 2014 American College of Surgeons. Published by Elsevier Inc. All rights reserved.

  2. Implementation of an interprofessional communication and collaboration intervention to improve care capacity for heart failure management in long-term care.

    PubMed

    Boscart, Veronique M; Heckman, George A; Huson, Kelsey; Brohman, Lisa; Harkness, Karen I; Hirdes, John; McKelvie, Robert S; Stolee, Paul

    2017-09-01

    Heart failure affects up to 20% of nursing home residents and is associated with high morbidity, mortality, and transfers to acute care. A major barrier to heart failure management in nursing home settings is limited interprofessional communication. Guideline-based heart failure management programs in nursing homes can reduce hospitalisation rates, though sustainability is limited when interprofessional communication is not addressed. A pilot intervention, 'Enhancing Knowledge and Interprofessional Care for Heart Failure', was implemented on two units in two conveniently selected nursing homes to optimise interprofessional care processes amongst the care team. A core heart team was established, and participants received tailored education focused on heart failure management principles and communication processes, as well as weekly mentoring. Our previous work provided evidence for this intervention's acceptability and implementation fidelity. This paper focuses on the preliminary impact of the intervention on staff heart failure knowledge, communication, and interprofessional collaboration. To determine the initial impact of the intervention on selected staff outcomes, we employed a qualitative design, using a social constructivist interpretive framework. Findings indicated a perceived increase in team engagement, interprofessional collaboration, communication, knowledge about heart failure, and improved clinical outcomes. Individual interviews with staff revealed innovative ways to enhance communication, supporting one another with knowledge and engagement in collaborative practices with residents and families. Engaging teams, through the establishment of core heart teams, was successful to develop interprofessional communication processes for heart failure management. Further steps to be undertaken include assessing the sustainability and effectiveness of this approach with a larger sample.

  3. Implementation of the interdisciplinary curriculum Teaching and Assessing Communicative Competence in the fourth academic year of medical studies (CoMeD).

    PubMed

    Mortsiefer, Achim; Rotthoff, Thomas; Schmelzer, Regine; Immecke, J; Ortmanns, B; in der Schmitten, J; Altiner, A; Karger, André

    2012-01-01

    Implementation of a longitudinal curriculum for training in advanced communications skills represents an unmet need in most German medical faculties, especially in the 4rth and 5th years of medical studies. The CoMeD project (communication in medical education Düsseldorf) attempted to establish an interdisciplinary program to teach and to assess communicative competence in the 4th academic year. In this paper, we describe the development of the project and report results of its evaluation by medical students. Teaching objectives and lesson formats were developed in a multistage process. A teaching program for simulated patients (SP) was built up and continuous lecturer trainings were estabilshed. Several clinical disciplines co-operated for the purpose of integrating the communication training into the pre-existing clinical teaching curriculum. The CoMeD project was evaluated using feedback-forms after each course. Until now, six training units for especially challenging communication tasks like "dealing with aggression" or "breaking bad news" were implemented, each unit connected with a preliminary tutorial or e-learning course. An OSCE (objective structured clinical examination) with 4 stations was introduced. The students' evaluation of the six CoMeD training units showed the top or second-best rating in more than 80% of the answers. Introducing an interdisciplinary communication training and a corresponding OSCE into the 4th year medical curriculum is feasible. Embedding communication teaching in a clinical context and involvement of clinicians as lecturers seem to be important factors for ensuring practical relevance and achieving high acceptance by medical students.

  4. [Study on the effectiveness of implementation: the National Demonstration Areas for Comprehensive Prevention and Control of Non-communicable Diseases].

    PubMed

    Zhang, J; Jin, R R; Li, J J; Li, J L; Su, X W; Deng, G J; Ma, S; Zhao, J; Wang, Y P; Bian, F; Qu, Y M; Shen, Z Z; Jiang, Y; Liu, Y L

    2018-04-10

    Objective: To assess the implementation and impact of programs carried out by the National Demonstration Areas for Comprehensive Prevention and Control of Non-communicable Diseases. Methods: Both sociological and epidemiological methods were used to collect qualitative and quantitative data in November and December, 2016 in order to conduct on process and outcome evaluation of the above mentioned objective. In the meantime, case study was also conducted. Results: All the National Demonstration Areas for Comprehensive Prevention and Control of Non-communicable Diseases were found well implemented across the country, with health education and health promotion, surveillance and safeguard measures in particular. A government-led and inter-sector coordination and communication mechanism had been well established, with more than 16 non-health departments actively involved. 28.7% of the residents living in the National Demonstration Areas for Comprehensive Prevention and Control of Non-communicable Diseases were aware of the key messages related to chronic diseases. Among the residents, 72.1% of them consumed vegetables and 53.6% consumed fruits daily, with another 86.9% walked at least 10 minutes per day. Over 70% of the patients with hypertension or diabetes reported that they were taken care of by the Community Health Centers, and above 50% of them were under standardized management. Residents, living in the National Demonstration Areas under higher ranking of implementation scores, were more likely to be aware of relevant knowledge on chronic disease control and prevention ( OR =6.591, 95% CI : 5.188-8.373), salt reduction ( OR =1.352, 95% CI : 1.151-1.589), oil reduction ( OR =1.477, 95% CI : 1.249-1.746) and recommendation on physical activities ( OR =1.975, 95% CI : 1.623- 2.403). Conclusion: The implementation of programs carried out by the National Demonstration Areas for Comprehensive Prevention and Control of Non-communicable Diseases had served a local platform for the control and prevention of non-communicable diseases, and thus become an important 'carrier' for chronic disease prevention and control programs in China.

  5. Universal Common Communication Substrate (UCCS) Specification; Universal Common Communication Substrate (UCCS) Implementation

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

    Universal Common Communication Substrate (UCCS) is a low-level communication substrate that exposes high-performance communication primitives, while providing network interoperability. It is intended to support multiple upper layer protocol (ULPs) or programming models including SHMEM,UPC,Titanium,Co-Array Fortran,Global Arrays,MPI,GASNet, and File I/O. it provides various communication operations including one-sided and two-sided point-to-point, collectives, and remote atomic operations. In addition to operations for ULPs, it provides an out-of-band communication channel required typically required to wire-up communication libraries.

  6. Testing the Implementation of the Veder Contact Method: A Theatre-Based Communication method in Dementia Care.

    PubMed

    Boersma, Petra; van Weert, Julia C M; Lissenberg-Witte, Birgit I; van Meijel, Berno; Dröes, Rose-Marie

    2018-01-08

    There is a lack of research on implementation of person-centered care in nursing home care. The purpose of this study was to assess the implementation of the Veder contact method (VCM), a new person-centered method using theatrical, poetic and musical communication for application in 24-hr care. Caregivers (n = 136) and residents (n = 141) participated in a 1-year quasi-experimental study. Foundation Theater Veder implemented VCM on six experimental wards and rated implementation quality. Six control wards delivered care-as-usual. Before and after implementation, caregiver behavior was assessed during observations using the Veder-observation list and Quality of Caregivers' Behavior-list. Caregiver attitude was rated with the Approaches to Dementia Questionnaire. Quality of life, behavior, and mood of the residents were measured with QUALIDEM, INTERACT and FACE. Residents' care plans were examined for person-centered background information. Significant improvements in caregivers' communicative behavior (i.e., the ability to apply VCM, establishing positive interactions) and some aspects of residents' behavior and quality of life (i.e., positive affect, social relations) were found on the experimental wards with a high implementation score, as compared to the experimental wards with a low implementation score, and the control wards. No significant differences were found between the groups in caregivers' attitudes, residents' care plans, or mood. The positive changes in caregivers' behavior and residents' well-being on the high implementation score wards confirm the partly successful VCM implementation. Distinguishing between wards with a high and low implementation score provided insight into factors which are crucial for successful implementation. © The Author(s) 2018. Published by Oxford University Press on behalf of The Gerontological Society of America. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  7. Overview of Nonelectronic Eye-Gaze Communication Techniques.

    ERIC Educational Resources Information Center

    Goossens, Carol A.; Crain, Sharon S.

    1987-01-01

    The article discusses currently used eye gaze communication techniques with the severely physically disabled (eye-gaze vest, laptray, transparent display, and mirror/prism communicator), presents information regarding the types of message displays used to depict encoded material, and discusses the advantages of implementing nonelectronic eye-gaze…

  8. 78 FR 15722 - Federal Advisory Committee Act; Communications Security, Reliability, and Interoperability Council

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-03-12

    ... Alerting, E9-1-1 Location Accuracy, Network Security Best Practices, DNSSEC Implementation Practices for... FEDERAL COMMUNICATIONS COMMISSION Federal Advisory Committee Act; Communications Security... Security, Reliability, and Interoperability Council (CSRIC) meeting that was scheduled for March 6, 2013 is...

  9. 47 CFR 90.411 - Civil defense communications.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 47 Telecommunication 5 2010-10-01 2010-10-01 false Civil defense communications. 90.411 Section 90... PRIVATE LAND MOBILE RADIO SERVICES Operating Requirements § 90.411 Civil defense communications. The... necessary for the implementation of civil defense activities assigned such station by local civil defense...

  10. 47 CFR 90.411 - Civil defense communications.

    Code of Federal Regulations, 2011 CFR

    2011-10-01

    ... 47 Telecommunication 5 2011-10-01 2011-10-01 false Civil defense communications. 90.411 Section 90... PRIVATE LAND MOBILE RADIO SERVICES Operating Requirements § 90.411 Civil defense communications. The... necessary for the implementation of civil defense activities assigned such station by local civil defense...

  11. 47 CFR 90.411 - Civil defense communications.

    Code of Federal Regulations, 2014 CFR

    2014-10-01

    ... 47 Telecommunication 5 2014-10-01 2014-10-01 false Civil defense communications. 90.411 Section 90... PRIVATE LAND MOBILE RADIO SERVICES Operating Requirements § 90.411 Civil defense communications. The... necessary for the implementation of civil defense activities assigned such station by local civil defense...

  12. 47 CFR 90.411 - Civil defense communications.

    Code of Federal Regulations, 2013 CFR

    2013-10-01

    ... 47 Telecommunication 5 2013-10-01 2013-10-01 false Civil defense communications. 90.411 Section 90... PRIVATE LAND MOBILE RADIO SERVICES Operating Requirements § 90.411 Civil defense communications. The... necessary for the implementation of civil defense activities assigned such station by local civil defense...

  13. Communication Electronics. Florida Vocational Program Guide.

    ERIC Educational Resources Information Center

    University of South Florida, Tampa. Dept. of Adult and Vocational Education.

    This packet contains a program guide and Career Merit Achievement Plan (Career MAP) for the implementation of a communication electronics (communications technician) program in Florida secondary and postsecondary schools. The program guide describes the program content and structure, provides a program description, lists job titles under the…

  14. Communication-Gateway Software For NETEX, DECnet, And TCP/IP

    NASA Technical Reports Server (NTRS)

    Keith, B.; Ferry, D.; Fendler, E.

    1990-01-01

    Communications gateway software, GATEWAY, provides process-to-process communication between remote applications programs in different protocol domains. Communicating peer processes may be resident on any paired combination of NETEX, DECnet, or TCP/IP hosts. Provides necessary mapping from one protocol to another and facilitates practical intermachine communications in cost-effective manner by eliminating need to standardize on single protocol or to implement multiple protocols in host computers. Written in Ada.

  15. The RADCAT-3 system for closing the loop on important non-urgent radiology findings: a multidisciplinary system-wide approach.

    PubMed

    Dibble, Elizabeth H; Swenson, David W; Cobb, Cynthia; Paul, Timothy J; Karn, Andrew E; Portelli, David C; Movson, Jonathan S

    2017-04-01

    The goal of this project was to create a system that was easy for radiologists to use and that could reliably identify, communicate, and track communication of important but non-urgent radiology findings to providers and patients. Prior to 2012, our workflow for communicating important non-urgent diagnostic imaging results was cumbersome, rarely used by our radiologists, and resulted in delays in report turnaround time. In 2012, we developed a new system to communicate important non-urgent findings (the RADiology CATegorization 3 (RADCAT-3) system) that was easy for radiologists to use and documented communication of results in the electronic medical record. To evaluate the performance of the new system, we reviewed our radiology reports before (June 2011-June 2012) and after (June 2012-June 2014) the implementation of the new system to compare utilization by the radiologists and success in communicating these findings. During the 12 months prior to implementation, 250 radiology reports (0.06 % of all reports) entered our workflow for communicating important non-urgent findings. One-hundred percent were successfully communicated. During the 24 months after implementation, 13,158 radiology reports (1.4 % of all reports) entered our new RADCAT-3 workflow (3995 (0.8 % of all reports) during year 1 and 9163 (1.9 % of all reports) during year 2). 99.7 % of those reports were successfully communicated. We created a reliable system to ensure communication of important but non-urgent findings with providers and/or patients and to document that communication in the electronic medical record. The rapid adoption of the new system by radiologists suggests that they found it easy to use and had confidence in its integrity. This system has the potential to improve patient care by improving the likelihood of appropriate follow-up for important non-urgent findings that could become life threatening.

  16. Improving the Effectiveness of Electronic Health Record-Based Referral Processes

    PubMed Central

    2012-01-01

    Electronic health records are increasingly being used to facilitate referral communication in the outpatient setting. However, despite support by technology, referral communication between primary care providers and specialists is often unsatisfactory and is unable to eliminate care delays. This may be in part due to lack of attention to how information and communication technology fits within the social environment of health care. Making electronic referral communication effective requires a multifaceted “socio-technical” approach. Using an 8-dimensional socio-technical model for health information technology as a framework, we describe ten recommendations that represent good clinical practices to design, develop, implement, improve, and monitor electronic referral communication in the outpatient setting. These recommendations were developed on the basis of our previous work, current literature, sound clinical practice, and a systems-based approach to understanding and implementing health information technology solutions. Recommendations are relevant to system designers, practicing clinicians, and other stakeholders considering use of electronic health records to support referral communication. PMID:22973874

  17. How to maximize science communication efficacy by combining old and new media

    NASA Astrophysics Data System (ADS)

    Nuccitelli, D. A.; Cook, J.

    2014-12-01

    Traditional science communication approaches (such as relying on university press releases about new scientific publications), and new communication approaches (such as utilizing infographics and social media), can each reach a wide audience when successful. However, probability of successful the science communication can be amplified by taking advantage of both traditional and new media, especially when 'sticky' messaging techniques are applied. The example of Cook et al., 2013 (C13), which found a 97% consensus in the peer-reviewed climate literature on human-caused global warming, is considered. C13 implemented this optimal combined communications approach strategy and became the most-downloaded study in all Institute of Physics journals, with over 200,000 downloads to date. Due to the effective 'sticky' messaging approaches implemented by the study authors, its results received broad coverage from international media and reached millions of people via social media. Strategies to avoid misrepresentations of one's work while maximizing the communications efficacy of its key points will also be discussed.

  18. Performance evaluation of secured DICOM image communication with next generation internet protocol IPv6

    NASA Astrophysics Data System (ADS)

    Yu, Fenghai; Zhang, Jianguo; Chen, Xiaomeng; Huang, H. K.

    2005-04-01

    Next Generation Internet (NGI) technology with new communication protocol IPv6 emerges as a potential solution for low-cost and high-speed networks for image data transmission. IPv6 is designed to solve many of the problems of the current version of IP (known as IPv4) with regard to address depletion, security, autoconfiguration, extensibility, and more. We choose CTN (Central Test Node) DICOM software developed by The Mallinckrodt Institute of Radiology to implement IPv6/IPv4 enabled DICOM communication software on different operating systems (Windows/Linux), and used this DICOM software to evaluate the performance of the IPv6/IPv4 enabled DICOM image communication with different security setting and environments. We compared the security communications of IPsec with SSL/TLS on different TCP/IP protocols (IPv6/IPv4), and find that there are some trade-offs to choose security solution between IPsec and SSL/TLS in the security implementation of IPv6/IPv4 communication networks.

  19. VLSI Implementation of a 2.8 Gevent/s Packet-Based AER Interface with Routing and Event Sorting Functionality

    PubMed Central

    Scholze, Stefan; Schiefer, Stefan; Partzsch, Johannes; Hartmann, Stephan; Mayr, Christian Georg; Höppner, Sebastian; Eisenreich, Holger; Henker, Stephan; Vogginger, Bernhard; Schüffny, Rene

    2011-01-01

    State-of-the-art large-scale neuromorphic systems require sophisticated spike event communication between units of the neural network. We present a high-speed communication infrastructure for a waferscale neuromorphic system, based on application-specific neuromorphic communication ICs in an field programmable gate arrays (FPGA)-maintained environment. The ICs implement configurable axonal delays, as required for certain types of dynamic processing or for emulating spike-based learning among distant cortical areas. Measurements are presented which show the efficacy of these delays in influencing behavior of neuromorphic benchmarks. The specialized, dedicated address-event-representation communication in most current systems requires separate, low-bandwidth configuration channels. In contrast, the configuration of the waferscale neuromorphic system is also handled by the digital packet-based pulse channel, which transmits configuration data at the full bandwidth otherwise used for pulse transmission. The overall so-called pulse communication subgroup (ICs and FPGA) delivers a factor 25–50 more event transmission rate than other current neuromorphic communication infrastructures. PMID:22016720

  20. Prototype development and implementation of picture archiving and communications systems based on ISO-OSI standard

    NASA Astrophysics Data System (ADS)

    Martinez, Ralph; Nam, Jiseung

    1992-07-01

    Picture Archiving and Communication Systems (PACS) is an integration of digital image formation in a hospital, which encompasses various imaging equipment, image viewing workstations, image databases, and a high speed network. The integration requires a standardization of communication protocols to connect devices from different vendors. The American College of Radiology and the National Electrical Manufacturers Association (ACR- NEMA) standard Version 2.0 provides a point-to-point hardware interface, a set of software commands, and a consistent set of data formats for PACS. But, it is inadequate for PACS networking environments, because of its point-to-point nature and its inflexibility to allow other services and protocols in the future. Based on previous experience of PACS developments in The University of Arizona, a new communication protocol for PACS networks and an approach were proposed to ACR-NEMA Working Group VI. The defined PACS protocol is intended to facilitate the development of PACS''s capable of interfacing with other hospital information systems. Also, it is intended to allow the creation of diagnostic information data bases which can be interrogated by a variety of distributed devices. A particularly important goal is to support communications in a multivendor environment. The new protocol specifications are defined primarily as a combination of the International Organization for Standardization/Open Systems Interconnection (ISO/OSI), TCP/IP protocols, and the data format portion of ACR-NEMA standard. This paper addresses the specification and implementation of the ISO-based protocol into a PACS prototype. The protocol specification, which covers Presentation, Session, Transport, and Network layers, is summarized briefly. The protocol implementation is discussed based on our implementation efforts in the UNIX Operating System Environment. At the same time, results of performance comparison between the ISO and TCP/IP implementations are presented to demonstrate the implementation of defined protocol. The testing of performance analysis is done by prototyping PACS on available platforms, which are Micro VAX II, DECstation and SUN Workstation.

  1. Implementation Science: Buzzword or Game Changer?

    PubMed

    Douglas, Natalie F; Campbell, Wenonah N; Hinckley, Jacqueline J

    2015-12-01

    The purpose of this supplement article is to provide a resource of pertinent information concerning implementation science for immediate research application in communication sciences and disorders. Key terminology related to implementation science is reviewed. Practical suggestions for the application of implementation science theories and methodologies are provided, including an overview of hybrid research designs that simultaneously investigate clinical effectiveness and implementation as well as an introduction to approaches for engaging stakeholders in the research process. A detailed example from education is shared to show how implementation science was utilized to move an intervention program for autism into routine practice in the public school system. In particular, the example highlights the value of strong partnership among researchers, policy makers, and frontline practitioners in implementing and sustaining new evidence-based practices. Implementation science is not just a buzzword. This is a new field of study that can make a substantive contribution in communication sciences and disorders by informing research agendas, reducing health and education disparities, improving accountability and quality control, increasing clinician satisfaction and competence, and improving client outcomes.

  2. Communication between primary care and physician specialist: is it improving?

    PubMed

    Biagetti, B; Aulinas, A; Dalama, B; Nogués, R; Zafón, C; Mesa, J

    2015-01-01

    Efforts have recently been made in Spain to improve the communication model between primary care and specialized care. The aim of our study was to analyze the impact of a change in the communication model between the two areas when comparing a traditional system to a consulting system in terms of satisfaction of general practitioners and the number of patient referrals. A questionnaire was used to assess the point of view on the relations with the endocrinologist team of 20 general practitioners from one primary care center at baseline and 18 months after the implementation of the new method of communication. In addition, we counted the number of referrals during the two periods. We analyzed 30 questionnaires; 13 before and 17 after the consulting system was established. Consulting system was preferred to other alternatives as a way of communication with endocrinologists. After the consulting system was implemented, general practitioners were more confident in treating hypothyroidism and diabetes. There was a decrease in the number of patient referrals to specialized care from 93.8 to 34.6 per month after implementation of the consultant system. The consultant system was more efficient in resolving problems and responding to general practitioners than the traditional system. General practitioners were more confident in self-management of hypothyroidism and diabetes. A very large decrease in the number of patient referrals was observed after implementation of the consultant system. Copyright © 2015 SECA. Published by Elsevier Espana. All rights reserved.

  3. Roles and strategies of state organizations related to school-based physical education and physical activity policies.

    PubMed

    Cradock, Angie L; Barrett, Jessica L; Carnoske, Cheryl; Chriqui, Jamie F; Evenson, Kelly R; Gustat, Jeanette; Healy, Isobel B; Heinrich, Katie M; Lemon, Stephenie C; Tompkins, Nancy Oʼhara; Reed, Hannah L; Zieff, Susan G

    2013-01-01

    School-based physical education (PE) and physical activity (PA) policies can improve PA levels of students and promote health. Studies of policy implementation, communication, monitoring, enforcement, and evaluation are lacking. To describe how states implement, communicate, monitor, enforce, and evaluate key school-based PE and PA policies, researchers interviewed 24 key informants from state-level organizations in 9 states, including representatives from state departments of health and education, state boards of education, and advocacy/professional organizations. These states educate 27% of the US student population. Key informants described their organizations' roles in addressing 14 school-based PE and PA state laws and regulations identified by the Bridging the Gap research program and the National Cancer Institute's Classification of Laws Associated with School Students (C.L.A.S.S.) system. On average, states had 4 of 14 school-based PE and PA laws and regulations, and more than one-half of respondents reported different policies in practice besides the "on the books" laws. Respondents more often reported roles implementing and communicating policies compared with monitoring, enforcing, and evaluating them. Implementation and communication strategies used included training, technical assistance, and written communication of policy to local education agency administrators and teachers. State-level organizations have varying roles in addressing school-based PE and PA policies. Opportunities exist to focus state-level efforts on compliance with existing laws and regulations and evaluation of their impact.

  4. Fostering the development of effective person-centered healthcare communication skills: an interprofessional shared learning model.

    PubMed

    Cavanaugh, James T; Konrad, Shelley Cohen

    2012-01-01

    To describe the implementation of an interprofessional shared learning model designed to promote the development of person-centered healthcare communication skills. Master of social work (MSW) and doctor of physical therapy (DPT) degree students. The model used evidence-based principles of effective healthcare communication and shared learning methods; it was aligned with student learning outcomes contained in MSW and DPT curricula. Students engaged in 3 learning sessions over 2 days. Sessions involved interactive reflective learning, simulated role-modeling with peer assessment, and context-specific practice of communication skills. The perspective of patients/clients was included in each learning activity. Activities were evaluated through narrative feedback. Students valued opportunities to learn directly from each other and from healthcare consumers. Important insights and directions for future interprofessional learning experiences were gleaned from model implementation. The interprofessional shared learning model shows promise as an effective method for developing person-centered communication skills.

  5. The Strategy and Implementation of the Rosetta Communication Campaign

    NASA Astrophysics Data System (ADS)

    Bauer, M.; McCaughrean, M.; Landeau-Constantin, J.

    2016-03-01

    The communication campaign for Rosetta has been the biggest success in the history of European Space Agency outreach, resulting in global awareness for the agency. The mission itself is an extraordinary operational and scientific success, but communicating only the operational and scientific firsts would likely not have brought the Rosetta orbiter and Philae lander to the attention of so many people, and would not have made the mission part of people's lives across the globe. The additional impact brought to the mission through the communication campaign was based on a strategic approach focusing on: real-time release of information with maximum transparency; direct real-time access for media and social media; adding a human dimension to the story; and communicating the risks openly in order to manage expectations. In this article we describe our overall strategy, illustrate its implementation, and provide the framework for subsequent articles in this journal highlighting specific aspects of the campaign in more detail.

  6. The impact of socio-technical communication styles on the diversity and innovation potential of global science collaboratories

    DOE PAGES

    Ozmen, Ozgur; Yilmaz, Levent; Smith, Jeffrey

    2016-02-09

    Emerging cyber-infrastructure tools are enabling scientists to transparently co-develop, share, and communicate about real-time diverse forms of knowledge artifacts. In these environments, communication preferences of scientists are posited as an important factor affecting innovation capacity and robustness of social and knowledge network structures. Scientific knowledge creation in such communities is called global participatory science (GPS). Recently, using agent-based modeling and collective action theory as a basis, a complex adaptive social communication network model (CollectiveInnoSim) is implemented. This work leverages CollectiveInnoSim implementing communication preferences of scientists. Social network metrics and knowledge production patterns are used as proxy metrics to infer innovationmore » potential of emergent knowledge and collaboration networks. The objective is to present the underlying communication dynamics of GPS in a form of computational model and delineate the impacts of various communication preferences of scientists on innovation potential of the collaboration network. Ultimately, the insight gained can help policy-makers to design GPS environments and promote innovation.« less

  7. The impact of socio-technical communication styles on the diversity and innovation potential of global science collaboratories

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

    Ozmen, Ozgur; Yilmaz, Levent; Smith, Jeffrey

    Emerging cyber-infrastructure tools are enabling scientists to transparently co-develop, share, and communicate about real-time diverse forms of knowledge artifacts. In these environments, communication preferences of scientists are posited as an important factor affecting innovation capacity and robustness of social and knowledge network structures. Scientific knowledge creation in such communities is called global participatory science (GPS). Recently, using agent-based modeling and collective action theory as a basis, a complex adaptive social communication network model (CollectiveInnoSim) is implemented. This work leverages CollectiveInnoSim implementing communication preferences of scientists. Social network metrics and knowledge production patterns are used as proxy metrics to infer innovationmore » potential of emergent knowledge and collaboration networks. The objective is to present the underlying communication dynamics of GPS in a form of computational model and delineate the impacts of various communication preferences of scientists on innovation potential of the collaboration network. Ultimately, the insight gained can help policy-makers to design GPS environments and promote innovation.« less

  8. Moving Triadic Gaze Intervention Into Practice: Measuring Clinician Attitude and Implementation Fidelity

    PubMed Central

    Olswang, Lesley B.; Greenslade, Kathryn; Pinder, Gay Lloyd; Dowden, Patricia; Madden, Jodi

    2017-01-01

    Purpose This research investigated a first step in implementing the dynamic assessment (DA) component of Triadic Gaze Intervention (Olswang, Feuerstein, Pinder, & Dowden, 2013; Olswang et al., 2014), an evidence-based protocol for teaching early signals of communication to young children with physical disabilities. Clinician attitudes about adopting external evidence into practice and implementation fidelity in DA protocol delivery were examined following training. Method Seven early intervention clinicians from multiple disciplines were trained to deliver the four essential elements of the DA protocol: (a) provide communication opportunity, (b) recognize child's potentially communicative signal, (c) shape child's signal toward triadic gaze, and (d) reinforce with play. Clinician attitude regarding adopting evidence into practice was measured at baseline and follow-up, with the Evidence-Based Practice Attitude Scale (Aarons, 2004). Implementation fidelity in delivering the protocol was measured for adherence (accuracy) and competence (quality) during trial implementation. Results Clinicians' attitudes about trying new evidence that at first was perceived as incongruent with their practice improved over the course of the research. Clinicians demonstrated strong adherence to the DA protocol; however, competence varied across clinicians and appeared related to child performance. Conclusions The results provided insight into moving Triadic Gaze Intervention into practice and yielded valuable information regarding the implementation process, with implications for future research. PMID:28525577

  9. On the Adaptive Protection of Microgrids: A Review on How to Mitigate Cyber Attacks and Communication Failures

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

    Habib, Hany F; Lashway, Christopher R; Mohammed, Osama A

    One main challenge in the practical implementation of a microgrid is the design of an adequate protection scheme in both grid connected and islanded modes. Conventional overcurrent protection schemes face selectivity and sensitivity issues during grid and microgrid faults since the fault current level is different in both cases for the same relay. Various approaches have been implemented in the past to deal with this problem, yet the most promising ones are the implementation of adaptive protection techniques abiding by the IEC 61850 communication standard. This paper presents a critical review of existing adaptive protection schemes, the technical challenges formore » the use of classical protection techniques and the need for an adaptive, smart protection system. However, the risk of communication link failures and cyber security threats still remain a challenge in implementing a reliable adaptive protection scheme. A contingency is needed where a communication issue prevents the relay from adjusting to a lower current level during islanded mode. An adaptive protection scheme is proposed that utilizes energy storage (ES) and hybrid ES (HESS) already available in the network as a mechanism to source the higher fault current. Four common grid ES and HESS are reviewed for their suitability in feeding the fault while some solutions are proposed.« less

  10. 14 CFR 1221.100 - Scope.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ..., and the Agency's Unified Visual Communications System § 1221.100 Scope. This subpart sets forth the... Unified Visual Communications System and prescribes the policy and guidelines for implementation of the...

  11. 77 FR 70994 - Proposed Information Collection; Comment Request; Gulf of Mexico Fishery Management Council...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2012-11-28

    ... Collection; Comment Request; Gulf of Mexico Fishery Management Council Stakeholder Communication Survey... Gulf of Mexico Fishery Management Council (Council) has adopted a five-year strategic communications plan that requires the Communications staff to not only implement specific outreach and education...

  12. 75 FR 26206 - Implementing the National Broadband Plan by Studying the Communications Requirements of Electric...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2010-05-11

    ... information about electricity infrastructure's current and projected communications requirements, as well as...'s electricity infrastructure need to employ adequate communications technologies that serve their... Smart Grid and the other technologies that will evolve and change how electricity is produced, consumed...

  13. Informing Workers of Chemical Hazards: The OSHA Hazard Communication Standard.

    ERIC Educational Resources Information Center

    American Chemical Society, Washington, DC.

    Practical information on how to implement a chemical-related safety program is outlined in this publication. Highlights of the federal Occupational Safety and Health Administrations (OSHA) Hazard Communication Standard are presented and explained. These include: (1) hazard communication requirements (consisting of warning labels, material safety…

  14. Specification and Verification of Communication Protocols in AFFIRM Using State Transition Models.

    DTIC Science & Technology

    1981-03-01

    NewQueueOfftcket; theorem Pendnglnvariant, Remove(Pending(s)) = NewQueueOfPacket; Since the implementation is in keeping with the specification, its salp ...another communication line. The communication lines are unreliable; messages traveling in either direction can be lost, reordered, corrupted, or

  15. Using Technology To Communicate, Cooperate and Collaborate.

    ERIC Educational Resources Information Center

    Holland, David G.

    This paper outlines a process implemented at Mott Community College (Michigan) for building technology-based systems that would encourage collaboration among the staff. The first goal was communication, which included using the following technology to allow people to communicate and to make information available: e-mail, calendaring,…

  16. Application of Theory to a Technical Assistance Experiment: Development Communication Theory and the Basic Village Education Project in Guatemala.

    ERIC Educational Resources Information Center

    Kelly, James D.

    This paper attempts to assess the influence of development communication theory on the planning and implementation of technical assistance projects in the Third World that utilize mass communication as an agent of change. Like political development theory, communication theory has often been applied in an ethnocentric manner in less developed…

  17. Actions to implement the recommendations of the Presidential Commission on the Space Shuttle Challenger Accident. Report to the President

    NASA Technical Reports Server (NTRS)

    1986-01-01

    The status of the implementation of the recommendations of the Presidential Commission on the Space Shuttle Challenger Accident is reported. The implementation of recommendations in the following areas is detailed: (1) solid rocket motor design; (2) shuttle management structure, including the shuttle safety panel and astronauts in management; (3) critical item review and hazard analysis; (4) safety organization; (5) improved communication; (6) landing safety; (7) launch abort and crew escape; (8) flight rate; and (9) maintenance safeguards. Supporting memoranda and communications from NASA are appended.

  18. Augmentative and alternative communication in daily clinical practice: strategies and tools for management of severe communication disorders.

    PubMed

    Frankoff, Denise J; Hatfield, Brooke

    2011-01-01

    Research indicates that augmentative and alternative communication (AAC) approaches can be used effectively by patients and their caregivers to improve communication skills. This article highlights strategies and tools for re-establishing communication competence by considering the complexity and diversity of communication interactions in an effort to maximize natural speech and language skills via a range of technologies that are implemented across the continuum of care rather than as a last resort.

  19. Adaptive Power Control for Space Communications

    NASA Technical Reports Server (NTRS)

    Thompson, Willie L., II; Israel, David J.

    2008-01-01

    This paper investigates the implementation of power control techniques for crosslinks communications during a rendezvous scenario of the Crew Exploration Vehicle (CEV) and the Lunar Surface Access Module (LSAM). During the rendezvous, NASA requires that the CEV supports two communication links: space-to-ground and crosslink simultaneously. The crosslink will generate excess interference to the space-to-ground link as the distances between the two vehicles decreases, if the output power is fixed and optimized for the worst-case link analysis at the maximum distance range. As a result, power control is required to maintain the optimal power level for the crosslink without interfering with the space-to-ground link. A proof-of-concept will be described and implemented with Goddard Space Flight Center (GSFC) Communications, Standard, and Technology Lab (CSTL).

  20. Dynamics of the public concern and risk communication program implementation.

    PubMed

    Zaryabova, Victoria; Israel, Michel

    2015-09-01

    The public concern about electromagnetic field (EMF) exposure varies due to different reasons. A part of them are connected with the better and higher quality of information that people receive from science, media, Internet, social networks, industry, but others are based on good communication programs performed by the responsible institutions, administration and persons. Especially, in Bulgaria, public concern follows interesting changes, some of them in correlation with the European processes of concern, but others following the economic and political processes in the country. Here, we analyze the dynamics of the public concern over the last 10 years. Our explanation of the decrease of the people's complaints against EMF exposure from base stations for mobile communication is as a result of our risk communication program that is in implementation for >10 years.

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

    Humble, Travis S; Sadlier, Ronald J

    Quantum communication systems harness modern physics through state-of-the-art optical engineering to provide revolutionary capabilities. An important concern for quantum communication engineering is designing and prototyping these systems to prototype proposed capabilities. We apply the paradigm of software-defined communica- tion for engineering quantum communication systems to facilitate rapid prototyping and prototype comparisons. We detail how to decompose quantum communication terminals into functional layers defining hardware, software, and middleware concerns, and we describe how each layer behaves. Using the super-dense coding protocol as a test case, we describe implementations of both the transmitter and receiver, and we present results from numerical simulationsmore » of the behavior. We find that while the theoretical benefits of super dense coding are maintained, there is a classical overhead associated with the full implementation.« less

  2. Visible light communications for the implementation of internet-of-things

    NASA Astrophysics Data System (ADS)

    Chen, Chia-Wei; Wang, Wei-Chung; Wu, Jhao-Ting; Chen, Hung-Yu; Liang, Kevin; Wei, Liang-Yu; Hsu, Yung; Hsu, Chin-Wei; Chow, Chi-Wai; Yeh, Chien-Hung; Liu, Yang; Hsieh, Hsiang-Chin; Chen, Yen-Ting

    2016-06-01

    It is predicted that the number of internet-of-things (IoT) devices will be >28 billion in 2020. Due to the shortage of the conventional radio-frequency spectrum, using visible light communication (VLC) for IoT can be promising. IoT networks may only require very low-data rate communication for transmitting sensing or identity information. The implementation of a VLC link on existing computer communication standards and interfaces is important. Among the standards, universal asynchronous receiver/transmitter (UART) is very popular. We propose and demonstrate a VLC-over-UART system. Bit error rate analysis is performed. Different components and modules used in the proposed VLC-over-UART system are discussed. Then, we also demonstrate a real-time simultaneous temperature, humidity, and illuminance monitoring using the proposed VLC link.

  3. DFT algorithms for bit-serial GaAs array processor architectures

    NASA Technical Reports Server (NTRS)

    Mcmillan, Gary B.

    1988-01-01

    Systems and Processes Engineering Corporation (SPEC) has developed an innovative array processor architecture for computing Fourier transforms and other commonly used signal processing algorithms. This architecture is designed to extract the highest possible array performance from state-of-the-art GaAs technology. SPEC's architectural design includes a high performance RISC processor implemented in GaAs, along with a Floating Point Coprocessor and a unique Array Communications Coprocessor, also implemented in GaAs technology. Together, these data processors represent the latest in technology, both from an architectural and implementation viewpoint. SPEC has examined numerous algorithms and parallel processing architectures to determine the optimum array processor architecture. SPEC has developed an array processor architecture with integral communications ability to provide maximum node connectivity. The Array Communications Coprocessor embeds communications operations directly in the core of the processor architecture. A Floating Point Coprocessor architecture has been defined that utilizes Bit-Serial arithmetic units, operating at very high frequency, to perform floating point operations. These Bit-Serial devices reduce the device integration level and complexity to a level compatible with state-of-the-art GaAs device technology.

  4. Data distribution service-based interoperability framework for smart grid testbed infrastructure

    DOE PAGES

    Youssef, Tarek A.; Elsayed, Ahmed T.; Mohammed, Osama A.

    2016-03-02

    This study presents the design and implementation of a communication and control infrastructure for smart grid operation. The proposed infrastructure enhances the reliability of the measurements and control network. The advantages of utilizing the data-centric over message-centric communication approach are discussed in the context of smart grid applications. The data distribution service (DDS) is used to implement a data-centric common data bus for the smart grid. This common data bus improves the communication reliability, enabling distributed control and smart load management. These enhancements are achieved by avoiding a single point of failure while enabling peer-to-peer communication and an automatic discoverymore » feature for dynamic participating nodes. The infrastructure and ideas presented in this paper were implemented and tested on the smart grid testbed. A toolbox and application programing interface for the testbed infrastructure are developed in order to facilitate interoperability and remote access to the testbed. This interface allows control, monitoring, and performing of experiments remotely. Furthermore, it could be used to integrate multidisciplinary testbeds to study complex cyber-physical systems (CPS).« less

  5. Parlaying digital imaging and communications in medicine and open architecture to our advantage: the new Department of Defense picture archiving and communications system.

    PubMed

    Cawthon, M A

    1999-05-01

    The Department of Defense (DoD) undertook a major systems specification, acquisition, and implementation project of multivendor picture archiving and communications system (PACS) and teleradiology systems during 1997 with deployment of the first systems in 1998. These systems differ from their DoD predecessor system in being multivendor in origin, specifying adherence to the developing Digital Imaging and Communications in Medicine (DICOM) 3.0 standard and all of its service classes, emphasizing open architecture, using personal computer (PC) and web-based image viewing access, having radiologic telepresence over large geographic areas as a primary focus of implementation, and requiring bidirectional interfacing with the DoD hospital information system (HIS). The benefits and advantages to the military health-care system accrue through the enabling of a seamless implementation of a virtual radiology operational environment throughout this vast healthcare organization providing efficient general and subspecialty radiologic interpretive and consultative services for our medical beneficiaries to any healthcare provider, anywhere and at any time of the night or day.

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

  7. Social and Communicational Skills in Upper Secondary Vocational Education and Training

    ERIC Educational Resources Information Center

    Raisanen, Anu; Rakkolainen, Mari

    2009-01-01

    This article presents the methodology used by the Finnish Education Evaluation Council in the national evaluation of social and communication skills in vocational education and training. The evaluation concentrates on key competences such as learning-to-learn skills, communication skills, social skills and entrepreneurship (Implementation of…

  8. Fuels planning: science synthesis and integration; social issues fact sheet 06: Important considerations for communicating about hazards

    Treesearch

    Rocky Mountain Research Station USDA Forest Service

    2004-01-01

    Effective public education and communication campaigns about wildland fire and fuels management should have clear objectives, and use the right techniques to achieve these objectives. This fact sheet lists seven important considerations for planning or implementing a hazard communication effort.

  9. Managerial Solutions: An Exercise in Developing Successful Communication Strategies.

    ERIC Educational Resources Information Center

    Hufman, Melody

    Noting that every business person needs good communication skills, whether managers and employees, superordinates and subordinates, this paper outlines an exercise to teach students to set objectives, develop criteria, analyze perspectives, and implement successful communication strategies. The total time for the exercise is 2 hours and the number…

  10. A Communication Skills Training Course for Trans World Airlines Flight Service Managers.

    ERIC Educational Resources Information Center

    Hurst, Katherine

    A project analyzed, designed, developed, implemented, and evaluated a training program that would enable Trans World Airlines flight service managers to develop effective communication skills. The instructional systems design process was used throughout. The analysis identified the need for communication training for the target population. Program…

  11. Teaching Ecologically-Based Communication Skills to Persons Who Are Developmentally Delayed.

    ERIC Educational Resources Information Center

    Sousie, Susan P.

    The paper offers a framework for the design, implementation, and evaluation of appropriate, effective communication instructional programs for persons who are severely developmentally delayed. The use of an ecological approach that incorporates the instruction of communication skills with that of activities of daily living (ADL) is emphasized.…

  12. Practicing Professional Communication Principles by Creating Public Service Announcements

    ERIC Educational Resources Information Center

    Fredrick, Terri

    2008-01-01

    A primary goal of most introductory business and technical communication courses is to introduce students to the idea that the professional communication most of them will engage in is different from the writing they do for academic purposes. This overall idea covers several principles concerning professional writing. However, implementing active…

  13. 47 CFR 1.20003 - Policies and procedures for employee supervision and control.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... or employee responsible for ensuring that any interception of communications or access to call... to implement the interception of communications or access to call-identifying information; (2) An... description of how long it will maintain its records of each interception of communications or access to call...

  14. 10 CFR 75.12 - Communication of information to IAEA.

    Code of Federal Regulations, 2010 CFR

    2010-01-01

    ... 10 Energy 2 2010-01-01 2010-01-01 false Communication of information to IAEA. 75.12 Section 75.12 Energy NUCLEAR REGULATORY COMMISSION (CONTINUED) SAFEGUARDS ON NUCLEAR MATERIAL-IMPLEMENTATION OF US/IAEA AGREEMENT Facility and Location Information § 75.12 Communication of information to IAEA. (a) Except as...

  15. 10 CFR 75.12 - Communication of information to IAEA.

    Code of Federal Regulations, 2011 CFR

    2011-01-01

    ... 10 Energy 2 2011-01-01 2011-01-01 false Communication of information to IAEA. 75.12 Section 75.12 Energy NUCLEAR REGULATORY COMMISSION (CONTINUED) SAFEGUARDS ON NUCLEAR MATERIAL-IMPLEMENTATION OF US/IAEA AGREEMENT Facility and Location Information § 75.12 Communication of information to IAEA. (a) Except as...

  16. Don't Let Your Message Die on Delivery!

    ERIC Educational Resources Information Center

    Trainer, Laureen

    2015-01-01

    Museum educators are in the business of communication. After creating, implementing and evaluating a program or exhibition, museum educators need to communicate findings effectively. Design plays a crucial role in communication: "the way we package our words and data reflects on audience perception--both in terms of their views of our…

  17. Communication Is Key to Common Core

    ERIC Educational Resources Information Center

    Maunsell, Patricia A.

    2014-01-01

    States, districts, and schools must work to develop effective implementation and communications plans around the Common Core State Standards and aligned assessments. The Education Trust commissioned research on the communication of changes to state assessments in the recent past and lessons learned from that effort identify key elements of an…

  18. Implementing a writing course in an online RN-BSN program.

    PubMed

    Stevens, Carol J; D'Angelo, Barbara; Rennell, Nathalie; Muzyka, Diann; Pannabecker, Virginia; Maid, Barry

    2014-01-01

    Scholarly writing is an essential skill for nurses to communicate new research and evidence. Written communication directly relates to patient safety and quality of care. However, few online RN-BSN programs integrate writing instruction into their curricula. Nurses traditionally learn how to write from instructor feedback and often not until midway into their baccalaureate education. Innovative strategies are needed to help nurses apply critical thinking skills to writing. The authors discuss a collaborative project between nursing faculty and technical communication faculty to develop and implement a writing course that is 1 of the 1st courses the students take in the online RN-BSN program.

  19. The effects of behavioral skills training on implementation of the picture exchange communication system.

    PubMed

    Rosales, Rocio; Stone, Karen; Rehfeldt, Ruth Anne

    2009-01-01

    The effectiveness of a behavioral skills training (BST) package to teach the implementation of the first three phases of the picture exchange communication system (PECS) was evaluated with 3 adults who had no history teaching any functional communication system. A multiple baseline design across participants was used to evaluate the effectiveness of the training package, which consisted of a video, written and verbal instructions, modeling, rehearsal, and feedback. Results showed significant improvements relative to baseline in a short amount of training time and that skills generalized to a learner with a severe developmental disability. Skills were maintained at 1 month follow-up for 1 participant.

  20. Modeling interdependencies between business and communication processes in hospitals.

    PubMed

    Brigl, Birgit; Wendt, Thomas; Winter, Alfred

    2003-01-01

    The optimization and redesign of business processes in hospitals is an important challenge for the hospital information management who has to design and implement a suitable HIS architecture. Nevertheless, there are no tools available specializing in modeling information-driven business processes and the consequences on the communication between information processing, tools. Therefore, we will present an approach which facilitates the representation and analysis of business processes and resulting communication processes between application components and their interdependencies. This approach aims not only to visualize those processes, but to also to evaluate if there are weaknesses concerning the information processing infrastructure which hinder the smooth implementation of the business processes.

  1. Quantum measurements of signals from the Alphasat TDP1 laser communication terminal

    NASA Astrophysics Data System (ADS)

    Elser, D.; Günthner, K.; Khan, I.; Stiller, B.; Bayraktar, Ö.; Müller, C. R.; Saucke, K.; Tröndle, D.; Heine, F.; Seel, S.; Greulich, P.; Zech, H.; Gütlich, B.; Richter, I.; Philipp-May, S.; Marquardt, Ch.; Leuchs, G.

    2017-09-01

    Quantum optics [1] can be harnessed to implement cryptographic protocols that are verifiably immune against any conceivable attack [2]. Even quantum computers, that will break most current public keys [3, 4], cannot harm quantum encryption. Based on these intriguing quantum features, metropolitan quantum networks have been implemented around the world [5-15]. However, the long-haul link between metropolitan networks is currently missing [16]. Existing fiber infrastructure is not suitable for this purpose since classical telecom repeaters cannot relay quantum states [2]. Therefore, optical satellite-to-ground communication [17-22] lends itself to bridge intercontinental distances for quantum communication [23-40].

  2. Airborne wireless communication systems, airborne communication methods, and communication methods

    DOEpatents

    Deaton, Juan D [Menan, ID; Schmitt, Michael J [Idaho Falls, ID; Jones, Warren F [Idaho Falls, ID

    2011-12-13

    An airborne wireless communication system includes circuitry configured to access information describing a configuration of a terrestrial wireless communication base station that has become disabled. The terrestrial base station is configured to implement wireless communication between wireless devices located within a geographical area and a network when the terrestrial base station is not disabled. The circuitry is further configured, based on the information, to configure the airborne station to have the configuration of the terrestrial base station. An airborne communication method includes answering a 911 call from a terrestrial cellular wireless phone using an airborne wireless communication system.

  3. Risk and Outbreak Communication: Lessons from Taiwan's Experiences in the Post-SARS Era.

    PubMed

    Hsu, Yu-Chen; Chen, Yu-Ling; Wei, Han-Ning; Yang, Yu-Wen; Chen, Ying-Hwei

    In addition to the impact of a disease itself, public reaction could be considered another outbreak to be controlled during an epidemic. Taiwan's experience with SARS in 2003 highlighted the critical role played by the media during crisis communication. After the SARS outbreak, Taiwan's Centers for Disease Control (Taiwan CDC) followed the WHO outbreak communication guidelines on trust, early announcements, transparency, informing the public, and planning, in order to reform its risk communication systems. This article describes the risk communication framework in Taiwan, which has been used to respond to the 2009-2016 influenza epidemics, Ebola in West Africa (2014-16), and MERS-CoV in South Korea (2015) during the post-SARS era. Many communication strategies, ranging from traditional media to social and new media, have been implemented to improve transparency in public communication and promote civic engagement. Taiwan CDC will continue to maintain the strengths of its risk communication systems and resolve challenges as they emerge through active evaluation and monitoring of public opinion to advance Taiwan's capacity in outbreak communication and control. Moreover, Taiwan CDC will continue to implement the IHR (2005) and to promote a global community working together to fight shared risks and to reach the goal of "One World, One Health."

  4. Risk and Outbreak Communication: Lessons from Taiwan's Experiences in the Post-SARS Era

    PubMed Central

    Chen, Yu-Ling; Wei, Han-Ning; Yang, Yu-Wen; Chen, Ying-Hwei

    2017-01-01

    In addition to the impact of a disease itself, public reaction could be considered another outbreak to be controlled during an epidemic. Taiwan's experience with SARS in 2003 highlighted the critical role played by the media during crisis communication. After the SARS outbreak, Taiwan's Centers for Disease Control (Taiwan CDC) followed the WHO outbreak communication guidelines on trust, early announcements, transparency, informing the public, and planning, in order to reform its risk communication systems. This article describes the risk communication framework in Taiwan, which has been used to respond to the 2009-2016 influenza epidemics, Ebola in West Africa (2014-16), and MERS-CoV in South Korea (2015) during the post-SARS era. Many communication strategies, ranging from traditional media to social and new media, have been implemented to improve transparency in public communication and promote civic engagement. Taiwan CDC will continue to maintain the strengths of its risk communication systems and resolve challenges as they emerge through active evaluation and monitoring of public opinion to advance Taiwan's capacity in outbreak communication and control. Moreover, Taiwan CDC will continue to implement the IHR (2005) and to promote a global community working together to fight shared risks and to reach the goal of “One World, One Health.” PMID:28418746

  5. Examination of Communication Delays on Team Performance: Utilizing the International Space Station (ISS) as a Test Bed for Analog Research

    NASA Technical Reports Server (NTRS)

    Keeton, K. E.; Slack, K, J.; Schmidt, L. L.; Ploutz-Snyder, R.; Baskin, P.; Leveton, L. B.

    2011-01-01

    Operational conjectures about space exploration missions of the future indicate that space crews will need to be more autonomous from mission control and operate independently. This is in part due to the expectation that communication quality between the ground and exploration crews will be more limited and delayed. Because of potential adverse effects on communication quality, both researchers and operational training and engineering experts have suggested that communication delays and the impact these delays have on the quality of communications to the crew will create performance decrements if crews are not given adequate training and tools to support more autonomous operations. This presentation will provide an overview of a research study led by the Behavioral Health and Performance Element (BHP) of the NASA Human Research Program that examines the impact of implementing a communication delay on ISS on individual and team factors and outcomes, including performance and related perceptions of autonomy. The methodological design, data collection efforts, and initial results of this study to date will be discussed . The results will focus on completed missions, DRATS and NEEMO15. Lessons learned from implementing this study within analog environments will also be discussed. One lesson learned is that the complexities of garnishing a successful data collection campaign from these high fidelity analogs requires perseverance and a strong relationship with operational experts. Results of this study will provide a preliminary understanding of the impact of communication delays on individual and team performance as well as an insight into how teams perform and interact in a space-like environment . This will help prepare for implementation of communication delay tests on the ISS, targeted for Increment 35/36.

  6. The design and implementation of the Technical Facilities Controller (TFC) for the Goldstone deep space communications complex

    NASA Technical Reports Server (NTRS)

    Killian, D. A.; Menninger, F. J.; Gorman, T.; Glenn, P.

    1988-01-01

    The Technical Facilities Controller is a microprocessor-based energy management system that is to be implemented in the Deep Space Network facilities. This system is used in conjunction with facilities equipment at each of the complexes in the operation and maintenance of air-conditioning equipment, power generation equipment, power distribution equipment, and other primary facilities equipment. The implementation of the Technical Facilities Controller was completed at the Goldstone Deep Space Communications Complex and is now operational. The installation completed at the Goldstone Complex is described and the utilization of the Technical Facilities Controller is evaluated. The findings will be used in the decision to implement a similar system at the overseas complexes at Canberra, Australia, and Madrid, Spain.

  7. Implementation and Analysis of Real-Time Streaming Protocols.

    PubMed

    Santos-González, Iván; Rivero-García, Alexandra; Molina-Gil, Jezabel; Caballero-Gil, Pino

    2017-04-12

    Communication media have become the primary way of interaction thanks to the discovery and innovation of many new technologies. One of the most widely used communication systems today is video streaming, which is constantly evolving. Such communications are a good alternative to face-to-face meetings, and are therefore very useful for coping with many problems caused by distance. However, they suffer from different issues such as bandwidth limitation, network congestion, energy efficiency, cost, reliability and connectivity. Hence, the quality of service and the quality of experience are considered the two most important issues for this type of communication. This work presents a complete comparative study of two of the most used protocols of video streaming, Real Time Streaming Protocol (RTSP) and the Web Real-Time Communication (WebRTC). In addition, this paper proposes two new mobile applications that implement those protocols in Android whose objective is to know how they are influenced by the aspects that most affect the streaming quality of service, which are the connection establishment time and the stream reception time. The new video streaming applications are also compared with the most popular video streaming applications for Android, and the experimental results of the analysis show that the developed WebRTC implementation improves the performance of the most popular video streaming applications with respect to the stream packet delay.

  8. Talking about psychosocial problems: an observational study on changes in doctor-patient communication in general practice between 1977 and 2008.

    PubMed

    Butalid, Ligaya; Bensing, Jozien M; Verhaak, Peter F M

    2014-03-01

    To examine whether GPs' communication styles have changed since the introduction and implementation of clinical guidelines for psychosocial problems in Dutch general practice in the 1990s. From a database of 5184 consultations videotaped between 1977 and 2008, 512 consultations assessed by GPs as 'completely psychosocial' were coded with RIAS (Roter Interaction Analysis System). The 121 consultations prior to and 391 consultations after implementation of guidelines were analyzed whether communication styles have changed over time. We found that GPs were more likely to consider consultations to be mainly (17%) or completely (12%) psychosocial after the implementation of guidelines. They gave more biomedical and psychosocial information and advice in the second period compared to the first period. We also found that empathy decreased over time (frequency of empathic statements by GPs changed from 2.9-3.2 to 1.4-1.6 between periods). Communication in psychosocial consultations has changed; GPs have become more focused on task-oriented communication (asking questions, giving information and advice) and less on showing empathy. GPs face the challenge of integrating an evidence-based approach of applying guidelines that promote active symptom exploration with understanding patients' personal contexts and giving room to their emotions. Copyright © 2013 Elsevier Ireland Ltd. All rights reserved.

  9. Risk Communication Concerning Welding Fumes for the Primary Preventive Care of Welding Apprentices in Southern Brazil

    PubMed Central

    Cezar-Vaz, Marta Regina; Bonow, Clarice Alves; Cezar Vaz, Joana

    2015-01-01

    This study’s aim was to assess the perceptions of welding apprentices concerning welding fumes being associated with respiratory and cardiovascular disorders and assess the implementation of risk communication as a primary prevention tool in the welding training process. This quasi-experimental, non-randomized study with before-and-after design was conducted with 84 welding apprentices in Southern Brazil. Poisson Regression analysis was used. Relative Risk was the measure used with a 95% confidence interval and 5% (p ≤ 0.05) significance level. Significant association was found between perceptions of worsened symptoms of respiratory disorders caused by welding fumes and educational level (p = 0.049), the use of goggles to protect against ultraviolet rays (p = 0.023), and access to services in private health facilities without insurance coverage (p = 0.001). Apprentices younger than 25 years old were 4.9 times more likely to perceive worsened cardiovascular symptoms caused by welding fumes after risk communication (RR = 4.91; CI 95%: 1.09 to 22.2). The conclusion is that risk communication as a primary preventive measure in continuing education processes implemented among apprentices, who are future welders, was efficacious. Thus, this study confirms that risk communication can be implemented as a primary prevention tool in welding apprenticeships. PMID:25607606

  10. Risk communication concerning welding fumes for the primary preventive care of welding apprentices in southern Brazil.

    PubMed

    Cezar-Vaz, Marta Regina; Bonow, Clarice Alves; Vaz, Joana Cezar

    2015-01-19

    This study's aim was to assess the perceptions of welding apprentices concerning welding fumes being associated with respiratory and cardiovascular disorders and assess the implementation of risk communication as a primary prevention tool in the welding training process. This quasi-experimental, non-randomized study with before-and-after design was conducted with 84 welding apprentices in Southern Brazil. Poisson Regression analysis was used. Relative Risk was the measure used with a 95% confidence interval and 5% (p ≤ 0.05) significance level. Significant association was found between perceptions of worsened symptoms of respiratory disorders caused by welding fumes and educational level (p = 0.049), the use of goggles to protect against ultraviolet rays (p = 0.023), and access to services in private health facilities without insurance coverage (p = 0.001). Apprentices younger than 25 years old were 4.9 times more likely to perceive worsened cardiovascular symptoms caused by welding fumes after risk communication (RR = 4.91; CI 95%: 1.09 to 22.2). The conclusion is that risk communication as a primary preventive measure in continuing education processes implemented among apprentices, who are future welders, was efficacious. Thus, this study confirms that risk communication can be implemented as a primary prevention tool in welding apprenticeships.

  11. A Multi-Technology Communication Platform for Urban Mobile Sensing

    PubMed Central

    Almeida, Rodrigo; Oliveira, Rui

    2018-01-01

    A common concern in smart cities is the focus on sensing procedures to provide city-wide information to city managers and citizens. To meet the growing demands of smart cities, the network must provide the ability to handle a large number of mobile sensors/devices, with high heterogeneity and unpredictable mobility, by collecting and delivering the sensed information for future treatment. This work proposes a multi-wireless technology communication platform for opportunistic data gathering and data exchange with respect to smart cities. Through the implementation of a proprietary long-range (LoRa) network and an urban sensor network, our platform addresses the heterogeneity of Internet of Things (IoT) devices while conferring communications in an opportunistic manner, increasing the interoperability of our platform. It implements and evaluates a medium access communication (MAC) protocol for LoRa networks with multiple gateways. It also implements mobile Opportunistic VEhicular (mOVE), a delay-tolerant network (DTN)-based architecture to address the mobility dimension. The platform provides vehicle-to-everything (V2X) communication with support for highly reliable and actionable information flows. Moreover, taking into account the high mobility pattern that a smart city scenario presents, we propose and evaluate two forwarding strategies for the opportunistic sensor network. PMID:29649175

  12. Developing a telepresence robot for interpersonal communication with the elderly in a home environment.

    PubMed

    Tsai, Tzung-Cheng; Hsu, Yeh-Liang; Ma, An-I; King, Trevor; Wu, Chang-Huei

    2007-08-01

    "Telepresence" is an interesting field that includes virtual reality implementations with human-system interfaces, communication technologies, and robotics. This paper describes the development of a telepresence robot called Telepresence Robot for Interpersonal Communication (TRIC) for the purpose of interpersonal communication with the elderly in a home environment. The main aim behind TRIC's development is to allow elderly populations to remain in their home environments, while loved ones and caregivers are able to maintain a higher level of communication and monitoring than via traditional methods. TRIC aims to be a low-cost, lightweight robot, which can be easily implemented in the home environment. Under this goal, decisions on the design elements included are discussed. In particular, the implementation of key autonomous behaviors in TRIC to increase the user's capability of projection of self and operation of the telepresence robot, in addition to increasing the interactive capability of the participant as a dialogist are emphasized. The technical development and integration of the modules in TRIC, as well as human factors considerations are then described. Preliminary functional tests show that new users were able to effectively navigate TRIC and easily locate visual targets. Finally the future developments of TRIC, especially the possibility of using TRIC for home tele-health monitoring and tele-homecare visits are discussed.

  13. The Telecommunications and Data Acquisition Report

    NASA Technical Reports Server (NTRS)

    Posner, E. C. (Editor)

    1983-01-01

    Developments in programs in telecommunication and data acquisition in space communications, radio navigation, radio science, and ground based radio astronomy are reported. Activities of the deep space network (DSN) and its associated ground communication facility (GCF) in planning, supporting research and technology, implementation, and in operations are outlined. The publication of reports on the application of radio interferometry at microwave frequencies for geodynamic measurements are presented. Implementation and operation for searching the microwave spectrum is reported.

  14. The Telecommunications and Data Acquisition Report

    NASA Technical Reports Server (NTRS)

    Posner, E. C. (Editor)

    1991-01-01

    This quarterly reports on space communications, radio navigation, radio science, and ground based radio and radar astronomy in connection with the Deep Space Network (DSN) in planning, supporting research and technology, implementation, and in operations. Also included is standards activity at JPL for space data and information systems and DSN work. Specific areas of research are: Tracking and ground based navigation; Spacecraft and ground communications; Station control and system technology; DSN Systems Implementation; and DSN Operations.

  15. Proposal and Implementation of SSH Client System Using Ajax

    NASA Astrophysics Data System (ADS)

    Kosuda, Yusuke; Sasaki, Ryoichi

    Technology called Ajax gives web applications the functionality and operability of desktop applications. In this study, we propose and implement a Secure Shell (SSH) client system using Ajax, independent of the OS or Java execution environment. In this system, SSH packets are generated on a web browser by using JavaScript and a web server works as a proxy in communication with an SSH server to realize end-to-end SSH communication. We implemented a prototype program and confirmed by experiment that it runs on several web browsers and mobile phones. This system has enabled secure SSH communication from a PC at an Internet cafe or any mobile phone. By measuring the processing performance, we verified satisfactory performance for emergency use, although the speed was unsatisfactory in some cases with mobile phone. The system proposed in this study will be effective in various fields of E-Business.

  16. Video calls from lay bystanders to dispatch centers - risk assessment of information security.

    PubMed

    Bolle, Stein R; Hasvold, Per; Henriksen, Eva

    2011-09-30

    Video calls from mobile phones can improve communication during medical emergencies. Lay bystanders can be instructed and supervised by health professionals at Emergency Medical Communication Centers. Before implementation of video mobile calls in emergencies, issues of information security should be addressed. Information security was assessed for risk, based on the information security standard ISO/IEC 27005:2008. A multi-professional team used structured brainstorming to find threats to the information security aspects confidentiality, quality, integrity, and availability. Twenty security threats of different risk levels were identified and analyzed. Solutions were proposed to reduce the risk level. Given proper implementation, we found no risks to information security that would advocate against the use of video calls between lay bystanders and Emergency Medical Communication Centers. The identified threats should be used as input to formal requirements when planning and implementing video calls from mobile phones for these call centers.

  17. Video calls from lay bystanders to dispatch centers - risk assessment of information security

    PubMed Central

    2011-01-01

    Background Video calls from mobile phones can improve communication during medical emergencies. Lay bystanders can be instructed and supervised by health professionals at Emergency Medical Communication Centers. Before implementation of video mobile calls in emergencies, issues of information security should be addressed. Methods Information security was assessed for risk, based on the information security standard ISO/IEC 27005:2008. A multi-professional team used structured brainstorming to find threats to the information security aspects confidentiality, quality, integrity, and availability. Results Twenty security threats of different risk levels were identified and analyzed. Solutions were proposed to reduce the risk level. Conclusions Given proper implementation, we found no risks to information security that would advocate against the use of video calls between lay bystanders and Emergency Medical Communication Centers. The identified threats should be used as input to formal requirements when planning and implementing video calls from mobile phones for these call centers. PMID:21958387

  18. General Principles for Manual/Simultaneous Communication (M/SC) Instruction.

    ERIC Educational Resources Information Center

    Caccamise, Frank; And Others

    1978-01-01

    The article discusses principles in use at the National Technical Institute for the Deaf in planning and implementing Manual/Simultaneous Communication instruction for hearing impaired and deaf individuals. (PHR)

  19. The Evolution of Software and Its Impact on Complex System Design in Robotic Spacecraft Embedded Systems

    NASA Technical Reports Server (NTRS)

    Butler, Roy

    2013-01-01

    The growth in computer hardware performance, coupled with reduced energy requirements, has led to a rapid expansion of the resources available to software systems, driving them towards greater logical abstraction, flexibility, and complexity. This shift in focus from compacting functionality into a limited field towards developing layered, multi-state architectures in a grand field has both driven and been driven by the history of embedded processor design in the robotic spacecraft industry.The combinatorial growth of interprocess conditions is accompanied by benefits (concurrent development, situational autonomy, and evolution of goals) and drawbacks (late integration, non-deterministic interactions, and multifaceted anomalies) in achieving mission success, as illustrated by the case of the Mars Reconnaissance Orbiter. Approaches to optimizing the benefits while mitigating the drawbacks have taken the form of the formalization of requirements, modular design practices, extensive system simulation, and spacecraft data trend analysis. The growth of hardware capability and software complexity can be expected to continue, with future directions including stackable commodity subsystems, computer-generated algorithms, runtime reconfigurable processors, and greater autonomy.

  20. Communication skills training in a nursing home: effects of a brief intervention on residents and nursing aides

    PubMed Central

    Sprangers, Suzan; Dijkstra, Katinka; Romijn-Luijten, Anna

    2015-01-01

    Effective communication by nursing home staff is related to a higher quality of life and a decrease in verbal and physical aggression and depression in nursing home residents. Several communication intervention studies have been conducted to improve communication between nursing home staff and nursing home residents with dementia. These studies have shown that communication skills training can improve nursing aides’ communication with nursing home residents. However, these studies tended to be time-consuming and fairly difficult to implement. Moreover, these studies focused on the communicative benefits for the nursing home residents and their well-being, while benefits and well-being for the nursing aides were neglected. The current study focused on implementing a brief communication skills training program to improve nursing aides’ (N=24) communication with residents with dementia (N=26) in a nursing home. The effects of the training on nursing aides’ communication, caregiver distress, and job satisfaction and residents’ psychopathology and agitation were assessed relative to a control group condition. Nursing aides in the intervention group were individually trained to communicate effectively with residents during morning care by using short instructions, positive speech, and biographical statements. Mixed ANOVAs showed that, after training, nursing aides in the intervention group experienced less caregiver distress. Additionally, the number of short instructions and instances of positive speech increased. Providing nursing aides with helpful feedback during care aids communication and reduces caregiver burden, even with a brief intervention that requires limited time investments for nursing home staff. PMID:25653513

  1. We need to talk: an observational study of the impact of electronic medical record implementation on hospital communication.

    PubMed

    Taylor, Stephanie Parks; Ledford, Robert; Palmer, Victoria; Abel, Erika

    2014-07-01

    Increasing attention is being given to the importance of communication in the delivery of high-quality healthcare. We sought to determine whether communication improved in a hospital setting following the introduction of an electronic medical record (EMR). This pre-post cohort design enrolled 75 patient-nurse-physician triads prior to the introduction of EMR, and 123 triads after the introduction of EMR. Nurses and patients reported whether they communicated with the physician that day. Patients, nurses and physicians answered several questions about the plan of care for the day. Responses were scored for degree of agreement and compared between pre-EMR and post-EMR cohorts. The primary outcome was Total Agreement Score, calculated as the sum of the agreement responses. Chart review was performed to determine patients' actual length of stay. Although there was no difference between the frequency of nurses reporting communication with physicians before and after EMR, face-to-face communication was significantly reduced (67% vs 51%, p=0.03). Total Agreement Score was significantly lower after the implementation of EMR (p=0.03). Additionally, fewer patients accurately predicted their expected length of stay after EMR (34% vs 26%, p=0.001). The implementation of EMR was associated with a decrease in face-to-face communication between physicians and nurses, and worsened overall agreement about the plan of care. Published by the BMJ Publishing Group Limited. For permission to use (where not already granted under a licence) please go to http://group.bmj.com/group/rights-licensing/permissions.

  2. An intervention to improve interprofessional collaboration and communications: a comparative qualitative study.

    PubMed

    Rice, Kathleen; Zwarenstein, Merrick; Conn, Lesley Gotlib; Kenaszchuk, Chris; Russell, Ann; Reeves, Scott

    2010-07-01

    Interprofessional communication and collaboration are promoted by policymakers as fundamental building blocks for improving patient safety and meeting the demands of increasingly complex care. This paper reports qualitative findings of an interprofessional intervention designed to improve communication and collaboration between different professions in general internal medicine (GIM) hospital wards in Canada. The intervention promoted self-introduction by role and profession to a collaborating colleague in relation to the shared patient, a question or communication regarding the patient, to be followed by an explicit request for feedback from the partner professional. Implementation and uptake of the intervention were evaluated using qualitative methods, including 90 hours of ethnographic observations and interviews collected in both intervention and comparison wards. Documentary data were also collected and analysed. Fieldnotes and interviews were transcribed and analysed thematically. Our findings suggested that the intervention did not produce the anticipated changes in communication and collaboration between health professionals, and allowed us to identify barriers to the implementation of effective collaboration interventions. Despite initially offering verbal support, senior physicians, nurses, and allied health professionals minimally explained the intervention to their junior colleagues and rarely role-modelled or reiterated support for it. Professional resistances as well as the fast paced, interruptive environment reduced opportunities or incentive to enhance restrictive interprofessional relationships. In a healthcare setting where face-to-face spontaneous interprofessional communication is not hostile but is rare and impersonal, the perceived benefits of improvement are insufficient to implement simple and potentially beneficial communication changes, in the face of habit, and absence of continued senior clinician and management support.

  3. Checklists change communication about key elements of patient care.

    PubMed

    Newkirk, Michelle; Pamplin, Jeremy C; Kuwamoto, Roderick; Allen, David A; Chung, Kevin K

    2012-08-01

    Combat casualty care is distributed across professions and echelons of care. Communication within it is fragmented, inconsistent, and prone to failure. Daily checklists used during intensive care unit (ICU) rounds have been shown to improve compliance with evidence-based practices, enhance communication, promote consistency of care, and improve outcomes. Checklists are criticized because it is difficult to establish a causal link between them and their effect on outcomes. We investigated how checklists used during ICU rounds affect communication. We conducted this project in two military ICUs (burn and surgical/trauma). Checklists contained up to 21 questions grouped according to patient population. We recorded which checklist items were discussed during rounds before and after implementation of a "must address" checklist and compared the frequency of discussing items before checklist prompting. Patient discussions addressed more checklist items before prompting at the end of the 2-week evaluation compared with the 2-week preimplementation period (surgical trauma ICU, 36% vs. 77%, p < 0.0001; burn ICU, 47% vs. 72 %, p < 0.001). Most items were addressed more frequently in both ICUs after implementation. Key items such as central line removal, reduction of laboratory testing, medication reconciliation, medication interactions, bowel movements, sedation holidays, breathing trials, and lung protective ventilation showed significant improvements. Checklists modify communication patterns. Improved communication facilitated by checklists may be one mechanism behind their effectiveness. Checklists are powerful tools that can rapidly alter patient care delivery. Implementing checklists could facilitate the rapid dissemination of clinical practice changes, improve communication between echelons of care and between individuals involved in patient care, and reduce missed information.

  4. An Analysis of the Effects of Functional Communication and a Voice Output Communication Aid for a Child with Autism Spectrum Disorder

    ERIC Educational Resources Information Center

    Olive, Melissa L.; Lang, Russell B.; Davis, Tonya N.

    2008-01-01

    The purpose of this study was to examine the effects of Functional Communication Training (FCT) and a Voice Output Communication Aid (VOCA) on the challenging behavior and language development of a 4-year-old girl with autism spectrum disorder. The participant's mother implemented modified functional analysis (FA) and intervention procedures in…

  5. Intelligent microchip networks: an agent-on-chip synthesis framework for the design of smart and robust sensor networks

    NASA Astrophysics Data System (ADS)

    Bosse, Stefan

    2013-05-01

    Sensorial materials consisting of high-density, miniaturized, and embedded sensor networks require new robust and reliable data processing and communication approaches. Structural health monitoring is one major field of application for sensorial materials. Each sensor node provides some kind of sensor, electronics, data processing, and communication with a strong focus on microchip-level implementation to meet the goals of miniaturization and low-power energy environments, a prerequisite for autonomous behaviour and operation. Reliability requires robustness of the entire system in the presence of node, link, data processing, and communication failures. Interaction between nodes is required to manage and distribute information. One common interaction model is the mobile agent. An agent approach provides stronger autonomy than a traditional object or remote-procedure-call based approach. Agents can decide for themselves, which actions are performed, and they are capable of flexible behaviour, reacting on the environment and other agents, providing some degree of robustness. Traditionally multi-agent systems are abstract programming models which are implemented in software and executed on program controlled computer architectures. This approach does not well scale to micro-chip level and requires full equipped computers and communication structures, and the hardware architecture does not consider and reflect the requirements for agent processing and interaction. We propose and demonstrate a novel design paradigm for reliable distributed data processing systems and a synthesis methodology and framework for multi-agent systems implementable entirely on microchip-level with resource and power constrained digital logic supporting Agent-On-Chip architectures (AoC). The agent behaviour and mobility is fully integrated on the micro-chip using pipelined communicating processes implemented with finite-state machines and register-transfer logic. The agent behaviour, interaction (communication), and mobility features are modelled and specified on a machine-independent abstract programming level using a state-based agent behaviour language (APL). With this APL a high-level agent compiler is able to synthesize a hardware model (RTL, VHDL), a software model (C, ML), or a simulation model (XML) suitable to simulate a multi-agent system using the SeSAm simulator framework. Agent communication is provided by a simple tuple-space database implemented on node level providing fault tolerant access of global data. A novel synthesis development kit (SynDK) based on a graph-structured database approach is introduced to support the rapid development of compilers and synthesis tools, used for example for the design and implementation of the APL compiler.

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

    Humble, Travis S; Sadlier, Ronald J

    We show how to extend the paradigm of software-defined communication to include quantum communication systems. We introduce the decomposition of a quantum communication terminal into layers separating the concerns of the hardware, software, and middleware. We provide detailed descriptions of how each component operates and we include results of an implementation of the super-dense coding protocol. We argue that the versatility of software-defined quantum communication test beds can be useful for exploring new regimes in communication and rapidly prototyping new systems.

  7. Swedish District Nurses’ Attitudes to Implement Information and Communication Technology in Home Nursing

    PubMed Central

    Nilsson, Carina; Skär, Lisa; Söderberg, Siv

    2008-01-01

    The use of information and communication technology has increased in the society, and can be useful in nursing care. The aim of this study was to describe district nurses’ attitudes regarding the implementation of information and communication technology in home nursing. The first and third authors performed five focus group discussions with 19 district nurses’ from five primary healthcare centres in northern Sweden. During the focus group discussions, the following topics were discussed: the current and future use of information and communication technology in home nursing; expectations, advantages, disadvantages and hindrances in the use of information and communication technology in home nursing; and the use of information and communication technology from an ethical perspective. The transcribed focus group discussions were analysed using qualitative content analysis. The results showed that district nurses’ attitudes were positive regarding the use of information and communication technology in their work. They also asked for possibilities to influence the design and its introduction. However, the use of information and communication technology in home nursing can be described as a complement to communication that could not replace human physical encounters. Improvements and risks, as well as the importance of physical presence in home nursing were considered vital. The results revealed that the use of information and communication technology requires changes in the district nurses’ work situation. PMID:19319223

  8. Swedish district nurses' attitudes to implement information and communication technology in home nursing.

    PubMed

    Nilsson, Carina; Skär, Lisa; Söderberg, Siv

    2008-01-01

    The use of information and communication technology has increased in the society, and can be useful in nursing care. The aim of this study was to describe district nurses' attitudes regarding the implementation of information and communication technology in home nursing. The first and third authors performed five focus group discussions with 19 district nurses' from five primary healthcare centres in northern Sweden. During the focus group discussions, the following topics were discussed: the current and future use of information and communication technology in home nursing; expectations, advantages, disadvantages and hindrances in the use of information and communication technology in home nursing; and the use of information and communication technology from an ethical perspective. The transcribed focus group discussions were analysed using qualitative content analysis. The results showed that district nurses' attitudes were positive regarding the use of information and communication technology in their work. They also asked for possibilities to influence the design and its introduction. However, the use of information and communication technology in home nursing can be described as a complement to communication that could not replace human physical encounters. Improvements and risks, as well as the importance of physical presence in home nursing were considered vital. The results revealed that the use of information and communication technology requires changes in the district nurses' work situation.

  9. Teaching dental students about patient communication following an adverse event: a pilot educational module.

    PubMed

    Raja, Sheela; Rajagopalan, Chelsea F; Patel, Janki; Van Kanegan, Kevin

    2014-05-01

    Adverse events are an important but understudied area in dentistry. Most dentists will face the issue of an adverse event several times in their clinical careers. The authors implemented a six-hour pilot educational module at one dental school to improve fourth-year dental students' knowledge and confidence in communicating with patients about adverse events. Based on results from the twenty-nine students who completed both the pre- and posttests, the module significantly increased the students' knowledge of the key concepts involved in adverse events. However, the module did not improve the students' confidence that they would be able to implement these communication skills in clinical situations. Based on these results, this article discusses how future educational efforts can be modified to better prepare students for the communication challenges associated with adverse events.

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

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

  12. Teaching Business Communication on the Production Line: A Case Study.

    ERIC Educational Resources Information Center

    Moore, Richard W.

    1993-01-01

    Analyzes the communication training received by over 4,000 workers as part of an effort to implement a team concept production system at a General Motors plant. Presents an overview of the team concept training. Discusses five barriers to effective training, four successful instructional methods, and implications for business communication. (RS)

  13. Using Communicative Games in Improving Students' Speaking Skills

    ERIC Educational Resources Information Center

    Dewi, Ratna Sari; Kultsum, Ummi; Armadi, Ari

    2017-01-01

    The aims of the study are to know whether communicative games have an impact on teaching speaking skill and describe how communicative games give an influence on speaking skills of students at junior high schools in Jakarta, Indonesia. Classroom Action Research (CAR) was implemented based on Kurt. L model. The procedures used were planning,…

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

  15. Towards Community-Based Communication Intervention for Severely Handicapped Children. Report ASS/BBS-48.

    ERIC Educational Resources Information Center

    Alant, Erna

    This report describes the development of a community-based service for the implementation of augmentative and alternative communication strategies with regard to children with severe disabilities in South Africa. The intervention process was developed by the Centre for Augmentative and Alternative Communication of the University of Pretoria. The…

  16. Auditing Communication Effectiveness in Higher Education: A Team-Based Study by MBA Students

    ERIC Educational Resources Information Center

    Hart, Claudia; Plemmons, Tony; Stulz, Karin; Vroman, Margo

    2017-01-01

    A regional University in the United States implemented an AQIP (Academic Quality Improvement Program) Action Project with a goal of developing processes for effective leadership communication. An MBA (Masters of Business Administration) class conducted a university-wide communication audit to assist with the AQIP project. Quantitative and…

  17. Knowledge and Perceptions of Visual Communications Curriculum in Arkansas Secondary Agricultural Classrooms: A Closer Look at Experiential Learning Integrations

    ERIC Educational Resources Information Center

    Pennington, Kristin; Calico, Carley; Edgar, Leslie D.; Edgar, Don W.; Johnson, Donald M.

    2015-01-01

    The University of Arkansas developed and integrated visual communications curriculum related to agricultural communications into secondary agricultural programs throughout the state. The curriculum was developed, pilot tested, revised, and implemented by selected secondary agriculture teachers. The primary purpose of this study was to evaluate…

  18. Planning and Implementing Augmentative Communication Service Delivery, 2: Proceedings of the National Planners Conference on Assistive Device Service Delivery.

    ERIC Educational Resources Information Center

    Coston, Caroline A., Ed.

    The document consists of 30 author contributed chapters concerned with augmentative communication service delivery. Chapter titles and authors are: "Communication Options for Persons Who Cannot Speak: Planning for Service Delivery" (David Beukelman); "Planning Service Delivery Systems" (Roland Hahn II); "Planning Ohio's…

  19. The Impact of the Advancing Social-Communication and Play (ASAP) Intervention on Preschoolers with Autism Spectrum Disorder

    ERIC Educational Resources Information Center

    Dykstra, Jessica R.; Boyd, Brian A.; Watson, Linda R.; Crais, Elizabeth R.; Baranek, Grace T.

    2012-01-01

    This study evaluates an intervention targeting social-communication and play skills (Advancing Social-communication And Play; ASAP) implemented by school staff in a public preschool setting. With increases in enrollment of children with autism spectrum disorder (ASD) in school systems, establishing the effectiveness and feasibility of…

  20. The Impact of the Advancing Social-Communication and Play (ASAP) Intervention on Preschoolers with Autism Spectrum Disorder

    ERIC Educational Resources Information Center

    Dykstra, Jessica R.; Boyd, Brian A.; Watson, Linda R.; Crais, Elizabeth R.; Baranek, Grace T.

    2012-01-01

    This study evaluates an intervention targeting social-communication and play skills (Advancing Social-communication and Play; ASAP) implemented by school staff in a public preschool setting. With increases in enrollment of children with autism spectrum disorder (ASD) in school systems, establishing the effectiveness and feasibility of…

  1. An educational program to promote positive communication and collaboration between nurses and medical staff.

    PubMed

    McCaffrey, Ruth G; Hayes, RoseMarie; Stuart, Wendy; Cassel, Asenath; Farrell, Cheryl; Miller-Reyes, Sharmin; Donaldson, Audeanne

    2011-01-01

    An educational program was implemented for nurses and medical residents to improve communication and collaboration. It has been noted that communication and collaboration between members of the healthcare team improve patient outcomes and job satisfaction among nurses. In this article, the program is outlined and outcomes are presented.

  2. Workplace Simulation: An Integrated Approach to Training University Students in Professional Communication

    ERIC Educational Resources Information Center

    Ismail, Norhayati; Sabapathy, Chitra

    2016-01-01

    In the redesign of a professional communication course for real estate students, a workplace simulation was implemented, spanning the entire 12-week duration of the course. The simulation was achieved through the creation of an online company presence, the infusion of communication typically encountered in the workplace, and an intensive and…

  3. Factors Affecting the Implementation of Communicative Language Teaching in Taiwanese College English Classes

    ERIC Educational Resources Information Center

    Chang, Ming; Goswami, Jaya S.

    2011-01-01

    Foreign language teaching in many Asian-Pacific countries in recent decades has shifted toward communicative-focused instruction. However, researchers have reported a gap between policy and practice. To incorporate teachers' voices in adopting the communicative approach in the curriculum, this study explores factors that promote or hinder EFL…

  4. Coaching Teaching Assistants to Implement Naturalistic Behavioral Teaching Strategies to Enhance Social Communication Skills during Play in the Preschool Classroom

    ERIC Educational Resources Information Center

    Frantz, Rebecca Jane

    2017-01-01

    Naturalistic behavioral interventions increase the acquisition, generalization, and maintenance of child social communication skills among children with developmental delays (DD). Teaching Assistants (TAs) are ideal interventionists for delivering social communication interventions because of the significant amount of time they spend working…

  5. Quantum Dialogue with Authentication Based on Bell States

    NASA Astrophysics Data System (ADS)

    Shen, Dongsu; Ma, Wenping; Yin, Xunru; Li, Xiaoping

    2013-06-01

    We propose an authenticated quantum dialogue protocol, which is based on a shared private quantum entangled channel. In this protocol, the EPR pairs are randomly prepared in one of the four Bell states for communication. By performing four Pauli operations on the shared EPR pairs to encode their shared authentication key and secret message, two legitimate users can implement mutual identity authentication and quantum dialogue without the help from the third party authenticator. Furthermore, due to the EPR pairs which are used for secure communication are utilized to implement authentication and the whole authentication process is included in the direct secure communication process, it does not require additional particles to realize authentication in this protocol. The updated authentication key provides the counterparts with a new authentication key for the next authentication and direct communication. Compared with other secure communication with authentication protocols, this one is more secure and efficient owing to the combination of authentication and direct communication. Security analysis shows that it is secure against the eavesdropping attack, the impersonation attack and the man-in-the-middle (MITM) attack.

  6. Communication Challenges During the Development and Introduction of a New Meningococcal Vaccine in Africa.

    PubMed

    Berlier, Monique; Barry, Rodrigue; Shadid, John; Sirica, Coimbra; Brunier, Alison; Hasan, Hayatee; Bouma, Enricke

    2015-11-15

    A new group A meningococcal conjugate vaccine was developed to eliminate deadly meningitis epidemics in sub-Saharan Africa. From the outset of the project, advocacy and communication strategies were developed and adjusted as the project evolved in Europe, Africa, India, and the United States. Communications efforts were evidence-based, and involved partnerships with the media and various stakeholders including African ministries of health, the World Health Organization, UNICEF, Gavi, the Centers for Disease Control and Prevention, and Médecins Sans Frontières. The implementation of an integrated communication strategy ensured the active cooperation of stakeholders while providing an organized and defined format for the dissemination of project-related developmental activities and the successful introduction of the vaccine. Early in the project, a communications strategy that engaged stakeholders and potential supporters was developed. The strategy was implemented and adapted as the project matured. Linked communication proved to be key to the successful wide-scale introduction of the PsA-TT (MenAfriVac) vaccine in Africa. © 2015 World Health Organization; licensee Oxford Journals.

  7. Communication Challenges During the Development and Introduction of a New Meningococcal Vaccine in Africa

    PubMed Central

    Berlier, Monique; Barry, Rodrigue; Shadid, John; Sirica, Coimbra; Brunier, Alison; Hasan, Hayatee; Bouma, Enricke

    2015-01-01

    Background. A new group A meningococcal conjugate vaccine was developed to eliminate deadly meningitis epidemics in sub-Saharan Africa. Methods. From the outset of the project, advocacy and communication strategies were developed and adjusted as the project evolved in Europe, Africa, India, and the United States. Communications efforts were evidence-based, and involved partnerships with the media and various stakeholders including African ministries of health, the World Health Organization, UNICEF, Gavi, the Centers for Disease Control and Prevention, and Médecins Sans Frontières. Results. The implementation of an integrated communication strategy ensured the active cooperation of stakeholders while providing an organized and defined format for the dissemination of project-related developmental activities and the successful introduction of the vaccine. Conclusions. Early in the project, a communications strategy that engaged stakeholders and potential supporters was developed. The strategy was implemented and adapted as the project matured. Linked communication proved to be key to the successful wide-scale introduction of the PsA-TT (MenAfriVac) vaccine in Africa. PMID:26553674

  8. Communication and implementation of change in crop protection.

    PubMed

    Escalada, M M; Heong, K L

    1993-01-01

    The slow adoption of integrated pest management (IPM) has been attributed to the widespread gaps in farmers' knowledge of rational pest management. Other factors such as farmers' perception of high input use and promotion of pesticides also influence decisions to practise rational pest management. To bridge these gaps and improve farmers' pest management practices, most IPM implementation programmes rely on communication strategies. These communication approaches utilize either mass media or interpersonal channels or a combination. The choice of which communication approach to employ depends on project objectives and resources. Among extension and communication approaches used in crop protection, strategic extension campaigns, farmer field schools and farmer participatory research stand out in their ability to bring about significant changes in farmers' pest management practices. While extension campaigns have greater reach, farmer participation and experiential learning achieve more impact because learning effects are sustained. Communication media are important in raising awareness and creating a demand for IPM information but interpersonal channels and group methods such as the farmer field school and farmer participatory research are essential to accomplish the tasks of discovery and experiential learning of IPM skills.

  9. Leadership Challenges in the Implementation of ICT in Public Secondary Schools, Kenya

    ERIC Educational Resources Information Center

    Mingaine, Laaria

    2013-01-01

    Many authors argue that school leadership determines how Information Communication Technology (ICT) is implemented and its subsequent impact on teaching and learning. This involves Principal as a school leader to lead in implementation. A positive attitude of school leader towards implementation of ICT will encourage the school community to be…

  10. Issues in providing a reliable multicast facility

    NASA Technical Reports Server (NTRS)

    Dempsey, Bert J.; Strayer, W. Timothy; Weaver, Alfred C.

    1990-01-01

    Issues involved in point-to-multipoint communication are presented and the literature for proposed solutions and approaches surveyed. Particular attention is focused on the ideas and implementations that align with the requirements of the environment of interest. The attributes of multicast receiver groups that might lead to useful classifications, what the functionality of a management scheme should be, and how the group management module can be implemented are examined. The services that multicasting facilities can offer are presented, followed by mechanisms within the communications protocol that implements these services. The metrics of interest when evaluating a reliable multicast facility are identified and applied to four transport layer protocols that incorporate reliable multicast.

  11. Communicating Astronomy With Public in Nepal

    NASA Astrophysics Data System (ADS)

    Bhattarai, Suresh

    2015-08-01

    This paper highlights the mode of communications that Nepal Astronomical Society (NASO) implemented during 2007-2014 for promoting science and technology in Nepal with astronomy as a key tool.Camparatve study between the role of old media and new media for astronomy communication will be discussed. The role of new media and Information and Communication Technology (ICT) to foster astronomy communication with the public with some case studies will be discussed in detail. Proposed model of integrating both old and old media with smooth transition between these communication channels will be presented and discuss in brief.

  12. Implementing an Electronic Medical Record in a Family Medicine Practice: Communication, Decision Making, and Conflict

    PubMed Central

    Crosson, Jesse C.; Stroebel, Christine; Scott, John G.; Stello, Brian; Crabtree, Benjamin F.

    2005-01-01

    PURPOSE Electronic medical record (EMR) systems offer substantial opportunities to organize and manage clinical data in ways that can potentially improve preventive health care, the management of chronic illness, and the financial health of primary care practices. The functionality of EMRs as implemented, however, can vary substantially from that envisaged by their designers and even from those who purchase the programs. The purpose of this study was to explore how unique aspects of a family medicine office culture affect the initial implementation of an EMR. METHODS As part of a larger study, we conducted a qualitative case study of a private family medicine practice that had recently purchased and implemented an EMR. We collected data using participant observation, in-depth interviews, and key informant interviews. After the initial data collection, we shared our observations with practice members and returned 1 year later to collect additional data. RESULTS Dysfunctional communication patterns, the distribution of formal and informal decision-making power, and internal conflicts limited the effective implementation and use of the EMR. The implementation and use of the EMR made tracking and monitoring of preventive health and chronic illness unwieldy and offered little or no improvement when compared with paper charts. CONCLUSIONS Implementing an EMR without an understanding of the systemic effects and communication and the decision-making processes within an office practice and without methods for bringing to the surface and addressing conflicts limits the opportunities for improved care offered by EMRs. Understanding how these common issues manifest within unique practice settings can enhance the effective implementation and use of EMRs. PMID:16046562

  13. Implementing an electronic medical record in a family medicine practice: communication, decision making, and conflict.

    PubMed

    Crosson, Jesse C; Stroebel, Christine; Scott, John G; Stello, Brian; Crabtree, Benjamin F

    2005-01-01

    Electronic medical record (EMR) systems offer substantial opportunities to organize and manage clinical data in ways that can potentially improve preventive health care, the management of chronic illness, and the financial health of primary care practices. The functionality of EMRs as implemented, however, can vary substantially from that envisaged by their designers and even from those who purchase the programs. The purpose of this study was to explore how unique aspects of a family medicine office culture affect the initial implementation of an EMR. As part of a larger study, we conducted a qualitative case study of a private family medicine practice that had recently purchased and implemented an EMR. We collected data using participant observation, in-depth interviews, and key informant interviews. After the initial data collection, we shared our observations with practice members and returned 1 year later to collect additional data. Dysfunctional communication patterns, the distribution of formal and informal decision-making power, and internal conflicts limited the effective implementation and use of the EMR. The implementation and use of the EMR made tracking and monitoring of preventive health and chronic illness unwieldy and offered little or no improvement when compared with paper charts. Implementing an EMR without an understanding of the systemic effects and communication and the decision-making processes within an office practice and without methods for bringing to the surface and addressing conflicts limits the opportunities for improved care offered by EMRs. Understanding how these common issues manifest within unique practice settings can enhance the effective implementation and use of EMRs.

  14. Development and implementation of an integrated chronic disease model in South Africa: lessons in the management of change through improving the quality of clinical practice

    PubMed Central

    Asmall, Shaidah

    2015-01-01

    Background South Africa is facing a complex burden of disease arising from a combination of chronic infectious illness and non-communicable diseases. As the burden of chronic diseases (communicable and non-communicable) increases, providing affordable and effective care to the increasing numbers of chronic patients will be an immense challenge. Methods The framework recommended by the Medical Research Council of the United Kingdom for the development and evaluation of complex health interventions was used to conceptualise the intervention. The breakthrough series was utilised for the implementation process. These two frameworks were embedded within the clinical practice improvement model that served as the overarching framework for the development and implementation of the model. Results The Chronic Care Model was ideally suited to improve the facility component and patient experience; however, the deficiencies in other aspects of the health system building blocks necessitated a hybrid model. An integrated chronic disease management model using a health systems approach was initiated across 42 primary health care facilities. The interventions were implemented in a phased approach using learning sessions and action periods to introduce the planned and targeted changes. Conclusion The implementation of the integrated chronic disease management model is feasible at primary care in South Africa provided that systemic challenges and change management are addressed during the implementation process. PMID:26528101

  15. Development and implementation of an integrated chronic disease model in South Africa: lessons in the management of change through improving the quality of clinical practice.

    PubMed

    Mahomed, Ozayr Haroon; Asmall, Shaidah

    2015-01-01

    South Africa is facing a complex burden of disease arising from a combination of chronic infectious illness and non-communicable diseases. As the burden of chronic diseases (communicable and non-communicable) increases, providing affordable and effective care to the increasing numbers of chronic patients will be an immense challenge. The framework recommended by the Medical Research Council of the United Kingdom for the development and evaluation of complex health interventions was used to conceptualise the intervention. The breakthrough series was utilised for the implementation process. These two frameworks were embedded within the clinical practice improvement model that served as the overarching framework for the development and implementation of the model. The Chronic Care Model was ideally suited to improve the facility component and patient experience; however, the deficiencies in other aspects of the health system building blocks necessitated a hybrid model. An integrated chronic disease management model using a health systems approach was initiated across 42 primary health care facilities. The interventions were implemented in a phased approach using learning sessions and action periods to introduce the planned and targeted changes. The implementation of the integrated chronic disease management model is feasible at primary care in South Africa provided that systemic challenges and change management are addressed during the implementation process.

  16. Implementation of integration strategies between primary care units and a regional general hospital in Brazil to update and connect health care professionals: a quasi-experimental study protocol.

    PubMed

    Bracco, Mario Maia; Mafra, Ana Carolina Cintra Nunes; Abdo, Alexandre Hannud; Colugnati, Fernando Antonio Basile; Dalla, Marcello Dala Bernardina; Demarzo, Marcelo Marcos Piva; Abrahamsohn, Ises; Rodrigues, Aline Pacífico; Delgado, Ana Violeta Ferreira de Almeida; Dos Prazeres, Glauber Alves; Teixeira, José Carlos; Possa, Silvio

    2016-08-12

    Better communication among field health care teams and points of care, together with investments focused on improving teamwork, individual management, and clinical skills, are strategies for achieving better outcomes in patient-oriented care. This research aims to implement and evaluate interventions focused on improving communication and knowledge among health teams based on points of care in a regional public health outreach network, assessing the following hypotheses: 1) A better-working communication process between hospitals and primary health care providers can improve the sharing of information on patients as well as patients' outcomes. 2) A skill-upgrading education tool offered to health providers at their work sites can improve patients' care and outcomes. A quasi-experimental study protocol with a mixed-methods approach (quantitative and qualitative) was developed to evaluate communication tools for health care professionals based in primary care units and in a general hospital in the southern region of São Paulo City, Brazil. The usefulness and implementation processes of the integration strategies will be evaluated, considering: 1) An Internet-based communication platform that facilitates continuity and integrality of care to patients, and 2) A tailored updating distance-learning course on ambulatory care sensitive conditions for clinical skills improvements. The observational study will evaluate a non-randomized cohort of adult patients, with historical controls. Hospitalized patients diagnosed with an ambulatory care sensitive condition will be selected and followed for 1 year after hospital discharge. Data will be collected using validated questionnaires and from patients' medical records. Health care professionals will be evaluated related to their use of education and communication tools and their demographic and psychological profiles. The primary outcome measured will be the patients' 30-day hospital readmission rates. A sample size of 560 patients was calculated to fit a valid logistic model. In addition, qualitative approaches will be used to identify subjective perceptions of providers about the implementation process and of patients about health system use. This research project will gather relevant information about implementation processes for education and communication tools and their impact on human resources training, rates of readmission, and patient-related outcomes.

  17. The Effective of Using 5 Simple Steps (QSCCS) Learning Activities on Facebook to Promote Self-Learning in the 21st Century in Technology Printing and Advertising Course for Undergraduate Students in Education Technology and Communications

    ERIC Educational Resources Information Center

    Sittiwong, Tipparat; Wongnam, Thanet

    2015-01-01

    The objectives of this study were to: 1) study the result of implementing QSCCS with Facebook; 2) study students' opinions concerning the implementation of QSCCS with Facebook. The samples were 38 Technology and Communications undergraduates who attended Printing and Advertising Technology course in academic year of 2013. The information was…

  18. U.S. Associated Pacific Islands Health Care Teams Chart a Course for Improved Health Systems: Implementation and Evaluation of a Non-communicable Disease Collaborative Model

    PubMed Central

    Hosey, Gwendolyn M.; Rengiil, Augusta; Maddison, Robert; Agapito, Angelica U.; Lippwe, Kipier; Wally, Omengkar Damien; Agapito, Dennis D.; Seremai, Johannes; Primo, Selma; Luther, X-ner; Ikerdeu, Edolem; Satterfield, Dawn

    2017-01-01

    Summary The burden of non-communicable disease (NCD) is increasing in the U.S. Associated Pacific Islands (USAPI). We describe the implementation and evaluation of a NCD Collaborative pilot, using local trainers, as an evidence-based strategy to systematically strengthen NCD health care quality and outcomes, focusing on diabetes preventive care across five health systems in the region. PMID:27818410

  19. Delay compensation in integrated communication and control systems. II - Implementation and verification

    NASA Technical Reports Server (NTRS)

    Luck, Rogelio; Ray, Asok

    1990-01-01

    The implementation and verification of the delay-compensation algorithm are addressed. The delay compensator has been experimentally verified at an IEEE 802.4 network testbed for velocity control of a DC servomotor. The performance of the delay-compensation algorithm was also examined by combined discrete-event and continuous-time simulation of the flight control system of an advanced aircraft that uses the SAE (Society of Automotive Engineers) linear token passing bus for data communications.

  20. 47 CFR 10.11 - CMAS implementation timeline.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... 47 Telecommunication 1 2010-10-01 2010-10-01 false CMAS implementation timeline. 10.11 Section 10.11 Telecommunication FEDERAL COMMUNICATIONS COMMISSION GENERAL COMMERCIAL MOBILE ALERT SYSTEM General Information § 10.11 CMAS implementation timeline. Notwithstanding anything in this part to the contrary, a...

  1. Space Link Extension (SLE) Emulation for High-Throughput Network Communication

    NASA Technical Reports Server (NTRS)

    Murawski, Robert W.; Tchorowski, Nicole; Golden, Bert

    2014-01-01

    As the data rate requirements for space communications increases, significant stress is placed not only on the wireless satellite communication links, but also on the ground networks which forward data from end-users to remote ground stations. These wide area network (WAN) connections add delay and jitter to the end-to-end satellite communication link, effects which can have significant impacts on the wireless communication link. It is imperative that any ground communication protocol can react to these effects such that the ground network does not become a bottleneck in the communication path to the satellite. In this paper, we present our SCENIC Emulation Lab testbed which was developed to test the CCSDS SLE protocol implementations proposed for use on future NASA communication networks. Our results show that in the presence of realistic levels of network delay, high-throughput SLE communication links can experience significant data rate throttling. Based on our observations, we present some insight into why this data throttling happens, and trace the probable issue back to non-optimal blocking communication which is sup-ported by the CCSDS SLE API recommended practices. These issues were presented as well to the SLE implementation developers which, based on our reports, developed a new release for SLE which we show fixes the SLE blocking issue and greatly improves the protocol throughput. In this paper, we also discuss future developments for our end-to-end emulation lab and how these improvements can be used to develop and test future space communication technologies.

  2. Meeting CCS communication challenges head-on: Integrating communications, planning, risk assessment, and project management

    USGS Publications Warehouse

    Greenberg, S.; Gauvreau, L.; Hnottavange-Telleen, K.; Finley, R.; Marsteller, S.

    2011-01-01

    The Midwest Geological Sequestration Consortium, Schlumberger Carbon Services, and Archer Daniels Midland has implemented a comprehensive communications plan at the Illinois Basin - Decatur Project (IBDP), a one million metric tonne Carbon Capture and Storage project in Decatur, IL, USA funded by the U.S. Department of Energy's National Energy Technology Laboratory. The IBDP Communication Plan includes consortium information, funding and disclaimer citations, description of target audiences, media communications guidelines, paper and presentations guidelines, site visit information, crisis communication, on-site photography regulations, and other components. The creation, development, and implementation processes for the IBDP Communication Plan (the Plan) are shared in this paper. New communications challenges, such as how to address add-on research requests, data sharing and management, scope increase, and contract agreements have arisen since the Plan was completed in January 2009, resulting in development of new policies and procedures by project management. Integrating communications planning, risk assessment, and project management ensured that consistent, factual information was developed and incorporated into project planning, and constitutes the basis of public communications. Successful integration has allowed the IBDP to benefit from early identification and mitigation of the potential project risks, which allows more time to effectively deal with unknown and unidentified risks that may arise. Project risks and risks associated with public perception can be managed through careful planning and integration of communication strategies into project management and risk mitigation. ?? 2011 Published by Elsevier Ltd.

  3. Implementing guidelines and training initiatives to improve cross-cultural communication in primary care consultations: a qualitative participatory European study.

    PubMed

    Teunissen, E; Gravenhorst, K; Dowrick, C; Van Weel-Baumgarten, E; Van den Driessen Mareeuw, F; de Brún, T; Burns, N; Lionis, C; Mair, F S; O'Donnell, C; O'Reilly-de Brún, M; Papadakaki, M; Saridaki, A; Spiegel, W; Van Weel, C; Van den Muijsenbergh, M; MacFarlane, A

    2017-02-10

    Cross-cultural communication in primary care is often difficult, leading to unsatisfactory, substandard care. Supportive evidence-based guidelines and training initiatives (G/TIs) exist to enhance cross cultural communication but their use in practice is sporadic. The objective of this paper is to elucidate how migrants and other stakeholders can adapt, introduce and evaluate such G/TIs in daily clinical practice. We undertook linked qualitative case studies to implement G/TIs focused on enhancing cross cultural communication in primary care, in five European countries. We combined Normalisation Process Theory (NPT) as an analytical framework, with Participatory Learning and Action (PLA) as the research method to engage migrants, primary healthcare providers and other stakeholders. Across all five sites, 66 stakeholders participated in 62 PLA-style focus groups over a 19 month period, and took part in activities to adapt, introduce, and evaluate the G/TIs. Data, including transcripts of group meetings and researchers' fieldwork reports, were coded and thematically analysed by each team using NPT. In all settings, engaging migrants and other stakeholders was challenging but feasible. Stakeholders made significant adaptations to the G/TIs to fit their local context, for example, changing the focus of a G/TI from palliative care to mental health; or altering the target audience from General Practitioners (GPs) to the wider multidisciplinary team. They also progressed plans to deliver them in routine practice, for example liaising with GP practices regarding timing and location of training sessions and to evaluate their impact. All stakeholders reported benefits of the implemented G/TIs in daily practice. Training primary care teams (clinicians and administrators) resulted in a more tolerant attitude and more effective communication, with better focus on migrants' needs. Implementation of interpreter services was difficult mainly because of financial and other resource constraints. However, when used, migrants were more likely to trust the GP's diagnoses and GPs reported a clearer understanding of migrants' symptoms. Migrants, primary care providers and other key stakeholders can work effectively together to adapt and implement G/TIs to improve communication in cross-cultural consultations, and enhance understanding and trust between GPs and migrant patients.

  4. Asynchronous Communication of TLNS3DMB Boundary Exchange

    NASA Technical Reports Server (NTRS)

    Hammond, Dana P.

    1997-01-01

    This paper describes the recognition of implicit serialization due to coarse-grain, synchronous communication and demonstrates the conversion to asynchronous communication for the exchange of boundary condition information in the Thin-Layer Navier Stokes 3-Dimensional Multi Block (TLNS3DMB) code. The implementation details of using asynchronous communication is provided including buffer allocation, message identification, and barrier control. The IBM SP2 was used for the tests presented.

  5. Detailed Design and Implementation of a Multiprogramming Operating System for Sixteen-Bit Microprocessors.

    DTIC Science & Technology

    1983-12-01

    4 Multiuser Support ...... .......... 11-5 User Interface . .. .. ................ .. 11- 7 Inter -user Communications ................ 11- 7 Memory...user will greatly help facilitate the learning process. Inter -User Communication The inter -user communications of the operating system can be done using... inter -user communications would be met by using one or both of them. AMemory and File Management Memory and file management is concerned with four basic

  6. Free-space laser communication technologies; Proceedings of the Meeting, Los Angeles, CA, Jan. 11, 12, 1988

    NASA Astrophysics Data System (ADS)

    Koepf, Gerhard A.; Begley, David L.

    1988-01-01

    The present conference discusses topics in free-space laser communications, laser link characteristics, satellite laser communication systems, optoelectronic components for laser communications, and space laser subsystem technologies. Attention is given to Space Station-based deep-space communication experiments, the application of intersatellite links to operational satellite systems, high-power 0.87 micron channel substrate planar lasers for spaceborne communications, a ground experiment using a CO2 laser transceiver for free-space communications, studies of laser ranging to the TOPEX satellite, diffraction-limited tracking for space communications, and the compact implementation of a real-time, acoustooptic SAR processor.

  7. Communications system evolutionary scenarios for Martian SEI support

    NASA Technical Reports Server (NTRS)

    Kwong, Paulman W.; Bruno, Ronald C.

    1992-01-01

    In the Space Exploration Initiative (SEI) mission scenarios, expanding human presence is the primary driver for high data rate Mars-Earth communications. To support an expanding human presence, the data rate requirement will be gradual, following the phased implementation over time of the evolving SEI mission. Similarly, the growth and evolution of the space communications infrastructure to serve this requirement will also be gradual to efficiently exploit the useful life of the installed communications infrastructure and to ensure backward compatibility with long-term users. In work conducted over the past year, a number of alternatives for supporting high data rate Mars-Earth communications have been analyzed with respect to their compatibility with gradual evolution of the space communications infrastructure. The alternatives include RF, millimeter wave (MMW), and optical implementations, and incorporate both surface and space-based relay terminals in the Mars and Earth regions. Each alternative is evaluated with respect to its ability to efficiently meet a projected growth in data rate over time, its technology readiness, and its capability to satisfy the key conditions and constraints imposed by evolutionary transition. As a result of this analysis, a set of attractive alternative communications architectures have been identified and described, and a road map is developed that illustrates the most rational and beneficial evolutionary paths for the communications infrastructure.

  8. NASA science communications strategy

    NASA Technical Reports Server (NTRS)

    1995-01-01

    In 1994, the Clinton Administration issued a report, 'Science in the National Interest', which identified new national science goals. Two of the five goals are related to science communications: produce the finest scientists and engineers for the 21st century, and raise scientific and technological literacy of all Americans. In addition to the guidance and goals set forth by the Administration, NASA has been mandated by Congress under the 1958 Space Act to 'provide for the widest practicable and appropriate dissemination concerning its activities and the results thereof'. In addition to addressing eight Goals and Plans which resulted from a January 1994 meeting between NASA and members of the broader scientific, education, and communications community on the Public Communication of NASA's Science, the Science Communications Working Group (SCWG) took a comprehensive look at the way the Agency communicates its science to ensure that any changes the Agency made were long-term improvements. The SCWG developed a Science Communications Strategy for NASA and a plan to implement the Strategy. This report outlines a strategy from which effective science communications programs can be developed and implemented across the agency. Guiding principles and strategic themes for the strategy are provided, with numerous recommendations for improvement discussed within the respective themes of leadership, coordination, integration, participation, leveraging, and evaluation.

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

  10. Optical wireless communication in data centers

    NASA Astrophysics Data System (ADS)

    Arnon, Shlomi

    2018-01-01

    In the last decade data centers have become a crucial element in modern human society. However, to keep pace with internet data rate growth, new technologies supporting data center should develop. Integration of optical wireless communication (OWC) in data centers is one of the proposed technologies as augmented technology to the fiber network. One implementation of the OWC technology is deployment of optical wireless transceiver on top of the existing cable/fiber network as extension to the top of rack (TOR) switch; in this way, a dynamic and flexible network is created. Optical wireless communication could reduce energy consumption, increase the data rate, reduce the communication latency, increase flexibility and scalability, and reduce maintenance time and cost, in comparison to extra fiber network deployment. In this paper we review up to date literature in the field, propose an implementation scheme of OWC network, discuss ways to reduce energy consumption by parallel link communication and report preliminary measurement result of university data center environment.

  11. Space weather effects on communications

    NASA Astrophysics Data System (ADS)

    Lanzerotti, Louis J.

    In the 150 years since the advent of the first electrical communication system - the electrical telegraph - the diversity of communications technologies that are embedded within space-affected environments have vastly increased. The increasing sophistication of these communications technologies, and how their installation and operations may relate to the environments in which they are embedded, requires ever more sophisticated understanding of natural physical phenomena. At the same time, the business environment for most present-day communications technologies that are affected by space phenomena is very dynamic. The commercial and national security deployment and use of these technologies do not wait for optimum knowledge of possible environmental effects to be acquired before new technological embodiments are created, implemented, and marketed. Indeed, those companies that might foolishly seek perfectionist understanding of natural effects can be left behind by the marketplace. A well-considered balance is needed between seeking ever deeper understanding of physical phenomena and implementing `engineering' solutions to current crises. The research community must try to understand, and operate in, this dynamic environment.

  12. A small step in VLC systems - a big step in Li-Fi implementation

    NASA Astrophysics Data System (ADS)

    Rîurean, S. M.; Nagy, A. A.; Leba, M.; Ionica, A. C.

    2018-01-01

    Light is part of our sustainable environmental life so, using it would be the handiest and cheapest way for wireless communication. Since ever, light has been used to send messages in different ways and now, due to the high technological improvements, bits through light, at high speed on multiple paths, allow humans to communicate. Using the lighting system both for illumination and communication represents lately one of the worldwide main research issues with several implementations with real benefits. This paper presents a viable VLC system, that proves its sustainability for sending by light information not only few millimetres but meters away. This system has multiple potential applications in different areas where other communication systems are bottlenecked, too expensive, unavailable or even forbidden. Since a Li-Fi fully developed system requires bidirectional, multiple access communication, there are still some challenges towards a functional Li-Fi wireless network. Although important steps have been made, Li-Fi is still under experimental stage.

  13. Low-earth-orbit Satellite Internet Protocol Communications Concept and Design

    NASA Technical Reports Server (NTRS)

    Slywezak, Richard A.

    2004-01-01

    This report presents a design concept for a low-Earth-orbit end-to-end Internet-Protocol- (IP-) based mission. The goal is to maintain an up-to-date communications infrastructure that makes communications seamless with the protocols used in terrestrial computing. It is based on the premise that the use of IPs will permit greater interoperability while also reducing costs and providing users the ability to retrieve data directly from the satellite. However, implementing an IP-based solution also has a number of challenges, since wireless communications have different characteristics than wired communications. This report outlines the design of a low-Earth-orbit end-to-end IP-based mission; the ideas and concepts of Space Internet architectures and networks are beyond the scope of this document. The findings of this report show that an IP-based mission is plausible and would provide benefits to the user community, but the outstanding issues must be resolved before a design can be implemented.

  14. Software-Implemented Fault Tolerance in Communications Systems

    NASA Technical Reports Server (NTRS)

    Gantenbein, Rex E.

    1994-01-01

    Software-implemented fault tolerance (SIFT) is used in many computer-based command, control, and communications (C(3)) systems to provide the nearly continuous availability that they require. In the communications subsystem of Space Station Alpha, SIFT algorithms are used to detect and recover from failures in the data and command link between the Station and its ground support. The paper presents a review of these algorithms and discusses how such techniques can be applied to similar systems found in applications such as manufacturing control, military communications, and programmable devices such as pacemakers. With support from the Tracking and Communication Division of NASA's Johnson Space Center, researchers at the University of Wyoming are developing a testbed for evaluating the effectiveness of these algorithms prior to their deployment. This testbed will be capable of simulating a variety of C(3) system failures and recording the response of the Space Station SIFT algorithms to these failures. The design of this testbed and the applicability of the approach in other environments is described.

  15. Implementability of two-qubit unitary operations over the butterfly network and the ladder network with free classical communication

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

    Akibue, Seiseki; Murao, Mio

    2014-12-04

    We investigate distributed implementation of two-qubit unitary operations over two primitive networks, the butterfly network and the ladder network, as a first step to apply network coding for quantum computation. By classifying two-qubit unitary operations in terms of the Kraus-Cirac number, the number of non-zero parameters describing the global part of two-qubit unitary operations, we analyze which class of two-qubit unitary operations is implementable over these networks with free classical communication. For the butterfly network, we show that two classes of two-qubit unitary operations, which contain all Clifford, controlled-unitary and matchgate operations, are implementable over the network. For the laddermore » network, we show that two-qubit unitary operations are implementable over the network if and only if their Kraus-Cirac number do not exceed the number of the bridges of the ladder.« less

  16. Local quantum transformations requiring infinite rounds of classical communication.

    PubMed

    Chitambar, Eric

    2011-11-04

    In this Letter, we investigate the number of measurement and communication rounds needed to implement certain tasks by local quantum operations and classical communication (LOCC), a relatively unexplored topic. To demonstrate the possible strong dependence on the round number, we consider the problem of converting three-qubit entanglement into two-qubit form, specifically in the random distillation setting of [Phys. Rev. Lett. 98, 260501 (2007)]. We find that the number of LOCC rounds needed for a transformation can depend on the amount of entanglement distilled. In fact, for a wide range of transformations, the required number of rounds is infinite (unbounded). This represents the first concrete example of a task needing an infinite number of rounds to implement.

  17. Management software for a universal device communication controller: application to monitoring and computerized infusions.

    PubMed

    Coussaert, E J; Cantraine, F R

    1996-11-01

    We designed a virtual device for a local area network observing, operating and connecting devices to a personal computer. To keep the widest field of application, we proceeded by using abstraction and specification rules of software engineering in the design and implementation of the hardware and software for the Infusion Monitor. We specially built a box of hardware to interface multiple medical instruments with different communication protocols to a PC via a single serial port. We called that box the Universal Device Communication Controller (UDCC). The use of the virtual device driver is illustrated by the Infusion Monitor implemented for the anaesthesia and intensive care workstation.

  18. THE EFFECTS OF BEHAVIORAL SKILLS TRAINING ON IMPLEMENTATION OF THE PICTURE EXCHANGE COMMUNICATION SYSTEM

    PubMed Central

    Rosales, Rocio; Stone, Karen; Rehfeldt, Ruth Anne

    2009-01-01

    The effectiveness of a behavioral skills training (BST) package to teach the implementation of the first three phases of the picture exchange communication system (PECS) was evaluated with 3 adults who had no history teaching any functional communication system. A multiple baseline design across participants was used to evaluate the effectiveness of the training package, which consisted of a video, written and verbal instructions, modeling, rehearsal, and feedback. Results showed significant improvements relative to baseline in a short amount of training time and that skills generalized to a learner with a severe developmental disability. Skills were maintained at 1 month follow-up for 1 participant. PMID:20190917

  19. Implementation of a Prototype Generalized Network Technology for Hospitals *

    PubMed Central

    Tolchin, S. G.; Stewart, R. L.; Kahn, S. A.; Bergan, E. S.; Gafke, G. P.; Simborg, D. W.; Whiting-O'Keefe, Q. E.; Chadwick, M. G.; McCue, G. E.

    1981-01-01

    A demonstration implementation of a distributed data processing hospital information system using an intelligent local area communications network (LACN) technology is described. This system is operational at the UCSF Medical Center and integrates four heterogeneous, stand-alone minicomputers. The applications systems are PID/Registration, Outpatient Pharmacy, Clinical Laboratory and Radiology/Medical Records. Functional autonomy of these systems has been maintained, and no operating system changes have been required. The LACN uses a fiber-optic communications medium and provides extensive communications protocol support within the network, based on the ISO/OSI Model. The architecture is reconfigurable and expandable. This paper describes system architectural issues, the applications environment and the local area network.

  20. Templates and existing elements and models for implementation of patient exposure tracking.

    PubMed

    Rehani, Madan M; Berris, Theocharis

    2014-01-01

    There is wide interest currently in patient exposure tracking. This paper provides templates for implementation of tracking at the practice (hospital) level, multi-practice level, national level and international level. It provides suggestions for implementation in less-resourced countries. It includes elements such as patient identifier, dose quantities that should be covered and how to make sense from dose figures, availability of digital imaging and communications in medicine files with dose information or structured dose reports and capabilities of picture archiving and communication system (PACS). While tracking at several hospitals in a country connected by PACS and nationwide PACS is also a reality, tracking at the international level is currently a challenge. Guidance provided in this paper will facilitate its implementation at all levels.

  1. Organizational factors affecting safety implementation in food companies in Thailand.

    PubMed

    Chinda, Thanwadee

    2014-01-01

    Thai food industry employs a massive number of skilled and unskilled workers. This may result in an industry with high incidences and accident rates. To improve safety and reduce the accident figures, this paper investigates factors influencing safety implementation in small, medium, and large food companies in Thailand. Five factors, i.e., management commitment, stakeholders' role, safety information and communication, supportive environment, and risk, are found important in helping to improve safety implementation. The statistical analyses also reveal that small, medium, and large food companies hold similar opinions on the risk factor, but bear different perceptions on the other 4 factors. It is also found that to improve safety implementation, the perceptions of safety goals, communication, feedback, safety resources, and supervision should be aligned in small, medium, and large companies.

  2. Multi-registration of software library resources

    DOEpatents

    Archer, Charles J [Rochester, MN; Blocksome, Michael A [Rochester, MN; Ratterman, Joseph D [Rochester, MN; Smith, Brian E [Rochester, MN

    2011-04-05

    Data communications, including issuing, by an application program to a high level data communications library, a request for initialization of a data communications service; issuing to a low level data communications library a request for registration of data communications functions; registering the data communications functions, including instantiating a factory object for each of the one or more data communications functions; issuing by the application program an instruction to execute a designated data communications function; issuing, to the low level data communications library, an instruction to execute the designated data communications function, including passing to the low level data communications library a call parameter that identifies a factory object; creating with the identified factory object the data communications object that implements the data communications function according to the protocol; and executing by the low level data communications library the designated data communications function.

  3. Railroad communications and train control : report to Congress

    DOT National Transportation Integrated Search

    1994-07-01

    Recent tragedies in the railroad industry have again focused attention on the prospects for : improving railroad safety through enhanced radio communication and implementation of : advanced train control systems (ATCS). ATCS has the potential to prev...

  4. Teachers' perceptions of implementation of aided AAC to support expressive communication in South African special schools: a pilot investigation.

    PubMed

    Tönsing, Kerstin M; Dada, Shakila

    2016-12-01

    Although the provision of assistive technology for students with disabilities has been mandated in South African education policy documents, limited data are available on the implementation of aided augmentative and alternative communication (AAC) in classrooms. This pilot investigation used a concurrent mixed-methods survey design to determine the extent to which aided AAC was implemented to foster students' expressive communication in preschool to Grade 3 classrooms in special schools from six urban school districts in the Gauteng (the smallest, most affluent and most densely populated of the nine South African provinces), and also obtained teachers' perceptions of this process. A total of 26 teachers who taught students who used aided AAC for expression participated. Although there is evidence of provision and also implementation of aided AAC in classrooms, various limitations still exist. Teachers identified an array of factors that influenced the implementation of aided AAC, including those related to themselves, the classroom context, the characteristics of aided AAC, students using AAC, and other stakeholders. These factors are discussed in the light of international literature as well as the local context, and are used as a basis to suggest a research agenda for AAC in the South African education system.

  5. HIV communication capacity strengthening: a critical review.

    PubMed

    Lettenmaier, Cheryl; Kraft, Joan Marie; Raisanen, Keris; Serlemitsos, Elizabeth

    2014-08-15

    HIV communication is most effective and sustainable when it is designed and implemented locally and tailored to the local context. This requires capacity strengthening at national, subnational, and community levels. Through a review of the published and selected "grey" literature, we examine HIV communication capacity strengthening: definitions, measurements, implementation, and effects. We found limited documentation of HIV communication capacity needs or systematic approaches to address them. Most HIV communication capacity strengthening to date has focused on building individual competencies to design and manage social and behavior change communication programs through training courses, often coupled with networking opportunities for participants, post-training mentoring, and technical assistance. A few of these efforts have been evaluated through pre- and post-training tests and qualitative interviews with participants and have shown potential for improvement in individual skills and knowledge. Health communication capacity assessment tools that measure individual and organizational competencies exist, but they have most often been used to identify capacity building needs, not for evaluating capacity strengthening efforts. A new definition of capacity strengthening, grown out of recent efforts to improve effectiveness of international health and development programs, focuses on improving organizational and societal systems that support performance and individual competencies. We propose a holistic model for HIV communication capacity strengthening and call for rigorous documentation and evaluation to determine and scale-up optimal capacity building interventions for strengthening social and behavior change communication for HIV prevention, care, and treatment in developing countries.

  6. Memoranda about Implementation of the Cancer Guidelines and Accompanying Supplemental Guidance - Science Policy Council Cancer Guidelines Implementation Workgroup Communication I and II

    EPA Pesticide Factsheets

    Memoranda from the Chair of EPA's Science Policy Council to the Science Policy Council and the Science Policy Council Steering Committee regarding Implementation of the Cancer Guidelines and Accompanying Supplemental Guidance.

  7. Teachers' Perspectives about Implementing ICT in Music Education

    ERIC Educational Resources Information Center

    Eyles, Anne-Maree

    2018-01-01

    This article provides insights into the current state of Information and Communication Technologies (ICT) implementation in music classrooms throughout Queensland, Australia, through the perspectives of classroom music teachers with regard to organisational practices that influence the implementation of ICT in music education. Using explanatory…

  8. DICOM image secure communications with Internet protocols IPv6 and IPv4.

    PubMed

    Zhang, Jianguo; Yu, Fenghai; Sun, Jianyong; Yang, Yuanyuan; Liang, Chenwen

    2007-01-01

    Image-data transmission from one site to another through public network is usually characterized in term of privacy, authenticity, and integrity. In this paper, we first describe a general scenario about how image is delivered from one site to another through a wide-area network (WAN) with security features of data privacy, integrity, and authenticity. Second, we give the common implementation method of the digital imaging and communication in medicine (DICOM) image communication software library with IPv6/IPv4 for high-speed broadband Internet by using open-source software. Third, we discuss two major security-transmission methods, the IP security (IPSec) and the secure-socket layer (SSL) or transport-layer security (TLS), being used currently in medical-image-data communication with privacy support. Fourth, we describe a test schema of multiple-modality DICOM-image communications through TCP/IPv4 and TCP/IPv6 with different security methods, different security algorithms, and operating systems, and evaluate the test results. We found that there are tradeoff factors between choosing the IPsec and the SSL/TLS-based security implementation of IPv6/IPv4 protocols. If the WAN networks only use IPv6 such as in high-speed broadband Internet, the choice is IPsec-based security. If the networks are IPv4 or the combination of IPv6 and IPv4, it is better to use SSL/TLS security. The Linux platform has more security algorithms implemented than the Windows (XP) platform, and can achieve better performance in most experiments of IPv6 and IPv4-based DICOM-image communications. In teleradiology or enterprise-PACS applications, the Linux operating system may be the better choice as peer security gateways for both the IPsec and the SSL/TLS-based secure DICOM communications cross public networks.

  9. Design and implementation of a CMOS light pulse receiver cell array for spatial optical communications.

    PubMed

    Sarker, Md Shakowat Zaman; Itoh, Shinya; Hamai, Moeta; Takai, Isamu; Andoh, Michinori; Yasutomi, Keita; Kawahito, Shoji

    2011-01-01

    A CMOS light pulse receiver (LPR) cell for spatial optical communications is designed and evaluated by device simulations and a prototype chip implementation. The LPR cell consists of a pinned photodiode and four transistors. It works under sub-threshold region of a MOS transistor and the source terminal voltage which responds to the logarithm of the photo current are read out with a source follower circuit. For finding the position of the light spot on the focal plane, an image pixel array is embedded on the same plane of the LPR cell array. A prototype chip with 640 × 240 image pixels and 640 × 240 LPR cells is implemented with 0.18 μm CMOS technology. A proposed model of the transient response of the LPR cell agrees with the result of the device simulations and measurements. Both imaging at 60 fps and optical communication at the carrier frequency of 1 MHz are successfully performed. The measured signal amplitude and the calculation results of photocurrents show that the spatial optical communication up to 100 m is feasible using a 10 × 10 LED array.

  10. Local area networking in a radio quiet environment

    NASA Astrophysics Data System (ADS)

    Childers, Edwin L.; Hunt, Gareth; Brandt, Joseph J.

    2002-11-01

    The Green Bank facility of the National Radio Astronomy Observatory is spread out over 2,700 acres in the Allegheny Mountains of West Virginia. Good communication has always been needed between the radio telescopes and the control buildings. The National Radio Quiet Zone helps protect the Green Bank site from radio transmissions that interfere with the astronomical signals. Due to stringent Radio Frequency Interference (RFI) requirements, a fiber optic communication system was used for Ethernet transmissions on the site and coaxial cable within the buildings. With the need for higher speed communications, the entire network has been upgraded to use optical fiber with modern Ethernet switches. As with most modern equipment, the implementation of the control of the newly deployed Green Bank Telescope (GBT) depends heavily on TCP/IP. In order to protect the GBT from the commodity Internet, the GBT uses a non-routable network. Communication between the control building Local Area Network (LAN) and the GBT is implemented using a Virtual LAN (VLAN). This configuration will be extended to achieve isolation between trusted local user systems, the GBT, and other Internet users. Legitimate access to the site, for example by remote observers, is likely to be implemented using a virtual private network (VPN).

  11. Implementation of New Communication Tools to an Online Chemistry Course

    ERIC Educational Resources Information Center

    Ng, Karno

    2018-01-01

    Online courses provide flexibility and convenience for students and have become very popular in recent years. With the advance of technology and change of habits for the uses of traditional communication tools among students, there is a need for educators to explore effective ways to communicate with students that fit their social-media life…

  12. Agency, Socio-Cultural Context, and the Role of the Technical Communicator during IT Adoption: A Case Study in Innovation Diffusion across Cultures

    ERIC Educational Resources Information Center

    Coggio, Grace Leinbach

    2010-01-01

    This dissertation examines the diffusion of an innovative information technology system across multiple cultures between 2000 and 2006. Developed and implemented by technical communicators in the technical communication department of a global medical device company, the Advanced Single-Source Authoring and Publication System (ASAPS) brought…

  13. State Systems Change Spotlight: Nevada. Transforming State Systems to Improve Outcomes for Children with Disabilities

    ERIC Educational Resources Information Center

    Ruedel, Kristin; Nelson, Gena; Bailey, Tessie; Pierce, Jennifer

    2018-01-01

    Data show that effective and ongoing communication and evaluation can have a positive impact on local and statewide systems change. Local and statewide systems change requires ongoing communication and evaluation. The Nevada Department of Education (NDE) used a communication protocol to support implementation of the Assess-Plan-Teach (APT) model.…

  14. Implementation of the Twenty-First Century Communications and Video Accessibility Act of 2010, Section 105, Relay Services for Deaf-Blind Individuals. Final rule.

    PubMed

    2016-09-26

    In this document, the Federal Communications Commission (Commission) adopts rules to convert the National Deaf-Blind Equipment Distribution Program (NDBEDP) from a pilot program to a permanent program. The NDBEDP supports the distribution of communications devices to low-income individuals who are deaf-blind.

  15. Endocrine Therapy of Breast Cancer

    DTIC Science & Technology

    2007-06-01

    our existing algorithms and have recently submitted for publication a short communication on the implementation and uses of our VISDA algorithms...binding domain and related intramolecular communication restores tamoxifen sensitivity in resistant breast cancer.” Cancer Cell, 10: 487-499, 2006...reviewed publications comparable to short communications in biomedical journals. Comment on Subcontracts: Please also note that the majority of our

  16. Using Action Plans to Support Communication Programming for Children Who Are Deafblind

    ERIC Educational Resources Information Center

    Bruce, Susan M.

    2008-01-01

    The author describes the use of action plans to support 2 teachers' post-in-service implementation of communication strategies with 3 children who are deafblind. In the action plans, the teachers recorded changes in thinking and instructional practices under the 4 aspects of communication: form, function, content, and context. They also recorded…

  17. Meta-Analysis of PECS with Individuals with ASD: Investigation of Targeted versus Non-Targeted Outcomes, Participant Characteristics, and Implementation Phase

    ERIC Educational Resources Information Center

    Ganz, Jennifer B.; Davis, John L.; Lund, Emily M.; Goodwyn, Fara D.; Simpson, Richard L.

    2012-01-01

    The Picture Exchange Communication System (PECS) is a widely used picture/icon aided augmentative communication system designed for learners with autism and other developmental disorders. This meta-analysis analyzes the extant empirical literature for PECS relative to targeted (functional communication) and non-targeted concomitant outcomes…

  18. Nascom System Development Plan: System Description, Capabilities and Plans

    NASA Technical Reports Server (NTRS)

    1995-01-01

    The NASA Communications (Nascom) System Development Plan (NSDP), reissued annually, describes the organization of Nascom, how it obtains communication services, its current systems, its relationship with other NASA centers and International Partner Agencies, some major spaceflight projects which generate significant operational communication support requirements, and major Nascom projects in various stages of development or implementation.

  19. Development of the Nonverbal Communication Skills of School Administrators Scale (NCSSAS): Validity, Reliability and Implementation Study

    ERIC Educational Resources Information Center

    Uzun, Tevfik

    2017-01-01

    The main purpose of this study is to develop a scale intended for identifying the school administrators' nonverbal communication skills, and establish the relationship between the nonverbal communication skills of school administrators and job performance of teachers. The study was conducted in three stages. The first stage involved the creation…

  20. A Nationwide Communication System for the Hearing Impaired: Strategies Toward Commercial Implementation. Final Report.

    ERIC Educational Resources Information Center

    Allan, Daniel S.; And Others

    The purpose of this report is to assess the viability of developing commercial computer communications networks to provide communications services to the deaf community on a nationwide basis. Access to this network is considered for existing Baudot/Weitbrecht Telecommunications Devices for the Deaf (TDDs) and ASCII terminals with Bell modems. The…

  1. Implementation of Supplemental Education Services: 2009-10. Implementation Insights. E&R Report No. 11.05

    ERIC Educational Resources Information Center

    Paeplow, Colleen

    2011-01-01

    This report, the second of three reports examining Supplemental Education Services (SES) within WCPSS, focused on the implementation of SES, and the degree to which short-term and intermediate goals were met. In 2009-10, the SES program was largely implemented with fidelity, with some areas needing refinement related to communication and…

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

  3. The Telecommunications and Data Acquisition Report

    NASA Technical Reports Server (NTRS)

    Posner, E. C. (Editor)

    1983-01-01

    This publication reports on developments in programs managed by JPL's office of Telecommunications and Data Acquisition (TDA). In space communications, radio navigation, radio science, and ground based radio astronomy, it reports on activities of the Deep Space Network (DSN) and its associated Ground Communications Facility (GCF) in planning, in supporting research and technology, in implementation and in operations. In geodynamics, the publication reports on the application of radio interferometry at microwave frequencies for geodynamic measurements. This publication also reports on implementation and operations for searching the microwave spectrum.

  4. Fiber-Optic Terahertz Data-Communication Networks

    NASA Technical Reports Server (NTRS)

    Chua, Peter L.; Lambert, James L.; Morookian, John M.; Bergman, Larry A.

    1994-01-01

    Network protocols implemented in optical domain. Fiber-optic data-communication networks utilize fully available bandwidth of single-mode optical fibers. Two key features of method: use of subpicosecond laser pulses as carrier signals and spectral phase modulation of pulses for optical implementation of code-division multiple access as multiplexing network protocol. Local-area network designed according to concept offers full crossbar functionality, security of data in transit through network, and capacity about 100 times that of typical fiber-optic local-area network in current use.

  5. System-Level Process Change Improves Communication and Follow-Up for Emergency Department Patients With Incidental Radiology Findings.

    PubMed

    Baccei, Steven J; Chinai, Sneha A; Reznek, Martin; Henderson, Scott; Reynolds, Kevin; Brush, D Eric

    2018-04-01

    The appropriate communication and management of incidental findings on emergency department (ED) radiology studies is an important component of patient safety. Guidelines have been issued by the ACR and other medical associations that best define incidental findings across various modalities and imaging studies. However, there are few examples of health care facilities designing ways to manage incidental findings. Our institution aimed to improve communication and follow-up of incidental radiology findings in ED patients through the collaborative development and implementation of system-level process changes including a standardized loop-closure method. We assembled a multidisciplinary team to address the nature of these incidental findings and designed new workflows and operational pathways for both radiology and ED staff to properly communicate incidental findings. Our results are based on all incidental findings received and acknowledged between November 1, 2016, and May 30, 2017. The total number of incidental findings discovered was 1,409. Our systematic compliance fluctuated between 45% and 95% initially after implementation. However, after overcoming various challenges through optimization, our system reached a compliance rate of 93% to 95%. Through the implementation of our new, standardized communication system, a high degree of compliance with loop closure for ED incidental radiology findings was achieved at our institution. Copyright © 2017 American College of Radiology. Published by Elsevier Inc. All rights reserved.

  6. Implementation and Analysis of Real-Time Streaming Protocols

    PubMed Central

    Santos-González, Iván; Rivero-García, Alexandra; Molina-Gil, Jezabel; Caballero-Gil, Pino

    2017-01-01

    Communication media have become the primary way of interaction thanks to the discovery and innovation of many new technologies. One of the most widely used communication systems today is video streaming, which is constantly evolving. Such communications are a good alternative to face-to-face meetings, and are therefore very useful for coping with many problems caused by distance. However, they suffer from different issues such as bandwidth limitation, network congestion, energy efficiency, cost, reliability and connectivity. Hence, the quality of service and the quality of experience are considered the two most important issues for this type of communication. This work presents a complete comparative study of two of the most used protocols of video streaming, Real Time Streaming Protocol (RTSP) and the Web Real-Time Communication (WebRTC). In addition, this paper proposes two new mobile applications that implement those protocols in Android whose objective is to know how they are influenced by the aspects that most affect the streaming quality of service, which are the connection establishment time and the stream reception time. The new video streaming applications are also compared with the most popular video streaming applications for Android, and the experimental results of the analysis show that the developed WebRTC implementation improves the performance of the most popular video streaming applications with respect to the stream packet delay. PMID:28417949

  7. Dynamic Reconfiguration of a RGBD Sensor Based on QoS and QoC Requirements in Distributed Systems.

    PubMed

    Munera, Eduardo; Poza-Lujan, Jose-Luis; Posadas-Yagüe, Juan-Luis; Simó-Ten, José-Enrique; Noguera, Juan Fco Blanes

    2015-07-24

    The inclusion of embedded sensors into a networked system provides useful information for many applications. A Distributed Control System (DCS) is one of the clearest examples where processing and communications are constrained by the client's requirements and the capacity of the system. An embedded sensor with advanced processing and communications capabilities supplies high level information, abstracting from the data acquisition process and objects recognition mechanisms. The implementation of an embedded sensor/actuator as a Smart Resource permits clients to access sensor information through distributed network services. Smart resources can offer sensor services as well as computing, communications and peripheral access by implementing a self-aware based adaptation mechanism which adapts the execution profile to the context. On the other hand, information integrity must be ensured when computing processes are dynamically adapted. Therefore, the processing must be adapted to perform tasks in a certain lapse of time but always ensuring a minimum process quality. In the same way, communications must try to reduce the data traffic without excluding relevant information. The main objective of the paper is to present a dynamic configuration mechanism to adapt the sensor processing and communication to the client's requirements in the DCS. This paper describes an implementation of a smart resource based on a Red, Green, Blue, and Depth (RGBD) sensor in order to test the dynamic configuration mechanism presented.

  8. Medication order communication using fax and document-imaging technologies.

    PubMed

    Simonian, Armen I

    2008-03-15

    The implementation of fax and document-imaging technology to electronically communicate medication orders from nursing stations to the pharmacy is described. The evaluation of a commercially available pharmacy order imaging system to improve order communication and to make document retrieval more efficient led to the selection and customization of a system already licensed and used in seven affiliated hospitals. The system consisted of existing fax machines and document-imaging software that would capture images of written orders and send them from nursing stations to a central database server. Pharmacists would then retrieve the images and enter the orders in an electronic medical record system. The pharmacy representatives from all seven hospitals agreed on the configuration and functionality of the custom application. A 30-day trial of the order imaging system was successfully conducted at one of the larger institutions. The new system was then implemented at the remaining six hospitals over a period of 60 days. The transition from a paper-order system to electronic communication via a standardized pharmacy document management application tailored to the specific needs of this health system was accomplished. A health system with seven affiliated hospitals successfully implemented electronic communication and the management of inpatient paper-chart orders by using faxes and document-imaging technology. This standardized application eliminated the problems associated with the hand delivery of paper orders, the use of the pneumatic tube system, and the printing of traditional faxes.

  9. 78 FR 20329 - Submission for OMB review; 30-day Comment Request: A Generic Submission for Formative Research...

    Federal Register 2010, 2011, 2012, 2013, 2014

    2013-04-04

    ... NCI through its Office of Communications and Education (OCE), to pretest NCI communications strategies... also responsible for the design, implementation, and evaluation of education programs over the entire...

  10. 47 CFR 1.6004 - Answers.

    Code of Federal Regulations, 2010 CFR

    2010-10-01

    ... Telecommunication FEDERAL COMMUNICATIONS COMMISSION GENERAL PRACTICE AND PROCEDURE Implementation of Section 325(e) of the Communications Act: Procedures Governing Complaints Filed by Television Broadcast Stations Against Satellite Carriers for Retransmission Without Consent § 1.6004 Answers. Within five (5) business...

  11. A Simple Snap Oscillator with Coexisting Attractors, Its Time-Delayed Form, Physical Realization, and Communication Designs

    NASA Astrophysics Data System (ADS)

    Rajagopal, Karthikeyan; Jafari, Sajad; Akgul, Akif; Karthikeyan, Anitha; Çiçek, Serdar; Shekofteh, Yasser

    2018-05-01

    In this paper, we report a novel chaotic snap oscillator with one nonlinear function. Dynamic analysis of the system shows the existence of bistability. To study the time delay effects on the proposed snap oscillator, we introduce multiple time delay in the fourth state equation. Investigation of dynamical properties of the time-delayed system shows that the snap oscillator exhibits the same multistable properties as the nondelayed system. The new multistable hyperjerk chaotic system has been tested in chaos shift keying and symmetric choc shift keying modulated communication designs for engineering applications. It has been determined that the symmetric chaos shift keying modulated communication system implemented with the new chaotic system is more successful than the chaos shift keying modulation for secure communication. Also, circuit implementation of the chaotic snap oscillator with tangent function is carried out showing its feasibility.

  12. The Intersystem - Internetworking for space systems

    NASA Astrophysics Data System (ADS)

    Landauer, C.

    This paper is a description of the Intersystem, which is a mechanism for internetworking among existing and planned military satellite communication systems. The communication systems interconnected with this mechanism are called member systems, and the interconnected set of communication systems is called the Intersystem. The Intersystem is implemented with higher layer protocols that impose a common organization on the different signaling conventions, so that end users of different systems can communicate with each other. The Intersystem provides its coordination of member system access and resource requests with Intersystem Resource Controllers (IRCs), which are processors that implement the Intersystem protocols and have interfaces to the member systems' own access and resource control mechanisms. The IRCs are connected to each other to form the IRC Subnetwork. Terminals request services from the IRC Subnetwork using the Intersystem Access Control Protocols, and the IRC Subnetwork responses to the requests are coordinated using the RCRC (Resource Controller to Resource Controller) Protocols.

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

  14. Experimental plug and play quantum coin flipping.

    PubMed

    Pappa, Anna; Jouguet, Paul; Lawson, Thomas; Chailloux, André; Legré, Matthieu; Trinkler, Patrick; Kerenidis, Iordanis; Diamanti, Eleni

    2014-04-24

    Performing complex cryptographic tasks will be an essential element in future quantum communication networks. These tasks are based on a handful of fundamental primitives, such as coin flipping, where two distrustful parties wish to agree on a randomly generated bit. Although it is known that quantum versions of these primitives can offer information-theoretic security advantages with respect to classical protocols, a demonstration of such an advantage in a practical communication scenario has remained elusive. Here we experimentally implement a quantum coin flipping protocol that performs strictly better than classically possible over a distance suitable for communication over metropolitan area optical networks. The implementation is based on a practical plug and play system, developed by significantly enhancing a commercial quantum key distribution device. Moreover, we provide combined quantum coin flipping protocols that are almost perfectly secure against bounded adversaries. Our results offer a useful toolbox for future secure quantum communications.

  15. Feasibility of utilizing Cherenkov Telescope Array gamma-ray telescopes as free-space optical communication ground stations.

    PubMed

    Carrasco-Casado, Alberto; Vilera, Mariafernanda; Vergaz, Ricardo; Cabrero, Juan Francisco

    2013-04-10

    The signals that will be received on Earth from deep-space probes in future implementations of free-space optical communication will be extremely weak, and new ground stations will have to be developed in order to support these links. This paper addresses the feasibility of using the technology developed in the gamma-ray telescopes that will make up the Cherenkov Telescope Array (CTA) observatory in the implementation of a new kind of ground station. Among the main advantages that these telescopes provide are the much larger apertures needed to overcome the power limitation that ground-based gamma-ray astronomy and optical communication both have. Also, the large number of big telescopes that will be built for CTA will make it possible to reduce costs by economy-scale production, enabling optical communications in the large telescopes that will be needed for future deep-space links.

  16. Enhanced clarity and holism: the outcome of implementing the ICF with an acute stroke multidisciplinary team in England

    PubMed Central

    Harries, Priscilla; Kilbride, Cherry; De Souza, Lorraine

    2013-01-01

    Purpose: Although it is recommended that the ICF (International Classification of Functioning, Disability and Health) should be implemented to aid communication within multidisciplinary stroke services, there is no empirical evidence to demonstrate the outcomes of such implementation. Working with one stroke service, this project aimed to address this gap and sought to evaluate the outcomes of implementing an ICF-based clinical tool into practice. Method: Using an action research framework with mixed methods, data were collected from individual interviews, a focus group, questionnaires, email communications, minutes from relevant meetings and field notes. Thematic analysis was undertaken, using immersion and crystallisation, to define overall themes. Descriptive statistics were used to analyse quantitative data. Data from both sources were combined to create key findings. Results: Three findings were determined from the data analysis. The ICF (1) fosters communication within and beyond the multidisciplinary stroke team; (2) promotes holistic thinking; and (3) helps to clarify team roles. Conclusions: The ICF enhanced clarity of communication and team roles within the acute stroke multidisciplinary team as well as with other clinicians, patients and their relatives. In addition, the ICF challenged stroke clinicians to think holistically, thereby appropriately extending their domain of concern beyond their traditional remit. Implications for Rehabilitation The ICF is a globally accepted framework to describe functioning and is in use in a variety of clinical settings. Yet, the outcomes of using it in clinical practice have yet to be fully explored. This study found that the ICF enhanced clarity of communication and team roles within an acute stroke multidisciplinary team and to others beyond the team, including clinicians, patients and their relatives. Using the ICF also challenged clinicians to think holistically about patient needs following a stroke. PMID:23530624

  17. Enhanced clarity and holism: the outcome of implementing the ICF with an acute stroke multidisciplinary team in England.

    PubMed

    Tempest, Stephanie; Harries, Priscilla; Kilbride, Cherry; De Souza, Lorraine

    2013-01-01

    Although it is recommended that the ICF (International Classification of Functioning, Disability and Health) should be implemented to aid communication within multidisciplinary stroke services, there is no empirical evidence to demonstrate the outcomes of such implementation. Working with one stroke service, this project aimed to address this gap and sought to evaluate the outcomes of implementing an ICF-based clinical tool into practice. Using an action research framework with mixed methods, data were collected from individual interviews, a focus group, questionnaires, email communications, minutes from relevant meetings and field notes. Thematic analysis was undertaken, using immersion and crystallisation, to define overall themes. Descriptive statistics were used to analyse quantitative data. Data from both sources were combined to create key findings. Three findings were determined from the data analysis. The ICF (1) fosters communication within and beyond the multidisciplinary stroke team; (2) promotes holistic thinking; and (3) helps to clarify team roles. The ICF enhanced clarity of communication and team roles within the acute stroke multidisciplinary team as well as with other clinicians, patients and their relatives. In addition, the ICF challenged stroke clinicians to think holistically, thereby appropriately extending their domain of concern beyond their traditional remit. The ICF is a globally accepted framework to describe functioning and is in use in a variety of clinical settings. Yet, the outcomes of using it in clinical practice have yet to be fully explored. This study found that the ICF enhanced clarity of communication and team roles within an acute stroke multidisciplinary team and to others beyond the team, including clinicians, patients and their relatives. Using the ICF also challenged clinicians to think holistically about patient needs following a stroke.

  18. Implementation of Strategies in Continuing Education

    ERIC Educational Resources Information Center

    Kettunen, Juha

    2005-01-01

    Purpose--The purpose of this paper is to provide higher education institutions with strategies of continuing education and methods to communicate and implement these strategies. Design/methodology/approach--The balanced scorecard approach is used to implement the strategy. It translates the strategy into tangible objectives, measures and targets…

  19. Implementing an Interdisciplinary Student Centric Approach to Work-Integrated Learning

    ERIC Educational Resources Information Center

    Marchioro, Gary; Ryan, Maria M.; Perkins, Tim

    2014-01-01

    This paper describes the implementation of an innovative approach to work-integrated learning using interdisciplinary projects within a university Faculty of Business. Further, it discusses the implementation of integrated and authentic assessments involving academic units in the marketing, urban planning and business communication disciplines.…

  20. The NLM evaluation lecture series: introduction to the special section on evaluating health communication programs.

    PubMed

    Logan, Robert A; Kreps, Gary L

    2014-12-01

    This article introduces the Journal of Health Communication's special section, Evaluating Health Communication Programs. This special section is based on a public lecture series supported by the National Library of Medicine titled "Better Health: Evaluating Health Communication Programs" designed to share best practices for using evaluation research to develop, implement, refine, and institutionalize the best health communication programs for promoting public health. This introduction provides an overview to the series, summarizes the major presentations in the series, and describe implications from the series for translational health communication research, interventions, and programs that can enhance health outcomes.

Top