Sample records for interprocess communication implementation

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

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

  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)

    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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  10. Communication strategy for implementing community IMCI.

    PubMed

    Ford, Neil; Williams, Abimbola; Renshaw, Melanie; Nkum, John

    2005-01-01

    In resource-poor developing countries, significant improvements in child survival, growth, and development can be made by: (a) shifting from sectoral programmes (for example, in nutrition or immunization) to holistic strategies such as the Integrated Management of Childhood Illnesses (IMCI) and (b) improving household and community care and health-seeking practices as a priority, while concurrently strengthening health systems and the skills of health professionals. This article focuses on household and community learning, and proposes a communication strategy for implementing community IMCI (c-IMCI) that is based on human rights principles such as inclusion, participation, and self-determination. Rather than attempt to change the care practices and health-seeking behaviour of individuals through the design and delivery of messages alone, it proposes an approach that is based on community engagement and discussion to create the social conditions in which individual change is possible. The strategy advocates for the integration of sectoral programmes rather than the development of new holistic programmes, so that integrated programmes are created from "multiple entry points". As integration occurs, the participatory communication processes that are used in sectoral programmes can be enriched and combined, improving the capacity of governments and agencies to engage community members effectively in a process of learning and action related to child health and development.

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

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

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

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

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

  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

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

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

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

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

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

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

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

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

  6. Tracker implementation for the orbiter Ku-band communications antenna

    NASA Technical Reports Server (NTRS)

    Rudnicki, J. F.; Lindsey, J. F.

    1976-01-01

    Possible implementations and recommendations for the Space Shuttle Ku-Band integrated communications/radar antenna tracking system were evaluated. Communication aspects involving the Tracking Data Relay Satellite (TDRS)/Orbiter Ku-Band link are emphasized. Detailed analysis of antenna sizes, gains and signal-to-noise ratios shows the desirability of using maximum size 36-inch diameter dish and a triple channel monopulse. The use of the original baselined 20 inch dish is found to result in excessive acquisition time since the despread signal would be used in the tracking loop. An evaluation of scan procedures which includes vehicle dynamics, designation error, time for acquisition and probability of acquisition shows that the conical scan is preferred since the time for lock-on for relatively slow look angle rates will be significantly shorter than the raster scan. Significant improvement in spherical coverage may be obtained by reorienting the antenna gimbal to obtain maximum blockage overlap.

  7. SDR implementation of the receiver of adaptive communication system

    NASA Astrophysics Data System (ADS)

    Skarzynski, Jacek; Darmetko, Marcin; Kozlowski, Sebastian; Kurek, Krzysztof

    2016-04-01

    The paper presents software implementation of a receiver forming a part of an adaptive communication system. The system is intended for communication with a satellite placed in a low Earth orbit (LEO). The ability of adaptation is believed to increase the total amount of data transmitted from the satellite to the ground station. Depending on the signal-to-noise ratio (SNR) of the received signal, adaptive transmission is realized using different transmission modes, i.e., different modulation schemes (BPSK, QPSK, 8-PSK, and 16-APSK) and different convolutional code rates (1/2, 2/3, 3/4, 5/6, and 7/8). The receiver consists of a software-defined radio (SDR) module (National Instruments USRP-2920) and a multithread reception software running on Windows operating system. In order to increase the speed of signal processing, the software takes advantage of single instruction multiple data instructions supported by x86 processor architecture.

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

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

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

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

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

  13. Implementing family communication pathway in neurosurgical patients in an intensive care unit.

    PubMed

    Kodali, Sashikanth; Stametz, Rebecca; Clarke, Deserae; Bengier, Amanda; Sun, Haiyan; Layon, A J; Darer, Jonathan

    2015-08-01

    Family-centered care provides family members with basic needs, which includes information, reassurance, and support. Though national guidelines exist, clinical adoption often lags behind in this area. The Geisinger Health System developed and implemented a program for reliable delivery of best practices related to family communication to patients and families admitted to the intensive care unit (ICU). Using a quasiexperimental study design and the 24-item Family Satisfaction in the Intensive Care Unit questionnaire (FSICU-24©) to determine family satisfaction, we measured the impact of a "family communication pathway" facilitated by tools built into the electronic health record on the family satisfaction of neurosurgical patients admitted to the ICU. There was no statistically significant difference noted in family satisfaction as determined by FSICU-24 scores, including the Care and Decision Making constructs between the pre- and post-intervention pilot population. The percentage of families reporting the occurrence of a family conference showed only minimal improvement, from 46.5% before to 52.5% following the intervention (p = 0.565). This was mirrored by low numbers of documented family conferences by providers, suggesting poor uptake despite buy-in, use of electronic checklists, and repeated attempts at education. This paper reviews the challenges to and implications for implementing national guidelines in the area of family communication in an ICU coupled with the principles of clinical reengineering.

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

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

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

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

  18. Design and Hardware Implementation of a New Chaotic Secure Communication Technique

    PubMed Central

    Xiong, Li; Lu, Yan-Jun; Zhang, Yong-Fang; Zhang, Xin-Guo; Gupta, Parag

    2016-01-01

    In this paper, a scheme for chaotic modulation secure communication is proposed based on chaotic synchronization of an improved Lorenz system. For the first time, the intensity limit and stability of the transmitted signal, the characteristics of broadband and the requirements for accuracy of electronic components are presented by Multisim simulation. In addition, some improvements are made on the measurement method and the proposed experimental circuit in order to facilitate the experiments of chaotic synchronization, chaotic non-synchronization, experiment without signal and experiment with signal. To illustrate the effectiveness of the proposed scheme, some numerical simulations are presented. Then, the proposed chaotic secure communication circuit is implemented through analog electronic circuit, which is characterized by its high accuracy and good robustness. PMID:27548385

  19. Design and Hardware Implementation of a New Chaotic Secure Communication Technique.

    PubMed

    Xiong, Li; Lu, Yan-Jun; Zhang, Yong-Fang; Zhang, Xin-Guo; Gupta, Parag

    2016-01-01

    In this paper, a scheme for chaotic modulation secure communication is proposed based on chaotic synchronization of an improved Lorenz system. For the first time, the intensity limit and stability of the transmitted signal, the characteristics of broadband and the requirements for accuracy of electronic components are presented by Multisim simulation. In addition, some improvements are made on the measurement method and the proposed experimental circuit in order to facilitate the experiments of chaotic synchronization, chaotic non-synchronization, experiment without signal and experiment with signal. To illustrate the effectiveness of the proposed scheme, some numerical simulations are presented. Then, the proposed chaotic secure communication circuit is implemented through analog electronic circuit, which is characterized by its high accuracy and good robustness.

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

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

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

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

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

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

  6. A CDMA system implementation with dimming control for visible light communication

    NASA Astrophysics Data System (ADS)

    Chen, Danyang; Wang, Jianping; Jin, Jianli; Lu, Huimin; Feng, Lifang

    2018-04-01

    Visible light communication (VLC), using solid-state lightings to transmit information, has become a complement technology to wireless radio communication. As a realistic multiple access scheme for VLC system, code division multiple access (CDMA) has attracted more and more attentions in recent years. In this paper, we address and implement an improved CDMA scheme for VLC system. The simulation results reveal that the improved CDMA scheme not only supports multi-users' transmission but also maintains dimming value at about 50% and enhances the system efficiency. It can also realize the flexible dimming control by adjusting some parameters of system structure, which rarely affects the system BER performance. A real-time experimental VLC system with improved CDMA scheme is performed based on field programmable gate array (FPGA), reaching a good BER performance.

  7. FPGA implementation of high-performance QC-LDPC decoder for optical communications

    NASA Astrophysics Data System (ADS)

    Zou, Ding; Djordjevic, Ivan B.

    2015-01-01

    Forward error correction is as one of the key technologies enabling the next-generation high-speed fiber optical communications. Quasi-cyclic (QC) low-density parity-check (LDPC) codes have been considered as one of the promising candidates due to their large coding gain performance and low implementation complexity. In this paper, we present our designed QC-LDPC code with girth 10 and 25% overhead based on pairwise balanced design. By FPGAbased emulation, we demonstrate that the 5-bit soft-decision LDPC decoder can achieve 11.8dB net coding gain with no error floor at BER of 10-15 avoiding using any outer code or post-processing method. We believe that the proposed single QC-LDPC code is a promising solution for 400Gb/s optical communication systems and beyond.

  8. Interdisciplinary development and implementation of communication checklist for postoperative management of pediatric airway patients.

    PubMed

    Kim, Sang W; Maturo, Stephen; Dwyer, Danielle; Monash, Bradley; Yager, Phoebe H; Zanger, Kerstin; Hartnick, Christopher J

    2012-01-01

    The authors describe their multidisciplinary experience in applying the Institute of Health Improvement methodology to develop a protocol and checklist to reduce communication error during transfer of care for postoperative pediatric surgical airway patients. Preliminary outcome data following implementation of the protocol and checklist are also presented. Prospective study from July 1, 2009, to February 1, 2011. Tertiary care center. Subjects. One hundred twenty-six pediatric airway patients who required coordinated care between Massachusetts Eye and Ear Infirmary and Massachusetts General Hospital. Two sentinel events involving airway emergencies demonstrated a critical need for a standardized, comprehensive instrument that would ensure safe transfer of care. After development and implementation of the protocol and checklist, an initial pilot period on the first set of 9 pediatric airway patients was reassessed. Subsequent prospective 11-month follow-up data of 93 pediatric airway patients were collected and analyzed. A multidisciplinary pediatric team developed and implemented a formalized, postoperative checklist and transfer protocol. After implementation of the checklist and transfer protocol, prospective analysis showed no adverse events from miscommunication during transfer of care over the subsequent 11-month period involving 93 pediatric airway patients. There has been very little written in the quality and safety patient literature about coordinating effective transfer of care between the pediatric surgical and medical subspecialty realms. After design and implementation of a simple, electronically based transfer-of-care checklist and protocol, the number of postsurgical pediatric airway information transfer and communication errors decreased significantly.

  9. Implementation of a Parameterized Interacting Multiple Model Filter on an FPGA for Satellite Communications

    NASA Technical Reports Server (NTRS)

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

    2016-01-01

    In a communications channel, the space environment between a spacecraft and an Earth ground station can potentially cause the loss of a data link or at least degrade its performance due to atmospheric effects, shadowing, multipath, or other impairments. In adaptive and coded modulation, the signal power level at the receiver can be used in order to choose a modulation-coding technique that maximizes throughput while meeting bit error rate (BER) and other performance requirements. It is the goal of this research to implement a generalized interacting multiple model (IMM) filter based on Kalman filters for improved received power estimation on software-dened radio (SDR) technology for satellite communications applications. The IMM filter has been implemented in Verilog consisting of a customizable bank of Kalman filters for choosing between performance and resource utilization. Each Kalman filter can be implemented using either solely a Schur complement module (for high area efficiency) or with Schur complement, matrix multiplication, and matrix addition modules (for high performance). These modules were simulated and synthesized for the Virtex II platform on the JPL Radio Experimenter Development System (EDS) at NASA Glenn Research Center. The results for simulation, synthesis, and hardware testing are presented.

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

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

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

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

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

  15. A Systematic Review of Parent-Implemented Functional Communication Training for Children With ASD.

    PubMed

    Gerow, Stephanie; Hagan-Burke, Shanna; Rispoli, Mandy; Gregori, Emily; Mason, Rose; Ninci, Jennifer

    2018-05-01

    Supporting parents in reducing challenging behavior of children with autism spectrum disorder (ASD) requires the identification of effective, feasible, and sustainable interventions. Functional communication training (FCT) is one of the most well-established interventions in the behavioral literature and is used increasingly by parents. However, there is a need for additional evaluation of the literature related to parent-implemented FCT. In the present review, we identified 26 peer-reviewed studies on parent-implemented FCT. We conducted systematic descriptive and social validity analyses to summarize the extant literature. Across studies, parent-implemented FCT was effective in reducing child challenging behavior, and in some cases, intervention outcomes maintained and generalized to novel settings and implementers. However, few studies reported fidelity data on parent implementation of FCT, and data regarding sustained use of FCT by parents were limited. Results of the social validity analysis indicate that while FCT is often implemented by natural change agents in typical settings, parent training is often provided by professionals not typically accessible to parents. These findings suggest that future research is warranted in the areas of parent training and long-term sustainability of parent-implemented FCT.

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

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

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

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

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

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

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

  3. Experience measuring performance improvement in multiphase picture archiving and communications systems implementations.

    PubMed

    Reed, G; Reed, D H

    1999-05-01

    When planning a picture archiving and communications system (PACS) implementation and determining which equipment will be implemented in earlier and later phases, collection and analysis of selected data will aid in setting implementation priorities. If baseline data are acquired relative to performance objectives, the same information used for implementation planning can be used to measure performance improvement and outcomes. The main categories of data to choose from are: (1) financial data; (2) productivity data; (3) operational parameters; (4) clinical data; and (5) information about customer satisfaction. In the authors' experience, detailed workflow data have not proved valuable in measuring PACS performance and outcomes. Reviewing only one category of data in planning will not provide adequate basis for targeting operational improvements that will lead to the most significant gains. Quality improvement takes into account all factors in production: human capacity, materials, operating capital and assets. Once we have identified key areas of focus for quality improvement in each phase, we can translate objectives into implementation requirements and finally into detailed functional and performance requirements. Here, Integration Resources reports its experience measuring PACS performance relative to phased implementation strategies for three large medical centers. Each medical center had its own objectives for overcoming image management, physical/geographical, and functional/technical barriers. The report outlines (1) principal financial and nonfinancial measures used as performance indicators; (2) implementation strategies chosen by each of the three medical centers; and (3) the results of those strategies as compared with baseline data.

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

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

  6. Mit castor satellite: Design, implementation, and testing of the communication system

    NASA Astrophysics Data System (ADS)

    Babuscia, Alessandra; McCormack, Matthew Michael; Munoz, Michael; Parra, Spencer; Miller, David W.

    2012-12-01

    Cathode Anode Satellite Thruster for Orbital Reposition (CASTOR) is an orbital manoeuvre and transfer micro-satellite bus developed at MIT Space System Laboratory. The technical objective of the mission is achieving 1 km/s of delta-V over a 1 year mission in Low Earth Orbit (LEO). This will be accomplished using a novel electric propulsion system, the Diverging Cusped Field Thruster (DCFT), which enables high efficiency orbital changes of the ESPA-ring class satellite. CASTOR is capable of improving rapid access to space capabilities by providing an orbital transfer platform with a very high performance to mass ratio, thus greatly reducing launch costs and allowing for highly efficient orbital manoeuvre. Furthermore, CASTOR is highly scalable and modular, allowing it to be adapted to a wide range of scales and applications. CASTOR is developed as part of the University Nanosatellite Program (UNP) funded by Air Force Research Laboratory (AFRL). In order to accomplish CASTOR mission objective, a highly optimized, scalable, light weight, and low cost communication system needed to be developed. These constraints imply the development of trade studies to select the final communication system architecture able to maximize the amount of data transmitted, while guaranteeing reliability, redundancy and limited mass, power consumption, and cost. A special attention is also required to guarantee a reliable communication system in cases of tumbling, or in case of strong Doppler shift which is inevitable due to the high delta-V capabilities of the vehicle. In order to accomplish all the mission requirements, different features have been introduced in the design of the communication system for this mission. Specifically, customized patch antennas have been realized, and a customized communication protocol has been designed and implemented. The communication subsystem has been validated through an intense testing campaign which included software tests in the laboratory, hardware

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

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

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

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

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

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

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

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

  15. Image management and communication in patient care: perspectives on implementation and impact.

    PubMed

    Greberman, M; Mun, S K

    1989-02-01

    Image management and communication (IMAC) systems are automated and integrated systems that capture digital medical images and related patient information and transmit them electronically, display them for interpretation, and store them for future retrieval. The IMAC system concept includes images and relevant information from all clinical sources. The First International Conference on Image Management and Communication in Patient Care (IMAC 89) provides a forum for expert presentations, poster sessions, and discussion and debate among all attendees interested in the implementation and impact of IMAC systems. Plenary sessions provide an international perspective and explore the role of image-based information in patient care, approaches to improved IMAC systems, current technical barriers, quality of care issues, evaluation approaches, and scenarios for the future. Invited participants are from North America, Europe, Japan, Australia, and the WHO. Conference organizers are working with numerous professional organizations and representatives of meetings which focus on IMAC-related technology to complement, and not duplicate, the contribution of other groups.

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

  17. Improved nurse-parent communication in neonatal intensive care unit: evaluation and adjustment of an implementation strategy.

    PubMed

    Weis, Janne; Zoffmann, Vibeke; Egerod, Ingrid

    2014-12-01

    To evaluate and adjust systematic implementation of guided family-centred care in a neonatal intensive care unit. Family-centred care is valued in neonatal intensive care units internationally, but innovative strategies are needed to realise the principles. Guided family-centred care was developed to facilitate person-centred communication by bridging the gap between theory and practice in family-centred care. Main mechanisms of guided family-centred care are structured dialogue, reflection and person-centred communication. Qualitative and quantitative data were used to monitor participatory implementation of a systematic approach to training and certification of nurses delivering guided family-centred care. Systematic implementation of guided family-centred care included workshops, supervised delivery and certification. Evaluation and adjustment of nurse adherence to guided family-centred care was conducted by monitoring (1) knowledge, (2) delivery, (3) practice uptake and (4) certification. Implementation was improved by the development of a strategic framework and by adjusting the framework according to the real-life context of a busy neonatal care unit. Promoting practice uptake was initially underestimated, but nurse guided family-centred care training was improved by increasing the visibility of the study in the unit, demonstrating intervention progress to the nurses and assuring a sense of ownership among nurse leaders and nonguided-family-centred-care-trained nurses. An adjusted framework for guided family-centred care implementation was successful in overcoming barriers and promoting facilitators. Insights gained from our pioneering work might help nurses in a similar context to reach their goals of improving family-centred care. © 2014 John Wiley & Sons Ltd.

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

  19. Implementation multi representation and oral communication skills in Department of Physics Education on Elementary Physics II

    NASA Astrophysics Data System (ADS)

    Kusumawati, Intan; Marwoto, Putut; Linuwih, Suharto

    2015-09-01

    The ability of multi representation has been widely studied, but there has been no implementation through a model of learning. This study aimed to determine the ability of the students multi representation, relationships multi representation capabilities and oral communication skills, as well as the application of the relations between the two capabilities through learning model Presentatif Based on Multi representation (PBM) in solving optical geometric (Elementary Physics II). A concurrent mixed methods research methods with qualitative-quantitative weights. Means of collecting data in the form of the pre-test and post-test with essay form, observation sheets oral communication skills, and assessment of learning by observation sheet PBM-learning models all have a high degree of respectively validity category is 3.91; 4.22; 4.13; 3.88. Test reliability with Alpha Cronbach technique, reliability coefficient of 0.494. The students are department of Physics Education Unnes as a research subject. Sequence multi representation tendency of students from high to low in sequence, representation of M, D, G, V; whereas the order of accuracy, the group representation V, D, G, M. Relationship multi representation ability and oral communication skills, comparable/proportional. Implementation conjunction generate grounded theory. This study should be applied to the physics of matter, or any other university for comparison.

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

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

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

  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. An implementation of the SNR high speed network communication protocol (Receiver part)

    NASA Astrophysics Data System (ADS)

    Wan, Wen-Jyh

    1995-03-01

    This thesis work is to implement the receiver pan of the SNR high speed network transport protocol. The approach was to use the Systems of Communicating Machines (SCM) as the formal definition of the protocol. Programs were developed on top of the Unix system using C programming language. The Unix system features that were adopted for this implementation were multitasking, signals, shared memory, semaphores, sockets, timers and process control. The problems encountered, and solved, were signal loss, shared memory conflicts, process synchronization, scheduling, data alignment and errors in the SCM specification itself. The result was a correctly functioning program which implemented the SNR protocol. The system was tested using different connection modes, lost packets, duplicate packets and large data transfers. The contributions of this thesis are: (1) implementation of the receiver part of the SNR high speed transport protocol; (2) testing and integration with the transmitter part of the SNR transport protocol on an FDDI data link layered network; (3) demonstration of the functions of the SNR transport protocol such as connection management, sequenced delivery, flow control and error recovery using selective repeat methods of retransmission; and (4) modifications to the SNR transport protocol specification such as corrections for incorrect predicate conditions, defining of additional packet types formats, solutions for signal lost and processes contention problems etc.

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

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

  7. Implementation multi representation and oral communication skills in Department of Physics Education on Elementary Physics II

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

    Kusumawati, Intan, E-mail: intankusumawati10@gmail.com; Marwoto, Putut, E-mail: pmarwoto@yahoo.com; Linuwih, Suharto, E-mail: suhartolinuwih@gmail.com

    The ability of multi representation has been widely studied, but there has been no implementation through a model of learning. This study aimed to determine the ability of the students multi representation, relationships multi representation capabilities and oral communication skills, as well as the application of the relations between the two capabilities through learning model Presentatif Based on Multi representation (PBM) in solving optical geometric (Elementary Physics II). A concurrent mixed methods research methods with qualitative–quantitative weights. Means of collecting data in the form of the pre-test and post-test with essay form, observation sheets oral communication skills, and assessment ofmore » learning by observation sheet PBM–learning models all have a high degree of respectively validity category is 3.91; 4.22; 4.13; 3.88. Test reliability with Alpha Cronbach technique, reliability coefficient of 0.494. The students are department of Physics Education Unnes as a research subject. Sequence multi representation tendency of students from high to low in sequence, representation of M, D, G, V; whereas the order of accuracy, the group representation V, D, G, M. Relationship multi representation ability and oral communication skills, comparable/proportional. Implementation conjunction generate grounded theory. This study should be applied to the physics of matter, or any other university for comparison.« less

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

  9. Challenges of Implementing a Communication-and-Resolution Program Where Multiple Organizations Must Cooperate.

    PubMed

    Mello, Michelle M; Armstrong, Sarah J; Greenberg, Yelena; McCotter, Patricia I; Gallagher, Thomas H

    2016-12-01

    To implement a communication-and-resolution program (CRP) in a setting in which liability insurers and health care facilities must collaborate to resolve incidents involving a facility and separately insured clinicians. Six hospitals and clinics and a liability insurer in Washington State. Sites designed and implemented CRPs and contributed information about cases and operational challenges over 20 months. Data were qualitatively analyzed. Data from interviews with personnel responsible for CRP implementation were triangulated with data on program cases collected by sites and notes recorded during meetings with sites and among project team members. Sites experienced small victories in resolving particular cases and streamlining some working relationships, but they were unable to successfully implement a collaborative CRP. Barriers included the insurer's distance from the point of care, passive rather than active support from top leaders, coordinating across departments and organizations, workload, nonparticipation by some physicians, and overcoming distrust. Operating CRPs where multiple organizations must collaborate can be highly challenging. Success likely requires several preconditions, including preexisting trust among organizations, active leadership engagement, physicians' commitment to participate, mechanisms for quickly transmitting information to insurers, tolerance for missteps, and clear protocols for joint investigations and resolutions. © Health Research and Educational Trust.

  10. Picture Archiving and Communication System (PACS) implementation, integration & benefits in an integrated health system.

    PubMed

    Mansoori, Bahar; Erhard, Karen K; Sunshine, Jeffrey L

    2012-02-01

    The availability of the Picture Archiving and Communication System (PACS) has revolutionized the practice of radiology in the past two decades and has shown to eventually increase productivity in radiology and medicine. PACS implementation and integration may bring along numerous unexpected issues, particularly in a large-scale enterprise. To achieve a successful PACS implementation, identifying the critical success and failure factors is essential. This article provides an overview of the process of implementing and integrating PACS in a comprehensive health system comprising an academic core hospital and numerous community hospitals. Important issues are addressed, touching all stages from planning to operation and training. The impact of an enterprise-wide radiology information system and PACS at the academic medical center (four specialty hospitals), in six additional community hospitals, and in all associated outpatient clinics as well as the implications on the productivity and efficiency of the entire enterprise are presented. Copyright © 2012 AUR. Published by Elsevier Inc. All rights reserved.

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

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

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

  14. The Manchester Fly Facility: Implementing an objective-driven long-term science communication initiative.

    PubMed

    Patel, Sanjai; Prokop, Andreas

    2017-10-01

    Science communication is increasingly important for scientists, although research, teaching and administration activities tend to eat up our time already, and budgets for science communication are usually low. It appears impossible to combine all these tasks and, in addition, to develop engagement activities to a quality and impact that would make the efforts worth their while. Here we argue that these challenges are easier addressed when centering science communication initiatives on a long-term vision with a view to eventually forming outreach networks where the load can be shared whilst being driven to higher momentum. As one example, we explain the science communication initiative of the Manchester Fly Facility. It aims to promote public awareness of research using the model organism Drosophila, which is a timely, economic and most efficient experimental strategy to drive discovery processes in the biomedical sciences and must have a firm place in the portfolios of funding organisations. Although this initiative by the Manchester Fly Facility is sustained on a low budget, its long-term vision has allowed gradual development into a multifaceted initiative: (1) targeting university students via resources and strategies for the advanced training in fly genetics; (2) targeting the general public via science fairs, educational YouTube videos, school visits, teacher seminars and the droso4schools project; (3) disseminating and marketing strategies and resources to the public as well as fellow scientists via dedicated websites, blogs, journal articles, conference presentations and workshops - with a view to gradually forming networks of drosophilists that will have a greater potential to drive the science communication objective to momentum and impact. Here we explain the rationales and implementation strategies for our various science communication activities - which are similarly applicable to other model animals and other areas of academic science - and share our

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

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

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

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

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

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

  1. Managing and Communicating Operational Workflow: Designing and Implementing an Electronic Outpatient Whiteboard.

    PubMed

    Steitz, Bryan D; Weinberg, Stuart T; Danciu, Ioana; Unertl, Kim M

    2016-01-01

    Healthcare team members in emergency department contexts have used electronic whiteboard solutions to help manage operational workflow for many years. Ambulatory clinic settings have highly complex operational workflow, but are still limited in electronic assistance to communicate and coordinate work activities. To describe and discuss the design, implementation, use, and ongoing evolution of a coordination and collaboration tool supporting ambulatory clinic operational workflow at Vanderbilt University Medical Center (VUMC). The outpatient whiteboard tool was initially designed to support healthcare work related to an electronic chemotherapy order-entry application. After a highly successful initial implementation in an oncology context, a high demand emerged across the organization for the outpatient whiteboard implementation. Over the past 10 years, developers have followed an iterative user-centered design process to evolve the tool. The electronic outpatient whiteboard system supports 194 separate whiteboards and is accessed by over 2800 distinct users on a typical day. Clinics can configure their whiteboards to support unique workflow elements. Since initial release, features such as immunization clinical decision support have been integrated into the system, based on requests from end users. The success of the electronic outpatient whiteboard demonstrates the usefulness of an operational workflow tool within the ambulatory clinic setting. Operational workflow tools can play a significant role in supporting coordination, collaboration, and teamwork in ambulatory healthcare settings.

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

  3. Cancer patients' perception of the quality of communication before and after the implementation of a communication strategy in a regional cancer center in India.

    PubMed

    Nayak, Sukdev; Pradhan, Jeeta Parija B; Reddy, Suresh; Palmer, J Lynn; Zhang, Tao; Bruera, Eduardo

    2005-07-20

    Physician communication is one of the areas that cancer patients have expressed their lowest level of satisfaction. Very few studies have used patient-based outcomes in the Developing world. We conducted a survey of 400 consecutive patients attending our outpatient clinic (Step I). Survey results were used to make changes in the physical layout of the setting to increase privacy and to educate staff regarding practical techniques on communication (Step II). A second group of 400 patients were interviewed immediately after the implementation of the new communication strategy (Step III). Comparing Step I (n = 400) and Step III (n = 400) we observed a favorable response ("yes" v "no") with regard to overall satisfaction with communication in 52 patients (13%) versus 132 patients (33%; P = .0001), privacy in 21 patients (5%) versus 279 patients (70%; P = < .001), no interruptions in 170 patients (42%) versus 330 patients (82%; P = < .001), clear language in 57 patients (14%) versus 227 patients (57%; P = < .001), sufficient time in 88 patients (22%) versus 168 patients (42%; P = < .001), doubts cleared by the doctor in 105 patients (26%) versus 225 patients (56%; P = < .001). Patients older than 65 years and manual laborers were significantly more satisfied compared with younger patients and those patients with nonmanual occupations, during both Steps I and III. We conclude that cancer patients in Developing countries have many unmet needs regarding communication and that simple changes in the organization of clinics and oncologist education can result in major improvements in satisfaction with the quality of communication.

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

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

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

  7. Implementation of "social and communicative competencies" in medical education. The importance of curriculum, organisational and human resource development.

    PubMed

    Pruskil, Susanne; Deis, Nicole; Druener, Susanne; Kiessling, Claudia; Philipp, Swetlana; Rockenbauch, Katrin

    2015-01-01

    With this article we want to support teachers and curriculum planners to be aware of and apply knowledge and recommendations of organisational (OD), curriculums (CD) and human resource development (HRD) ideas already in the planning phase of a project. Taking these into account can influence the process of change successfully and controlled during the introduction and establishment of curricula in the field of communication and social skills in medical education. In the context of a multi-stage developmental process, a recommendation on CD for "Communicative and social competencies" was developed. The basis for it was made during two workshops of the GMA-committee "Communicative and social competencies" and supplemented by the available literature and the experience of communication experts. The "Undeloher Recommendation" (see attachment ) includes a compilation of recommendations and guiding questions, which is geared to the various phases of CD. Additionally, general approaches and recommendations of organisational and human resource development were integrated, which turned out to be particularly relevant in the process of CD. Thus, the "Undeloher recommendation" includes an orientation for each phase of the curriculum development process, the organisation and the staff in order to successfully implement a longitudinal curriculum. In addition to theoretical models the long-term discussion process and the personal experiences of a variety of curriculum planners and teachers have been integrated. The "Undeloher recommendation" can support the implementation processes of curricula in communication and social skills during development and realisation. Its application was reviewed in the context of workshops based on concrete examples. The participating teachers and curriculum planners assessed it to be very helpful. The recommendation goes beyond of what has been described in terms of content models in the CD so fare. In particular, the organisational and human

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

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

  11. Implementation of a departmental picture archiving and communication system: a productivity and cost analysis.

    PubMed

    Macyszyn, Luke; Lega, Brad; Bohman, Leif-Erik; Latefi, Ahmad; Smith, Michelle J; Malhotra, Neil R; Welch, William; Grady, Sean M

    2013-09-01

    Digital radiology enhances productivity and results in long-term cost savings. However, the viewing, storage, and sharing of outside imaging studies on compact discs at ambulatory offices and hospitals pose a number of unique challenges to a surgeon's efficiency and clinical workflow. To improve the efficiency and clinical workflow of an academic neurosurgical practice when evaluating patients with outside radiological studies. Open-source software and commercial hardware were used to design and implement a departmental picture archiving and communications system (PACS). The implementation of a departmental PACS system significantly improved productivity and enhanced collaboration in a variety of clinical settings. Using published data on the rate of information technology problems associated with outside studies on compact discs, this system produced a cost savings ranging from $6250 to $33600 and from $43200 to $72000 for 2 cohorts, urgent transfer and spine clinic patients, respectively, therefore justifying the costs of the system in less than a year. The implementation of a departmental PACS system using open-source software is straightforward and cost-effective and results in significant gains in surgeon productivity when evaluating patients with outside imaging studies.

  12. Shuttle Ku-band and S-band communications implementation study

    NASA Technical Reports Server (NTRS)

    Dodds, J. G.; Huth, G. K.; Nilsen, P. W.; Polydoros, A.; Simon, M. K.; Weber, C. L.

    1980-01-01

    Various aspects of the shuttle orbiter S-band network communication system, the S-band payload communication system, and the Ku-band communication system are considered. A method is proposed for obtaining more accurate S-band antenna patterns of the actual shuttle orbiter vehicle during flight because the preliminary antenna patterns using mock-ups are not realistic that they do not include the effects of additional appendages such as wings and tail structures. The Ku-band communication system is discussed especially the TDRS antenna pointing accuracy with respect to the orbiter and the modifications required and resulting performance characteristics of the convolutionally encoded high data rate return link to maintain bit synchronizer lock on the ground. The TDRS user constraints on data bit clock jitter and data asymmetry on unbalanced QPSK with noisy phase references are included. The S-band payload communication system study is outlined including the advantages and experimental results of a peak regulator design built and evaluated by Axiomatrix for the bent-pipe link versus the existing RMS-type regulator. The nominal sweep rate for the deep-space transponder of 250 Hz/s, and effects of phase noise on the performance of a communication system are analyzed.

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

  15. Huddle up!: The adoption and use of structured team communication for VA medical home implementation.

    PubMed

    Rodriguez, Hector P; Meredith, Lisa S; Hamilton, Alison B; Yano, Elizabeth M; Rubenstein, Lisa V

    2015-01-01

    Daily clinical team meetings (i.e., "huddles") may be helpful in implementing new roles and responsibilities for patient care because they provide a regular opportunity for member learning and feedback. We examined how huddles were implemented in the context of the VA patient-centered medical home (PCMH) transformation, including assessing barriers and facilitators to regular huddling among small teams ("teamlets"). We assessed the extent to which teamlet members that huddled had higher self-efficacy for PCMH changes, reported better teamwork experiences, and perceived more supportive practice environments. We used a convergent mixed-methods approach to analyze 79 teamlet member interviews from six VA primary care practices and 418 clinician and staff PCMH survey responses from the six interviewed practices and 13 additional practices in the same region. Most members reported participating in teamlet huddles when asked in surveys (85%). A minority of interview participants, however, described routine huddling focused on previsit planning that included all members. When members reported routine teamlet huddling, activities included (a) previsit planning, (b) strategizing treatment plans for patients with special or complex needs, (c) addressing daily workflow and communication issues through collective problem solving, and (d) ensuring awareness of what team members do and what actions are happening on the teamlet and in the practice. Primary care providers (PCPs) were least likely to report routine huddling. PCP huddlers reported greater self-efficacy for implementing PCMH changes. All huddlers, irrespective of role, reported better teamwork and more supportive practice climates. The most common barriers to teamlet huddling were limited time and operational constraints. In order to improve the impact of huddles on patient care, practice leaders should clearly communicate the goals, requirements, and benefits of huddling and provide adequate time and resources to

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

  17. An Underlay Communication Channel for 5G Cognitive Mesh Networks: Packet Design, Implementation, Analysis, and Experimental Results

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

    Tarek Haddadin; Stephen Andrew Laraway; Arslan Majid

    This paper proposes and presents the design and implementation of an underlay communication channel (UCC) for 5G cognitive mesh networks. The UCC builds its waveform based on filter bank multicarrier spread spectrum (FB-MCSS) signaling. The use of this novel spread spectrum signaling allows the device-to-device (D2D) user equipments (UEs) to communicate at a level well below noise temperature and hence, minimize taxation on macro-cell/small-cell base stations and their UEs in 5G wireless systems. Moreover, the use of filter banks allows us to avoid those portions of the spectrum that are in use by macro-cell and small-cell users. Hence, both D2D-to-cellularmore » and cellular-to-D2D interference will be very close to none. We propose a specific packet for UCC and develop algorithms for packet detection, timing acquisition and tracking, as well as channel estimation and equalization. We also present the detail of an implementation of the proposed transceiver on a software radio platform and compare our experimental results with those from a theoretical analysis of our packet detection algorithm.« less

  18. Impact of the implementation of MPI point-to-point communications on the performance of two general sparse solvers

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

    Amestoy, Patrick R.; Duff, Iain S.; L'Excellent, Jean-Yves

    2001-10-10

    We examine the mechanics of the send and receive mechanism of MPI and in particular how we can implement message passing in a robust way so that our performance is not significantly affected by changes to the MPI system. This leads us to using the Isend/Irecv protocol which will entail sometimes significant algorithmic changes. We discuss this within the context of two different algorithms for sparse Gaussian elimination that we have parallelized. One is a multifrontal solver called MUMPS, the other is a supernodal solver called SuperLU. Both algorithms are difficult to parallelize on distributed memory machines. Our initial strategiesmore » were based on simple MPI point-to-point communication primitives. With such approaches, the parallel performance of both codes are very sensitive to the MPI implementation, the way MPI internal buffers are used in particular. We then modified our codes to use more sophisticated nonblocking versions of MPI communication. This significantly improved the performance robustness (independent of the MPI buffering mechanism) and scalability, but at the cost of increased code complexity.« less

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

  20. Implementation of information and communication technologies for health in Bangladesh.

    PubMed

    Islam, Sheik Mohammed Shariful; Tabassum, Reshman

    2015-11-01

    Bangladesh has yet to develop a fully integrated health information system infrastructure that is critical to guiding policy development and planning. Initial pilot telemedicine and eHealth programmes were not coordinated at national level. However, in 2011, a national eHealth policy was implemented. Bangladesh has made substantial improvements to its health system. However, the country still faces public health challenges with limited and inequitable access to health services and lack of adequate resources to meet the demands of the population. In 2008, eHealth services were introduced, including computerization of health facilities at sub-district levels, internet connections, internet servers and an mHealth service for communicating with health-care providers. Health facilities at sub-district levels were provided with internet connections and servers. In 482 upazila health complexes and district hospitals, an mHealth service was set-up where an on-duty doctor is available for patients at all hours to provide consultations by mobile phone. A government operated telemedicine service was initiated and by 2014, 43 fully equipped centres were in service. These centres provide medical consultations by qualified physicians to patients visiting rural and remote community clinics and union health centres. Despite early pilot interventions and successful implementation, progress in adopting eHealth strategies in Bangladesh has been slow. There is a lack of common standards on information technology for health, which causes difficulties in data management and sharing among different databases. Limited internet bandwidth and the high cost of infrastructure and software development are barriers to adoption of these technologies.

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

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

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

  4. Challenges to Implementing Communicable Disease Surveillance in New York City Evacuation Shelters After Hurricane Sandy, November 2012

    PubMed Central

    Ridpath, Alison D.; Bregman, Brooke; Jones, Lucretia; Reddy, Vasudha; Waechter, HaeNa

    2015-01-01

    Hurricane Sandy hit New York City (NYC) on October 29, 2012. Before and after the storm, 73 temporary evacuation shelters were established. The total census of these shelters peaked at approximately 6,800 individuals. Concern about the spread of communicable diseases in shelters prompted the NYC Department of Health and Mental Hygiene (DOHMH) to rapidly develop a surveillance system to report communicable diseases and emergency department transports from shelters. We describe the implementation of this system. Establishing effective surveillance in temporary shelters was challenging and required in-person visits by DOHMH staff to ensure reporting. After system establishment, surveillance data were used to identify some potential disease clusters. For the future, we recommend pre-event planning for disease surveillance. PMID:25552754

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

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

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

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

  9. Shuttle Ku-band and S-band communications implementations study

    NASA Technical Reports Server (NTRS)

    Huth, G. K.; Nessibou, T.; Nilsen, P. W.; Simon, M. K.; Weber, C. L.

    1979-01-01

    The interfaces between the Ku-band system and the TDRSS, between the S-band system and the TDRSS, GSTDN and SGLS networks, and between the S-band payload communication equipment and the other Orbiter avionic equipment were investigated. The principal activities reported are: (1) performance analysis of the payload narrowband bent-pipe through the Ku-band communication system; (2) performance evaluation of the TDRSS user constraints placed on the S-band and Ku-band communication systems; (3) assessment of the shuttle-unique S-band TDRSS ground station false lock susceptibility; (4) development of procedure to make S-band antenna measurements during orbital flight; (5) development of procedure to make RFI measurements during orbital flight to assess the performance degradation to the TDRSS S-band communication link; and (6) analysis of the payload interface integration problem areas.

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

  11. Reporting pesticide assessment results to farmworker families: development, implementation, and evaluation of a risk communication strategy.

    PubMed Central

    Quandt, Sara A; Doran, Alicia M; Rao, Pamela; Hoppin, Jane A; Snively, Beverly M; Arcury, Thomas A

    2004-01-01

    The collection of environmental samples presents a responsibility to return information to the affected participants. Explaining complex and often ambiguous scientific information to a lay audience is a challenge. As shown by environmental justice research, this audience frequently has limited formal education, increasing the challenge for researchers to explain the data collected, the risk indicated by the findings, and action the affected community should take. In this study we describe the development and implementation of a risk communication strategy for environmental pesticide samples collected in the homes of Latino/a migrant and seasonal farmworkers in a community-based participatory research project. The communication strategy was developed with community input and was based on face-to-face meetings with members of participating households. Using visual displays of data effectively conveyed information about individual household contamination and placed it in the context of community findings. The lack of national reference data and definitive standards for action necessitated a simplified risk message. We review the strengths and weaknesses of such an approach and suggest areas for future research in risk communication to communities affected by environmental health risks. PMID:15064174

  12. Improving handoff communication from hospital to home: the development, implementation and evaluation of a personalized patient discharge letter.

    PubMed

    Buurman, Bianca M; Verhaegh, Kim J; Smeulers, Marian; Vermeulen, Hester; Geerlings, Suzanne E; Smorenburg, Susanne; de Rooij, Sophia E

    2016-06-01

    To develop, implement and evaluate a personalized patient discharge letter (PPDL) to improve the quality of handoff communication from hospital to home. From the end of 2006-09 we conducted a quality improvement project; consisting of a before-after evaluation design, and a process evaluation. Four general internal medicine wards, in a 1024-bed teaching hospital in Amsterdam, the Netherlands. All consecutive patients of 18 years and older, admitted for at least 48 h. A PPDL, a plain language handoff communication tool provided to the patient at hospital discharge. Verbal and written information provision at discharge, feasibility of integrating the PPDL into daily practice, pass rates of PPDLs provided at discharge. A total of 141 patients participated in the before-after evaluation study. The results from the first phase of quality improvement showed that providing patient with a PPDL increased the number of patients receiving verbal and written information at discharge. Patient satisfaction with the PPDL was 7.3. The level of implementation was low (30%). In the second phase, the level of implementation improved because of incorporating the PPDL into the electronic patient record (EPR) and professional education. An average of 57% of the discharged patients received the PPDL upon discharge. The number of discharge conversations also increased. Patients and professionals rated the PPDL positively. Key success factors for implementation were: education of interns, residents and staff, standardization of the content of the PPDL, integrating the PPDL into the electronic medical record and hospital-wide policy. © The Author 2016. Published by Oxford University Press in association with the International Society for Quality in Health Care; all rights reserved.

  13. Selected issues of the universal communication environment implementation for CII standard

    NASA Astrophysics Data System (ADS)

    Zagoździńska, Agnieszka; Poźniak, Krzysztof T.; Drabik, Paweł K.

    2011-10-01

    In the contemporary FPGA market there is the wide assortment of structures, integrated development environments, and boards of different producers. The variety allows to fit resources to requirements of the individual designer. There is the need of standardization of the projects to make it useful in research laboratories equipped with different producers tools. Proposed solution is CII standardization of VHDL components. This paper contains specification of the universal communication environment for CII standard. The link can be used in different FPGA structures. Implementation of the link enables object oriented VHDL programming with the use of CII standardization. The whole environment contains FPGA environment and PC software. The paper contains description of the selected issues of FPGA environment. There is description of some specific solutions that enables environment usage in structures of different producers. The flexibility of different size data transmissions with the use of CII is presented. The specified tool gives the opportunity to use FPGA structures variety fully and design faster and more effectively.

  14. Implementation of information and communication technologies for health in Bangladesh

    PubMed Central

    Tabassum, Reshman

    2015-01-01

    Abstract Problem Bangladesh has yet to develop a fully integrated health information system infrastructure that is critical to guiding policy development and planning. Approach Initial pilot telemedicine and eHealth programmes were not coordinated at national level. However, in 2011, a national eHealth policy was implemented. Local setting Bangladesh has made substantial improvements to its health system. However, the country still faces public health challenges with limited and inequitable access to health services and lack of adequate resources to meet the demands of the population. Relevant changes In 2008, eHealth services were introduced, including computerization of health facilities at sub-district levels, internet connections, internet servers and an mHealth service for communicating with health-care providers. Health facilities at sub-district levels were provided with internet connections and servers. In 482 upazila health complexes and district hospitals, an mHealth service was set-up where an on-duty doctor is available for patients at all hours to provide consultations by mobile phone. A government operated telemedicine service was initiated and by 2014, 43 fully equipped centres were in service. These centres provide medical consultations by qualified physicians to patients visiting rural and remote community clinics and union health centres. Lessons learnt Despite early pilot interventions and successful implementation, progress in adopting eHealth strategies in Bangladesh has been slow. There is a lack of common standards on information technology for health, which causes difficulties in data management and sharing among different databases. Limited internet bandwidth and the high cost of infrastructure and software development are barriers to adoption of these technologies. PMID:26549909

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

  16. Development and Implementation of Worksite Health and Wellness Programs: A Focus on Non-Communicable Disease.

    PubMed

    Cahalin, Lawrence P; Kaminsky, Leonard; Lavie, Carl J; Briggs, Paige; Cahalin, Brendan L; Myers, Jonathan; Forman, Daniel E; Patel, Mahesh J; Pinkstaff, Sherry O; Arena, Ross

    2015-01-01

    The development and implementation of worksite health and wellness programs (WHWPs) in the United States (US) hold promise as a means to improve population health and reverse current trends in non-communicable disease incidence and prevalence. However, WHWPs face organizational, economic, systematic, legal, and logistical challenges which have combined to impact program availability and expansion. Even so, there is a burgeoning body of evidence indicating WHWPs can significantly improve the health profile of participating employees in a cost effective manner. This foundation of scientific knowledge justifies further research inquiry to elucidate optimal WHWP models. It is clear that the development, implementation and operation of WHWPs require a strong commitment from organizational leadership, a pervasive culture of health and availability of necessary resources and infrastructure. Since organizations vary significantly, there is a need to have flexibility in creating a customized, effective health and wellness program. Furthermore, several key legal issues must be addressed to facilitate employer and employee needs and responsibilities; the US Affordable Care Act will play a major role moving forward. The purposes of this review are to: 1) examine currently available health and wellness program models and considerations for the future; 2) highlight key legal issues associated with WHWP development and implementation; and 3) identify challenges and solutions for the development and implementation of as well as adherence to WHWPs. Copyright © 2015 Elsevier Inc. All rights reserved.

  17. Development and implementation of an online program to improve how patients communicate emotional concerns to their oncology providers.

    PubMed

    Porter, Laura S; Pollak, Kathryn I; Farrell, David; Cooper, Meredith; Arnold, Robert M; Jeffreys, Amy S; Tulsky, James A

    2015-10-01

    Patients often struggle to express their emotional concerns to their oncology providers and may therefore experience unmet needs. This paper describes the development and implementation of an online program that teaches patients how to communicate their emotions to their oncology providers. The intervention was developed by a multidisciplinary team consisting of palliative care physicians, psychologists, and an intervention software developer and included input from patients. It incorporated elements of Social Cognitive Theory and validated cognitive behavioral strategies for communication skills training. Strategies to increase intervention adherence were implemented midway through the study. The intervention consists of four interactive, online modules to teach patients strategies for expressing emotional concerns to their providers and asking for support. In addition to skill-building, the intervention was designed to raise patients' expectations that expressing emotional concerns to providers would be helpful, to enhance their self-efficacy for doing so, and to help them overcome barriers to having these conversations. After implementing strategies to improve adherence, usage rates increased from 47 to 64 %. This intervention addresses an unmet educational need for patients with advanced cancer. Strategies to increase adherence led to improvements in usage rates in this population of older patients. We are currently evaluating the intervention in a randomized clinical trial to determine its efficacy in increasing patient expression of emotional concerns and requests for support. If successful, this intervention could serve as a model for future online patient education programs.

  18. Development and implementation of an online program to improve how patients communicate emotional concerns to their oncology providers

    PubMed Central

    Porter, Laura S.; Pollak, Kathryn I.; Farrell, David; Cooper, Meredith; Arnold, Robert M.; Jeffreys, Amy S.; Tulsky, James A.

    2015-01-01

    Purpose Patients often struggle to express their emotional concerns to their oncology providers, and may therefore experience unmet needs. This paper describes the development and implementation of an online program that teaches patients how to communicate their emotions to their oncology providers. Methods The intervention was developed by a multidisciplinary team consisting of palliative care physicians, psychologists, and an intervention software developer, and included input from patients. It incorporated elements of Social Cognitive Theory and validated cognitive behavioral strategies for communication skills training. Strategies to increase intervention adherence were implemented midway through the study. Results The intervention consists of four interactive, online modules to teach patients strategies for expressing emotional concerns to their providers and asking for support. In addition to skill-building, the intervention was designed to raise patients’ expectations that expressing emotional concerns to providers would be helpful, to enhance their self-efficacy for doing so, and to help them overcome barriers to having these conversations. After implementing strategies to improve adherence, usage rates increased from 47% to 64%. Conclusions This intervention addresses an unmet educational need for patients with advanced cancer. Strategies to increase adherence led to improvements in usage rates in this population of older patients. We are currently evaluating the intervention in a randomized clinical trial to determine its efficacy in increasing patient expression of emotional concerns and requests for support. If successful, this intervention could serve as a model for future online patient education programs. PMID:25701437

  19. Implementation of a light-route TDMA communications satellite system for advanced business networks

    NASA Astrophysics Data System (ADS)

    Hanson, B.; Smalley, A.; Zuliani, M.

    The application of Light Route TDMA systems to various business communication requirements is discussed. It is noted that full development of this technology for use in advanced business networks will be guided by considerations of flexibility, reliability, security, and cost. The implementation of the TDMA system for demonstrating these advantages to a wide range of public and private organizations is described in detail. Among the advantages offered by this system are point-to-point and point-to-multipoint (broadcast) capability; the ability to vary the mix and quantity of services between destinations in a fully connected mesh network on an almost instantaneous basis through software control; and enhanced reliability with centralized monitor, alarm and control functions by virtue of an overhead channel.

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

  1. Optimize scientific communication skills on work and energy concept with implementation of interactive conceptual instruction and multi representation approach

    NASA Astrophysics Data System (ADS)

    Patriot, E. A.; Suhandi, A.; Chandra, D. T.

    2018-05-01

    The ultimate goal of learning in the curriculum 2013 is that learning must improve and balance between soft skills and hard skills of learners. In addition to the knowledge aspect, one of the other skills to be trained in the learning process using a scientific approach is communication skills. This study aims to get an overview of the implementation of interactive conceptual instruction with multi representation to optimize the achievement of students’ scientific communication skills on work and energy concept. The scientific communication skills contains the sub-skills were searching the information, scientific writing, group discussion and knowledge presentation. This study was descriptive research with observation method. Subjects in this study were 35 students of class X in Senior High School at Sumedang. The results indicate an achievement of optimal scientific communication skills. The greatest achievement of KKI based on observation is at fourth meeting of KKI-3, which is a sub-skill of resume writing of 89%. Allmost students responded positively to the implication of interactive conceptual instruction with multi representation approach. It can be concluded that the implication of interactive conceptual instruction with multi representation approach can optimize the achievement of students’ scientific communication skill on work and energy concept.

  2. Implementing communication and decision-making interventions directed at goals of care: a theory-led scoping review

    PubMed Central

    Cummings, Amanda; Lund, Susi; Campling, Natasha; May, Carl; Richardson, Alison; Myall, Michelle

    2017-01-01

    Objectives To identify the factors that promote and inhibit the implementation of interventions that improve communication and decision-making directed at goals of care in the event of acute clinical deterioration. Design and methods A scoping review was undertaken based on the methodological framework of Arksey and O’Malley for conducting this type of review. Searches were carried out in Medline and Cumulative Index to Nursing and Allied Health Literature (CINAHL) to identify peer-reviewed papers and in Google to identify grey literature. Searches were limited to those published in the English language from 2000 onwards. Inclusion and exclusion criteria were applied, and only papers that had a specific focus on implementation in practice were selected. Data extracted were treated as qualitative and subjected to directed content analysis. A theory-informed coding framework using Normalisation Process Theory (NPT) was applied to characterise and explain implementation processes. Results Searches identified 2619 citations, 43 of which met the inclusion criteria. Analysis generated six themes fundamental to successful implementation of goals of care interventions: (1) input into development; (2) key clinical proponents; (3) training and education; (4) intervention workability and functionality; (5) setting and context; and (6) perceived value and appraisal. Conclusions A broad and diverse literature focusing on implementation of goals of care interventions was identified. Our review recognised these interventions as both complex and contentious in nature, making their incorporation into routine clinical practice dependent on a number of factors. Implementing such interventions presents challenges at individual, organisational and systems levels, which make them difficult to introduce and embed. We have identified a series of factors that influence successful implementation and our analysis has distilled key learning points, conceptualised as a set of propositions

  3. Design and Implementation of Secure and Reliable Communication using Optical Wireless Communication

    NASA Astrophysics Data System (ADS)

    Saadi, Muhammad; Bajpai, Ambar; Zhao, Yan; Sangwongngam, Paramin; Wuttisittikulkij, Lunchakorn

    2014-11-01

    Wireless networking intensify the tractability in the home and office environment to connect the internet without wires but at the cost of risks associated with stealing the data or threat of loading malicious code with the intention of harming the network. In this paper, we proposed a novel method of establishing a secure and reliable communication link using optical wireless communication (OWC). For security, spatial diversity based transmission using two optical transmitters is used and the reliability in the link is achieved by a newly proposed method for the construction of structured parity check matrix for binary Low Density Parity Check (LDPC) codes. Experimental results show that a successful secure and reliable link between the transmitter and the receiver can be achieved by using the proposed novel technique.

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

  5. Selection of words for implementation of the Picture Exchange Communication System - PECS in non-verbal autistic children.

    PubMed

    Ferreira, Carine; Bevilacqua, Monica; Ishihara, Mariana; Fiori, Aline; Armonia, Aline; Perissinoto, Jacy; Tamanaha, Ana Carina

    2017-03-09

    It is known that some autistic individuals are considered non-verbal, since they are unable to use verbal language and barely use gestures to compensate for the absence of speech. Therefore, these individuals' ability to communicate may benefit from the use of the Picture Exchange Communication System - PECS. The objective of this study was to verify the most frequently used words in the implementation of PECS in autistic children, and on a complementary basis, to analyze the correlation between the frequency of these words and the rate of maladaptive behaviors. This is a cross-sectional study. The sample was composed of 31 autistic children, twenty-five boys and six girls, aged between 5 and 10 years old. To identify the most frequently used words in the initial period of implementation of PECS, the Vocabulary Selection Worksheet was used. And to measure the rate of maladaptive behaviors, we applied the Autism Behavior Checklist (ABC). There was a significant prevalence of items in the category "food", followed by "activities" and "beverages". There was no correlation between the total amount of items identified by the families and the rate of maladaptive behaviors. The categories of words most mentioned by the families could be identified, and it was confirmed that the level of maladaptive behaviors did not interfere directly in the preparation of the vocabulary selection worksheet for the children studied.

  6. Implementing PCRP: Fact or Fiction? Communication Skills.

    ERIC Educational Resources Information Center

    Rosecky, Marion

    The Pennsylvania Comprehensive Reading/Communication Arts Plan (PCRP) is a language arts curriculum providing four critical experiences that all students need in order to become competent in reading, writing, listening, and speaking: responding to literature, sustained silent reading, oral and written composing, and investigating and mastering…

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

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

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

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

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

  12. Implementation of a Point-of-Care Radiologist-Technologist Communication Tool in a Quality Assurance Program.

    PubMed

    Ong, Leonard; Elnajjar, Pierre; Nyman, C Gregory; Mair, Thomas; Juluru, Krishna

    2017-07-01

    We implemented an Image Quality Reporting and Tracking Solution (IQuaRTS), directly linked from the PACS, to improve communication between radiologists and technologists. IQuaRTS launched in May 2015. We compared MRI issues filed in the period before IQuaRTS implementation (May-September 2014) using a manual system with MRI issues filed in the IQuaRTS period (May-September 2015). The unpaired t test was used for analysis. For assessment of overall results in the IQuaRTS period alone, all issues filed across all modalities were included. Summary statistics and charts were generated using Excel and Tableau. For MRI issues, the number of issues filed during the IQuaRTS period was 498 (2.5% of overall MRI examination volume) compared with 78 issues filed during the period before IQuaRTS implementation (0.4% of total examination volume) (p = 0.0001), representing a 625% relative increase. Tickets that documented excellent work were 8%. Other issues included images not pushed to PACS (20%), film library issues (19%), and documentation or labeling (8%). Of the issues filed, 55% were MRI-related and 25% were CT-related. The issues were stratified across six sites within our institution. Staff requiring additional training could be readily identified, and 80% of the issues were resolved within 72 hours. IQuaRTS is a cost-effective online issue reporting tool that enables robust data collection and analytics to be incorporated into quality improvement programs. One limitation of the system is that it must be implemented in an environment where staff are receptive to quality improvement.

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

  14. Implementing communication and decision-making interventions directed at goals of care: a theory-led scoping review.

    PubMed

    Cummings, Amanda; Lund, Susi; Campling, Natasha; May, Carl R; Richardson, Alison; Myall, Michelle

    2017-10-06

    To identify the factors that promote and inhibit the implementation of interventions that improve communication and decision-making directed at goals of care in the event of acute clinical deterioration. A scoping review was undertaken based on the methodological framework of Arksey and O'Malley for conducting this type of review. Searches were carried out in Medline and Cumulative Index to Nursing and Allied Health Literature (CINAHL) to identify peer-reviewed papers and in Google to identify grey literature. Searches were limited to those published in the English language from 2000 onwards. Inclusion and exclusion criteria were applied, and only papers that had a specific focus on implementation in practice were selected. Data extracted were treated as qualitative and subjected to directed content analysis. A theory-informed coding framework using Normalisation Process Theory (NPT) was applied to characterise and explain implementation processes. Searches identified 2619 citations, 43 of which met the inclusion criteria. Analysis generated six themes fundamental to successful implementation of goals of care interventions: (1) input into development; (2) key clinical proponents; (3) training and education; (4) intervention workability and functionality; (5) setting and context; and (6) perceived value and appraisal. A broad and diverse literature focusing on implementation of goals of care interventions was identified. Our review recognised these interventions as both complex and contentious in nature, making their incorporation into routine clinical practice dependent on a number of factors. Implementing such interventions presents challenges at individual, organisational and systems levels, which make them difficult to introduce and embed. We have identified a series of factors that influence successful implementation and our analysis has distilled key learning points, conceptualised as a set of propositions, we consider relevant to implementing other complex

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

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

  17. Polio communication.

    PubMed

    Galaway, Michael

    2005-12-01

    Substantial investments are being made in the area of communication and social mobilisation to interrupt transmission of wild poliovirus. A number of organisations with active support from the Government of India and various state governments are implementing activities to raise awareness and encourage all families to immunise their children. A mass media campaign is the most recognised health promotion effort on media. Mass media efforts are being backed by intensive social mobilisation and interpersonal communication efforts in polio-endemic states. Advocacy and editorial media environment are key elements of the overall communication approach, creating a conducive environment for the polio programme.

  18. Safe swallowing and communicating for ventilated intensive care patients with tracheostoma: implementation of the Passy Muir speaking valve

    PubMed

    Fröhlich, Martin R; Boksberger, Heidi; Barfuss-Schneider, Claudia; Liem, Esther; Petry, Heidi

    2017-01-01

    Background: Between 4 to 45 % of intensive care patients suffer from prolonged ventilator dependence. Due to impeded weaning, verbal communication is impossible. The tracheal cannula affects breathing and swallowing. The Passy Muir speaking valve (PMV) allows patients on ventilators to speak. It counteracts pharyngeal as well as laryngeal desensitization and prevents an insufficient swallowing reflex. Aim and methods: To implement the PMV, we conducted a multiprofessional practice- and quality development project. The objective was to ensure safe swallowing and communicating for ventilated patients with tracheostoma. Results: Intensive care nurses, doctors and physiotherapists assessed patient safety as being high. In nine patients with 51 PMV applications, we observed three undesirable events in terms of dyspnea and oxygen desaturation. On one occasion, it was necessary to remove the PMV. Conclusion: A combination of mandatory training for the entire treatment team, presence of two professionals during PMV application, and a newly developed guiding document resulted in a high level of patient safety. By means of PMV, ventilated intensive care patients are able to communicate verbally and to swallow better. Complications can be identified early and solved effectively.

  19. Implementing Delivery Room Checklists and Communication Standards in a Multi-Neonatal ICU Quality Improvement Collaborative.

    PubMed

    Bennett, Stacie C; Finer, Neil; Halamek, Louis P; Mickas, Nick; Bennett, Mihoko V; Nisbet, Courtney C; Sharek, Paul J

    2016-08-01

    The 2015 American Academy of Pediatrics Neonatal Resuscitation Program (NRP) and International Liaison Committee on Resuscitation (ILCOR) resuscitation guidelines state, "It is still suggested that briefing and debriefing techniques be used whenever possible for neonatal resuscitation." Effective communication and reliable delivery of evidence-based best practices are critical aspects of the 2015 NRP guidelines. To promote optimal communication and best practice-focused checklists use during active neonatal resuscitation, the Readiness Bundle (RB) was integrated within the larger change package deployed in the California Perinatal Quality Care Collaborative's (CPQCC) 12-month Delivery Room Management Quality Improvement Collaborative. The RB consisted of (1) a checklist for high-risk neonatal resuscitations and (2) briefings and debriefings to improve teamwork and communication in the delivery room (DR). Implementation of the RB was encouraged, compliance with the RB was tracked monthly up through 6 months after the completion of the collaborative, and satisfaction with the RB was evaluated. Twenty-four neonatal intensive care units (NICUs) participated in the CPQCCDR collaborative. Before the initiation of the collaborative, the elements of the RB were complied with in 0 of 740 reported deliveries (0%). During the 12-month collaborative, compliance with the RB improved to a median of 71%, which was surpassed in the 6-month period after the collaborative ended (80%). One-hundred percent of responding NICUs would recommend the RB to other NICUs working on improving DR management. The RB was rapidly adopted, with compliance sustained for 6 months after completion of the collaborative. Inclusion of the RB in the next generation of the NRP guidelines is encouraged.

  20. Empowering nurses to handle the guideline implementation process: identification of implementation competencies.

    PubMed

    Holleman, Gerda; van Tol, Marjo; Schoonhoven, Lisette; Mintjes-de Groot, Joke; van Achterberg, Theo

    2014-01-01

    Employing nurses as opinion leaders to implement guidelines may be a promising implementation activity. Until now, insight into necessary competencies of nurse opinion leaders is lacking. We studied and supported aspiring nurse opinion leaders, using a training program based on social influence and implementation theory. Twenty-one competencies were identified, of which the most important were cooperating, communicating, delegating, giving feedback, networking, and information processing. Understanding and addressing these competencies may support the implementation of evidence-based guidelines.

  1. Developing Science Communication in Africa: Undergraduate and Graduate Students should be Trained and Actively Involved in Outreach Activity Development and Implementation.

    PubMed

    Karikari, Thomas K; Yawson, Nat Ato; Quansah, Emmanuel

    2016-01-01

    Despite recent improvements in scientific research output from Africa, public understanding of science in many parts of the continent remains low. Science communication there is faced with challenges such as (i) lack of interest among some scientists, (ii) low availability of training programs for scientists, (iii) low literacy rates among the public, and (iv) multiplicity of languages. To address these challenges, new ways of training and motivating scientists to dialogue with non-scientists are essential. Developing communication skills early in researchers' scientific career would be a good way to enhance their public engagement abilities. Therefore, a potentially effective means to develop science communication in Africa would be to actively involve trainee scientists (i.e., undergraduate and graduate students) in outreach activity development and delivery. These students are often enthusiastic about science, eager to develop their teaching and communication skills, and can be good mentors to younger students. Involving them in all aspects of outreach activity is, therefore, likely to be a productive implementation strategy. However, science communication training specifically for students and the involvement of these students in outreach activity design and delivery are lacking in Africa. Here, we argue that improving the training and involvement of budding scientists in science communication activities would be a good way to bridge the wide gap between scientists and the African public.

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

  3. A cross-domain communication resource scheduling method for grid-enabled communication networks

    NASA Astrophysics Data System (ADS)

    Zheng, Xiangquan; Wen, Xiang; Zhang, Yongding

    2011-10-01

    To support a wide range of different grid applications in environments where various heterogeneous communication networks coexist, it is important to enable advanced capabilities in on-demand and dynamical integration and efficient co-share with cross-domain heterogeneous communication resource, thus providing communication services which are impossible for single communication resource to afford. Based on plug-and-play co-share and soft integration with communication resource, Grid-enabled communication network is flexibly built up to provide on-demand communication services for gird applications with various requirements on quality of service. Based on the analysis of joint job and communication resource scheduling in grid-enabled communication networks (GECN), this paper presents a cross multi-domain communication resource cooperatively scheduling method and describes the main processes such as traffic requirement resolution for communication services, cross multi-domain negotiation on communication resource, on-demand communication resource scheduling, and so on. The presented method is to afford communication service capability to cross-domain traffic delivery in GECNs. Further research work towards validation and implement of the presented method is pointed out at last.

  4. Lessons Learned from Implementation of Information and Communication Technologies in Spain's Healthcare Services

    PubMed Central

    Carnicero, J.; Rojas, D.

    2010-01-01

    Background Spain’s health services have undertaken a number of important projects aimed at the creation of Electronic Health Records (EHR) through the incorporation of Information and Communication Technologies (ICT) into patient care practices. The objective of this endeavor is to improve care quality and efficiency and increase responsiveness to the population's needs and demands. Between 2006-2009 over 300 million Euro were invested in projects of this type. Objective To better understand the success criteria, the difficulties encountered and certain issues that must be kept in mind to ensure successful implementation of ICT projects in health organizations, based on Spain's experiences in this field. Methods The projects' results are analyzed using the criteria of compliance with the expected scope, cost and time frame. Results The results can be considered satisfactory in primary care facilities, where almost 90% of Spain's general practitioners, pediatricians and primary care nurses are using electronic health record (EHR) systems. In hospitals EHR implementation is more uneven. Over 40% of Spanish primary care centers and 42% of pharmacies are using electronic prescription (the information system that connects the physician to the dispensing pharmacy and the dispensing pharmacy to the payer). Discussion All of Spain’s health services are currently carrying out projects involving ICT application in healthcare, and a priori the benefits of ICT are not questioned. However, the costs and time frames required for these projects are clearly surpassing initial expectations, while the benefits perceived by both professionals and institutions remain limited. This situation may be due in part to the absence of a project management culture in the health services, which has led them to pay insufficient attention to the main difficulties and key issues related to the implementation of EHR. PMID:23616846

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

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

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

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

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

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

  11. Perfect match? Generation Y as change agents for information communication technology implementation in healthcare.

    PubMed

    Yee, Kwang Chien; Miils, Erin; Airey, Caroline

    2008-01-01

    The current healthcare delivery model will not meet future healthcare demands. The only sustainable healthcare future is one that best leverages advances in technology to improve productivity and efficiency. Information communication technology (ICT) has, therefore, been touted as the panacea of future healthcare challenges. Many ICT projects in healthcare, however, fail to deliver on their promises to transform the healthcare system. From a technologist's perspective, this is often due to the lack of socio-technical consideration. From a socio-cultural perspective, however, there is often strong inertia to change. While the utilisation of user-centred design principles will generate a new wave of enthusiasm among technologists, this has to be matched with socio-cultural changes within the healthcare system. Generation Y healthcare workers might be the socio-cultural factor required, in combination with new technology, to transform the healthcare system. Generation Y has generated significant technology-driven changes in many other industries. The socio-cultural understanding of generation Y healthcare workers is essential to guide the design and implementation of ICT solutions for a sustainable healthcare future. This paper presents the initial analysis of our qualitative study which aims to generate in-depth conceptual insights of generation Y healthcare workers and their view of ICT in healthcare. Our results show that generation Y healthcare workers might assist future ICT implementation in healthcare. This paper, however, argues that significant changes to the current healthcare organisation will be required in order to unleash the full potential of generation Y workers and ICT implementation. Finally, this paper presents some strategies to empower generation Y workers as change agents for a sustainable future healthcare system.

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

  13. Personal communications services: Improving theater deployable communications for the 21st century

    NASA Astrophysics Data System (ADS)

    Cournoyer, Ronald C., Jr.

    1994-06-01

    Personal Communications Services (PCS) may be the key ingredient for vastly improved military communications capabilities at the turn of the century. The Federal Communications Commission (FCC) defines PCS as a family of mobile or portable radio communications services which could provide services to individuals and businesses and be integrated with a variety of competing networks ... the primary focus of PCS will be to meet communications requirements of people on the move. Today's generation of Theater Deployable Communications, which provides joint tactical communications to deployed forces, is the Tri-Service Tactical Communications (TRI-TAC) system. A description of TRITAC's family of equipment, network topology, typical employment, and critical limitations is presented in this thesis. Five commercial Mobile Satellite Services (MSS) are described as viable candidates for augmenting existing communications systems. Cellular design principles such as frequency reuse, cell splitting, channel access methods, and propagation factors are also addressed. Finally, a framework for comparison of the candidate MSS systems is proposed as a baseline for further studies into the most beneficial implementation of PCS into theater deployable communications systems for the future.

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

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

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

  17. Causality and Communication: Relativistic astrophysical jets and the implementation of science communication training in astronomy classes

    NASA Astrophysics Data System (ADS)

    Kohler, Susanna

    Part I: Relativistic jets emitted from the centers of some galaxies (called active galaxies) exhibit many interesting behaviors that are not yet fully understood: acceleration and collimation over vast distances, for instance, and occasional flaring activity. In the first part of my thesis, I examine the possibility of collimation and acceleration of relativistic jets by the pressure of the ambient medium surrounding the jet base. I discuss the differences in predicted jet behavior due to including the effects of a magnetic field threading the jet interior, and I describe the conditions that create some observed jet shapes, such as the "hollow cone" structure seen in M87 and similar jets. I also discuss what happens when the pressure outside of the jet drops so slowly that the jet shocks repeatedly, generating entropy at its boundary. Finally, I examine the spectra of the 40 brightest gamma-ray flares from blazars (active galaxies with jets pointed toward us) recorded by the Fermi Gamma-ray Space Telescope in its first four years of operation. I develop models to describe the observed behavior of these flares and discuss the physical implications of these models. Part II: The ability to clearly communicate scientific concepts to both peers and the lay public is an important component of being a scientist. Few training programs exist, however, for scientists to obtain these skills. In the second part of my thesis, I examine the impact of two different training efforts for very early-career scientists: first, a short science communication workshop for science, technology, engineering and math (STEM) graduate students, and second, science communication training integrated into existing astronomy classes for undergraduate STEM majors and early STEM graduate students. I evaluate whether the students' written communication skills demonstrate measurable improvement after training, and track students' attitudes toward science communication.

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

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

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

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

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

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

  4. Implementation of wireless power transfer and communications for an implantable ocular drug delivery system.

    PubMed

    Tang, T B; Smith, S; Flynn, B W; Stevenson, J T M; Gundlach, A M; Reekie, H M; Murray, A F; Renshaw, D; Dhillon, B; Ohtori, A; Inoue, Y; Terry, J G; Walton, A J

    2008-09-01

    A wireless power transfer and communication system based on near-field inductive coupling has been designed and implemented. The feasibility of using such a system to remotely control drug release from an implantable drug delivery system is addressed. The architecture of the wireless system is described and the signal attenuation over distance in both water and phosphate buffered saline is studied. Additionally, the health risk due to exposure to radio frequency (RF) radiation is examined using a biological model. The experimental results demonstrate that the system can trigger the release of drug within 5 s, and that such short exposure to RF radiation does not produce any significant (

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

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

  7. AMPA experimental communications systems

    NASA Technical Reports Server (NTRS)

    Beckerman, D.; Fass, S.; Keon, T.; Sielman, P.

    1982-01-01

    The program was conducted to demonstrate the satellite communication advantages of Adaptive Phased Array Technology. A laboratory based experiment was designed and implemented to demonstrate a low earth orbit satellite communications system. Using a 32 element, L-band phased array augmented with 4 sets of weights (2 for reception and 2 for transmission) a high speed digital processing system and operating against multiple user terminals and interferers, the AMPA system demonstrated: communications with austere user terminals, frequency reuse, communications in the face of interference, and geolocation. The program and experiment objectives are described, the system hardware and software/firmware are defined, and the test performed and the resultant test data are presented.

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

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

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

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

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

  14. Teams communicating through STEPPS.

    PubMed

    Stead, Karen; Kumar, Saravana; Schultz, Timothy J; Tiver, Sue; Pirone, Christy J; Adams, Robert J; Wareham, Conrad A

    2009-06-01

    To evaluate the effectiveness of the implementation of a TeamSTEPPS (Team Strategies and Tools to Enhance Performance and Patient Safety) program at an Australian mental health facility. TeamSTEPPS is an evidence-based teamwork training system developed in the United States. Five health care sites in South Australia implemented TeamSTEPPS using a train-the-trainer model over an 8-month intervention period commencing January 2008 and concluding September 2008. A team of senior clinical staff was formed at each site to drive the improvement process. Independent researchers used direct observation and questionnaire surveys to evaluate the effectiveness of the implementation in three outcome areas: observed team behaviours; staff attitudes and opinions; and clinical performance and outcome. The results reported here focus on one site, an inpatient mental health facility. Team knowledge, skills and attitudes; patient safety culture; incident reporting rates; seclusion rates; observation for the frequency of use of TeamSTEPPS tools. Outcomes included restructuring of multidisciplinary meetings and the introduction of structured communication tools. The evaluation of patient safety culture and of staff knowledge, skills and attitudes (KSA) to teamwork and communication indicated a significant improvement in two dimensions of patient safety culture (frequency of event reporting, and organisational learning) and a 6.8% increase in the total KSA score. Clinical outcomes included reduced rates of seclusion. TeamSTEPPS implementation had a substantial impact on patient safety culture, teamwork and communication at an Australian mental health facility. It encouraged a culture of learning from patient safety incidents and making continuous improvements.

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

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

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

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

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

  20. Promoting Conditional Use of Communication Skills for Learners With Complex Communication Needs: A Tutorial.

    PubMed

    Simacek, Jessica; Reichle, Joe; Byiers, Breanne J; Parker-McGowan, Quannah; Dimian, Adele F; Elmquist, Marianne

    2018-05-03

    Conditional use of communication skills refers to the ability of a learner to appropriately generalize and discriminate when, where, and how to communicate based on constant variation and shifts in environmental cues. We describe discrimination and generalization challenges encountered by learners with complex communication needs and ways in which these challenges are fostered through traditional communication intervention programming. We address arrangements in instruction that maximize the probability of learners acquiring the conditional use of new vocabulary and the modest instructional technology implemented when planning for generalization. We propose establishing well-discriminated and generalized use of new vocabulary items through the application of a general case instruction framework to communication intervention programming. We provide intervention methodology, including intervention steps for general case instruction, a plethora of functional examples, and graphic displays to assess and intervene to promote conditional use of communication skills for learners with complex communication needs.

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

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

  3. Using the Consolidated Framework for Implementation Research to Identify Barriers and Facilitators for the Implementation of an Internet-Based Patient-Provider Communication Service in Five Settings: A Qualitative Study

    PubMed Central

    Varsi, Cecilie; Ekstedt, Mirjam; Gammon, Deede

    2015-01-01

    Background Although there is growing evidence of the positive effects of Internet-based patient-provider communication (IPPC) services for both patients and health care providers, their implementation into clinical practice continues to be a challenge. Objective The 3 aims of this study were to (1) identify and compare barriers and facilitators influencing the implementation of an IPPC service in 5 hospital units using the Consolidated Framework for Implementation Research (CFIR), (2) assess the ability of the different constructs of CFIR to distinguish between high and low implementation success, and (3) compare our findings with those from other studies that used the CFIR to discriminate between high and low implementation success. Methods This study was based on individual interviews with 10 nurses, 6 physicians, and 1 nutritionist who had used the IPPC to answer messages from patients. Results Of the 36 CFIR constructs, 28 were addressed in the interviews, of which 12 distinguished between high and low implementation units. Most of the distinguishing constructs were related to the inner setting domain of CFIR, indicating that institutional factors were particularly important for successful implementation. Health care providers’ beliefs in the intervention as useful for themselves and their patients as well as the implementation process itself were also important. A comparison of constructs across ours and 2 other studies that also used the CFIR to discriminate between high and low implementation success showed that 24 CFIR constructs distinguished between high and low implementation units in at least 1 study; 11 constructs distinguished in 2 studies. However, only 2 constructs (patient need and resources and available resources) distinguished consistently between high and low implementation units in all 3 studies. Conclusions The CFIR is a helpful framework for illuminating barriers and facilitators influencing IPPC implementation. However, CFIR’s strength

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

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

  6. Communication skills intervention: promoting effective communication between nurses and mechanically ventilated patients.

    PubMed

    Dithole, K S; Thupayagale-Tshweneagae, Gloria; Akpor, Oluwaseyi A; Moleki, Mary M

    2017-01-01

    Patients in the Intensive Care Unit (ICU) often experience communication difficulties - usually associated with mechanical ventilation - resulting in psychological problems such as anxiety, fear, and depression. Good communication between nurses and patients is critical for success from personalised nursing care of each patient. The purpose of this study is to describe nurses' experience of a communication skills training intervention. A convenience sample of twenty intensive care nurses participated in the study. Data was collected by means of interviews with nurses. Data from the interviews were analysed using qualitative thematic content analysis. Six themes emerged: (1) acceptance of knowledge and skills developed during workshops; (2) management support; (3) appreciation of augmentative and alternative communication (AAC) devices; (4) change in attitudes; and (5) the need to share knowledge with others and (6) inclusion of communication skills workshop training as an integral part of an orientation programme for all nurses. The findings of this study indicated that the application of augmentative and alternative communication devices and strategies can improve nurse-patient communication in intensive care units. Therefore, the implementation of communication skills training for intensive care nurses should constantly be encouraged and, indeed, introduced as a key element of ICU care training.

  7. Implementing Whole Language: Collaboration, Communication and Coordination.

    ERIC Educational Resources Information Center

    Dumas, Colleen

    A parent of a kindergarten child in Texas began observing her child's classroom when she noticed that the whole language instructional approach described to parents before the beginning of school was apparently not being implemented as stated. The parent was surprised when her child's teacher suggested, after only six weeks of instruction, that…

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

  9. Development and implementation of ultrasound picture archiving and communication system

    NASA Astrophysics Data System (ADS)

    Weinberg, Wolfram S.; Tessler, Franklin N.; Grant, Edward G.; Kangarloo, Hooshang; Huang, H. K.

    1990-08-01

    The Department of Radiological Sciences at the UCLA School of Medicine is developing an archiving and communication system (PACS) for digitized ultrasound images. In its final stage the system will involve the acquisition and archiving of ultrasound studies from four different locations including the Center for Health Sciences, the Department for Mental Health and the Outpatient Radiology and Endoscopy Departments with a total of 200-250 patient studies per week. The concept comprises two stages of image manipulation for each ultrasound work area. The first station is located close to the examination site and accomodates the acquisition of digital images from up to five ultrasound devices and provides for instantaneous display and primary viewing and image selection. Completed patient studies are transferred to a main workstation for secondary review, further analysis and comparison studies. The review station has an on-line storage capacity of 10,000 images with a resolution of 512x512 8 bit data to allow for immediate retrieval of active patient studies of up to two weeks. The main work stations are connected through the general network and use one central archive for long term storage and a film printer for hardcopy output. First phase development efforts concentrate on the implementation and testing of a system at one location consisting of a number of ultrasound units with video digitizer and network interfaces and a microcomputer workstation as host for the display station with two color monitors, each allowing simultaneous display of four 512x512 images. The discussion emphasizes functionality, performance and acceptance of the system in the clinical environment.

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

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

  12. Responding empathically to patients: Development, implementation, and evaluation of a communication skills training module for oncology nurses.

    PubMed

    Pehrson, Cassandra; Banerjee, Smita C; Manna, Ruth; Shen, Megan Johnson; Hammonds, Stacey; Coyle, Nessa; Krueger, Carol A; Maloney, Erin; Zaider, Talia; Bylund, Carma L

    2016-04-01

    The purpose of this paper is to report on the development, implementation, and evaluation of a Communication Skills Training (CST) module for inpatient oncology nurses on how to respond empathically to patients. 248 nurses from a USA cancer center participated in a CST module on responding empathically to patients. Nurses completed pre- and post-training Standardized Patient Assessments (SPAs), a survey on their confidence in and intent to utilize skills taught, and a six-month post-training survey of self-reported use of skills. Results indicate that nurses were satisfied with the module, reporting that agreement or strong agreement to 5 out of 6 items assessing satisfaction 96.7%-98.0% of the time. Nurses' self-efficacy in responding empathically significantly increased pre- to post-training. Additionally, nurses showed empathy skill improvement in the post-SPAs. Finally, 88.2% of nurses reported feeling confident in using the skills they learned post-training and reported an increase of 42-63% in the use of specific empathic skills. A CST module for nurses in responding empathically to patients showed feasibility, acceptability, and improvement in self-efficacy as well as skill uptake. This CST module provides an easily targeted intervention for improving nurse-patient communication and patient-centered care. Copyright © 2015 Elsevier Ireland Ltd. All rights reserved.

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

  14. Full-duplex optical communication system

    NASA Technical Reports Server (NTRS)

    Shay, Thomas M. (Inventor); Hazzard, David A. (Inventor); Horan, Stephen (Inventor); Payne, Jason A. (Inventor)

    2004-01-01

    A method of full-duplex electromagnetic communication wherein a pair of data modulation formats are selected for the forward and return data links respectively such that the forward data electro-magnetic beam serves as a carrier for the return data. A method of encoding optical information is used wherein right-hand and left-hand circular polarizations are assigned to optical information to represent binary states. An application for an earth to low earth orbit optical communications system is presented which implements the full-duplex communication and circular polarization keying modulation format.

  15. Parent-Implemented Social-Pragmatic Communication Intervention: A Pilot Study

    ERIC Educational Resources Information Center

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

    2014-01-01

    This pilot study investigated the feasibility and effectiveness of a home-based parent training and coaching program on the use of naturalistic and visual teaching strategies by parents of children (aged 2-5 years) with Down syndrome to promote and enhance these children's social-pragmatic communication skills. Five parent interventionist-child…

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

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

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

  19. General consumer communication tools for improved image management and communication in medicine.

    PubMed

    Rosset, Chantal; Rosset, Antoine; Ratib, Osman

    2005-12-01

    We elected to explore new technologies emerging on the general consumer market that can improve and facilitate image and data communication in medical and clinical environment. These new technologies developed for communication and storage of data can improve the user convenience and facilitate the communication and transport of images and related data beyond the usual limits and restrictions of a traditional picture archiving and communication systems (PACS) network. We specifically tested and implemented three new technologies provided on Apple computer platforms. (1) We adopted the iPod, a MP3 portable player with a hard disk storage, to easily and quickly move large number of DICOM images. (2) We adopted iChat, a videoconference and instant-messaging software, to transmit DICOM images in real time to a distant computer for conferencing teleradiology. (3) Finally, we developed a direct secure interface to use the iDisk service, a file-sharing service based on the WebDAV technology, to send and share DICOM files between distant computers. These three technologies were integrated in a new open-source image navigation and display software called OsiriX allowing for manipulation and communication of multimodality and multidimensional DICOM image data sets. This software is freely available as an open-source project at http://homepage.mac.com/rossetantoine/OsiriX. Our experience showed that the implementation of these technologies allowed us to significantly enhance the existing PACS with valuable new features without any additional investment or the need for complex extensions of our infrastructure. The added features such as teleradiology, secure and convenient image and data communication, and the use of external data storage services open the gate to a much broader extension of our imaging infrastructure to the outside world.

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

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

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

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

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

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

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

  7. Intercultural doctor-patient communication in daily outpatient care: relevant communication skills.

    PubMed

    Paternotte, Emma; Scheele, Fedde; Seeleman, Conny M; Bank, Lindsay; Scherpbier, Albert J J A; van Dulmen, Sandra

    2016-10-01

    Intercultural communication (ICC) between doctors and patients is often associated with misunderstandings and dissatisfaction. To develop ICC-specific medical education, it is important to find out which ICC skills medical specialists currently apply in daily clinical consultations. Doctor-patient consultations of Dutch doctors with non-Dutch patients were videotaped in a multi-ethnic hospital in the Netherlands. The consultations were analyzed using the validated MAAS-Global assessment list in combination with factors influencing ICC, as described in the literature. In total, 39 videotaped consultations were analyzed. The doctors proved to be capable of practising many communication skills, such as listening and empathic communication behaviour. Other skills were not practised, such as being culturally aware and checking the patient's language ability. We showed that doctors did practice some but not all the relevant ICC skills and that the ICC style of the doctors was mainly biomedically centred. Furthermore, we discussed the possible overlap between intercultural and patient-centred communication. Implications for practice could be to implement the relevant ICC skills in the existing communication training or develop a communication training with a patient-centred approach including ICC skills.

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

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

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

  11. A Multiprocessor Implementation of CSP (Communicating Sequential Processes)

    DTIC Science & Technology

    1988-03-01

    P to check that "valid" communications can take place between P using guard g , and P,, and if so, to attempt to commit to P,. If a commit was...AltList,, gi): INTEGER that scans the remote alternative list AltList, looking for a matching and corn- patible guard g , to the local guard g ,. By...matching we mean gj contains an I/O operation with P. By compatible we mean g , and gj do not both contain input (output) commands. CheckGuard returns j

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

  13. Advanced communications satellites

    NASA Technical Reports Server (NTRS)

    Sivo, J. N.

    1980-01-01

    The increase in demand for satellite communications services brought about shortages in available transponder capacity, especially at C-band. Interest shifted to the Ku-band frequency and currently carriers are rapidly moving to secure orbital slots for future satellite development. Projections of communications service demands over the next decade indiate growth in voice, data, and video services such that saturation of both C-band and Ku-band will occur by 1990. Emphasis must and will shift to Ka-band (20/30 GHz) frequency for fixed-satellite service. Advanced technologies such as multibeam antennas coupled with on-board satellite switching to allow implementation in this band of very high capacity satellite systems will be applied to meet the demand. Satellite system concepts that are likely in the 1990's and are likely to bring a new dimension to satellite delivered communication service are presented. The NASA 30/20 GHz communications satellite system demonstration program is discussed with emphasis on the related technology development.

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

  15. Neural Correlates of Intentional Communication

    PubMed Central

    Noordzij, Matthijs L.; Newman-Norlund, Sarah E.; de Ruiter, Jan Peter; Hagoort, Peter; Levinson, Stephen C.; Toni, Ivan

    2010-01-01

    We know a great deal about the neurophysiological mechanisms supporting instrumental actions, i.e., actions designed to alter the physical state of the environment. In contrast, little is known about our ability to select communicative actions, i.e., actions directly designed to modify the mental state of another agent. We have recently provided novel empirical evidence for a mechanism in which a communicator selects his actions on the basis of a prediction of the communicative intentions that an addressee is most likely to attribute to those actions. The main novelty of those findings was that this prediction of intention recognition is cerebrally implemented within the intention recognition system of the communicator, is modulated by the ambiguity in meaning of the communicative acts, and not by their sensorimotor complexity. The characteristics of this predictive mechanism support the notion that human communicative abilities are distinct from both sensorimotor and linguistic processes. PMID:21151781

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

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

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

  19. Analysis, optimization, and implementation of a hybrid DS/FFH spread-spectrum technique for smart grid communications

    DOE PAGES

    Olama, Mohammed M.; Ma, Xiao; Killough, Stephen M.; ...

    2015-03-12

    In recent years, there has been great interest in using hybrid spread-spectrum (HSS) techniques for commercial applications, particularly in the Smart Grid, in addition to their inherent uses in military communications. This is because HSS can accommodate high data rates with high link integrity, even in the presence of significant multipath effects and interfering signals. A highly useful form of this transmission technique for many types of command, control, and sensing applications is the specific code-related combination of standard direct sequence modulation with fast frequency hopping, denoted hybrid DS/FFH, wherein multiple frequency hops occur within a single data-bit time. Inmore » this paper, error-probability analyses are performed for a hybrid DS/FFH system over standard Gaussian and fading-type channels, progressively including the effects from wide- and partial-band jamming, multi-user interference, and varying degrees of Rayleigh and Rician fading. In addition, an optimization approach is formulated that minimizes the bit-error performance of a hybrid DS/FFH communication system and solves for the resulting system design parameters. The optimization objective function is non-convex and can be solved by applying the Karush-Kuhn-Tucker conditions. We also present our efforts toward exploring the design, implementation, and evaluation of a hybrid DS/FFH radio transceiver using a single FPGA. Numerical and experimental results are presented under widely varying design parameters to demonstrate the adaptability of the waveform for varied harsh smart grid RF signal environments.« less

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

  1. MFC Communications Infrastructure Study

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

    Michael Cannon; Terry Barney; Gary Cook

    2012-01-01

    Unprecedented growth of required telecommunications services and telecommunications applications change the way the INL does business today. High speed connectivity compiled with a high demand for telephony and network services requires a robust communications infrastructure.   The current state of the MFC communication infrastructure limits growth opportunities of current and future communication infrastructure services. This limitation is largely due to equipment capacity issues, aging cabling infrastructure (external/internal fiber and copper cable) and inadequate space for telecommunication equipment. While some communication infrastructure improvements have been implemented over time projects, it has been completed without a clear overall plan and technology standard.more »   This document identifies critical deficiencies with the current state of the communication infrastructure in operation at the MFC facilities and provides an analysis to identify needs and deficiencies to be addressed in order to achieve target architectural standards as defined in STD-170. The intent of STD-170 is to provide a robust, flexible, long-term solution to make communications capabilities align with the INL mission and fit the various programmatic growth and expansion needs.« less

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

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

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

  5. Pacific Basin Communications Study, Volume 1

    NASA Technical Reports Server (NTRS)

    Young, E. L.; Hurd, J. N.

    1981-01-01

    The Pacific Basin Communications Study describes and assesses extent telecommunications systems in the Pacific Islands region. The study examines user needs in terms of the development of social services and commercial activities. Alternative technological solutions to communications problems are proposed and described. Recommendations include the augmentation and improvement of existing systems allowing for increased communications capacity. Regional cooperation will be required to accommodate the specific, unique requirements of individual nations. Questions of financing, implementation, management, costs and benefits of a regional telecommunications system are discussed.

  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

  7. Responding empathically to patients: Development, implementation, and evaluation of a communication skills training module for oncology nurses

    PubMed Central

    Pehrson, Cassandra; Banerjee, Smita C.; Manna, Ruth; Shen, Megan Johnson; Hammonds, Stacey; Coyle, Nessa; Krueger, Carol A.; Maloney, Erin; Zaider, Talia; Bylund, Carma L.

    2016-01-01

    Objective The purpose of this paper is to report on the development, implementation, and evaluation of a Communication Skills Training (CST) module for inpatient oncology nurses on how to respond empathically to patients. Methods 248 nurses from a USA cancer center participated in a CST module on responding empathically to patients. Nurses completed pre- and post-training Standardized Patient Assessments (SPAs), a survey on their confidence in and intent to utilize skills taught, and a six-month post-training survey of self-reported use of skills. Results Results indicate that nurses were satisfied with the module, reporting that agreement or strong agreement to 5 out of 6 items assessing satisfaction 96.7%–98.0% of the time. Nurses’ self-efficacy in responding empathically significantly increased pre- to post-training. Additionally, nurses showed empathy skill improvement in the post-SPAs. Finally, 88.2% of nurses reported feeling confident in using the skills they learned post-training and reported an increase of 42–63% in the use of specific empathic skills. Conclusions A CST module for nurses in responding empathically to patients showed feasibility, acceptability, and improvement in self-efficacy as well as skill uptake. Practice implications This CST module provides an easily targeted intervention for improving nurse–patient communication and patient-centered care. PMID:26686992

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

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

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

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

  12. Astronomy and Disabled: Implementation of new technologies to communicate science to new audiences

    NASA Astrophysics Data System (ADS)

    García, Beatriz; Ortiz Gil, Amelia; Proust, Dominique

    2015-08-01

    Commission 46 proposed in 2012 the creation of an interdisciplinary WG in which astronomers work together with technicians, educators and disability specialists to develop new teaching and learning strategies devoted o generate resources of high impact among disabled populations, which are usually away from astronomy. Successful initiatives designed to research the best-practices in using new technologies to communicate science in these special audiences include the creation of models and applications, and the implementation of a data base of didactic approaches and tools. Between the achievements of this proposal, we have original development in: design of electronics, design of original software, scripts and music for Planetarium functions, design of models and their associated explanatory script, printed material in Braille and 3D, filming associated with sign language, interviews and docs recompilation and the recently project on the Sign Language Universal Encyclopedic Dictionary, based on the proposal by Proust (2009) and, which proposes the dissemination of a unique language for the deaf worldwide, associated with astronomical terms.We present, on behalf of the WG, some of the achievements, developments, successful stories of recent applications of this new approach to the science for all, thinking in the new “public of sciences”, and new challenges.

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

  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. [Implementing evidence and implementation research: two different and prime realities].

    PubMed

    Rumbo Prieto, José María; Martínez Ques, Ángel Alfredo; Sobrido Prieto, María; Raña Lama, Camilo Daniel; Vázquez Campo, Miriam; Braña Marcos, Beatriz

    Scientific research can contribute to more efficient health care, enhance care quality and safety of persons. In order for this to happen, the knowledge gained must be put into practice. Implementation is known as the introduction of a change or innovation to daily practice, which requires effective communication and the elimination of barriers that hinder this process. Best practice implementation experiences are being used increasingly in the field of nursing. The difficulty in identifying the factors that indicate the success or failure of implementation has led to increased studies to build a body of differentiated knowledge, recognized as implementation science or implementation research. Implementation research is the scientific study whose objective is the adoption and systematic incorporation of research findings into clinical practice to improve the quality and efficiency of health services. The purpose of implementation research is to improve the health of the population through equitable and effective implementation of rigorously evaluated scientific knowledge, which involves gathering the evidence that has a positive impact on the health of the community. In this text, we set out the characteristics of nursing implementation research, providing a synthesis of different methods, theories, key frameworks and implementation strategies, along with the terminology proposed for greater conceptual clarity. Copyright © 2016 Elsevier España, S.L.U. All rights reserved.

  16. Designing Caregiver-Implemented Shared-Reading Interventions to Overcome Implementation Barriers

    PubMed Central

    Logan, Jessica R.; Damschroder, Laura

    2015-01-01

    Purpose This study presents an application of the theoretical domains framework (TDF; Michie et al., 2005), an integrative framework drawing on behavior-change theories, to speech-language pathology. Methods A multistep procedure was used to identify barriers affecting caregivers' implementation of shared-reading interventions with their children with language impairment (LI). The authors examined caregiver-level data corresponding to implementation issues from two randomized controlled trials and mapped these to domains in the TDF as well as empirically validated behavior-change techniques. Results Four barriers to implementation were identified as potentially affecting caregivers' implementation: time pressures, reading difficulties, discomfort with reading, and lack of awareness of benefits. These were mapped to 3 TDF domains: intentions, beliefs about capabilities, and skills. In turn, 4 behavior-change techniques were identified as potential vehicles for affecting these domains: reward, feedback, model, and encourage. An ongoing study is described that is determining the effects of these techniques for improving caregivers' implementation of a shared-reading intervention. Conclusions A description of the steps to identifying barriers to implementation, in conjunction with an ongoing experiment that will explicitly determine whether behavior-change techniques affect these barriers, provides a model for how implementation science can be used to identify and overcome implementation barriers in the treatment of communication disorders. PMID:26262941

  17. Designing Caregiver-Implemented Shared-Reading Interventions to Overcome Implementation Barriers.

    PubMed

    Justice, Laura M; Logan, Jessica R; Damschroder, Laura

    2015-12-01

    This study presents an application of the theoretical domains framework (TDF; Michie et al., 2005), an integrative framework drawing on behavior-change theories, to speech-language pathology. A multistep procedure was used to identify barriers affecting caregivers' implementation of shared-reading interventions with their children with language impairment (LI). The authors examined caregiver-level data corresponding to implementation issues from two randomized controlled trials and mapped these to domains in the TDF as well as empirically validated behavior-change techniques. Four barriers to implementation were identified as potentially affecting caregivers' implementation: time pressures, reading difficulties, discomfort with reading, and lack of awareness of benefits. These were mapped to 3 TDF domains: intentions, beliefs about capabilities, and skills. In turn, 4 behavior-change techniques were identified as potential vehicles for affecting these domains: reward, feedback, model, and encourage. An ongoing study is described that is determining the effects of these techniques for improving caregivers' implementation of a shared-reading intervention. A description of the steps to identifying barriers to implementation, in conjunction with an ongoing experiment that will explicitly determine whether behavior-change techniques affect these barriers, provides a model for how implementation science can be used to identify and overcome implementation barriers in the treatment of communication disorders.

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

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

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

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

  2. Intrication temporelle et communication quantique

    NASA Astrophysics Data System (ADS)

    Bussieres, Felix

    Quantum communication is the art of transferring a quantum state from one place to another and the study of tasks that can be accomplished with it. This thesis is devoted to the development of tools and tasks for quantum communication in a real-world setting. These were implemented using an underground optical fibre link deployed in an urban environment. The technological and theoretical innovations presented here broaden the range of applications of time-bin entanglement through new methods of manipulating time-bin qubits, a novel model for characterizing sources of photon pairs, new ways of testing non-locality and the design and the first implementation of a new loss-tolerant quantum coin-flipping protocol. Manipulating time-bin qubits. A single photon is an excellent vehicle in which a qubit, the fundamental unit of quantum information, can be encoded. In particular, the time-bin encoding of photonic qubits is well suited for optical fibre transmission. Before this thesis, the applications of quantum communication based on the time-bin encoding were limited due to the lack of methods to implement arbitrary operations and measurements. We have removed this restriction by proposing the first methods to realize arbitrary deterministic operations on time-bin qubits as well as single qubit measurements in an arbitrary basis. We applied these propositions to the specific case of optical measurement-based quantum computing and showed how to implement the feedforward operations, which are essential to this model. This therefore opens new possibilities for creating an optical quantum computer, but also for other quantum communication tasks. Characterizing sources of photon pairs. Experimental quantum communication requires the creation of single photons and entangled photons. These two ingredients can be obtained from a source of photon pairs based on non-linear spontaneous processes. Several tasks in quantum communication require a precise knowledge of the properties

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

  4. The communication process in Telenursing: integrative review.

    PubMed

    Barbosa, Ingrid de Almeida; Silva, Karen Cristina da Conceição Dias da; Silva, Vladimir Araújo da; Silva, Maria Júlia Paes da

    2016-01-01

    to identify scientific evidence about the communication process in Telenursing and analyze them. integrative review performed in March 2014. The search strategy, structured with the descriptors "telenursing" and "communication", was implemented in the databases Medline, Bireme, Cinahl, Scopus, Web of Science, Scielo, and Cochrane. ten studies were selected after inclusion and exclusion criteria. The main challenges were: the clinical condition of patients, the possibility for inadequate communication to cause misconduct, the absence of visual references in interactions without video, and difficulty understanding nonverbal communication. distance imposes communicative barriers in all elements: sender, recipient and message; and in both ways of transmission, verbal and nonverbal. The main difficulty is to understand nonverbal communication. To properly behave in this context, nurses must receive specific training to develop abilities and communication skills.

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

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

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

    NASA Technical Reports Server (NTRS)

    Heldman, Christopher

    2017-01-01

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

  8. Enabling communication concurrency through flexible MPI endpoints

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

    Dinan, James; Grant, Ryan E.; Balaji, Pavan

    MPI defines a one-to-one relationship between MPI processes and ranks. This model captures many use cases effectively; however, it also limits communication concurrency and interoperability between MPI and programming models that utilize threads. This paper describes the MPI endpoints extension, which relaxes the longstanding one-to-one relationship between MPI processes and ranks. Using endpoints, an MPI implementation can map separate communication contexts to threads, allowing them to drive communication independently. Endpoints also enable threads to be addressable in MPI operations, enhancing interoperability between MPI and other programming models. These characteristics are illustrated through several examples and an empirical study that contrastsmore » current multithreaded communication performance with the need for high degrees of communication concurrency to achieve peak communication performance.« less

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

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

  11. Communication Policies in Knowledge Networks

    NASA Astrophysics Data System (ADS)

    Ioannidis, Evangelos; Varsakelis, Nikos; Antoniou, Ioannis

    2018-02-01

    Faster knowledge attainment within organizations leads to improved innovation, and therefore competitive advantage. Interventions on the organizational network may be risky or costly or time-demanding. We investigate several communication policies in knowledge networks, which reduce the knowledge attainment time without interventions. We examine the resulting knowledge dynamics for real organizational networks, as well as for artificial networks. More specifically, we investigate the dependence of knowledge dynamics on: (1) the Selection Rule of agents for knowledge acquisition, and (2) the Order of implementation of "Selection" and "Filtering". Significant decrease of the knowledge attainment time (up to -74%) can be achieved by: (1) selecting agents of both high knowledge level and high knowledge transfer efficiency, and (2) implementing "Selection" after "Filtering" in contrast to the converse, implicitly assumed, conventional prioritization. The Non-Commutativity of "Selection" and "Filtering", reveals a Non-Boolean Logic of the Network Operations. The results demonstrate that significant improvement of knowledge dynamics can be achieved by implementing "fruitful" communication policies, by raising the awareness of agents, without any intervention on the network structure.

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

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

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

  15. New Horizons Risk Communication Strategy, Planning, Implementation, and Lessons Learned

    NASA Technical Reports Server (NTRS)

    Dawson, Sandra A.

    2006-01-01

    This paper discusses the risk communication goals, strategy, planning process and product development for the New Horizons mission, including lessons from the Cassini mission that were applied in that effort, and presents lessons learned from the New Horizons effort that could be applicable to future missions.

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

  17. Perspectives of health and self-care among older persons-To be implemented in an interactive information and communication technology-platform.

    PubMed

    Göransson, Carina; Wengström, Yvonne; Ziegert, Kristina; Langius-Eklöf, Ann; Eriksson, Irene; Kihlgren, Annica; Blomberg, Karin

    2017-12-01

    To acquire knowledge regarding the contents to be implemented in an interactive information and communication technology-platform perceived to be relevant to health and self-care among older persons based on the literature, healthcare professionals and the older persons themselves. The growing ageing population places demands on the healthcare system to promote healthy ageing and to strengthen the older person's self-care ability. This requires innovative approaches to facilitate communication between the older person and healthcare professionals, and to increase the older person's participation in their care. An information and communication technology-platform could be used for this purpose, but the content needs to be relevant to both the older persons and the healthcare professionals. Descriptive qualitative design. This study was based on three samplings: a scoping review of the literature (n = 20 articles), interviews with healthcare professionals (n = 5) and a secondary analysis of interviews with older persons (n = 8) and nursing assistants (n = 7). The data were analysed using qualitative content analysis. Four areas were identified to be of relevance to older persons' perceived health: frame of mind, having relationships and social activities, physical ability and concerns, and maintaining self-care. Self-care was described in the literature and by the healthcare professionals more than by the older persons. The results show a concordance in the data samplings that give a clear indication of the areas relevant to older persons' health and self-care that can be integrated in an interactive information and communication technology-platform for use in regular daily care assessments. Descriptions of self-care were limited indicating a possible gap in knowledge that requires further research. Areas relevant to older persons' health and self-care could be used for regular assessment to support and promote healthy ageing. © 2017 John Wiley & Sons Ltd.

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

  19. Training Paraprofessionals to Implement the Picture Exchange Communication System (PECS)

    ERIC Educational Resources Information Center

    Sloman, Glenn Matthew

    2010-01-01

    Based on Skinner's "Verbal Behavior" (1957), the picture exchange communication system (PECS) was designed to teach children with autism functional verbal behavior. Much research has demonstrated the effectiveness and efficiency of PECS in building verbal behavior. However, because PECS training is typically presented in a group format and later…

  20. Improving communication between emergency department staff.

    PubMed

    Moore, Kate

    2014-05-01

    During redevelopment of the emergency department at the Royal Sussex County Hospital, Brighton, it was deemed vital that its internal communication system should be as effective as possible. An audit of staff perceptions of the existing communication system and a relevant literature review were undertaken, therefore, to inform a proposal for the development of a new online system. This article describes the development and implementation of the system.

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

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

  3. MSFC Skylab instrumentation and communication system mission evaluation

    NASA Technical Reports Server (NTRS)

    Adair, B. M.

    1974-01-01

    An evaluation of the in-orbit performance of the instrumentation and communications systems installed on Skylab is presented. Performance is compared with functional requirements and the fidelity of communications. In-orbit performance includes processing engineering, scientific, experiment, and biomedical data, implementing ground-generated commands, audio and video communication, generating rendezvous ranging information, and radio frequency transmission and reception. A history of the system evolution based on the functional requirements and a physical description of the launch configuration is included. The report affirms that the instrumentation and communication system satisfied all imposed requirements.

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

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

  6. Enabling communication concurrency through flexible MPI endpoints

    DOE PAGES

    Dinan, James; Grant, Ryan E.; Balaji, Pavan; ...

    2014-09-23

    MPI defines a one-to-one relationship between MPI processes and ranks. This model captures many use cases effectively; however, it also limits communication concurrency and interoperability between MPI and programming models that utilize threads. Our paper describes the MPI endpoints extension, which relaxes the longstanding one-to-one relationship between MPI processes and ranks. Using endpoints, an MPI implementation can map separate communication contexts to threads, allowing them to drive communication independently. Also, endpoints enable threads to be addressable in MPI operations, enhancing interoperability between MPI and other programming models. Furthermore, these characteristics are illustrated through several examples and an empirical study thatmore » contrasts current multithreaded communication performance with the need for high degrees of communication concurrency to achieve peak communication performance.« less

  7. Enabling communication concurrency through flexible MPI endpoints

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

    Dinan, James; Grant, Ryan E.; Balaji, Pavan

    MPI defines a one-to-one relationship between MPI processes and ranks. This model captures many use cases effectively; however, it also limits communication concurrency and interoperability between MPI and programming models that utilize threads. Our paper describes the MPI endpoints extension, which relaxes the longstanding one-to-one relationship between MPI processes and ranks. Using endpoints, an MPI implementation can map separate communication contexts to threads, allowing them to drive communication independently. Also, endpoints enable threads to be addressable in MPI operations, enhancing interoperability between MPI and other programming models. Furthermore, these characteristics are illustrated through several examples and an empirical study thatmore » contrasts current multithreaded communication performance with the need for high degrees of communication concurrency to achieve peak communication performance.« less

  8. Implementing LCFF: Communicating about District Plans. Policy and Practice Brief

    ERIC Educational Resources Information Center

    Knudson, Joel

    2016-01-01

    California educators continue in their struggle to communicate district plans to parents, teachers, and other members of the school community. Local Control Accountability Plans (LCAPs), have ballooned into jargon-laden stacks of tables, impenetrable to all but the most sophisticated reader. Envisioned as a tool to improve transparency, the LCAP…

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

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

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

  12. BioNet Digital Communications Framework

    NASA Technical Reports Server (NTRS)

    Gifford, Kevin; Kuzminsky, Sebastian; Williams, Shea

    2010-01-01

    BioNet v2 is a peer-to-peer middleware that enables digital communication devices to talk to each other. It provides a software development framework, standardized application, network-transparent device integration services, a flexible messaging model, and network communications for distributed applications. BioNet is an implementation of the Constellation Program Command, Control, Communications and Information (C3I) Interoperability specification, given in CxP 70022-01. The system architecture provides the necessary infrastructure for the integration of heterogeneous wired and wireless sensing and control devices into a unified data system with a standardized application interface, providing plug-and-play operation for hardware and software systems. BioNet v2 features a naming schema for mobility and coarse-grained localization information, data normalization within a network-transparent device driver framework, enabling of network communications to non-IP devices, and fine-grained application control of data subscription band width usage. BioNet directly integrates Disruption Tolerant Networking (DTN) as a communications technology, enabling networked communications with assets that are only intermittently connected including orbiting relay satellites and planetary rover vehicles.

  13. Strengthening of Indonesia school of management in the 21st century through the implementation of school management system based information technology and communications integrated

    NASA Astrophysics Data System (ADS)

    Setiawan, Wawan; Munir, Senen, Syamsul Hadi; Nugroho, Eddy Prasetyo; Wihardi, Yaya; Nugraha, Eki

    2017-05-01

    Indonesia strengthening school management through the implementation of School Management System Based Information Technology and Communications (SMS-ICT) is intended to improve the performance of schools to accommodate the complexities of management in a computerized system that is simple but comprehensive so that it aligns with the era of the 21st century. School Management System Based Information and Communication Technology-based standards developed 12 education, adapted from 8 national standards into the system components that support the characteristics of 21st century schools. Twelfth system components include curriculum, Personal Development, Recruitment of New Student Services and Student Development, Education Labor and Education, Infrastructure, Leadership, School Management, Financing, Evaluation, and Social Communications. Development of the system is done through the stages of systematically covering Need Assessment, System Design, System Development, Testing Limited, Reveiw and Improvement, Testing Expanded, Finalize, and Packaging. SMS-ICT has gained Copyright and had seminars both nationally and internationally, and have been published by national journals, and in a book chapter. SMS-ICT applied to several schools in districy/city of West Java is based on cooperation with the Education Department of West Java. Implementation of School Management System as strengthening school management Indonesia shows the essential matters of school management. SMS-ICT managed to bring changes not only bring substantial improvements to the school how it should be managed, but also change the mindset of school leaders and teachers in ways of thinking and acting more professional in carrying out their respective duties. SMS-ICT managed as a unified system of governance that is integrated schools overall strategic component in an integrated system that implements ICT that has the capacity to process data and information quickly, accurately and reliably. SMS-ICT as a

  14. What is found positive in healthcare information and communication technology implementation?-the results of a nationwide survey in Finland.

    PubMed

    Winblad, Ilkka; Hämäläinen, Päivi; Reponen, Jarmo

    2011-03-01

    Considerable expectations have been placed on information and communication technology (ICT) in improving the processes and quality of healthcare. Our purpose was to find out which element is found positive in healthcare ICT implementation. An online questionnaire on e-Health implementation submitted to all Finnish public health service providers and a sample from the private sector included an open question about which the electronic working methods, systems, or applications have most positively influenced the fluency or quality of service processes. The electronic health record was mentioned as an item that has positive influence by 52% of the respondents from the hospital districts, 27% of those from the primary healthcare centers, and 38% of those from the private providers. Digital radiology systems (including teleradiology) were mentioned by 52% of the hospital districts and 27% of the primary healthcare centers. The figures for digital laboratory systems (including telelaboratory) were 5% and 11%, respectively. The figures for teleradiology itself were 5% for the hospital districts and 15% for the primary healthcare centers; the figures for telelaboratory systems were 5% and 9%, respectively. The specialized healthcare seem to experience intraorganizational electronic services integrated to the electronic health record, such as digital radiology and laboratory services as exerting a positive influence, whereas the primary healthcare find such influence from different functions such as interorganizational data exchange and telemedicine services. These might indicate where the efforts should be focused when implementing ICT in healthcare.

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

  16. Financial Implications of Implementing an E-Learning Project

    ERIC Educational Resources Information Center

    Sharma, Kunal

    2011-01-01

    Purpose: This paper aims to outline the financial implications, while deploying information and communication technologies for implementing e-learning, and to elucidate them, while implementing an e-learning project in a conventional university environment. Design/methodology/approach: The paper is a descriptive account of the various cost factors…

  17. Japan's telecommunications - New initiatives in space communications

    NASA Astrophysics Data System (ADS)

    Iida, T.

    1992-04-01

    Despite recent advances in optical transmission technology, intensive R&D work in the field of satellite communications is now being undertaken in Japan. It is believed that satellites offer advantages in several important areas, including wide coverage broadcasting, immediacy of service, suitability for the implementation of HDTV, and advantages in disaster communications and other social services. Here, some experimental projects in the field of satellite communications planned in Japan for the 1990s are summarized. In particular, attention is given to broadcast satellite development, intersatellite links, advanced mobile communication concepts, large antenna assembly experiment, small satellite R&D, and Pan-Pacific information network experiment.

  18. Interactive educational technologies as a method of communicative competency development of optical and fiber optic communication systems specialists

    NASA Astrophysics Data System (ADS)

    Matveeva, Tatiana U.; Osadchiy, Igor S.; Husnutdinova, Marina N.

    2017-04-01

    The article examines the process of formation of communicative competencies of optic and fiber optic communication systems specialists; the role of communicative competencies is examined in the structure of professionally important skills, together with the contents of professional activity. The stages of empirical research into formation of communicative competencies have been presented, and the values of statistical reliability of data have been provided. The model of formation of communicative competency using interactive technology has been developed based on the research done, and main stages of model implementation and motives of formation of communicative competency have been highlighted. A scheme of "Communicative competence as a base of future success" training session has been suggested as one of the basic interactive technologies. Main components of education that are used during the stages of the training cycle have been examined. The statistical data on the effectiveness of use of interactive educational technologies has been presented; it allowed development of communicative competency of specialists in the field of optical and fiber optic communication system.

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

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

  1. Web Applications for Patient Communication.

    PubMed

    Lewis, Kristopher; Reicher, Murray A

    2016-12-01

    Communication between imaging professionals and patients can help achieve many goals, including improved patient understanding of imaging-related diagnostic and treatment options, better compliance with appropriate imaging screening procedures, and improved efficiency of service. The explosive growth of out-of-pocket consumer spending on health care has heightened health care shopping, thus making patient communication an important goal of any imaging practice or health care organization. Furthermore, the Merit-Based Incentive Payment System introduced by CMS will publicly disclose physicians' quality ratings, which are in part dependent on patient engagement. The authors summarize the rationale for web communication with patients, the range of content that should be considered, and the technology options. The aim is to help imaging providers develop organized patient communication strategic and implementation plans. Copyright © 2016 American College of Radiology. Published by Elsevier Inc. All rights reserved.

  2. Implementing VET in New South Wales Government Schools: Investigating Implementers' Expectations and Perspectives

    ERIC Educational Resources Information Center

    Smyth, Robyn

    2003-01-01

    This paper discusses how the management of educational change can be affected by the fundamental beliefs about the formation and communication of knowledge that stakeholders bring to the process of implementing change. A curriculum change designed to embed vocational education into the senior years of secondary schooling was investigated from the…

  3. Improved perception of communication and compliance with a revised, intensive care unit-specific bedside communication sheet.

    PubMed

    Aponte-Patel, Linda; Sen, Anita

    2015-01-01

    Although many pediatric intensive care units (PICUs) use beside communication sheets (BCSs) to highlight daily goals, the optimal format is unknown. A site-specific BCS could improve both PICU communication and compliance completing the BCS. Via written survey, PICU staff at an academic children's hospital provided recommendations for improving and revising an existing BCS. Pre- and post-BCS revision, PICU staff were polled regarding PICU communication and BCS effectiveness, and daily compliance for completing the BCS was monitored. After implementation of the revised BCS, staff reporting "excellent" or "very good" day-to-day communication within the PICU increased from 57% to 77% (P = .02). Compliance for completing the BCS also increased significantly (75% vs 83%, P = .03). Introduction of a focused and concise BCS tailored to a specific PICU leads to improved perceptions of communication by PICU staff and increased compliance completing the daily BCS. © The Author(s) 2014.

  4. The role of technology in clinician-to-clinician communication.

    PubMed

    McElroy, Lisa M; Ladner, Daniela P; Holl, Jane L

    2013-12-01

    Incomplete, fragmented and poorly organised communications contribute to more than half the errors that lead to adverse and sentinel events. Meanwhile, communication software and devices with expanding capabilities are rapidly proliferating and being introduced into the healthcare setting. Clinicians face a large communication burden, which has been exacerbated by the additional challenge of selecting a mode of communication. In addition to specific communication devices, some hospitals have implemented advanced technological systems to assist with communication. However, few studies have provided empirical evidence of the specific advantages and disadvantages of the different devices used for communication. Given the increasing quantities of information transmitted to and by clinicians, evaluations of how communication methods and devices can improve the quality, safety and outcomes of healthcare are needed.

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

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

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

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

  9. Aspects of Communications in the Machizukuri Demonstration

    NASA Astrophysics Data System (ADS)

    Endo, Arata

    The purpose of this research is to make it clear that the actual condition and its effect on education of “Machizukuri demonstration” by the laboratory of university as a communication opportunity. Through the analysis on the “Dreamy Market” which was held in Ohno Village of Iwate prefecture, it became clear that three kinds of communications were happened on the Machizukuri demonstration. First, it is a communication between residents and local government that is necessary for making a town plan and implementing a project. Second, it is a communication between residents who share the space of the demonstration and the students who plan it. Third, it is a communication between residents and a town tourist. The communication on the Machizukuri demonstration has some effect of the Machizukuri education for both of the students and the residents.

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

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

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

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

  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. Implementing Bilingual Pattern Practice

    ERIC Educational Resources Information Center

    Scheffler, Pawel

    2016-01-01

    This article describes how semi-communicative bilingual drills were implemented in a four-month course in pedagogical English for a group of ten Polish adult learners. When the course was over, the learners were asked to evaluate the procedure by filling in a questionnaire. The learners expressed overwhelming approval for bilingual drills in terms…

  17. Preparing for Electronic Medical Record Implementation: Carolina Care Communication in an Electronic Environment.

    PubMed

    Carroll, Tracy; Tonges, Mary; Ray, Joel

    2017-11-01

    This article describes 1 organization's successful approach to mitigating the potential negative effects of a new electronic medical record on patient experience. The Carolina Care model, developed at the University of North Carolina Hospitals to actualize caring theory in practice, helped to structure and greatly facilitate this work. Seven focus areas were integrated to create the "Communication in an Electronic Environment" program with a strong emphasis on nurse-patient communication.

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

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

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

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

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

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

  4. A secure and easy-to-implement web-based communication framework for caregiving robot teams

    NASA Astrophysics Data System (ADS)

    Tuna, G.; Daş, R.; Tuna, A.; Örenbaş, H.; Baykara, M.; Gülez, K.

    2016-03-01

    In recent years, robots have started to become more commonplace in our lives, from factory floors to museums, festivals and shows. They have started to change how we work and play. With an increase in the population of the elderly, they have also been started to be used for caregiving services, and hence many countries have been investing in the robot development. The advancements in robotics and wireless communications has led to the emergence of autonomous caregiving robot teams which cooperate to accomplish a set of tasks assigned by human operators. Although wireless communications and devices are flexible and convenient, they are vulnerable to many risks compared to traditional wired networks. Since robots with wireless communication capability transmit all data types, including sensory, coordination, and control, through radio frequencies, they are open to intruders and attackers unless protected and their openness may lead to many security issues such as data theft, passive listening, and service interruption. In this paper, a secure web-based communication framework is proposed to address potential security threats due to wireless communication in robot-robot and human-robot interaction. The proposed framework is simple and practical, and can be used by caregiving robot teams in the exchange of sensory data as well as coordination and control data.

  5. Communication spaces

    PubMed Central

    Coiera, Enrico

    2014-01-01

    Background and objective Annotations to physical workspaces such as signs and notes are ubiquitous. When densely annotated, work areas become communication spaces. This study aims to characterize the types and purpose of such annotations. Methods A qualitative observational study was undertaken in two wards and the radiology department of a 440-bed metropolitan teaching hospital. Images were purposefully sampled; 39 were analyzed after excluding inferior images. Results Annotation functions included signaling identity, location, capability, status, availability, and operation. They encoded data, rules or procedural descriptions. Most aggregated into groups that either created a workflow by referencing each other, supported a common workflow without reference to each other, or were heterogeneous, referring to many workflows. Higher-level assemblies of such groupings were also observed. Discussion Annotations make visible the gap between work done and the capability of a space to support work. Annotations are repairs of an environment, improving fitness for purpose, fixing inadequacy in design, or meeting emergent needs. Annotations thus record the missing information needed to undertake tasks, typically added post-implemented. Measuring annotation levels post-implementation could help assess the fit of technology to task. Physical and digital spaces could meet broader user needs by formally supporting user customization, ‘programming through annotation’. Augmented reality systems could also directly support annotation, addressing existing information gaps, and enhancing work with context sensitive annotation. Conclusions Communication spaces offer a model of how work unfolds. Annotations make visible local adaptation that makes technology fit for purpose post-implementation and suggest an important role for annotatable information systems and digital augmentation of the physical environment. PMID:24005797

  6. Software design and implementation concepts for an interoperable medical communication framework.

    PubMed

    Besting, Andreas; Bürger, Sebastian; Kasparick, Martin; Strathen, Benjamin; Portheine, Frank

    2018-02-23

    The new IEEE 11073 service-oriented device connectivity (SDC) standard proposals for networked point-of-care and surgical devices constitutes the basis for improved interoperability due to its independence of vendors. To accelerate the distribution of the standard a reference implementation is indispensable. However, the implementation of such a framework has to overcome several non-trivial challenges. First, the high level of complexity of the underlying standard must be reflected in the software design. An efficient implementation has to consider the limited resources of the underlying hardware. Moreover, the frameworks purpose of realizing a distributed system demands a high degree of reliability of the framework itself and its internal mechanisms. Additionally, a framework must provide an easy-to-use and fail-safe application programming interface (API). In this work, we address these challenges by discussing suitable software engineering principles and practical coding guidelines. A descriptive model is developed that identifies key strategies. General feasibility is shown by outlining environments in which our implementation has been utilized.

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

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

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

  10. Communication elements supporting patient safety in psychiatric inpatient care.

    PubMed

    Kanerva, A; Kivinen, T; Lammintakanen, J

    2015-06-01

    Communication is important for safe and quality health care. The study provides needed insight on the communication elements that support patient safety from the psychiatric care view. Fluent information transfer between the health care professionals and care units is important for care planning and maintaining practices. Information should be documented and implemented accordingly. Communication should happen in an open communication culture that enables discussion, the opportunity to have debriefing discussions and the entire staff can feel they are heard. For effective communication, it is also important that staff are active themselves in information collecting about the essential information needed in patient care. In mental health nursing, it is important to pay attention to all elements of communication and to develop processes concerning communication in multidisciplinary teams and across unit boundaries. The study aims to describe which communication elements support patient safety in psychiatric inpatient care from the viewpoint of the nursing staff. Communication is an essential part of care and one of the core competencies of the psychiatric care. It enables safe and quality patient care. Errors in health care are often connected with poor communication. The study brings needed insight from the psychiatric care view to the topic. The data were gathered from semi-structured interviews in which 26 nurses were asked to describe the elements that constitute patient safety in psychiatric inpatient care. The data were analysed inductively from the viewpoint of communication. The descriptions connected with communication formed a main category of communication elements that support patient safety; this main category was made up of three subcategories: fluent information transfer, open communication culture and being active in information collecting. Fluent information transfer consists of the practical implementation of communication; open communication

  11. E-consult implementation: lessons learned using consolidated framework for implementation research.

    PubMed

    Haverhals, Leah M; Sayre, George; Helfrich, Christian D; Battaglia, Catherine; Aron, David; Stevenson, Lauren D; Kirsh, Susan; Ho, Michael; Lowery, Julie

    2015-12-01

    In 2011, the Veterans Health Administration (VHA) implemented electronic consults (e-consults) as an alternative to in-person specialty visits to improve access and reduce travel for veterans. We conducted an evaluation to understand variation in the use of the new e-consult mechanism and the causes of variable implementation, guided by the Consolidated Framework for Implementation Research (CFIR). Qualitative case studies of 3 high- and 5 low-implementation e-consult pilot sites. Participants included e-consult site leaders, primary care providers, specialists, and support staff identified using a modified snowball sample. We used a 3-step approach, with a structured survey of e-consult site leaders to identify key constructs, based on the CFIR. We then conducted open-ended interviews, focused on key constructs, with all participants. Finally, we produced structured, site-level ratings of CFIR constructs and compared them between high- and low-implementation sites. Site leaders identified 14 initial constructs. We conducted 37 interviews, from which 4 CFIR constructs distinguished high implementation e-consult sites: compatibility, networks and communications, training, and access to knowledge and information. For example, illustrating compatibility, a specialist at a high-implementation site reported that the site changed the order of consult options so that all specialties listed e-consults first to maintain consistency. High-implementation sites also exhibited greater agreement on constructs. By using the CFIR to analyze results, we facilitate future synthesis with other findings, and we better identify common patterns of implementation determinants common across settings.

  12. Practical secure quantum communications

    NASA Astrophysics Data System (ADS)

    Diamanti, Eleni

    2015-05-01

    We review recent advances in the field of quantum cryptography, focusing in particular on practical implementations of two central protocols for quantum network applications, namely key distribution and coin flipping. The former allows two parties to share secret messages with information-theoretic security, even in the presence of a malicious eavesdropper in the communication channel, which is impossible with classical resources alone. The latter enables two distrustful parties to agree on a random bit, again with information-theoretic security, and with a cheating probability lower than the one that can be reached in a classical scenario. Our implementations rely on continuous-variable technology for quantum key distribution and on a plug and play discrete-variable system for coin flipping, and necessitate a rigorous security analysis adapted to the experimental schemes and their imperfections. In both cases, we demonstrate the protocols with provable security over record long distances in optical fibers and assess the performance of our systems as well as their limitations. The reported advances offer a powerful toolbox for practical applications of secure communications within future quantum networks.

  13. Spacecraft Multiple Array Communication System Performance Analysis

    NASA Technical Reports Server (NTRS)

    Hwu, Shian U.; Desilva, Kanishka; Sham, Catherine C.

    2010-01-01

    The Communication Systems Simulation Laboratory (CSSL) at the NASA Johnson Space Center is tasked to perform spacecraft and ground network communication system simulations, design validation, and performance verification. The CSSL has developed simulation tools that model spacecraft communication systems and the space and ground environment in which the tools operate. In this paper, a spacecraft communication system with multiple arrays is simulated. Multiple array combined technique is used to increase the radio frequency coverage and data rate performance. The technique is to achieve phase coherence among the phased arrays to combine the signals at the targeting receiver constructively. There are many technical challenges in spacecraft integration with a high transmit power communication system. The array combining technique can improve the communication system data rate and coverage performances without increasing the system transmit power requirements. Example simulation results indicate significant performance improvement can be achieved with phase coherence implementation.

  14. Implementing Immediate Postpartum Long-Acting Reversible Contraception Programs.

    PubMed

    Hofler, Lisa G; Cordes, Sarah; Cwiak, Carrie A; Goedken, Peggy; Jamieson, Denise J; Kottke, Melissa

    2017-01-01

    To understand the most important steps required to implement immediate postpartum long-acting reversible contraception (LARC) programs in different Georgia hospitals and the barriers to implementing such a program. This was a qualitative study. We interviewed 32 key personnel from 10 Georgia hospitals working to establish immediate postpartum LARC programs. Data were analyzed using directed qualitative content analysis principles. We used the Stages of Implementation to organize participant-identified key steps for immediate postpartum LARC into an implementation guide. We compared this guide to hospitals' implementation experiences. At the completion of the study, LARC was available for immediate postpartum placement at 7 of 10 study hospitals. Participants identified common themes for the implementation experience: team member identification and ongoing communication, payer preparedness challenges, interdependent department-specific tasks, and piloting with continuing improvements. Participants expressed a need for anticipatory guidance throughout the process. Key first steps to immediate postpartum LARC program implementation were identifying project champions, creating an implementation team that included all relevant departments, obtaining financial reassurance, and ensuring hospital administration awareness of the project. Potential barriers included lack of knowledge about immediate postpartum LARC, financial concerns, and competing clinical and administrative priorities. Hospitals that were successful at implementing immediate postpartum LARC programs did so by prioritizing clear communication and multidisciplinary teamwork. Although the implementation guide reflects a comprehensive assessment of the steps to implementing immediate postpartum LARC programs, not all hospitals required every step to succeed. Hospital teams report that implementing immediate postpartum LARC programs involves multiple departments and a number of important steps to consider. A

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

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

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

  18. Adaption, implementation and evaluation of collaborative service improvements in the testing and result communication process in primary care from patient and staff perspectives: a qualitative study.

    PubMed

    Litchfield, Ian J; Bentham, Louise M; Lilford, Richard J; McManus, Richard J; Hill, Ann; Greenfield, Sheila

    2017-08-30

    Increasing numbers of blood tests are being ordered in primary care settings and the swift and accurate communication of test results is central to providing high quality care. The process of testing and result communication is complex and reliant on the coordinated actions of care providers, external groups in laboratory and hospital settings, and patients. This fragmentation leaves it vulnerable to error and the need to improve an apparently fallible system is apparent. However, primary care is complex and does not necessarily adopt change in a linear and prescribed manner influenced by a range of factors relating to practice staff, patients and organisational factors. To account for these competing perspectives, we worked in conjunction with both staff and patients to develop and implement strategies intended to improve patient satisfaction and increase efficiency of existing processes. The study applied the principles of 'experience-based co-design' to identify key areas of weakness and source proposals for change from staff and patients. The study was undertaken within two primary practices situated in South Birmingham (UK) of contrasting size and socio-economic environment. Senior practice staff were involved in the refinement of the interventions for introduction. We conducted focus groups singly constituted of staff and patients at each practice to determine suitability, applicability and desirability alongside the practical implications of their introduction. At each practice four of the six proposals for change were implemented these were increased access to phlebotomy, improved receptionist training, proactive communication of results, and increased patient awareness of the tests ordered and the means of their communication. All were received favourably by both patients and staff. The remaining issues around the management of telephone calls and the introduction of electronic alerts for missing results were not addressed due to constraints of time and

  19. Bridging the Gap Between Research and Practice: Implementation Science.

    PubMed

    Olswang, Lesley B; Prelock, Patricia A

    2015-12-01

    This article introduces implementation science, which focuses on research methods that promote the systematic application of research findings to practice. The narrative defines implementation science and highlights the importance of moving research along the pipeline from basic science to practice as one way to facilitate evidence-based service delivery. This review identifies challenges in developing and testing interventions in order to achieve widespread adoption in practice settings. A framework for conceptualizing implementation research is provided, including an example to illustrate the application of principles in speech-language pathology. Last, the authors reflect on the status of implementation research in the discipline of communication sciences and disorders. The extant literature highlights the value of implementation science for reducing the gap between research and practice in our discipline. While having unique principles guiding implementation research, many of the challenges and questions are similar to those facing any investigators who are attempting to design valid and reliable studies. This article is intended to invigorate interest in the uniqueness of implementation science among those pursuing both basic and applied research. In this way, it should help ensure the discipline's knowledge base is realized in practice and policy that affects the lives of individuals with communication disorders.

  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. Communication Regulatory Science: Mapping a New Field.

    PubMed

    Noar, Seth M; Cappella, Joseph N; Price, Simani

    2017-12-13

    Communication regulatory science is an emerging field that uses validated techniques, tools, and models to inform regulatory actions that promote optimal communication outcomes and benefit the public. In the opening article to this special issue on communication and tobacco regulatory science, we 1) describe Food and Drug Administration (FDA) regulation of tobacco products in the US; 2) introduce communication regulatory science and provide examples in the tobacco regulatory science realm; and 3) describe the special issue process and final set of articles. Communication research on tobacco regulatory science is a burgeoning area of inquiry, and this work advances communication science, informs and potentially guides the FDA, and may help to withstand legal challenges brought by the tobacco industry. This research has the potential to have a major impact on the tobacco epidemic and population health by helping implement the most effective communications to prevent tobacco initiation and increase cessation. This special issue provides an example of 10 studies that exemplify tobacco regulatory science and demonstrate how the health communication field can affect regulation and benefit public health.

  2. [Communication training MultiTANDEMplus – A contribution to improve communication between professional caregivers and physicians].

    PubMed

    Meyer-Kühling, Inga; Wendelstein, Britta; Pantel, Johannes; Specht-Leible, Norbert; Zenthöfer, Andreas; Schröder, Johannes

    2015-10-01

    Failures of communication between professional caregivers and physicians affect the quality of supply of nursing home residents. As part of a model project it was aimed to develop a training for caregivers to improve communication and promote cooperation with physicians. For the needs assessment as a basis to develop the training 56 professional caregivers and 40 physicians engaged in nursing home care answered questionnaires regarding their cooperation. Based on these results a module for communication between professional caregivers and physicians was developed and adapted the TANDEM communication training for caregivers by Haberstroh and Pantel (2011). 25 professional caregivers in leading positions have been trained as multipliers in order to provide their colleagues the communication training with the additional element (TANDEMplus). TANDEMplus was evaluated in forms of reflection rounds and feedback questionnaires. 254 professional caregivers, housekeeping staff and daytime companions participated in a complete TANDEMplus training by the multipliers until July 2014. The implementation of their developed communication strategies into practice was experienced positively by the participants. The module “communication with physicians” is relevant for professional caregivers to raise awareness of their own competence and facilitate a structured information exchange at eye level. The training of multipliers was executed in order to ensure transfer effects and sustainability.

  3. Point-to-Point Multicast Communications Protocol

    NASA Technical Reports Server (NTRS)

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

    1987-01-01

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

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

  5. Emergency Communications Network for Disasters Management in Venezuela

    NASA Astrophysics Data System (ADS)

    Burguillos, C.; Deng, H.

    2018-04-01

    The integration and use of different space technology applications for disasters management, play an important role at the time of prevents the causes and mitigates the effects of the natural disasters. Nevertheless, the space technology counts with the appropriate technological resources to provide the accurate and timely information required to support in the decision making in case of disasters. Considering the aforementioned aspects, in this research is presented the design and implementation of an Emergency Communications Network for Disasters Management in Venezuela. Network based on the design of a topology that integrates the satellites platforms in orbit operation under administration of Venezuelan state, such as: the communications satellite VENESAT-1 and the remote sensing satellites VRSS-1 and VRSS-2; as well as their ground stations with the aim to implement an emergency communications network to be activated in case of disasters which affect the public and private communications infrastructures in Venezuela. In this regard, to design the network several technical and operational specifications were formulated, between them: Emergency Strategies to Maneuver the VRSS-1 and VRSS-2 satellites for optimal images capture and processing, characterization of the VENESAT-1 transponders and radiofrequencies for emergency communications services, technologies solutions formulation and communications links design for disaster management. As result, the emergency network designed allows to put in practice diverse communications technologies solutions and different scheme or media for images exchange between the areas affected for disasters and the entities involved in the disasters management tasks, providing useful data for emergency response and infrastructures recovery.

  6. Communication for extension: developing country experience.

    PubMed

    Meyer, A J

    1985-01-01

    This paper characterizes several major approaches to the use of communication in support of agricultural extension and suggests directions for change. The approaches discussed include: direct farmer contact, farmer forums, open broadcasting, advertising and social marketing, print media, multiple channel systems (campaigns and distance teaching), and comprehensive communication systems. Although all programs should be able to use media in interaction with training and the coordination of other inputs, this approach has not been comprehensively implemented in extension programs. There are few examples of cases where multiple methods have been brought together under a comprehensive communications strategy and institutionalized as part of an ongoing extension system. Lessons from social marketing in other sectors have not been exploited, while lessons from distance teaching have been underutilized. In addition, the networking and feedback functions of communication in extenson have not been given adequate attention. There is substantial potential for increasing the coverage and impact of agricultural extension through the more systematic and comprehensive use of communication.

  7. Clean Quantum and Classical Communication Protocols.

    PubMed

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

    2016-12-02

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

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

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

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

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

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

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

  14. Technical Report on Tele-Communications.

    ERIC Educational Resources Information Center

    San Mateo County PACE Center, Redwood City, CA.

    To provide background material for those interested in tele-communication in education and for those planning to implement such programs in their schools, a research study was conducted to gather information from a variety of sources including educational and technical experts, conference participation, visits to schools conducting projects, and…

  15. Action Research and ICT Implementation

    ERIC Educational Resources Information Center

    Krumsvik, Rune

    2012-01-01

    This emancipatory action research study investigates implementation of information and communication technology (ICT) in schools. The case study examined retrospectively was part of a Norwegian ICT project called PILOT, the focus of which concerns the impact on school development of a locally developed Internet subject portal and study periods.…

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

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

  19. Satellite communications for disaster relief operations

    NASA Technical Reports Server (NTRS)

    Sivo, J. N.

    1979-01-01

    The use of existing and planned communication satellite systems to provide assistance in the implementation of disaster relief operations on a global basis was discussed along with satellite communications system implications and their potential impact on field operations in disaster situations. Consideration are given to the utilization of both INTELSAT and MARISAT systems operating at frequencies ranging from 1.5 to 4 GHz and to the size and type of ground terminals necessary for satellite access. Estimates of communication requirements for a global system are given. Some discussion of cost estimates for satellite services to support operations are included. Studies of communication satellites for both pre and post disaster applications conducted for NOAA are included as well as recent experiments conducted in conjunction with the Office of Foreign Disaster Assistance of the Agency for International Development.

  20. Quantum Secure Direct Communication with Quantum Memory

    NASA Astrophysics Data System (ADS)

    Zhang, Wei; Ding, Dong-Sheng; Sheng, Yu-Bo; Zhou, Lan; Shi, Bao-Sen; Guo, Guang-Can

    2017-06-01

    Quantum communication provides an absolute security advantage, and it has been widely developed over the past 30 years. As an important branch of quantum communication, quantum secure direct communication (QSDC) promotes high security and instantaneousness in communication through directly transmitting messages over a quantum channel. The full implementation of a quantum protocol always requires the ability to control the transfer of a message effectively in the time domain; thus, it is essential to combine QSDC with quantum memory to accomplish the communication task. In this Letter, we report the experimental demonstration of QSDC with state-of-the-art atomic quantum memory for the first time in principle. We use the polarization degrees of freedom of photons as the information carrier, and the fidelity of entanglement decoding is verified as approximately 90%. Our work completes a fundamental step toward practical QSDC and demonstrates a potential application for long-distance quantum communication in a quantum network.

  1. Quantum Secure Direct Communication with Quantum Memory.

    PubMed

    Zhang, Wei; Ding, Dong-Sheng; Sheng, Yu-Bo; Zhou, Lan; Shi, Bao-Sen; Guo, Guang-Can

    2017-06-02

    Quantum communication provides an absolute security advantage, and it has been widely developed over the past 30 years. As an important branch of quantum communication, quantum secure direct communication (QSDC) promotes high security and instantaneousness in communication through directly transmitting messages over a quantum channel. The full implementation of a quantum protocol always requires the ability to control the transfer of a message effectively in the time domain; thus, it is essential to combine QSDC with quantum memory to accomplish the communication task. In this Letter, we report the experimental demonstration of QSDC with state-of-the-art atomic quantum memory for the first time in principle. We use the polarization degrees of freedom of photons as the information carrier, and the fidelity of entanglement decoding is verified as approximately 90%. Our work completes a fundamental step toward practical QSDC and demonstrates a potential application for long-distance quantum communication in a quantum network.

  2. [Study on the overall implementation status of the National Demonstration Areas for Comprehensive Prevention and Control of Non-communicable Diseases].

    PubMed

    Li, J J; Li, J L; Zhang, J; Jin, R R; Ma, S; Deng, G J; Su, X W; Bian, F; Qu, Y M; Hu, L L; Jiang, Y

    2018-04-10

    Objective: To understand the current overall status of implementation on the National Demonstration Areas of Comprehensive Prevention and Control of Non-communicable Diseases. Methods: According to the scheme design of the questionnaires, all the National Demonstration Areas were involved in this study. For each National Demonstration Areas, eight departments were selected to complete a total of 12 questionnaires. Results: Scores related to the implementation of the National Demonstration Areas accounted for 71.8% of the total 170 points. Based on the scores gathered from this study, the 23-items-index-system that represented the status of project implementation was classified into seven categories. Categories with higher percentile scores would include: monitoring (88.0%), safeguard measures (75.0%), health education and health promotion (75.0%). Categories with lower percentile scores would include: the national health lifestyle actions (67.7%), community diagnosis (66.7%), discovery and intervention of high-risk groups (64.7%), and patient management (60.9%). There were significant differences noticed among the eastern, central and western areas on items as safeguard measures, health education/promotion, discovery and intervention of high-risk groups. In all, the implementation programs in the eastern Demonstration Areas seemed better than in the central or western regions. As for the 23 items, five of the highest scores appeared on policy support, mortality surveillance, tumor registration, reporting system on cardiovascular/cerebrovascular events, and on tobacco control, respectively. However, the lowest five scores fell on healthy diet, patient self-management program, oral hygiene, setting up the demonstration units and promotion on basic public health services, respectively. The overall scores in the eastern region was higher than that in the central or the western regions. The scores in the central and western regions showed basically the same. Conclusions

  3. Understanding barriers to implementation of an adaptive land management program

    USGS Publications Warehouse

    Jacobson, S.K.; Morris, J.K.; Sanders, J.S.; Wiley, E.N.; Brooks, M.; Bennetts, R.E.; Percival, H.F.; Marynowski, S.

    2006-01-01

    The Florida Fish and Wildlife Conservation Commission manages over 650,000 ha, including 26 wildlife management and environmental areas. To improve management, they developed an objective-based vegetation management (OBVM) process that focuses on desired conditions of plant communities through an adaptive management framework. Our goals were to understand potential barriers to implementing OBVM and to recommend strategies to overcome barriers. A literature review identified 47 potential barriers in six categories to implementation of adaptive and ecosystem management: logistical, communication, attitudinal, institutional, conceptual, and educational. We explored these barriers through a bureau-wide survey of 90 staff involved in OBVM and personal interviews with area managers, scientists, and administrators. The survey incorporated an organizational culture assessment instrument to gauge how institutional factors might influence OBVM implementation. The survey response rate was 69%. Logistics and communications were the greatest barriers to implementing OBVM. Respondents perceived that the agency had inadequate resources for implementing OBVM and provided inadequate information. About one-third of the respondents believed OBVM would decrease their job flexibility and perceived greater institutional barriers to the approach. The 43% of respondents who believed they would have more responsibility under OBVM also had greater attitudinal barriers. A similar percentage of respondents reported OBVM would not give enough priority to wildlife. Staff believed that current agency culture was hierarchical but preferred a culture that would provide more flexibility for adaptive management and would foster learning from land management activities. In light of the barriers to OBVM, we recommend the following: (1) mitigation of logistical barriers by addressing real and perceived constraints of staff, funds, and other resources in a participatory manner; (2) mitigation of

  4. Understanding barriers to implementation of an adaptive land management program.

    PubMed

    Jacobson, Susan K; Morris, Julie K; Sanders, J Scott; Wiley, Eugene N; Brooks, Michael; Bennetts, Robert E; Percival, H Franklin; Marynowski, Susan

    2006-10-01

    The Florida Fish and Wildlife Conservation Commission manages over 650,000 ha, including 26 wildlife management and environmental areas. To improve management, they developed an objective-based vegetation management (OBVM) process that focuses on desired conditions of plant communities through an adaptive management framework. Our goals were to understand potential barriers to implementing OBVM and to recommend strategies to overcome barriers. A literature review identified 47 potential barriers in six categories to implementation of adaptive and ecosystem management: logistical, communication, attitudinal, institutional, conceptual, and educational. We explored these barriers through a bureau-wide survey of 90 staff involved in OBVM and personal interviews with area managers, scientists, and administrators. The survey incorporated an organizational culture assessment instrument to gauge how institutional factors might influence OBVM implementation. The survey response rate was 69%. Logistics and communications were the greatest barriers to implementing OBVM. Respondents perceived that the agency had inadequate resources for implementing OBVM and provided inadequate information. About one-third of the respondents believed OBVM would decrease their job flexibility and perceived greater institutional barriers to the approach. The 43% of respondents who believed they would have more responsibility under OBVM also had greater attitudinal barriers. A similar percentage of respondents reported OBVM would not give enough priority to wildlife. Staff believed that current agency culture was hierarchical but preferred a culture that would provide more flexibility for adaptive management and would foster learning from land management activities. In light of the barriers to OBVM, we recommend the following: (1) mitigation of logistical barriers by addressing real and perceived constraints of staff, funds, and other resources in a participatory manner; (2) mitigation of

  5. Dynamic Communication Resource Negotiations

    NASA Technical Reports Server (NTRS)

    Chow, Edward; Vatan, Farrokh; Paloulian, George; Frisbie, Steve; Srostlik, Zuzana; Kalomiris, Vasilios; Apgar, Daniel

    2012-01-01

    Today's advanced network management systems can automate many aspects of the tactical networking operations within a military domain. However, automation of joint and coalition tactical networking across multiple domains remains challenging. Due to potentially conflicting goals and priorities, human agreement is often required before implementation into the network operations. This is further complicated by incompatible network management systems and security policies, rendering it difficult to implement automatic network management, thus requiring manual human intervention to the communication protocols used at various network routers and endpoints. This process of manual human intervention is tedious, error-prone, and slow. In order to facilitate a better solution, we are pursuing a technology which makes network management automated, reliable, and fast. Automating the negotiation of the common network communication parameters between different parties is the subject of this paper. We present the technology that enables inter-force dynamic communication resource negotiations to enable ad-hoc inter-operation in the field between force domains, without pre-planning. It also will enable a dynamic response to changing conditions within the area of operations. Our solution enables the rapid blending of intra-domain policies so that the forces involved are able to inter-operate effectively without overwhelming each other's networks with in-appropriate or un-warranted traffic. It will evaluate the policy rules and configuration data for each of the domains, then generate a compatible inter-domain policy and configuration that will update the gateway systems between the two domains.

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

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

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

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

  10. Design and implementation of an Internet based effective controlling and monitoring system with wireless fieldbus communications technologies for process automation--an experimental study.

    PubMed

    Cetinceviz, Yucel; Bayindir, Ramazan

    2012-05-01

    The network requirements of control systems in industrial applications increase day by day. The Internet based control system and various fieldbus systems have been designed in order to meet these requirements. This paper describes an Internet based control system with wireless fieldbus communication designed for distributed processes. The system was implemented as an experimental setup in a laboratory. In industrial facilities, the process control layer and the distance connection of the distributed control devices in the lowest levels of the industrial production environment are provided with fieldbus networks. In this paper, the Internet based control system that will be able to meet the system requirements with a new-generation communication structure, which is called wired/wireless hybrid system, has been designed on field level and carried out to cover all sectors of distributed automation, from process control, to distributed input/output (I/O). The system has been accomplished by hardware structure with a programmable logic controller (PLC), a communication processor (CP) module, two industrial wireless modules and a distributed I/O module, Motor Protection Package (MPP) and software structure with WinCC flexible program used for the screen of Scada (Supervisory Control And Data Acquisition), SIMATIC MANAGER package program ("STEP7") used for the hardware and network configuration and also for downloading control program to PLC. Copyright © 2012 ISA. Published by Elsevier Ltd. All rights reserved.

  11. Implementation of LSCMA adaptive array terminal for mobile satellite communications

    NASA Astrophysics Data System (ADS)

    Zhou, Shun; Wang, Huali; Xu, Zhijun

    2007-11-01

    This paper considers the application of adaptive array antenna based on the least squares constant modulus algorithm (LSCMA) for interference rejection in mobile SATCOM terminals. A two-element adaptive array scheme is implemented with a combination of ADI TS201S DSP chips and Altera Stratix II FPGA device, which makes a cooperating computation for adaptive beamforming. Its interference suppressing performance is verified via Matlab simulations. Digital hardware system is implemented to execute the operations of LSCMA beamforming algorithm that is represented by an algorithm flowchart. The result of simulations and test indicate that this scheme can improve the anti-jamming performance of terminals.

  12. Health Monitoring System Based on Intra-Body Communication

    NASA Astrophysics Data System (ADS)

    Razak, A. H. A.; Ibrahim, I. W.; Ayub, A. H.; Amri, M. F.; Hamzi, M. H.; Halim, A. K.; Ahmad, A.; Junid, S. A. M. Al

    2015-11-01

    This paper presents a model of a Body Area Network (BAN) health monitoring system based on Intra-Body Communication. Intra-body Communication (IBC) is a communication technique that uses the human body as a medium for electrical signal communication. One of the visions in the health care industry is to provide autonomous and continuous self and the remote health monitoring system. This can be achieved via BAN, LAN and WAN integration. The BAN technology itself consists of short range data communication modules, sensors, controller and actuators. The information can be transmitted to the LAN and WAN via the RF technology such as Bluetooth, ZigBee and ANT. Although the implementations of RF communication have been successful, there are still limitations in term of power consumption, battery lifetime, interferences and signal attenuations. One of the solutions for Medical Body Area Network (MBANs) to overcome these issues is by using an IBC technique because it can operate at lower frequencies and power consumption compared to the existing techniques. The first objective is to design the IBC's transmitter and receiver modules using the off the shelf components. The specifications of the modules such as frequency, data rate, modulation and demodulation coding system were defined. The individual module were designed and tested separately. The modules was integrated as an IBC system and tested for functionality then was implemented on PCB. Next objective is to model and implement the digital parts of the transmitter and receiver modules on the Altera's FPGA board. The digital blocks were interfaced with the FPGA's on board modules and the discrete components. The signals that have been received from the transmitter were converted into a proper waveform and it can be viewed via external devices such as oscilloscope and Labview. The signals such as heartbeats or pulses can also be displayed on LCD. In conclusion, the IBC project presents medical health monitoring model

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

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

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

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

  17. Space Link Extension (SLE) Emulation for High-Throughput Network Communication

    NASA Technical Reports Server (NTRS)

    Murawski, Robert; Tchorowski, Nicole; Golden, Bert

    2014-01-01

    As the data rate requirements for space communications increases, signicant stressis placed not only on the wireless satellite communication links, but also on the groundnetworks which forward data from end-users to remote ground stations. These wide areanetwork (WAN) connections add delay and jitter to the end-to-end satellite communicationlink, eects which can have signicant impacts on the wireless communication link. It isimperative that any ground communication protocol can react to these eects such that theground 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 testthe CCSDS SLE protocol implementations proposed for use on future NASA communica-tion networks. Our results show that in the presence of realistic levels of network delay,high-throughput SLE communication links can experience signicant 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 aswell to the SLE implementation developers which, based on our reports, developed a newrelease for SLE which we show xes the SLE blocking issue and greatly improves the pro-tocol throughput. In this paper, we also discuss future developments for our end-to-endemulation lab and how these improvements can be used to develop and test future spacecommunication technologies.

  18. Adapting Curriculum for Augumentative Communication.

    ERIC Educational Resources Information Center

    Moos, Karen L.; Hartwig, Shirley K.

    This paper describes a program for adapting literature for augmentative and alternative communication (AAC) users and students with other disabilities. The program is designed to teach specific language skills that will meet the students' Individualized Education Program goals and to be implemented on a daily basis by classroom instructors. The…

  19. The value of research in recreation fee project implementation

    Treesearch

    James D. Absher; Daniel W. McCollum; J. Michael Bowker

    1999-01-01

    In a survey of Forest Service managers responsible for implementation of recreation fee programs, research skills were perceived to provide little benefit to business or communications planning. A majority of managers reported, however, that they used research data they collected or contracted for when developing and implementing their fee programs. They rated the...

  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. Transfer Entails Communication: The Public Understanding of (Social) Science as a Stage and a Play for Implementing Evidence-Based Prevention Knowledge and Programs.

    PubMed

    Bromme, Rainer; Beelmann, Andreas

    2018-04-01

    Many social science-based interventions entail the transfer of evidence-based knowledge to the "target population," because the acquisition and the acceptance of that knowledge are necessary for the intended improvement of behavior or development. Furthermore, the application of a certain prevention program is often legitimated by a reference to science-based reasons such as an evaluation according to scientific standards. Hence, any implementation of evidence-based knowledge and programs is embedded in the public understanding of (social) science. Based on recent research on such public understanding of science, we shall discuss transfer as a process of science communication.

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

  3. Implementation of a novel communication tool and its effect on patient comprehension of care and satisfaction.

    PubMed

    Simmons, Stefanie Anne; Sharp, Brian; Fowler, Jennifer; Singal, Bonita

    2013-05-01

    Emergency department (ED) communication has been demonstrated as requiring improvement and ED patients have repeatedly demonstrated poor comprehension of the care they receive. Through patient focus groups, the authors developed a novel tool designed to improve communication and patient comprehension. This is a prospective, randomised controlled clinical trial to test the efficacy of a novel, patient-centred communication tool. Patients in a small community hospital ED were randomised to receive the instrument, which was utilised by the entire ED care team and served as a checklist or guide to the patients' ED stay. At the end of the ED stay, patients completed a survey of their comprehension of the care and a communication assessment tool-team survey (a validated instrument to assess satisfaction with communication). Three blinded chart reviewers scored patients' comprehension of their ED care as concordant, partially concordant or discordant with charted care. The authors tested whether there was a difference in satisfaction using a two-sample t test and a difference in comprehension using ordinal logistic regression analysis. 146 patients were enrolled in the study with 72 randomised to receive the communication instrument. There was no significant difference between groups in comprehension (OR=0.65, 95% CI 0.34 to 1.23, p=0.18) or communication assessment tool-team scores (difference=0.2, 95% CI: -3.4 to 3.8, p=0.91). Using their novel communication tool, the authors were not able to show a statistically significant improvement in either comprehension or satisfaction, though a tendency towards improved comprehension was seen.

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

  5. The comprehensive 'Communicate to Vaccinate' taxonomy of communication interventions for childhood vaccination in routine and campaign contexts.

    PubMed

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

    2017-05-10

    to think and speak about vaccination communication. It is categorised by purpose to help conceptualise communication interventions as potential solutions to address needs or problems. It can be utilised by programme planners, implementers, researchers and funders to see the range of communication interventions used in practice, facilitate evidence synthesis and identify evidence gaps.

  6. Implementation Research: Embracing Practitioners' Views

    ERIC Educational Resources Information Center

    Feuerstein, Julie L.; Olswang, Lesley B.; Greenslade, Kathryn J.; Dowden, Patricia; Pinder, Gay Lloyd; Madden, Jodi

    2018-01-01

    Purpose: This research explores practitioners' perspectives during the implementation of triadic gaze intervention (TGI), an evidence-based protocol for assessing and planning treatment targeting gaze as an early signal of intentional communication for young children with physical disabilities. Method: Using qualitative methods, 7 practitioners…

  7. Communication of Seismic Risk in the Kyrgyz Republic

    NASA Astrophysics Data System (ADS)

    Fourniadis, Yannis; Free, Matthew; Coates, Katherine; Moldobekov, Bolot; Fleming, Kevin; Parolai, Stefano; Pittore, Massimiliano; Ormukov, Cholponbek; Takeuchi, Ko

    2017-04-01

    Earthquakes that generate shaking leading to damage or human loss are infrequent events. This can lead to the situation in some parts of the world where, even in seismically hazardous areas, a large proportion of the potentially affected population do not have first-hand experience of a destructive earthquake event. Therefore, continual risk communication is required for the appropriate government agencies, civil defence professionals and the general public to understand the potential risks, and to implement the required risk mitigation measures. A comprehensive seismic risk communication strategy has been developed for the Kyrgyz Republic as part of a World Bank funded project. The communication strategy has been developed in close consultation with Kyrgyz ministries and agencies, who have been invaluable in tailoring the message to the specific requirements of Kyrgyz society. The communication strategy comprises the production of visual material, including brochures and posters, which illustrate in non-technical language the key elements of seismic risk (hazard, exposure, vulnerability, losses), and which provide easy-to-understand guidance on what the different segments of the society (young, elderly, home owners, employers) can do to reduce losses from earthquakes in their homes, workplace and the community at large. An important part of the risk communication strategy has been the establishment of a Steering Committee for the reduction of seismic risk in the Kyrgyz Republic. The members of the committee are drawn from those Kyrgyz ministries and institutions that are tasked with measuring and reducing seismic risk in the country, including the Ministries of Education, Transport and Emergency Situations, and the State Construction Agency. The role of the committee includes coordinating the communication between the project team and stakeholders in the Government, and, crucially, taking ownership of the risk mitigation measures and their implementation. A number

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

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

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

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

  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. Implementing Content Review for Communication and Computation Prerequisites. Adopted Spring 2011

    ERIC Educational Resources Information Center

    Academic Senate for California Community Colleges, 2011

    2011-01-01

    This paper is one of a collection of papers written by the Academic Senate for California Community Colleges (ASCCC) to support the use of content review as the basis for establishing communication and computation prerequisites. "Student Success: The Case for Establishing Prerequisites Through Content Review" was adopted at the Fall 2010…

  14. Detection and response to unauthorized access to a communication device

    DOEpatents

    Smith, Rhett; Gordon, Colin

    2015-09-08

    A communication gateway consistent with the present disclosure may detect unauthorized physical or electronic access and implement security actions in response thereto. A communication gateway may provide a communication path to an intelligent electronic device (IED) using an IED communications port configured to communicate with the IED. The communication gateway may include a physical intrusion detection port and a network port. The communication gateway may further include control logic configured to evaluate physical intrusion detection signal. The control logic may be configured to determine that the physical intrusion detection signal is indicative of an attempt to obtain unauthorized access to one of the communication gateway, the IED, and a device in communication with the gateway; and take a security action based upon the determination that the indication is indicative of the attempt to gain unauthorized access.

  15. New medical workstation for multimodality communication systems

    NASA Astrophysics Data System (ADS)

    Kotsopoulos, Stavros A.; Lymberopoulos, Dimitris C.

    1993-07-01

    The introduction of special teleworking and advanced remote expert consultation procedures in the modern multimodality medical communication systems, has an effective result in the way of confronting synchronous and asynchronous patient cases, by the physicians. The common denominator in developing the above procedures is to use special designated Medical Workstations (MWS). The present paper deals with the implementation of a MWS which facilitates the doctors of medicine to handle efficiently multimedia data in an ISDN communication environment.

  16. Man/computer communication in a space environment

    NASA Technical Reports Server (NTRS)

    Hodges, B. C.; Montoya, G.

    1973-01-01

    The present work reports on a study of the technology required to advance the state of the art in man/machine communications. The study involved the development and demonstration of both hardware and software to effectively implement man/computer interactive channels of communication. While tactile and visual man/computer communications equipment are standard methods of interaction with machines, man's speech is a natural media for inquiry and control. As part of this study, a word recognition unit was developed capable of recognizing a minimum of one hundred different words or sentences in any one of the currently used conversational languages. The study has proven that efficiency in communication between man and computer can be achieved when the vocabulary to be used is structured in a manner compatible with the rigid communication requirements of the machine while at the same time responsive to the informational needs of the man.

  17. Implementing newborn mock codes.

    PubMed

    Blakely, Teresa Gail

    2007-01-01

    This article describes the implementation of a newborn mock code program. Although the Neonatal Resuscitation Program (NRP) is one of the most widely used health education programs in the world and is required for most hospital providers who attend deliveries, research tells us that retention of NRP skills deteriorates rapidly after completion of the course. NRP requires coordination and cooperation among all providers; however, a lack of leadership and teamwork during resuscitation (often associated with a lack of confidence) has been noted. Implementation of newborn mock code scenarios can encourage teamwork, communication, skills building, and increased confidence levels of providers. Mock codes can help providers become strong team members and team leaders by helping them be better prepared for serious situations in the delivery room. Implementation of newborn mock codes can be effectively accomplished with appropriate planning and consideration for adult learning behaviors.

  18. The ORBCOMM data communications system

    NASA Technical Reports Server (NTRS)

    Schoen, David C.; Locke, Paul A.

    1993-01-01

    The ORBCOMM system is designed to provide low-cost, two-way data communications for mobile and remote users. The communications system is ideally configured for low data rate applications where communicating devices are geographically dispersed and two-way communications through terrestrial means is cumbersome and not cost effective. The remote terminals use VHF frequencies which allow for the use of very small, low-cost terminals. ORBCOMM has entered into joint development agreements with several large manufacturers of both consumer and industrial electronics to design and build the remote terminals. Based on prototype work, the estimated retail cost of these units will range from $50 to $400 depending on the complexity of the design. Starting in the fall of 1993, ORBCOMM will begin service with a demonstration network consisting of two operating satellites. By the end of 1994, a full operating network of 26 satellites, four Gateway Earth Stations, and a Network Control Center will be in place. The full constellation will provide full coverage of the entire world with greater than 94 percent communications availability for the continental U.S. This paper describes the ORBCOMM system, the technology used in its implementation, and its applications.

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

  20. Improving discharge planning communication between hospitals and patients.

    PubMed

    New, P W; McDougall, K E; Scroggie, C P R

    2016-01-01

    A potential barrier to patient discharge from hospital is communication problems between the treating team and the patient or family regarding discharge planning. To determine if a bedside 'Leaving Hospital Information Sheet' increases patient and family's knowledge of discharge date and destination and the name of the key clinician primarily responsible for team-patient communication. This article is a 'before-after' study of patients, their families and the interdisciplinary ward-based clinical team. Outcomes assessed pre-implementation and post-implementation of a bedside 'Leaving Hospital Information Sheet' containing discharge information for patients and families. Patients and families were asked if they knew the key clinician for team-patient communication and the proposed discharge date and discharge destination. Responses were compared with those set by the team. Staff were surveyed regarding their perceptions of patient awareness of discharge plans and the benefit of the 'Leaving Hospital Information Sheet'. Significant improvement occurred regarding patients' knowledge of their key clinician for team-patient communication (31% vs 75%; P = 0.0001), correctly identifying who they were (47% vs 79%; P = 0.02), and correctly reporting their anticipated discharge date (54% vs 86%; P = 0.004). There was significant improvement in the family's knowledge of the anticipated discharge date (78% vs 96%; P = 0.04). Staff reported the 'Leaving Hospital Information Sheet' assisted with communication regarding anticipated discharge date and destination (very helpful n = 11, 39%; a little bit helpful n = 11, 39%). A bedside 'Leaving Hospital Information Sheet' can potentially improve communication between patients, families and their treating team. © 2016 Royal Australasian College of Physicians.

  1. Communications satellites - The experimental years

    NASA Technical Reports Server (NTRS)

    Edelson, B. I.

    1983-01-01

    Only eight years after the launc of Sputnik-1 by the Soviet Union, the first commercial satellite, 'Early Bird', entered service. In just twelve years commercial satellite service extended around the earth and became profitable. The reasons for the successful development of the communications satellite services in a comparatively short time are considered. These reasons are related to the presence of three ingredients, taking into account technology to create the system, communications requirements to form a market, and a management structure to implement the system. The formation of the concept of using earth orbiting satellites for telecommunications is discussed. It is pointed out that the years from 1958 to 1964 were the true 'experimental years' for satellite communications. The rapid development of technology during this crucial period is described, giving attention to passive satellites, active systems, and development satellites.

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

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

  4. Acemind new indoor full duplex optical wireless communication prototype

    NASA Astrophysics Data System (ADS)

    Bouchet, Olivier; Perrufel, Micheline; Topsu, Suat; Guan, Hongyu

    2016-09-01

    For over a century and Mr. Guglielmo Marconi invention, systems using radio waves have controlled over wireless telecommunication solutions; from Amplitude Modulation (AM) radio products to satellite communications for instance. But beyond an increasingly negative opinion face to radio waves and radio spectrum availability more and more reduced; there is an unprecedented opportunity with LED installation in displays and lighting to provide optical wireless communication solutions. As a result, technologically mature solutions are already commercially available for services such as Location Based Services (LBS), broadcast diffusion or Intelligent Transport Services (ITS). Pending finalization of the standard review process IEEE 802.15.7 r1, our paper presents the results of the European collaborative project named "ACEMIND". It offers an indoor bilateral optical wireless communication prototype having the following characteristics: use of the existing electrical infrastructure, through judicious combination with Light Fidelity (LiFi), Power Line Communication (PLC) and Ethernet to reduce the implementation cost. We propose a bilateral optical wireless communication even when the light is switched off by using Visible Light Communication (VLC) and Infra-Red Communication (IRC) combined to a remote optical switch. Dimensionally optimized LiFi module is presented in order to offer the possibility for integration inside a laptop. Finally, there is operational mechanism implementation such as OFDM/DMT to increase throughput. After the introduction, we will present the results of a market study from Orange Labs customers about their opinion on LiFi components. Then we will detail the LiFi prototype, from the physical layer aspect to MAC layer before concluding on commercial development prospects.

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

  6. Shuttle S-band communications technical concepts

    NASA Technical Reports Server (NTRS)

    Seyl, J. W.; Seibert, W. W.; Porter, J. A.; Eggers, D. S.; Novosad, S. W.; Vang, H. A.; Lenett, S. D.; Lewton, W. A.; Pawlowski, J. F.

    1985-01-01

    Using the S-band communications system, shuttle orbiter can communicate directly with the Earth via the Ground Spaceflight Tracking and Data Network (GSTDN) or via the Tracking and Data Relay Satellite System (TDRSS). The S-band frequencies provide the primary links for direct Earth and TDRSS communications during all launch and entry/landing phases of shuttle missions. On orbit, S-band links are used when TDRSS Ku-band is not available, when conditions require orbiter attitudes unfavorable to Ku-band communications, or when the payload bay doors are closed. the S-band communications functional requirements, the orbiter hardware configuration, and the NASA S-band communications network are described. The requirements and implementation concepts which resulted in techniques for shuttle S-band hardware development discussed include: (1) digital voice delta modulation; (2) convolutional coding/Viterbi decoding; (3) critical modulation index for phase modulation using a Costas loop (phase-shift keying) receiver; (4) optimum digital data modulation parameters for continuous-wave frequency modulation; (5) intermodulation effects of subcarrier ranging and time-division multiplexing data channels; (6) radiofrequency coverage; and (7) despreading techniques under poor signal-to-noise conditions. Channel performance is reviewed.

  7. High performance computing and communications: FY 1997 implementation plan

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

    NONE

    1996-12-01

    The High Performance Computing and Communications (HPCC) Program was formally authorized by passage, with bipartisan support, of the High-Performance Computing Act of 1991, signed on December 9, 1991. The original Program, in which eight Federal agencies participated, has now grown to twelve agencies. This Plan provides a detailed description of the agencies` FY 1996 HPCC accomplishments and FY 1997 HPCC plans. Section 3 of this Plan provides an overview of the HPCC Program. Section 4 contains more detailed definitions of the Program Component Areas, with an emphasis on the overall directions and milestones planned for each PCA. Appendix A providesmore » a detailed look at HPCC Program activities within each agency.« less

  8. Digital receiver study and implementation

    NASA Technical Reports Server (NTRS)

    Fogle, D. A.; Lee, G. M.; Massey, J. C.

    1972-01-01

    Computer software was developed which makes it possible to use any general purpose computer with A/D conversion capability as a PSK receiver for low data rate telemetry processing. Carrier tracking, bit synchronization, and matched filter detection are all performed digitally. To aid in the implementation of optimum computer processors, a study of general digital processing techniques was performed which emphasized various techniques for digitizing general analog systems. In particular, the phase-locked loop was extensively analyzed as a typical non-linear communication element. Bayesian estimation techniques for PSK demodulation were studied. A hardware implementation of the digital Costas loop was developed.

  9. Communications processor for C3 analysis and wargaming

    NASA Astrophysics Data System (ADS)

    Clark, L. N.; Pless, L. D.; Rapp, R. L.

    1982-03-01

    This thesis developed the software capability to allow the investigation of c3 problems, procedures and methodologies. The resultant communications model, that while independent of a specific wargame, is currently implemented in conjunction with the McClintic Theater Model. It provides a computerized message handling system (C3 Model) which allows simulation of communication links (circuits) with user-definable delays; garble and loss rates; and multiple circuit types, addresses, and levels of command. It is designed to be used for test and evaluation of command and control problems in the areas of organizational relationships, communication networks and procedures, and combat doctrine or tactics.

  10. The effects of hands-free communication device systems: communication changes in hospital organizations

    PubMed Central

    Richardson, Joshua E; Ash, Joan S

    2010-01-01

    Objective To analyze the effects that hands-free communication device (HCD) systems have on healthcare organizations from multiple user perspectives. Design This exploratory qualitative study recruited 26 subjects from multiple departments in two research sites located in Portland, Oregon: an academic medical center and a community hospital. Interview and observation data were gathered January through March, 2007. Measurements Data were analyzed using a grounded theory approach. Because this study was exploratory, data were coded and patterns identified until overall themes ‘emerged’. Results Five themes arose: (1) Communication access—the perception that HCD systems provide fast and efficient communication that supports workflow; (2) Control—social and technical considerations associated with use of an HCD system; (3) Training—processes that should be used to improve use of the HCD system; (4) Organizational change—changes to organizational design and behavior caused by HCD system implementation; and (5) Environment and infrastructure—HCD system use within the context of physical workspaces. Conclusion HCD systems improve communication access but users experience challenges integrating the system into workflow. Effective HCD use depends on how well organizations train users, adapt to changes brought about by HCD systems, and integrate HCD systems into physical surroundings. PMID:20064808

  11. The effects of hands-free communication device systems: communication changes in hospital organizations.

    PubMed

    Richardson, Joshua E; Ash, Joan S

    2010-01-01

    To analyze the effects that hands-free communication device (HCD) systems have on healthcare organizations from multiple user perspectives. This exploratory qualitative study recruited 26 subjects from multiple departments in two research sites located in Portland, Oregon: an academic medical center and a community hospital. Interview and observation data were gathered January through March, 2007. Data were analyzed using a grounded theory approach. Because this study was exploratory, data were coded and patterns identified until overall themes 'emerged'. Five themes arose: (1) Communication access-the perception that HCD systems provide fast and efficient communication that supports workflow; (2) Control-social and technical considerations associated with use of an HCD system; (3) Training-processes that should be used to improve use of the HCD system; (4) Organizational change-changes to organizational design and behavior caused by HCD system implementation; and (5) Environment and infrastructure-HCD system use within the context of physical workspaces. HCD systems improve communication access but users experience challenges integrating the system into workflow. Effective HCD use depends on how well organizations train users, adapt to changes brought about by HCD systems, and integrate HCD systems into physical surroundings.

  12. Design and Implementation of a Lunar Communications Satellite and Server for the 2012 SISO Smackdown

    NASA Technical Reports Server (NTRS)

    Bulgatz, Dennis; Heater, Daniel; O'Neal, Daniel A.; Norris, Bryan; Schricker, Bradley C.

    2012-01-01

    Last year, the Simulation Interoperability Standards Organization (SISO) inaugurated the now annual High Level Architecture (HLA) Smackdown at the Spring Simulation Interoperability Workshop (SIW). A primary objective of the Smackdown event is to provide college students with hands-on experience in the High Level Architecture (HLA). The University of Alabama in Huntsville (UAHuntsville) fielded teams in 2011 and 2012. Both the 2011 and 2012 smackdown scenarios were a lunar resupply mission. The 2012 UAHuntsville fielded four federates: a communications network Federate called Lunar Communications and Navigation Satellite Service (LCANServ) for sending and receiving messages, a Lunar Satellite Constellation (LCANSat) to put in place radios needed by the communications network for Line-Of-Sight communication calculations, and 3D graphical displays of the orbiting satellites and a 3D visualization of the lunar surface activities. This paper concentrates on the first two federates by describing the functions, algorithms, the modular FOM, experiences, lessons learned and recommendations for future Smackdown events.

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

  16. Family communication coordination: a program to increase organ donation.

    PubMed

    Linyear, A S; Tartaglia, A

    1999-09-01

    To improve organ donation performance, the Medical College of Virginia Hospitals implemented a comprehensive family support and communication program, consisting of a standard family communications protocol, a hospital-based team from the Department of Pastoral Care, targeted staff education, and an ongoing quality assurance measuring and monitoring system. The 3 best-demonstrated request practices, private setting, "decoupling," and collaboration in the request between the organ procurement organization and hospital staff, were incorporated into the program. Improvement in the consent and donation rate was evident in the second calendar year of the program; the consent rate was 72% and the donation rate was 50%. During the second year, there was also a positive correlation between "decoupling," appropriate requestor, and the consent rate. Implementation of a hospital-based team and a standard protocol facilitated the clarification of roles and responsibilities toward clearer and more consistent family communication and support. Data suggest that staff experience is a major contributor to a positive donation outcome.

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

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

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

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

  1. A Systems Approach to Scaffold Communication Skills Development

    PubMed Central

    Er, Nelson L.

    2008-01-01

    Objectives To implement a communication skills development (CSD) system and evaluate its effectiveness in a clinical communications course. Design Students conducted baseline interviews and wrote SOAP notes, and based on faculty, patient, self- and peer assessments, set goals for improvement of their communication skills. Students participated in various activities to scaffold their learning, several of which took place in a web-based environment to enhance access and function for both students and faculty members. Quantitative and qualitative analyses were performed. Assessment Students' communication skills improved as evidenced by assessment scores. Student and faculty comments offered additional evidence of the effectiveness of standardized patient interviews, learning strategies, and assessment methods. Conclusion The CSD system effectively integrated various types of learning activities and feedback processes. The use of scaffolding strategies appeared to enhance the development of students' communication skills. PMID:18483601

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

  3. Communication Needs Assessment for Distributed Turbine Engine Control

    NASA Technical Reports Server (NTRS)

    Culley, Dennis E.; Behbahani, Alireza R.

    2008-01-01

    Control system architecture is a major contributor to future propulsion engine performance enhancement and life cycle cost reduction. The control system architecture can be a means to effect net weight reduction in future engine systems, provide a streamlined approach to system design and implementation, and enable new opportunities for performance optimization and increased awareness about system health. The transition from a centralized, point-to-point analog control topology to a modular, networked, distributed system is paramount to extracting these system improvements. However, distributed engine control systems are only possible through the successful design and implementation of a suitable communication system. In a networked system, understanding the data flow between control elements is a fundamental requirement for specifying the communication architecture which, itself, is dependent on the functional capability of electronics in the engine environment. This paper presents an assessment of the communication needs for distributed control using strawman designs and relates how system design decisions relate to overall goals as we progress from the baseline centralized architecture, through partially distributed and fully distributed control systems.

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

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

  6. Population communication services: a global perspective.

    PubMed

    Piotrow, P T; Coleman, P L; Rimon, J G

    1987-06-01

    Communication support for health and family planning programs is receiving renewed attention. The johns Hopkins University (JHU) Population Communication Services (PCS) project was established in 1982 to respond to the increasing need for communication expertise, to provide a responsive source for advice, and to develop implement the new directions that are necessary to make family planning communication programs more effective. The project extends a range of services to government programs, private family planning associations, and to media that want to improve the content or coverage of family planning communication, JHU/PCS emphasizes the close links between good communication and good management and the need for managers at all levels, from the Minister of Health to the supervisor of grass-roots field workers, to understand the components of a communication program for the 1980s. Principles underlying the project's work include: communication as process rather than product, the audience as participant, linking mass media and interpersonal communication, coordination with and among agencies, training that is specific and relevant, IEC as institution building, use of the private sector, an attempt to recover some of the costs of IEC work, and ongoing evaluation of program activities. IEC activities can be strengthened considerably b a knowledgeable commitment at the top of the decision-making process; constant feedback from intended audiences; and interactions among service delivery personnel, influential community members, and the media. In turn, strong IEC activities can substantially strengthen existing family planning programs.

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

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

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

  10. Loopback Tester: a synchronous communications circuit diagnostic device

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

    Maestas, J.H.

    1986-07-01

    The Loopback Tester is an Intel SBC 86/12A Single Board Computer and an Intel SBC 534 Communications Expansion Board configured and programmed to perform various basic or less. These tests include: (1) Data Communications Equipment (DCE) transmit timing detection (2) data rate measurement (3) instantaneous loopback indication and (4) bit error rate testing. It requires no initial setup after plug in, and can be used to locate the source of communications loss in a circuit. It can also be used to determine when crypto variable mismatch problems are the source of communications loss. This report discusses the functionality of themore » Loopback Tester as a diagnostic device. It also discusses the hardware and software which implements this simple yet reliable device.« less

  11. Communicating nutraceuticals: A multi-stakeholder perspective from a developing nation.

    PubMed

    Jain, Varsha; Roy, Subhadip; Damle, Neha; Jagani, Khyati

    2016-01-01

    Nutraceuticals, a combination of nutrition and pharmaceutical, have grown rapidly as a product globally. Nutraceuticals can be advertised directly to consumers as well as prescribed, and thus involve multiple stakeholders in the marketing communication process. The present study investigates the marketing communication aspects of nutraceuticals using 216 semistructured in-depth interviews including all stakeholders in the process such as company/brand, physicians, pharmacists, and consumers. The findings bring out the role of each participant in the communication process and a comprehensive picture of the same. The insights would facilitate the nutraceutical brands to understand and implement marketing effective communication strategies.

  12. [Quality of the anesthesiologist written record during the transfer of postoperative patients: Influence of implementing a structured communication tool].

    PubMed

    García-Sánchez, M J; Fernández-Guerrero, C; López-Toribio, P; Bueno-Cavanillas, A; Prieto-Cuéllar, M; Guzmán-Malpica, E M; Cuevas-Valenzuela, P; Moreno-Abril, E; Lara-Ramos, P

    2014-01-01

    The lack of communication is a major cause of health care errors, especially during patient transfer between practitioners and/or healthcare units, when standardization of communication is a recommended practice. In our study we wanted to assess whether the application of the structured communication SBAR tool could influence the quality of the information written on the progress sheet by the anesthesiologist involved in the transfer of the patient after surgery. This is an observational, retrospective, randomized, quality review of the written record made by the anesthesiologist during the transfer of patients from the surgical area to the postoperative recovery unit, by applying a validated list. We evaluated three observation periods: a control period of two months in 2011 (preSBAR) and a second period of two months in 2012 (postSBAR); in the latter two groups of patients were transferred (postSBAR +) or without SBAR (postSBAR-). The strength of agreement between raters obtained an intraclass correlation coefficient of 0.8459 (p <0.001). There were significant differences in the study group, with highest average score in the group with SBAR (postSBAR + group: mean ± SD 7.56 ± 1.20 versus postSBAR-group: 5.41 ± 2.98, p <0.001) and depending on the anesthesiologist responsible for the intervention participated in the study (mean ± SD: 7.00 ± 1.99, compared to 4.81 ± 3.24 in the non-participants, p <0.001). There was an improvement in the quality of written records made in 2012 during the implementation of the SBAR, without the actual application of this instrument appearing to influence it. The anesthesiologists that were involved in new forms of patient safety were also those who made written records of highest quality. Copyright © 2013 Sociedad Española de Anestesiología, Reanimación y Terapéutica del Dolor. Published by Elsevier España. All rights reserved.

  13. Communication skills for behaviour change in dietetic consultations.

    PubMed

    Whitehead, K; Langley-Evans, S C; Tischler, V; Swift, J A

    2009-12-01

    Both the UK's National Health Service (NHS) and the National Institute of health and Clinical Excellence (NICE) have recommended increased training for health professionals in communication skills. There is evidence to suggest that communication skills are important in helping people to change health-related behaviour, which is a key role for dietitians. This study investigated the views of UK dietitians about their training needs and experience in relation to communication skills in dietetic practice. In October 2007, a cross-sectional survey was mailed to all British Dietetic Association members (n = 6013). The survey gathered quantitative data and free-text comments to ascertain the level, type and effect of communication skills training received by dietitians at both the pre- and post-registration level. There were 1158 respondents; a response rate of 19.3%. Ninety-eight percent (n = 1117) rated communication skills as either very or extremely important in client consultations. Post-registration training had been undertaken by 73% (n = 904). Of these, over 90% of respondents perceived that post-registration training had led to improvements in their relationships with patients, their confidence in client interviews and their ability to cope with challenging clients. However, 248 (21.4%) felt time keeping in interviews had worsened. Lack of time for client interviews was also the most commonly identified barrier (19%, n = 216) to implementing the skills. This study has explored an important and under-researched area. Respondents strongly endorsed the importance of good communication skills and the benefits of post-registration training in this area. Some felt that good communication was time consuming but others felt that time management had improved. Further research and training is required to support the implementation of these skills into dietetic practice.

  14. Evolving the US Army Research Laboratory (ARL) Technical Communication Strategy

    DTIC Science & Technology

    2016-10-01

    of added value and enhanced tech transfer, and strengthened relationships with academic and industry collaborators. In support of increasing ARL’s...communication skills; and Prong 3: Promote a Stakeholder Database to implement a stakeholder database (including names and preferences) and use a...Group, strategic planning, communications strategy, stakeholder database , workforce improvement, science and technology, S&T 16. SECURITY

  15. Shuttle ku-band communications/radar technical concepts

    NASA Technical Reports Server (NTRS)

    Griffin, J. W.; Kelley, J. S.; Steiner, A. W.; Vang, H. A.; Zrubek, W. E.; Huth, G. K.

    1985-01-01

    Technical data on the Shuttle Orbiter K sub u-band communications/radar system are presented. The more challenging aspects of the system design and development are emphasized. The technical problems encountered and the advancements made in solving them are discussed. The radar functions are presented first. Requirements and design/implementation approaches are discussed. Advanced features are explained, including Doppler measurement, frequency diversity, multiple pulse repetition frequencies and pulse widths, and multiple modes. The communications functions that are presented include advances made because of the requirements for multiple communications modes. Spread spectrum, quadrature phase shift keying (QPSK), variable bit rates, and other advanced techniques are discussed. Performance results and conclusions reached are outlined.

  16. From a Medicinal to Educational Context: Implementing a Signature Pedagogy for Enhanced Parent-Teacher Communication

    ERIC Educational Resources Information Center

    Dotger, Benjamin H.

    2009-01-01

    Many teachers are not well prepared for, nor are they being trained to communicate effectively with, parents/caregivers from the different backgrounds and cultures with whom they will interact. Yet, one knows that teachers' professional communication skills are important as they work with parents to promote the success of all children in the…

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

  18. Implementation of health impact assessment in Danish municipal context.

    PubMed

    Kraemer, Stella Rebecca Johnsdatter; Nikolajsen, Louise Theilgaard; Gulis, Gabriel

    2014-12-01

    Implementation of Health Impact Assessment (HIA) in Danish municipalities has been analyzed using the Roger's Diffusion of Innovation Theory. Municipalities were chosen from among those who presented their health policies on websites according to the status of inclusion of HIA into health policy. Qualitative interviews were conducted in 6 municipalities (3 with HIA inducted in their health policy and 3 without it) gathering information on knowledge and attitudes to HIA, barriers to its implementation, social system and communication channels used or expected to be used for implementation of HIA. No significant differences were found among analyzed municipalities by status of HIA inclusion into health policy. Among barriers; a lack of tools with general validity, a lack of intersectoral working culture, balance between centralized versus participatory way of working and organizational structure of a municipality, and a lack of capacities were enlisted as most relevant. The last one is a crucial factor of an internal social system of a municipality. With regards to communication channels, reporting and presentation skills of implementers and doers are of key importance. Systematic and sustainable capacity building is needed to achieve high level implementation of HIA in Danish municipalities. Development of validated tools, most importantly screening tools with focus on priorities of national public health policy would enhance implementation on municipal level.

  19. The layered learning practice model: Lessons learned from implementation.

    PubMed

    Pinelli, Nicole R; Eckel, Stephen F; Vu, Maihan B; Weinberger, Morris; Roth, Mary T

    2016-12-15

    Pharmacists' views about the implementation, benefits, and attributes of a layered learning practice model (LLPM) were examined. Eligible and willing attending pharmacists at the same institution that had implemented an LLPM completed an individual, 90-minute, face-to-face interview using a structured interview guide developed by the interdisciplinary study team. Interviews were digitally recorded and transcribed verbatim without personal identifiers. Three researchers independently reviewed preliminary findings to reach consensus on emerging themes. In cases where thematic coding diverged, the researchers discussed their analyses until consensus was reached. Of 25 eligible attending pharmacists, 24 (96%) agreed to participate. The sample was drawn from both acute and ambulatory care practice settings and all clinical specialty areas. Attending pharmacists described several experiences implementing the LLPM and perceived benefits of the model. Attending pharmacists identified seven key attributes for hospital and health-system pharmacy departments that are needed to design and implement effective LLPMs: shared leadership, a systematic approach, good communication, flexibility for attending pharmacists, adequate resources, commitment, and evaluation. Participants also highlighted several potential challenges and obstacles for organizations to consider before implementing an LLPM. According to attending pharmacists involved in an LLPM, successful implementation of an LLPM required shared leadership, a systematic approach, communication, flexibility, resources, commitment, and a process for evaluation. Copyright © 2016 by the American Society of Health-System Pharmacists, Inc. All rights reserved.

  20. Implementing web-based ping-pong-type e-communication to enhance staff satisfaction, multidisciplinary cooperation, and clinical effectiveness

    PubMed Central

    Yeh, Pei-Han; Hung, Shih-Kai; Lee, Moon-Sing; Chiou, Wen-Yen; Lai, Chun-Liang; Tsai, Wei-Ta; Hsieh, Hui-Ling; Shih, Yi-Ting; Chen, Liang-Cheng; Huang, Li-Wen; Lin, Yi-An; Lin, Po-Hao; Lin, Yung-Hsiang; Liu, Dai-Wei; Hsu, Feng-Chun; Tsai, Shiang-Jiun; Liu, Jia-Chi; Chung, En-Seu; Lin, Hon-Yi

    2016-01-01

    Abstract Background: Frequent multidisciplinary communication is essential in conducting daily radiotherapy (RT) practice. However, traditional oral or paper-based communication has limitations. E-communication has been suggested, but its effects are still not well demarcated in the field of radiation oncology. Objects: In our web-based integrated information platform, we constructed a ping-pong-type e-communication function to transfer specific notations among multidisciplinary RT staffs. The purpose was to test whether applying this e-communication can increase effectiveness of multidisciplinary cooperation when compared with oral or paper-based practice. Staff satisfaction and clinical benefits were also demonstrated. Design and setting: A real-world quality-improving study was conducted in a large center of radiation oncology. Participants and dataset used: Before and after applying multidisciplinary e-communication (from 2014 to 2015), clinical RT staffs were surveyed for their user experience and satisfaction (n = 23). For measuring clinical effectiveness, a secondary database of irradiated head and neck cancer patients was re-analyzed for comparing RT toxicities (n = 402). Interventions: Applying ping-pong-type multidisciplinary reflective e-communication was the main intervention. Outcome measures: For measuring staff satisfaction, eight domains were surveyed, such as timeliness, convenience, and completeness. For measuring clinical effectiveness of multidisciplinary cooperation, event rates of severe (i.e., grade 3–4) RT mucositis and dermatitis were recorded. Results: Overall, when compared with oral communication only, e-communication demonstrated multiple benefits, particularly on notation-review convenience (2.00 ± 1.76 vs 9.19 ± 0.81; P < 0.0001). When compared with paper-based practice, e-communication showed statistically significant benefits on all eight domains, especially on notation-review convenience (5.05 ± 2.11 vs

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

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

  3. Adaptive Suppression of Noise in Voice Communications

    NASA Technical Reports Server (NTRS)

    Kozel, David; DeVault, James A.; Birr, Richard B.

    2003-01-01

    A subsystem for the adaptive suppression of noise in a voice communication system effects a high level of reduction of noise that enters the system through microphones. The subsystem includes a digital signal processor (DSP) plus circuitry that implements voice-recognition and spectral- manipulation techniques. The development of the adaptive noise-suppression subsystem was prompted by the following considerations: During processing of the space shuttle at Kennedy Space Center, voice communications among test team members have been significantly impaired in several instances because some test participants have had to communicate from locations with high ambient noise levels. Ear protection for the personnel involved is commercially available and is used in such situations. However, commercially available noise-canceling microphones do not provide sufficient reduction of noise that enters through microphones and thus becomes transmitted on outbound communication links.

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

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

  6. Compact Deep-Space Optical Communications Transceiver

    NASA Technical Reports Server (NTRS)

    Roberts, W. Thomas; Charles, Jeffrey R.

    2009-01-01

    Deep space optical communication transceivers must be very efficient receivers and transmitters of optical communication signals. For deep space missions, communication systems require high performance well beyond the scope of mere power efficiency, demanding maximum performance in relation to the precious and limited mass, volume, and power allocated. This paper describes the opto-mechanical design of a compact, efficient, functional brassboard deep space transceiver that is capable of achieving megabyte-per-second rates at Mars ranges. The special features embodied to enhance the system operability and functionality, and to reduce the mass and volume of the system are detailed. System tests and performance characteristics are described in detail. Finally, lessons learned in the implementation of the brassboard design and suggestions for improvements appropriate for a flight prototype are covered.

  7. FEC decoder design optimization for mobile satellite communications

    NASA Technical Reports Server (NTRS)

    Roy, Ashim; Lewi, Leng

    1990-01-01

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

  8. Environmental risk communication as an educational process

    NASA Astrophysics Data System (ADS)

    Schottenfeld, Faith

    The purpose of this study was to explore the dynamics of the environmental risk communication process. The goal was to look at the totality of the process by examining the different components: entry to communication (what brings people into the process), maintenance of communication (behaviors of participants, pathways to successful risk communication, barriers to successful risk communication, characteristics of the dialogue) and outcomes of risk communication (what has been learned, what moves the process to social action, what else can come of the process). Interviews and critical incidents were used to explore the experiences of risk communicators in four different practice settings: academia, industry/trade groups, community-based organizations and government. Twenty-four people completed critical incident stories and sixteen participated in in-depth interviews. Data were coded and analyzed for themes. Findings illustrated that successful risk communication results from a deliberative, or purposeful process. This process includes a systematic approach to identifying and inviting people to participate, while considering specific motivating factors that affect participation. Risk communication is maintained by creating and nurturing structured forums for dialogue by acknowledging the varying perspectives of the people who participate and the contextual settings of environmental risks. The result of effective dialogue may range from increased knowledge, to transformative learning to social action and policy change. The researcher recommended that a multi-disciplinary team including risk communicators, adult educators and scientists can work most effectively to plan, implement and evaluate a risk communication process.

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

  10. Orbiting deep space relay station. Volume 3: Implementation plan

    NASA Technical Reports Server (NTRS)

    Hunter, J. A.

    1979-01-01

    An implementation plan for the Orbiting Deep Space Relay Station (ODSRS) is described. A comparison of ODSRS life cycle costs to other configuration options meeting future communication requirements is presented.

  11. CLEAR: Communications Link Expert Assistance Resource

    NASA Technical Reports Server (NTRS)

    Hull, Larry G.; Hughes, Peter M.

    1987-01-01

    Communications Link Expert Assistance Resource (CLEAR) is a real time, fault diagnosis expert system for the Cosmic Background Explorer (COBE) Mission Operations Room (MOR). The CLEAR expert system is an operational prototype which assists the MOR operator/analyst by isolating and diagnosing faults in the spacecraft communication link with the Tracking and Data Relay Satellite (TDRS) during periods of realtime data acquisition. The mission domain, user requirements, hardware configuration, expert system concept, tool selection, development approach, and system design were discussed. Development approach and system implementation are emphasized. Also discussed are system architecture, tool selection, operation, and future plans.

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

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

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

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

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

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

  18. The Science of Strategic Communication | Science Inventory ...

    EPA Pesticide Factsheets

    The field of Strategic Communication involves a focused effort to identify, develop, and present multiple types of communication media on a given subject. A Strategic Communication program recognizes the limitations of the most common communication models (primarily “one size fits all” and “presenting everything and letting the audience decide what is important”) and specifically focuses on building a communication framework that is composed of three interlinked pillars: (1) Message – Identifying the right content for a given audience and a vehicle, (2) Audience – Identify the right target group for a given message and vehicle, (3) Vehicle – Identifying the right types of media for a given message and audience. In addition to serving as an organizational framework, the physical structure of a Strategic Communication plan also can serve as a way to show an audience where they, the message, and vehicle fit into the larger picture (i.e., “you are here”). This presentation explores the tenets of Strategic Communication and its use in natural resources management as it relates to advancing restoration activities in the Greater Everglades. This presentation is aimed at restoration practitioners and decision makers. This presentation provides an introduction to the field of strategic communication and presents a generalizable framework for use in the natural sciences. The presentation also gives an example of a communication implementation matrix,

  19. Software-Defined Radio for Space-to-Space Communications

    NASA Technical Reports Server (NTRS)

    Fisher, Ken; Jih, Cindy; Moore, Michael S.; Price, Jeremy C.; Abbott, Ben A.; Fritz, Justin A.

    2011-01-01

    A paper describes the Space- to-Space Communications System (SSCS) Software- Defined Radio (SDR) research project to determine the most appropriate method for creating flexible and reconfigurable radios to implement wireless communications channels for space vehicles so that fewer radios are required, and commonality in hardware and software architecture can be leveraged for future missions. The ability to reconfigure the SDR through software enables one radio platform to be reconfigured to interoperate with many different waveforms. This means a reduction in the number of physical radio platforms necessary to support a space mission s communication requirements, thus decreasing the total size, weight, and power needed for a mission.

  20. Secure electronic commerce communication system based on CA

    NASA Astrophysics Data System (ADS)

    Chen, Deyun; Zhang, Junfeng; Pei, Shujun

    2001-07-01

    In this paper, we introduce the situation of electronic commercial security, then we analyze the working process and security for SSL protocol. At last, we propose a secure electronic commerce communication system based on CA. The system provide secure services such as encryption, integer, peer authentication and non-repudiation for application layer communication software of browser clients' and web server. The system can implement automatic allocation and united management of key through setting up the CA in the network.