Sample records for error resilient video

  1. Error-Resilient Unequal Error Protection of Fine Granularity Scalable Video Bitstreams

    NASA Astrophysics Data System (ADS)

    Cai, Hua; Zeng, Bing; Shen, Guobin; Xiong, Zixiang; Li, Shipeng

    2006-12-01

    This paper deals with the optimal packet loss protection issue for streaming the fine granularity scalable (FGS) video bitstreams over IP networks. Unlike many other existing protection schemes, we develop an error-resilient unequal error protection (ER-UEP) method that adds redundant information optimally for loss protection and, at the same time, cancels completely the dependency among bitstream after loss recovery. In our ER-UEP method, the FGS enhancement-layer bitstream is first packetized into a group of independent and scalable data packets. Parity packets, which are also scalable, are then generated. Unequal protection is finally achieved by properly shaping the data packets and the parity packets. We present an algorithm that can optimally allocate the rate budget between data packets and parity packets, together with several simplified versions that have lower complexity. Compared with conventional UEP schemes that suffer from bit contamination (caused by the bit dependency within a bitstream), our method guarantees successful decoding of all received bits, thus leading to strong error-resilience (at any fixed channel bandwidth) and high robustness (under varying and/or unclean channel conditions).

  2. Resource allocation for error resilient video coding over AWGN using optimization approach.

    PubMed

    An, Cheolhong; Nguyen, Truong Q

    2008-12-01

    The number of slices for error resilient video coding is jointly optimized with 802.11a-like media access control and the physical layers with automatic repeat request and rate compatible punctured convolutional code over additive white gaussian noise channel as well as channel times allocation for time division multiple access. For error resilient video coding, the relation between the number of slices and coding efficiency is analyzed and formulated as a mathematical model. It is applied for the joint optimization problem, and the problem is solved by a convex optimization method such as the primal-dual decomposition method. We compare the performance of a video communication system which uses the optimal number of slices with one that codes a picture as one slice. From numerical examples, end-to-end distortion of utility functions can be significantly reduced with the optimal slices of a picture especially at low signal-to-noise ratio.

  3. Video error concealment using block matching and frequency selective extrapolation algorithms

    NASA Astrophysics Data System (ADS)

    P. K., Rajani; Khaparde, Arti

    2017-06-01

    Error Concealment (EC) is a technique at the decoder side to hide the transmission errors. It is done by analyzing the spatial or temporal information from available video frames. It is very important to recover distorted video because they are used for various applications such as video-telephone, video-conference, TV, DVD, internet video streaming, video games etc .Retransmission-based and resilient-based methods, are also used for error removal. But these methods add delay and redundant data. So error concealment is the best option for error hiding. In this paper, the error concealment methods such as Block Matching error concealment algorithm is compared with Frequency Selective Extrapolation algorithm. Both the works are based on concealment of manually error video frames as input. The parameter used for objective quality measurement was PSNR (Peak Signal to Noise Ratio) and SSIM(Structural Similarity Index). The original video frames along with error video frames are compared with both the Error concealment algorithms. According to simulation results, Frequency Selective Extrapolation is showing better quality measures such as 48% improved PSNR and 94% increased SSIM than Block Matching Algorithm.

  4. Constrained motion estimation-based error resilient coding for HEVC

    NASA Astrophysics Data System (ADS)

    Guo, Weihan; Zhang, Yongfei; Li, Bo

    2018-04-01

    Unreliable communication channels might lead to packet losses and bit errors in the videos transmitted through it, which will cause severe video quality degradation. This is even worse for HEVC since more advanced and powerful motion estimation methods are introduced to further remove the inter-frame dependency and thus improve the coding efficiency. Once a Motion Vector (MV) is lost or corrupted, it will cause distortion in the decoded frame. More importantly, due to motion compensation, the error will propagate along the motion prediction path, accumulate over time, and significantly degrade the overall video presentation quality. To address this problem, we study the problem of encoder-sider error resilient coding for HEVC and propose a constrained motion estimation scheme to mitigate the problem of error propagation to subsequent frames. The approach is achieved by cutting off MV dependencies and limiting the block regions which are predicted by temporal motion vector. The experimental results show that the proposed method can effectively suppress the error propagation caused by bit errors of motion vector and can improve the robustness of the stream in the bit error channels. When the bit error probability is 10-5, an increase of the decoded video quality (PSNR) by up to1.310dB and on average 0.762 dB can be achieved, compared to the reference HEVC.

  5. High-resolution, low-delay, and error-resilient medical ultrasound video communication using H.264/AVC over mobile WiMAX networks.

    PubMed

    Panayides, Andreas; Antoniou, Zinonas C; Mylonas, Yiannos; Pattichis, Marios S; Pitsillides, Andreas; Pattichis, Constantinos S

    2013-05-01

    In this study, we describe an effective video communication framework for the wireless transmission of H.264/AVC medical ultrasound video over mobile WiMAX networks. Medical ultrasound video is encoded using diagnostically-driven, error resilient encoding, where quantization levels are varied as a function of the diagnostic significance of each image region. We demonstrate how our proposed system allows for the transmission of high-resolution clinical video that is encoded at the clinical acquisition resolution and can then be decoded with low-delay. To validate performance, we perform OPNET simulations of mobile WiMAX Medium Access Control (MAC) and Physical (PHY) layers characteristics that include service prioritization classes, different modulation and coding schemes, fading channels conditions, and mobility. We encode the medical ultrasound videos at the 4CIF (704 × 576) resolution that can accommodate clinical acquisition that is typically performed at lower resolutions. Video quality assessment is based on both clinical (subjective) and objective evaluations.

  6. Design and analysis of multihypothesis motion-compensated prediction (MHMCP) codec for error-resilient visual communications

    NASA Astrophysics Data System (ADS)

    Kung, Wei-Ying; Kim, Chang-Su; Kuo, C.-C. Jay

    2004-10-01

    A multi-hypothesis motion compensated prediction (MHMCP) scheme, which predicts a block from a weighted superposition of more than one reference blocks in the frame buffer, is proposed and analyzed for error resilient visual communication in this research. By combining these reference blocks effectively, MHMCP can enhance the error resilient capability of compressed video as well as achieve a coding gain. In particular, we investigate the error propagation effect in the MHMCP coder and analyze the rate-distortion performance in terms of the hypothesis number and hypothesis coefficients. It is shown that MHMCP suppresses the short-term effect of error propagation more effectively than the intra refreshing scheme. Simulation results are given to confirm the analysis. Finally, several design principles for the MHMCP coder are derived based on the analytical and experimental results.

  7. Clover: Compiler directed lightweight soft error resilience

    DOE PAGES

    Liu, Qingrui; Lee, Dongyoon; Jung, Changhee; ...

    2015-05-01

    This paper presents Clover, a compiler directed soft error detection and recovery scheme for lightweight soft error resilience. The compiler carefully generates soft error tolerant code based on idem-potent processing without explicit checkpoint. During program execution, Clover relies on a small number of acoustic wave detectors deployed in the processor to identify soft errors by sensing the wave made by a particle strike. To cope with DUE (detected unrecoverable errors) caused by the sensing latency of error detection, Clover leverages a novel selective instruction duplication technique called tail-DMR (dual modular redundancy). Once a soft error is detected by either themore » sensor or the tail-DMR, Clover takes care of the error as in the case of exception handling. To recover from the error, Clover simply redirects program control to the beginning of the code region where the error is detected. Lastly, the experiment results demonstrate that the average runtime overhead is only 26%, which is a 75% reduction compared to that of the state-of-the-art soft error resilience technique.« less

  8. RD Optimized, Adaptive, Error-Resilient Transmission of MJPEG2000-Coded Video over Multiple Time-Varying Channels

    NASA Astrophysics Data System (ADS)

    Bezan, Scott; Shirani, Shahram

    2006-12-01

    To reliably transmit video over error-prone channels, the data should be both source and channel coded. When multiple channels are available for transmission, the problem extends to that of partitioning the data across these channels. The condition of transmission channels, however, varies with time. Therefore, the error protection added to the data at one instant of time may not be optimal at the next. In this paper, we propose a method for adaptively adding error correction code in a rate-distortion (RD) optimized manner using rate-compatible punctured convolutional codes to an MJPEG2000 constant rate-coded frame of video. We perform an analysis on the rate-distortion tradeoff of each of the coding units (tiles and packets) in each frame and adapt the error correction code assigned to the unit taking into account the bandwidth and error characteristics of the channels. This method is applied to both single and multiple time-varying channel environments. We compare our method with a basic protection method in which data is either not transmitted, transmitted with no protection, or transmitted with a fixed amount of protection. Simulation results show promising performance for our proposed method.

  9. Evaluating video digitizer errors

    NASA Astrophysics Data System (ADS)

    Peterson, C.

    2016-01-01

    Analog output video cameras remain popular for recording meteor data. Although these cameras uniformly employ electronic detectors with fixed pixel arrays, the digitization process requires resampling the horizontal lines as they are output in order to reconstruct the pixel data, usually resulting in a new data array of different horizontal dimensions than the native sensor. Pixel timing is not provided by the camera, and must be reconstructed based on line sync information embedded in the analog video signal. Using a technique based on hot pixels, I present evidence that jitter, sync detection, and other timing errors introduce both position and intensity errors which are not present in cameras which internally digitize their sensors and output the digital data directly.

  10. Improved Techniques for Video Compression and Communication

    ERIC Educational Resources Information Center

    Chen, Haoming

    2016-01-01

    Video compression and communication has been an important field over the past decades and critical for many applications, e.g., video on demand, video-conferencing, and remote education. In many applications, providing low-delay and error-resilient video transmission and increasing the coding efficiency are two major challenges. Low-delay and…

  11. Using video recording to identify management errors in pediatric trauma resuscitation.

    PubMed

    Oakley, Ed; Stocker, Sergio; Staubli, Georg; Young, Simon

    2006-03-01

    To determine the ability of video recording to identify management errors in trauma resuscitation and to compare this method with medical record review. The resuscitation of children who presented to the emergency department of the Royal Children's Hospital between February 19, 2001, and August 18, 2002, for whom the trauma team was activated was video recorded. The tapes were analyzed, and management was compared with Advanced Trauma Life Support guidelines. Deviations from these guidelines were recorded as errors. Fifty video recordings were analyzed independently by 2 reviewers. Medical record review was undertaken for a cohort of the most seriously injured patients, and errors were identified. The errors detected with the 2 methods were compared. Ninety resuscitations were video recorded and analyzed. An average of 5.9 errors per resuscitation was identified with this method (range: 1-12 errors). Twenty-five children (28%) had an injury severity score of >11; there was an average of 2.16 errors per patient in this group. Only 10 (20%) of these errors were detected in the medical record review. Medical record review detected an additional 8 errors that were not evident on the video recordings. Concordance between independent reviewers was high, with 93% agreement. Video recording is more effective than medical record review in detecting management errors in pediatric trauma resuscitation. Management errors in pediatric trauma resuscitation are common and often involve basic resuscitation principles. Resuscitation of the most seriously injured children was associated with fewer errors. Video recording is a useful adjunct to trauma resuscitation auditing.

  12. Adaptive UEP and Packet Size Assignment for Scalable Video Transmission over Burst-Error Channels

    NASA Astrophysics Data System (ADS)

    Lee, Chen-Wei; Yang, Chu-Sing; Su, Yih-Ching

    2006-12-01

    This work proposes an adaptive unequal error protection (UEP) and packet size assignment scheme for scalable video transmission over a burst-error channel. An analytic model is developed to evaluate the impact of channel bit error rate on the quality of streaming scalable video. A video transmission scheme, which combines the adaptive assignment of packet size with unequal error protection to increase the end-to-end video quality, is proposed. Several distinct scalable video transmission schemes over burst-error channel have been compared, and the simulation results reveal that the proposed transmission schemes can react to varying channel conditions with less and smoother quality degradation.

  13. A novel multiple description scalable coding scheme for mobile wireless video transmission

    NASA Astrophysics Data System (ADS)

    Zheng, Haifeng; Yu, Lun; Chen, Chang Wen

    2005-03-01

    We proposed in this paper a novel multiple description scalable coding (MDSC) scheme based on in-band motion compensation temporal filtering (IBMCTF) technique in order to achieve high video coding performance and robust video transmission. The input video sequence is first split into equal-sized groups of frames (GOFs). Within a GOF, each frame is hierarchically decomposed by discrete wavelet transform. Since there is a direct relationship between wavelet coefficients and what they represent in the image content after wavelet decomposition, we are able to reorganize the spatial orientation trees to generate multiple bit-streams and employed SPIHT algorithm to achieve high coding efficiency. We have shown that multiple bit-stream transmission is very effective in combating error propagation in both Internet video streaming and mobile wireless video. Furthermore, we adopt the IBMCTF scheme to remove the redundancy for inter-frames along the temporal direction using motion compensated temporal filtering, thus high coding performance and flexible scalability can be provided in this scheme. In order to make compressed video resilient to channel error and to guarantee robust video transmission over mobile wireless channels, we add redundancy to each bit-stream and apply error concealment strategy for lost motion vectors. Unlike traditional multiple description schemes, the integration of these techniques enable us to generate more than two bit-streams that may be more appropriate for multiple antenna transmission of compressed video. Simulate results on standard video sequences have shown that the proposed scheme provides flexible tradeoff between coding efficiency and error resilience.

  14. Testing Video and Social Media for Engaging Users of the U.S. Climate Resilience Toolkit

    NASA Astrophysics Data System (ADS)

    Green, C. J.; Gardiner, N.; Niepold, F., III; Esposito, C.

    2015-12-01

    We developed a custom video production stye and a method for analyzing social media behavior so that we may deliberately build and track audience growth for decision-support tools and case studies within the U.S. Climate Resilience Toolkit. The new style of video focuses quickly on decision processes; its 30s format is well-suited for deployment through social media. We measured both traffic and engagement with video using Google Analytics. Each video included an embedded tag, allowing us to measure viewers' behavior: whether or not they entered the toolkit website; the duration of their session on the website; and the number pages they visited in that session. Results showed that video promotion was more effective on Facebook than Twitter. Facebook links generated twice the number of visits to the toolkit. Videos also increased Facebook interaction overall. Because most Facebook users are return visitors, this campaign did not substantially draw new site visitors. We continue to research and apply these methods in a targeted engagement and outreach campaign that utilizes the theory of social diffusion and social influence strategies to grow our audience of "influential" decision-makers and people within their social networks. Our goal is to increase access and use of the U.S. Climate Resilience Toolkit.

  15. Influence of video compression on the measurement error of the television system

    NASA Astrophysics Data System (ADS)

    Sotnik, A. V.; Yarishev, S. N.; Korotaev, V. V.

    2015-05-01

    Video data require a very large memory capacity. Optimal ratio quality / volume video encoding method is one of the most actual problem due to the urgent need to transfer large amounts of video over various networks. The technology of digital TV signal compression reduces the amount of data used for video stream representation. Video compression allows effective reduce the stream required for transmission and storage. It is important to take into account the uncertainties caused by compression of the video signal in the case of television measuring systems using. There are a lot digital compression methods. The aim of proposed work is research of video compression influence on the measurement error in television systems. Measurement error of the object parameter is the main characteristic of television measuring systems. Accuracy characterizes the difference between the measured value abd the actual parameter value. Errors caused by the optical system can be selected as a source of error in the television systems measurements. Method of the received video signal processing is also a source of error. Presence of error leads to large distortions in case of compression with constant data stream rate. Presence of errors increases the amount of data required to transmit or record an image frame in case of constant quality. The purpose of the intra-coding is reducing of the spatial redundancy within a frame (or field) of television image. This redundancy caused by the strong correlation between the elements of the image. It is possible to convert an array of image samples into a matrix of coefficients that are not correlated with each other, if one can find corresponding orthogonal transformation. It is possible to apply entropy coding to these uncorrelated coefficients and achieve a reduction in the digital stream. One can select such transformation that most of the matrix coefficients will be almost zero for typical images . Excluding these zero coefficients also

  16. A Quatro-Based 65-nm Flip-Flop Circuit for Soft-Error Resilience

    NASA Astrophysics Data System (ADS)

    Li, Y.-Q.; Wang, H.-B.; Liu, R.; Chen, L.; Nofal, I.; Shi, S.-T.; He, A.-L.; Guo, G.; Baeg, S. H.; Wen, S.-J.; Wong, R.; Chen, M.; Wu, Q.

    2017-06-01

    A flip-flop circuit hardened against soft errors is presented in this paper. This design is an improved version of Quatro for further enhanced soft-error resilience by integrating the guard-gate technique. The proposed design, as well as reference Quatro and regular flip-flops, was implemented and manufactured in a 65-nm CMOS bulk technology. Experimental characterization results of their alpha and heavy ions soft-error rates verified the superior hardening performance of the proposed design over the other two circuits.

  17. Quantitative evaluation for accumulative calibration error and video-CT registration errors in electromagnetic-tracked endoscopy.

    PubMed

    Liu, Sheena Xin; Gutiérrez, Luis F; Stanton, Doug

    2011-05-01

    Electromagnetic (EM)-guided endoscopy has demonstrated its value in minimally invasive interventions. Accuracy evaluation of the system is of paramount importance to clinical applications. Previously, a number of researchers have reported the results of calibrating the EM-guided endoscope; however, the accumulated errors of an integrated system, which ultimately reflect intra-operative performance, have not been characterized. To fill this vacancy, we propose a novel system to perform this evaluation and use a 3D metric to reflect the intra-operative procedural accuracy. This paper first presents a portable design and a method for calibration of an electromagnetic (EM)-tracked endoscopy system. An evaluation scheme is then described that uses the calibration results and EM-CT registration to enable real-time data fusion between CT and endoscopic video images. We present quantitative evaluation results for estimating the accuracy of this system using eight internal fiducials as the targets on an anatomical phantom: the error is obtained by comparing the positions of these targets in the CT space, EM space and endoscopy image space. To obtain 3D error estimation, the 3D locations of the targets in the endoscopy image space are reconstructed from stereo views of the EM-tracked monocular endoscope. Thus, the accumulated errors are evaluated in a controlled environment, where the ground truth information is present and systematic performance (including the calibration error) can be assessed. We obtain the mean in-plane error to be on the order of 2 pixels. To evaluate the data integration performance for virtual navigation, target video-CT registration error (TRE) is measured as the 3D Euclidean distance between the 3D-reconstructed targets of endoscopy video images and the targets identified in CT. The 3D error (TRE) encapsulates EM-CT registration error, EM-tracking error, fiducial localization error, and optical-EM calibration error. We present in this paper our

  18. Combined Wavelet Video Coding and Error Control for Internet Streaming and Multicast

    NASA Astrophysics Data System (ADS)

    Chu, Tianli; Xiong, Zixiang

    2003-12-01

    This paper proposes an integrated approach to Internet video streaming and multicast (e.g., receiver-driven layered multicast (RLM) by McCanne) based on combined wavelet video coding and error control. We design a packetized wavelet video (PWV) coder to facilitate its integration with error control. The PWV coder produces packetized layered bitstreams that are independent among layers while being embedded within each layer. Thus, a lost packet only renders the following packets in the same layer useless. Based on the PWV coder, we search for a multilayered error-control strategy that optimally trades off source and channel coding for each layer under a given transmission rate to mitigate the effects of packet loss. While both the PWV coder and the error-control strategy are new—the former incorporates embedded wavelet video coding and packetization and the latter extends the single-layered approach for RLM by Chou et al.—the main distinction of this paper lies in the seamless integration of the two parts. Theoretical analysis shows a gain of up to 1 dB on a channel with 20% packet loss using our combined approach over separate designs of the source coder and the error-control mechanism. This is also substantiated by our simulations with a gain of up to 0.6 dB. In addition, our simulations show a gain of up to 2.2 dB over previous results reported by Chou et al.

  19. Competitive action video game players display rightward error bias during on-line video game play.

    PubMed

    Roebuck, Andrew J; Dubnyk, Aurora J B; Cochran, David; Mandryk, Regan L; Howland, John G; Harms, Victoria

    2017-09-12

    Research in asymmetrical visuospatial attention has identified a leftward bias in the general population across a variety of measures including visual attention and line-bisection tasks. In addition, increases in rightward collisions, or bumping, during visuospatial navigation tasks have been demonstrated in real world and virtual environments. However, little research has investigated these biases beyond the laboratory. The present study uses a semi-naturalistic approach and the online video game streaming service Twitch to examine navigational errors and assaults as skilled action video game players (n = 60) compete in Counter Strike: Global Offensive. This study showed a significant rightward bias in both fatal assaults and navigational errors. Analysis using the in-game ranking system as a measure of skill failed to show a relationship between bias and skill. These results suggest that a leftward visuospatial bias may exist in skilled players during online video game play. However, the present study was unable to account for some factors such as environmental symmetry and player handedness. In conclusion, video game streaming is a promising method for behavioural research in the future, however further study is required before one can determine whether these results are an artefact of the method applied, or representative of a genuine rightward bias.

  20. Learning from Errors in Dual Vocational Education: Video-Enhanced Instructional Strategies

    ERIC Educational Resources Information Center

    Cattaneo, Alberto A. P.; Boldrini, Elena

    2017-01-01

    Purpose: Starting from the identification of some theoretically driven instructional principles, this paper presents a set of empirical cases based on strategies to learn from errors. The purpose of this paper is to provide first evidence about the feasibility and the effectiveness for learning of video-enhanced error-based strategies in…

  1. Evaluation of lens distortion errors using an underwater camera system for video-based motion analysis

    NASA Technical Reports Server (NTRS)

    Poliner, Jeffrey; Fletcher, Lauren; Klute, Glenn K.

    1994-01-01

    Video-based motion analysis systems are widely employed to study human movement, using computers to capture, store, process, and analyze video data. This data can be collected in any environment where cameras can be located. One of the NASA facilities where human performance research is conducted is the Weightless Environment Training Facility (WETF), a pool of water which simulates zero-gravity with neutral buoyance. Underwater video collection in the WETF poses some unique problems. This project evaluates the error caused by the lens distortion of the WETF cameras. A grid of points of known dimensions was constructed and videotaped using a video vault underwater system. Recorded images were played back on a VCR and a personal computer grabbed and stored the images on disk. These images were then digitized to give calculated coordinates for the grid points. Errors were calculated as the distance from the known coordinates of the points to the calculated coordinates. It was demonstrated that errors from lens distortion could be as high as 8 percent. By avoiding the outermost regions of a wide-angle lens, the error can be kept smaller.

  2. Spatial resampling of IDR frames for low bitrate video coding with HEVC

    NASA Astrophysics Data System (ADS)

    Hosking, Brett; Agrafiotis, Dimitris; Bull, David; Easton, Nick

    2015-03-01

    As the demand for higher quality and higher resolution video increases, many applications fail to meet this demand due to low bandwidth restrictions. One factor contributing to this problem is the high bitrate requirement of the intra-coded Instantaneous Decoding Refresh (IDR) frames featuring in all video coding standards. Frequent coding of IDR frames is essential for error resilience in order to prevent the occurrence of error propagation. However, as each one consumes a huge portion of the available bitrate, the quality of future coded frames is hindered by high levels of compression. This work presents a new technique, known as Spatial Resampling of IDR Frames (SRIF), and shows how it can increase the rate distortion performance by providing a higher and more consistent level of video quality at low bitrates.

  3. ASCERTAINMENT OF ON-ROAD SAFETY ERRORS BASED ON VIDEO REVIEW

    PubMed Central

    Dawson, Jeffrey D.; Uc, Ergun Y.; Anderson, Steven W.; Dastrup, Elizabeth; Johnson, Amy M.; Rizzo, Matthew

    2011-01-01

    Summary Using an instrumented vehicle, we have studied several aspects of the on-road performance of healthy and diseased elderly drivers. One goal from such studies is to ascertain the type and frequency of driving safety errors. Because the judgment of such errors is somewhat subjective, we applied a taxonomy system of 15 general safety error categories and 76 specific safety error types. We also employed and trained professional driving instructors to review the video data of the on-road drives. In this report, we illustrate our rating system on a group of 111 drivers, ages 65 to 89. These drivers made errors in 13 of the 15 error categories, comprising 42 of the 76 error types. A mean (SD) of 35.8 (12.8) safety errors per drive were noted, with 2.1 (1.7) of them being judged as serious. Our methodology may be useful in applications such as intervention studies, and in longitudinal studies of changes in driving abilities in patients with declining cognitive ability. PMID:24273753

  4. Improvements in Resilience, Stress, and Somatic Symptoms Following Online Resilience Training

    PubMed Central

    Smith, Brad; Shatté, Andrew; Perlman, Adam; Siers, Michael; Lynch, Wendy D.

    2018-01-01

    Objective: To determine if participation in an online resilience program impacts resilience, stress, and somatic symptoms. Methods: Approximately 600 enrollees in the meQuilibrium resilience program received a series of brief, individually prescribed video, and text training modules in a user-friendly format. Regression models tested how time in the program affected change in resilience from baseline and how changes in resilience affected change in stress and reported symptoms. Results: A significant dose–response was detected, where increases in the time spent in training corresponded to greater improvements in resilience. Degree of change in resilience predicted the magnitude of reduction in stress and symptoms. Participants with the lowest resilience level at baseline experienced greater improvements. Conclusion: Interaction with the online resilience training program had a positive effect on resilience, stress, and symptoms in proportion to the time of use. PMID:28820863

  5. Fast and error-resilient coherent control in an atomic vapor

    NASA Astrophysics Data System (ADS)

    He, Yizun; Wang, Mengbing; Zhao, Jian; Qiu, Liyang; Wang, Yuzhuo; Fang, Yami; Zhao, Kaifeng; Wu, Saijun

    2017-04-01

    Nanosecond chirped pulses from an optical arbitrary waveform generator is applied to both invert and coherently split the D1 line population of potassium vapor within a laser focal volume of 2X105 μ m3. The inversion fidelity of f>96%, mainly limited by spontaneous emission during the nanosecond pulse, is inferred from both probe light transmission and superfluorescence emission. The nearly perfect inversion is uniformly achieved for laser intensity varying over an order of magnitude, and is tolerant to detuning error of more than 1000 times the D1 transition linewidth. We further demonstrate enhanced intensity error resilience with multiple chirped pulses and ``universal composite pulses''. This fast and robust coherent control technique should find wide applications in the field of quantum optics, laser cooling, and atom interferometry. This work is supported by National Key Research Program of China under Grant No. 2016YFA0302000, and NNSFC under Grant No. 11574053.

  6. A study of the viability of exploiting memory content similarity to improve resilience to memory errors

    DOE PAGES

    Levy, Scott; Ferreira, Kurt B.; Bridges, Patrick G.; ...

    2014-12-09

    Building the next-generation of extreme-scale distributed systems will require overcoming several challenges related to system resilience. As the number of processors in these systems grow, the failure rate increases proportionally. One of the most common sources of failure in large-scale systems is memory. In this paper, we propose a novel runtime for transparently exploiting memory content similarity to improve system resilience by reducing the rate at which memory errors lead to node failure. We evaluate the viability of this approach by examining memory snapshots collected from eight high-performance computing (HPC) applications and two important HPC operating systems. Based on themore » characteristics of the similarity uncovered, we conclude that our proposed approach shows promise for addressing system resilience in large-scale systems.« less

  7. Sub-component modeling for face image reconstruction in video communications

    NASA Astrophysics Data System (ADS)

    Shiell, Derek J.; Xiao, Jing; Katsaggelos, Aggelos K.

    2008-08-01

    Emerging communications trends point to streaming video as a new form of content delivery. These systems are implemented over wired systems, such as cable or ethernet, and wireless networks, cell phones, and portable game systems. These communications systems require sophisticated methods of compression and error-resilience encoding to enable communications across band-limited and noisy delivery channels. Additionally, the transmitted video data must be of high enough quality to ensure a satisfactory end-user experience. Traditionally, video compression makes use of temporal and spatial coherence to reduce the information required to represent an image. In many communications systems, the communications channel is characterized by a probabilistic model which describes the capacity or fidelity of the channel. The implication is that information is lost or distorted in the channel, and requires concealment on the receiving end. We demonstrate a generative model based transmission scheme to compress human face images in video, which has the advantages of a potentially higher compression ratio, while maintaining robustness to errors and data corruption. This is accomplished by training an offline face model and using the model to reconstruct face images on the receiving end. We propose a sub-component AAM modeling the appearance of sub-facial components individually, and show face reconstruction results under different types of video degradation using a weighted and non-weighted version of the sub-component AAM.

  8. Reliable video transmission over fading channels via channel state estimation

    NASA Astrophysics Data System (ADS)

    Kumwilaisak, Wuttipong; Kim, JongWon; Kuo, C.-C. Jay

    2000-04-01

    Transmission of continuous media such as video over time- varying wireless communication channels can benefit from the use of adaptation techniques in both source and channel coding. An adaptive feedback-based wireless video transmission scheme is investigated in this research with special emphasis on feedback-based adaptation. To be more specific, an interactive adaptive transmission scheme is developed by letting the receiver estimate the channel state information and send it back to the transmitter. By utilizing the feedback information, the transmitter is capable of adapting the level of protection by changing the flexible RCPC (rate-compatible punctured convolutional) code ratio depending on the instantaneous channel condition. The wireless channel is modeled as a fading channel, where the long-term and short- term fading effects are modeled as the log-normal fading and the Rayleigh flat fading, respectively. Then, its state (mainly the long term fading portion) is tracked and predicted by using an adaptive LMS (least mean squares) algorithm. By utilizing the delayed feedback on the channel condition, the adaptation performance of the proposed scheme is first evaluated in terms of the error probability and the throughput. It is then extended to incorporate variable size packets of ITU-T H.263+ video with the error resilience option. Finally, the end-to-end performance of wireless video transmission is compared against several non-adaptive protection schemes.

  9. Versioned distributed arrays for resilience in scientific applications: Global view resilience

    DOE PAGES

    Chien, A.; Balaji, P.; Beckman, P.; ...

    2015-06-01

    Exascale studies project reliability challenges for future high-performance computing (HPC) systems. We propose the Global View Resilience (GVR) system, a library that enables applications to add resilience in a portable, application-controlled fashion using versioned distributed arrays. We describe GVR’s interfaces to distributed arrays, versioning, and cross-layer error recovery. Using several large applications (OpenMC, the preconditioned conjugate gradient solver PCG, ddcMD, and Chombo), we evaluate the programmer effort to add resilience. The required changes are small (<2% LOC), localized, and machine-independent, requiring no software architecture changes. We also measure the overhead of adding GVR versioning and show that generally overheads <2%more » are achieved. We conclude that GVR’s interfaces and implementation are flexible and portable and create a gentle-slope path to tolerate growing error rates in future systems.« less

  10. Scalable video transmission over Rayleigh fading channels using LDPC codes

    NASA Astrophysics Data System (ADS)

    Bansal, Manu; Kondi, Lisimachos P.

    2005-03-01

    In this paper, we investigate an important problem of efficiently utilizing the available resources for video transmission over wireless channels while maintaining a good decoded video quality and resilience to channel impairments. Our system consists of the video codec based on 3-D set partitioning in hierarchical trees (3-D SPIHT) algorithm and employs two different schemes using low-density parity check (LDPC) codes for channel error protection. The first method uses the serial concatenation of the constant-rate LDPC code and rate-compatible punctured convolutional (RCPC) codes. Cyclic redundancy check (CRC) is used to detect transmission errors. In the other scheme, we use the product code structure consisting of a constant rate LDPC/CRC code across the rows of the `blocks' of source data and an erasure-correction systematic Reed-Solomon (RS) code as the column code. In both the schemes introduced here, we use fixed-length source packets protected with unequal forward error correction coding ensuring a strictly decreasing protection across the bitstream. A Rayleigh flat-fading channel with additive white Gaussian noise (AWGN) is modeled for the transmission. The rate-distortion optimization algorithm is developed and carried out for the selection of source coding and channel coding rates using Lagrangian optimization. The experimental results demonstrate the effectiveness of this system under different wireless channel conditions and both the proposed methods (LDPC+RCPC/CRC and RS+LDPC/CRC) outperform the more conventional schemes such as those employing RCPC/CRC.

  11. CLEAR: Cross-Layer Exploration for Architecting Resilience

    DTIC Science & Technology

    2017-03-01

    benchmark analysis, also provides cost-effective solutions (~1% additional energy cost for the same 50× improvement). This paper addresses the...core (OoO-core) [Wang 04], across 18 benchmarks . Such extensive exploration enables us to conclusively answer the above cross-layer resilience...analysis of the effects of soft errors on application benchmarks , provides a highly effective soft error resilience approach. 3. The above

  12. Fast Video Encryption Using the H.264 Error Propagation Property for Smart Mobile Devices

    PubMed Central

    Chung, Yongwha; Lee, Sungju; Jeon, Taewoong; Park, Daihee

    2015-01-01

    In transmitting video data securely over Video Sensor Networks (VSNs), since mobile handheld devices have limited resources in terms of processor clock speed and battery size, it is necessary to develop an efficient method to encrypt video data to meet the increasing demand for secure connections. Selective encryption methods can reduce the amount of computation needed while satisfying high-level security requirements. This is achieved by selecting an important part of the video data and encrypting it. In this paper, to ensure format compliance and security, we propose a special encryption method for H.264, which encrypts only the DC/ACs of I-macroblocks and the motion vectors of P-macroblocks. In particular, the proposed new selective encryption method exploits the error propagation property in an H.264 decoder and improves the collective performance by analyzing the tradeoff between the visual security level and the processing speed compared to typical selective encryption methods (i.e., I-frame, P-frame encryption, and combined I-/P-frame encryption). Experimental results show that the proposed method can significantly reduce the encryption workload without any significant degradation of visual security. PMID:25850068

  13. Optimal full motion video registration with rigorous error propagation

    NASA Astrophysics Data System (ADS)

    Dolloff, John; Hottel, Bryant; Doucette, Peter; Theiss, Henry; Jocher, Glenn

    2014-06-01

    Optimal full motion video (FMV) registration is a crucial need for the Geospatial community. It is required for subsequent and optimal geopositioning with simultaneous and reliable accuracy prediction. An overall approach being developed for such registration is presented that models relevant error sources in terms of the expected magnitude and correlation of sensor errors. The corresponding estimator is selected based on the level of accuracy of the a priori information of the sensor's trajectory and attitude (pointing) information, in order to best deal with non-linearity effects. Estimator choices include near real-time Kalman Filters and batch Weighted Least Squares. Registration solves for corrections to the sensor a priori information for each frame. It also computes and makes available a posteriori accuracy information, i.e., the expected magnitude and correlation of sensor registration errors. Both the registered sensor data and its a posteriori accuracy information are then made available to "down-stream" Multi-Image Geopositioning (MIG) processes. An object of interest is then measured on the registered frames and a multi-image optimal solution, including reliable predicted solution accuracy, is then performed for the object's 3D coordinates. This paper also describes a robust approach to registration when a priori information of sensor attitude is unavailable. It makes use of structure-from-motion principles, but does not use standard Computer Vision techniques, such as estimation of the Essential Matrix which can be very sensitive to noise. The approach used instead is a novel, robust, direct search-based technique.

  14. Resilience Design Patterns - A Structured Approach to Resilience at Extreme Scale (version 1.0)

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

    Hukerikar, Saurabh; Engelmann, Christian

    Reliability is a serious concern for future extreme-scale high-performance computing (HPC) systems. Projections based on the current generation of HPC systems and technology roadmaps suggest that very high fault rates in future systems. The errors resulting from these faults will propagate and generate various kinds of failures, which may result in outcomes ranging from result corruptions to catastrophic application crashes. Practical limits on power consumption in HPC systems will require future systems to embrace innovative architectures, increasing the levels of hardware and software complexities. The resilience challenge for extreme-scale HPC systems requires management of various hardware and software technologies thatmore » are capable of handling a broad set of fault models at accelerated fault rates. These techniques must seek to improve resilience at reasonable overheads to power consumption and performance. While the HPC community has developed various solutions, application-level as well as system-based solutions, the solution space of HPC resilience techniques remains fragmented. There are no formal methods and metrics to investigate and evaluate resilience holistically in HPC systems that consider impact scope, handling coverage, and performance & power eciency across the system stack. Additionally, few of the current approaches are portable to newer architectures and software ecosystems, which are expected to be deployed on future systems. In this document, we develop a structured approach to the management of HPC resilience based on the concept of resilience-based design patterns. A design pattern is a general repeatable solution to a commonly occurring problem. We identify the commonly occurring problems and solutions used to deal with faults, errors and failures in HPC systems. The catalog of resilience design patterns provides designers with reusable design elements. We define a design framework that enhances our understanding of the important

  15. Resilience Design Patterns - A Structured Approach to Resilience at Extreme Scale (version 1.1)

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

    Hukerikar, Saurabh; Engelmann, Christian

    Reliability is a serious concern for future extreme-scale high-performance computing (HPC) systems. Projections based on the current generation of HPC systems and technology roadmaps suggest the prevalence of very high fault rates in future systems. The errors resulting from these faults will propagate and generate various kinds of failures, which may result in outcomes ranging from result corruptions to catastrophic application crashes. Therefore the resilience challenge for extreme-scale HPC systems requires management of various hardware and software technologies that are capable of handling a broad set of fault models at accelerated fault rates. Also, due to practical limits on powermore » consumption in HPC systems future systems are likely to embrace innovative architectures, increasing the levels of hardware and software complexities. As a result the techniques that seek to improve resilience must navigate the complex trade-off space between resilience and the overheads to power consumption and performance. While the HPC community has developed various resilience solutions, application-level techniques as well as system-based solutions, the solution space of HPC resilience techniques remains fragmented. There are no formal methods and metrics to investigate and evaluate resilience holistically in HPC systems that consider impact scope, handling coverage, and performance & power efficiency across the system stack. Additionally, few of the current approaches are portable to newer architectures and software environments that will be deployed on future systems. In this document, we develop a structured approach to the management of HPC resilience using the concept of resilience-based design patterns. A design pattern is a general repeatable solution to a commonly occurring problem. We identify the commonly occurring problems and solutions used to deal with faults, errors and failures in HPC systems. Each established solution is described in the form of a

  16. An Approach for the Assessment of System Upset Resilience

    NASA Technical Reports Server (NTRS)

    Torres-Pomales, Wilfredo

    2013-01-01

    This report describes an approach for the assessment of upset resilience that is applicable to systems in general, including safety-critical, real-time systems. For this work, resilience is defined as the ability to preserve and restore service availability and integrity under stated conditions of configuration, functional inputs and environmental conditions. To enable a quantitative approach, we define novel system service degradation metrics and propose a new mathematical definition of resilience. These behavioral-level metrics are based on the fundamental service classification criteria of correctness, detectability, symmetry and persistence. This approach consists of a Monte-Carlo-based stimulus injection experiment, on a physical implementation or an error-propagation model of a system, to generate a system response set that can be characterized in terms of dimensional error metrics and integrated to form an overall measure of resilience. We expect this approach to be helpful in gaining insight into the error containment and repair capabilities of systems for a wide range of conditions.

  17. Resilience Design Patterns: A Structured Approach to Resilience at Extreme Scale

    DOE PAGES

    Engelmann, Christian; Hukerikar, Saurabh

    2017-09-01

    Reliability is a serious concern for future extreme-scale high-performance computing (HPC) systems. Projections based on the current generation of HPC systems and technology roadmaps suggest the prevalence of very high fault rates in future systems. While the HPC community has developed various resilience solutions, application-level techniques as well as system-based solutions, the solution space remains fragmented. There are no formal methods and metrics to integrate the various HPC resilience techniques into composite solutions, nor are there methods to holistically evaluate the adequacy and efficacy of such solutions in terms of their protection coverage, and their performance \\& power efficiency characteristics.more » Additionally, few of the current approaches are portable to newer architectures and software environments that will be deployed on future systems. In this paper, we develop a structured approach to the design, evaluation and optimization of HPC resilience using the concept of design patterns. A design pattern is a general repeatable solution to a commonly occurring problem. We identify the problems caused by various types of faults, errors and failures in HPC systems and the techniques used to deal with these events. Each well-known solution that addresses a specific HPC resilience challenge is described in the form of a pattern. We develop a complete catalog of such resilience design patterns, which may be used by system architects, system software and tools developers, application programmers, as well as users and operators as essential building blocks when designing and deploying resilience solutions. We also develop a design framework that enhances a designer's understanding the opportunities for integrating multiple patterns across layers of the system stack and the important constraints during implementation of the individual patterns. It is also useful for defining mechanisms and interfaces to coordinate flexible fault management across

  18. Resilience Design Patterns: A Structured Approach to Resilience at Extreme Scale

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

    Engelmann, Christian; Hukerikar, Saurabh

    Reliability is a serious concern for future extreme-scale high-performance computing (HPC) systems. Projections based on the current generation of HPC systems and technology roadmaps suggest the prevalence of very high fault rates in future systems. While the HPC community has developed various resilience solutions, application-level techniques as well as system-based solutions, the solution space remains fragmented. There are no formal methods and metrics to integrate the various HPC resilience techniques into composite solutions, nor are there methods to holistically evaluate the adequacy and efficacy of such solutions in terms of their protection coverage, and their performance \\& power efficiency characteristics.more » Additionally, few of the current approaches are portable to newer architectures and software environments that will be deployed on future systems. In this paper, we develop a structured approach to the design, evaluation and optimization of HPC resilience using the concept of design patterns. A design pattern is a general repeatable solution to a commonly occurring problem. We identify the problems caused by various types of faults, errors and failures in HPC systems and the techniques used to deal with these events. Each well-known solution that addresses a specific HPC resilience challenge is described in the form of a pattern. We develop a complete catalog of such resilience design patterns, which may be used by system architects, system software and tools developers, application programmers, as well as users and operators as essential building blocks when designing and deploying resilience solutions. We also develop a design framework that enhances a designer's understanding the opportunities for integrating multiple patterns across layers of the system stack and the important constraints during implementation of the individual patterns. It is also useful for defining mechanisms and interfaces to coordinate flexible fault management across

  19. Resilience to emotional distress in response to failure, error or mistakes: A systematic review.

    PubMed

    Johnson, Judith; Panagioti, Maria; Bass, Jennifer; Ramsey, Lauren; Harrison, Reema

    2017-03-01

    Perceptions of failure have been implicated in a range of psychological disorders, and even a single experience of failure can heighten anxiety and depression. However, not all individuals experience significant emotional distress following failure, indicating the presence of resilience. The current systematic review synthesised studies investigating resilience factors to emotional distress resulting from the experience of failure. For the definition of resilience we used the Bi-Dimensional Framework for resilience research (BDF) which suggests that resilience factors are those which buffer the impact of risk factors, and outlines criteria a variable should meet in order to be considered as conferring resilience. Studies were identified through electronic searches of PsycINFO, MEDLINE, EMBASE and Web of Knowledge. Forty-six relevant studies reported in 38 papers met the inclusion criteria. These provided evidence of the presence of factors which confer resilience to emotional distress in response to failure. The strongest support was found for the factors of higher self-esteem, more positive attributional style, and lower socially-prescribed perfectionism. Weaker evidence was found for the factors of lower trait reappraisal, lower self-oriented perfectionism and higher emotional intelligence. The majority of studies used experimental or longitudinal designs. These results identify specific factors which should be targeted by resilience-building interventions. Resilience; failure; stress; self-esteem; attributional style; perfectionism. Copyright © 2016 Elsevier Ltd. All rights reserved.

  20. Development of a framework for resilience measurement: Suggestion of fuzzy Resilience Grade (RG) and fuzzy Resilience Early Warning Grade (REWG).

    PubMed

    Omidvar, Mohsen; Mazloumi, Adel; Mohammad Fam, Iraj; Nirumand, Fereshteh

    2017-01-01

    Resilience engineering (RE) can be an alternative technique to the traditional risk assessment and management techniques, to predict and manage safety conditions of modern socio-technical organizations. While traditional risk management approaches are retrospective and highlight error calculation and computation of malfunction possibilities, resilience engineering seeks ways to improve capacity at all levels of organizations in order to build strong yet flexible processes. Considering the resilience potential measurement as a concern in complex working systems, the aim of this study was to quantify the resilience by the help of fuzzy sets and Multi-Criteria Decision-Making (MCDM) techniques. In this paper, we adopted the fuzzy analytic hierarchy process (FAHP) method to measure resilience in a gas refinery plant. A resilience assessment framework containing six indicators, each with its own sub-indicators, was constructed. Then, the fuzzy weights of the indicators and the sub-indicators were derived from pair-wise comparisons conducted by experts. The fuzzy evaluating vectors of the indicators and the sub-indicators computed according to the initial assessment data. Finally, the Comprehensive Resilience Index (CoRI), Resilience Grade (RG), and Resilience Early Warning Grade (REWG) were established. To demonstrate the applicability of the proposed method, an illustrative example in a gas refinery complex (an instance of socio-technical systems) was provided. CoRI of the refinery ranked as "III". In addition, for the six main indicators, RG and REWG ranked as "III" and "NEWZ", respectively, except for C3, in which RG ranked as "II", and REWG ranked as "OEWZ". The results revealed the engineering practicability and usefulness of the proposed method in resilience evaluation of socio-technical systems.

  1. Prediction of transmission distortion for wireless video communication: analysis.

    PubMed

    Chen, Zhifeng; Wu, Dapeng

    2012-03-01

    Transmitting video over wireless is a challenging problem since video may be seriously distorted due to packet errors caused by wireless channels. The capability of predicting transmission distortion (i.e., video distortion caused by packet errors) can assist in designing video encoding and transmission schemes that achieve maximum video quality or minimum end-to-end video distortion. This paper is aimed at deriving formulas for predicting transmission distortion. The contribution of this paper is twofold. First, we identify the governing law that describes how the transmission distortion process evolves over time and analytically derive the transmission distortion formula as a closed-form function of video frame statistics, channel error statistics, and system parameters. Second, we identify, for the first time, two important properties of transmission distortion. The first property is that the clipping noise, which is produced by nonlinear clipping, causes decay of propagated error. The second property is that the correlation between motion-vector concealment error and propagated error is negative and has dominant impact on transmission distortion, compared with other correlations. Due to these two properties and elegant error/distortion decomposition, our formula provides not only more accurate prediction but also lower complexity than the existing methods.

  2. Towards New Metrics for High-Performance Computing Resilience

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

    Hukerikar, Saurabh; Ashraf, Rizwan A; Engelmann, Christian

    Ensuring the reliability of applications is becoming an increasingly important challenge as high-performance computing (HPC) systems experience an ever-growing number of faults, errors and failures. While the HPC community has made substantial progress in developing various resilience solutions, it continues to rely on platform-based metrics to quantify application resiliency improvements. The resilience of an HPC application is concerned with the reliability of the application outcome as well as the fault handling efficiency. To understand the scope of impact, effective coverage and performance efficiency of existing and emerging resilience solutions, there is a need for new metrics. In this paper, wemore » develop new ways to quantify resilience that consider both the reliability and the performance characteristics of the solutions from the perspective of HPC applications. As HPC systems continue to evolve in terms of scale and complexity, it is expected that applications will experience various types of faults, errors and failures, which will require applications to apply multiple resilience solutions across the system stack. The proposed metrics are intended to be useful for understanding the combined impact of these solutions on an application's ability to produce correct results and to evaluate their overall impact on an application's performance in the presence of various modes of faults.« less

  3. Robust Transmission of H.264/AVC Streams Using Adaptive Group Slicing and Unequal Error Protection

    NASA Astrophysics Data System (ADS)

    Thomos, Nikolaos; Argyropoulos, Savvas; Boulgouris, Nikolaos V.; Strintzis, Michael G.

    2006-12-01

    We present a novel scheme for the transmission of H.264/AVC video streams over lossy packet networks. The proposed scheme exploits the error-resilient features of H.264/AVC codec and employs Reed-Solomon codes to protect effectively the streams. A novel technique for adaptive classification of macroblocks into three slice groups is also proposed. The optimal classification of macroblocks and the optimal channel rate allocation are achieved by iterating two interdependent steps. Dynamic programming techniques are used for the channel rate allocation process in order to reduce complexity. Simulations clearly demonstrate the superiority of the proposed method over other recent algorithms for transmission of H.264/AVC streams.

  4. Impact of packet losses in scalable 3D holoscopic video coding

    NASA Astrophysics Data System (ADS)

    Conti, Caroline; Nunes, Paulo; Ducla Soares, Luís.

    2014-05-01

    Holoscopic imaging became a prospective glassless 3D technology to provide more natural 3D viewing experiences to the end user. Additionally, holoscopic systems also allow new post-production degrees of freedom, such as controlling the plane of focus or the viewing angle presented to the user. However, to successfully introduce this technology into the consumer market, a display scalable coding approach is essential to achieve backward compatibility with legacy 2D and 3D displays. Moreover, to effectively transmit 3D holoscopic content over error-prone networks, e.g., wireless networks or the Internet, error resilience techniques are required to mitigate the impact of data impairments in the user quality perception. Therefore, it is essential to deeply understand the impact of packet losses in terms of decoding video quality for the specific case of 3D holoscopic content, notably when a scalable approach is used. In this context, this paper studies the impact of packet losses when using a three-layer display scalable 3D holoscopic video coding architecture previously proposed, where each layer represents a different level of display scalability (i.e., L0 - 2D, L1 - stereo or multiview, and L2 - full 3D holoscopic). For this, a simple error concealment algorithm is used, which makes use of inter-layer redundancy between multiview and 3D holoscopic content and the inherent correlation of the 3D holoscopic content to estimate lost data. Furthermore, a study of the influence of 2D views generation parameters used in lower layers on the performance of the used error concealment algorithm is also presented.

  5. Systematic analysis of video data from different human-robot interaction studies: a categorization of social signals during error situations.

    PubMed

    Giuliani, Manuel; Mirnig, Nicole; Stollnberger, Gerald; Stadler, Susanne; Buchner, Roland; Tscheligi, Manfred

    2015-01-01

    Human-robot interactions are often affected by error situations that are caused by either the robot or the human. Therefore, robots would profit from the ability to recognize when error situations occur. We investigated the verbal and non-verbal social signals that humans show when error situations occur in human-robot interaction experiments. For that, we analyzed 201 videos of five human-robot interaction user studies with varying tasks from four independent projects. The analysis shows that there are two types of error situations: social norm violations and technical failures. Social norm violations are situations in which the robot does not adhere to the underlying social script of the interaction. Technical failures are caused by technical shortcomings of the robot. The results of the video analysis show that the study participants use many head movements and very few gestures, but they often smile, when in an error situation with the robot. Another result is that the participants sometimes stop moving at the beginning of error situations. We also found that the participants talked more in the case of social norm violations and less during technical failures. Finally, the participants use fewer non-verbal social signals (for example smiling, nodding, and head shaking), when they are interacting with the robot alone and no experimenter or other human is present. The results suggest that participants do not see the robot as a social interaction partner with comparable communication skills. Our findings have implications for builders and evaluators of human-robot interaction systems. The builders need to consider including modules for recognition and classification of head movements to the robot input channels. The evaluators need to make sure that the presence of an experimenter does not skew the results of their user studies.

  6. Systematic analysis of video data from different human–robot interaction studies: a categorization of social signals during error situations

    PubMed Central

    Giuliani, Manuel; Mirnig, Nicole; Stollnberger, Gerald; Stadler, Susanne; Buchner, Roland; Tscheligi, Manfred

    2015-01-01

    Human–robot interactions are often affected by error situations that are caused by either the robot or the human. Therefore, robots would profit from the ability to recognize when error situations occur. We investigated the verbal and non-verbal social signals that humans show when error situations occur in human–robot interaction experiments. For that, we analyzed 201 videos of five human–robot interaction user studies with varying tasks from four independent projects. The analysis shows that there are two types of error situations: social norm violations and technical failures. Social norm violations are situations in which the robot does not adhere to the underlying social script of the interaction. Technical failures are caused by technical shortcomings of the robot. The results of the video analysis show that the study participants use many head movements and very few gestures, but they often smile, when in an error situation with the robot. Another result is that the participants sometimes stop moving at the beginning of error situations. We also found that the participants talked more in the case of social norm violations and less during technical failures. Finally, the participants use fewer non-verbal social signals (for example smiling, nodding, and head shaking), when they are interacting with the robot alone and no experimenter or other human is present. The results suggest that participants do not see the robot as a social interaction partner with comparable communication skills. Our findings have implications for builders and evaluators of human–robot interaction systems. The builders need to consider including modules for recognition and classification of head movements to the robot input channels. The evaluators need to make sure that the presence of an experimenter does not skew the results of their user studies. PMID:26217266

  7. The Role of Sleep in the Health and Resiliency of Military Personnel

    DTIC Science & Technology

    2011-04-01

    enhancing biases, positive emotion, laughter, and repression of the trauma as a coping mechanism . Similar findings have been observed by others in...computers, phones, video games , and other electronic devices.  Realistic or perceived threat to life or of injury  The need for instant...Belenky & Balkin, 2006). 3.3 Resiliency in the Military Resiliency is traditionally a term used in mechanical engineering to describe the physical

  8. Exploring versioned distributed arrays for resilience in scientific applications: Global view resilience

    DOE PAGES

    Chien, Andrew A.; Balaji, Pavan; Dun, Nan; ...

    2016-09-08

    Exascale studies project reliability challenges for future HPC systems. We present the Global View Resilience (GVR) system, a library for portable resilience. GVR begins with a subset of the Global Arrays interface, and adds new capabilities to create versions, name versions, and compute on version data. Applications can focus versioning where and when it is most productive, and customize for each application structure independently. This control is portable, and its embedding in application source makes it natural to express and easy to maintain. The ability to name multiple versions and “partially materialize” them efficiently makes ambitious forward-recovery based on “datamore » slices” across versions or data structures both easy to express and efficient. Using several large applications (OpenMC, preconditioned conjugate gradient (PCG) solver, ddcMD, and Chombo), we evaluate the programming effort to add resilience. The required changes are small (< 2% lines of code (LOC)), localized and machine-independent, and perhaps most important, require no software architecture changes. We also measure the overhead of adding GVR versioning and show that overheads < 2% are generally achieved. This overhead suggests that GVR can be implemented in large-scale codes and support portable error recovery with modest investment and runtime impact. Our results are drawn from both IBM BG/Q and Cray XC30 experiments, demonstrating portability. We also present two case studies of flexible error recovery, illustrating how GVR can be used for multi-version rollback recovery, and several different forward-recovery schemes. GVR’s multi-version enables applications to survive latent errors (silent data corruption) with significant detection latency, and forward recovery can make that recovery extremely efficient. Lastly, our results suggest that GVR is scalable, portable, and efficient. GVR interfaces are flexible, supporting a variety of recovery schemes, and altogether GVR

  9. Exploring versioned distributed arrays for resilience in scientific applications: Global view resilience

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

    Chien, Andrew A.; Balaji, Pavan; Dun, Nan

    Exascale studies project reliability challenges for future HPC systems. We present the Global View Resilience (GVR) system, a library for portable resilience. GVR begins with a subset of the Global Arrays interface, and adds new capabilities to create versions, name versions, and compute on version data. Applications can focus versioning where and when it is most productive, and customize for each application structure independently. This control is portable, and its embedding in application source makes it natural to express and easy to maintain. The ability to name multiple versions and “partially materialize” them efficiently makes ambitious forward-recovery based on “datamore » slices” across versions or data structures both easy to express and efficient. Using several large applications (OpenMC, preconditioned conjugate gradient (PCG) solver, ddcMD, and Chombo), we evaluate the programming effort to add resilience. The required changes are small (< 2% lines of code (LOC)), localized and machine-independent, and perhaps most important, require no software architecture changes. We also measure the overhead of adding GVR versioning and show that overheads < 2% are generally achieved. This overhead suggests that GVR can be implemented in large-scale codes and support portable error recovery with modest investment and runtime impact. Our results are drawn from both IBM BG/Q and Cray XC30 experiments, demonstrating portability. We also present two case studies of flexible error recovery, illustrating how GVR can be used for multi-version rollback recovery, and several different forward-recovery schemes. GVR’s multi-version enables applications to survive latent errors (silent data corruption) with significant detection latency, and forward recovery can make that recovery extremely efficient. Lastly, our results suggest that GVR is scalable, portable, and efficient. GVR interfaces are flexible, supporting a variety of recovery schemes, and altogether GVR

  10. Resolving occlusion and segmentation errors in multiple video object tracking

    NASA Astrophysics Data System (ADS)

    Cheng, Hsu-Yung; Hwang, Jenq-Neng

    2009-02-01

    In this work, we propose a method to integrate the Kalman filter and adaptive particle sampling for multiple video object tracking. The proposed framework is able to detect occlusion and segmentation error cases and perform adaptive particle sampling for accurate measurement selection. Compared with traditional particle filter based tracking methods, the proposed method generates particles only when necessary. With the concept of adaptive particle sampling, we can avoid degeneracy problem because the sampling position and range are dynamically determined by parameters that are updated by Kalman filters. There is no need to spend time on processing particles with very small weights. The adaptive appearance for the occluded object refers to the prediction results of Kalman filters to determine the region that should be updated and avoids the problem of using inadequate information to update the appearance under occlusion cases. The experimental results have shown that a small number of particles are sufficient to achieve high positioning and scaling accuracy. Also, the employment of adaptive appearance substantially improves the positioning and scaling accuracy on the tracking results.

  11. An Evaluation of Educational Neurological Eye Movement Disorder Videos Posted on Internet Video Sharing Sites.

    PubMed

    Hickman, Simon J

    2016-03-01

    Internet video sharing sites allow the free dissemination of educational material. This study investigated the quality and educational content of videos of eye movement disorders posted on such sites. Educational neurological eye movement videos were identified by entering the titles of the eye movement abnormality into the search boxes of the video sharing sites. Also, suggested links were followed from each video. The number of views, likes, and dislikes for each video were recorded. The videos were then rated for their picture and sound quality. Their educational value was assessed according to whether the video included a description of the eye movement abnormality, the anatomical location of the lesion (if appropriate), and the underlying diagnosis. Three hundred fifty-four of these videos were found on YouTube and Vimeo. There was a mean of 6,443 views per video (range, 1-195,957). One hundred nineteen (33.6%) had no form of commentary about the eye movement disorder shown apart from the title. Forty-seven (13.3%) contained errors in the title or in the text. Eighty (22.6%) had excellent educational value by describing the eye movement abnormality, the anatomical location of the lesion, and the underlying diagnosis. Of these, 30 also had good picture and sound quality. The videos with excellent educational value had a mean of 9.84 "likes" per video compared with 2.37 for those videos without a commentary (P < 0.001). The videos that combined excellent educational value with good picture and sound quality had a mean of 10.23 "likes" per video (P = 0.004 vs videos with no commentary). There was no significant difference in the mean number of "dislikes" between those videos that had no commentary or which contained errors and those with excellent educational value. There are a large number of eye movement videos freely available on these sites; however, due to the lack of peer review, a significant number have poor educational value due to having no commentary

  12. Packet-aware transport for video distribution [Invited

    NASA Astrophysics Data System (ADS)

    Aguirre-Torres, Luis; Rosenfeld, Gady; Bruckman, Leon; O'Connor, Mannix

    2006-05-01

    We describe a solution based on resilient packet rings (RPR) for the distribution of broadcast video and video-on-demand (VoD) content over a packet-aware transport network. The proposed solution is based on our experience in the design and deployment of nationwide Triple Play networks and relies on technologies such as RPR, multiprotocol label switching (MPLS), and virtual private LAN service (VPLS) to provide the most efficient solution in terms of utilization, scalability, and availability.

  13. A new convergence analysis and perturbation resilience of some accelerated proximal forward-backward algorithms with errors

    NASA Astrophysics Data System (ADS)

    Reem, Daniel; De Pierro, Alvaro

    2017-04-01

    Many problems in science and engineering involve, as part of their solution process, the consideration of a separable function which is the sum of two convex functions, one of them possibly non-smooth. Recently a few works have discussed inexact versions of several accelerated proximal methods aiming at solving this minimization problem. This paper shows that inexact versions of a method of Beck and Teboulle (fast iterative shrinkable tresholding algorithm) preserve, in a Hilbert space setting, the same (non-asymptotic) rate of convergence under some assumptions on the decay rate of the error terms The notion of inexactness discussed here seems to be rather simple, but, interestingly, when comparing to related works, closely related decay rates of the errors terms yield closely related convergence rates. The derivation sheds some light on the somewhat mysterious origin of some parameters which appear in various accelerated methods. A consequence of the analysis is that the accelerated method is perturbation resilient, making it suitable, in principle, for the superiorization methodology. By taking this into account, we re-examine the superiorization methodology and significantly extend its scope. This work was supported by FAPESP 2013/19504-9. The second author was supported also by CNPq grant 306030/2014-4.

  14. Transfer Error and Correction Approach in Mobile Network

    NASA Astrophysics Data System (ADS)

    Xiao-kai, Wu; Yong-jin, Shi; Da-jin, Chen; Bing-he, Ma; Qi-li, Zhou

    With the development of information technology and social progress, human demand for information has become increasingly diverse, wherever and whenever people want to be able to easily, quickly and flexibly via voice, data, images and video and other means to communicate. Visual information to the people direct and vivid image, image / video transmission also been widespread attention. Although the third generation mobile communication systems and the emergence and rapid development of IP networks, making video communications is becoming the main business of the wireless communications, however, the actual wireless and IP channel will lead to error generation, such as: wireless channel multi- fading channels generated error and blocking IP packet loss and so on. Due to channel bandwidth limitations, the video communication compression coding of data is often beyond the data, and compress data after the error is very sensitive to error conditions caused a serious decline in image quality.

  15. Robust video super-resolution with registration efficiency adaptation

    NASA Astrophysics Data System (ADS)

    Zhang, Xinfeng; Xiong, Ruiqin; Ma, Siwei; Zhang, Li; Gao, Wen

    2010-07-01

    Super-Resolution (SR) is a technique to construct a high-resolution (HR) frame by fusing a group of low-resolution (LR) frames describing the same scene. The effectiveness of the conventional super-resolution techniques, when applied on video sequences, strongly relies on the efficiency of motion alignment achieved by image registration. Unfortunately, such efficiency is limited by the motion complexity in the video and the capability of adopted motion model. In image regions with severe registration errors, annoying artifacts usually appear in the produced super-resolution video. This paper proposes a robust video super-resolution technique that adapts itself to the spatially-varying registration efficiency. The reliability of each reference pixel is measured by the corresponding registration error and incorporated into the optimization objective function of SR reconstruction. This makes the SR reconstruction highly immune to the registration errors, as outliers with higher registration errors are assigned lower weights in the objective function. In particular, we carefully design a mechanism to assign weights according to registration errors. The proposed superresolution scheme has been tested with various video sequences and experimental results clearly demonstrate the effectiveness of the proposed method.

  16. Perception of synchronization errors in haptic and visual communications

    NASA Astrophysics Data System (ADS)

    Kameyama, Seiji; Ishibashi, Yutaka

    2006-10-01

    This paper deals with a system which conveys the haptic sensation experimented by a user to a remote user. In the system, the user controls a haptic interface device with another remote haptic interface device while watching video. Haptic media and video of a real object which the user is touching are transmitted to another user. By subjective assessment, we investigate the allowable range and imperceptible range of synchronization error between haptic media and video. We employ four real objects and ask each subject whether the synchronization error is perceived or not for each object in the assessment. Assessment results show that we can more easily perceive the synchronization error in the case of haptic media ahead of video than in the case of the haptic media behind the video.

  17. An FPGA-Based High-Speed Error Resilient Data Aggregation and Control for High Energy Physics Experiment

    NASA Astrophysics Data System (ADS)

    Mandal, Swagata; Saini, Jogender; Zabołotny, Wojciech M.; Sau, Suman; Chakrabarti, Amlan; Chattopadhyay, Subhasis

    2017-03-01

    Due to the dramatic increase of data volume in modern high energy physics (HEP) experiments, a robust high-speed data acquisition (DAQ) system is very much needed to gather the data generated during different nuclear interactions. As the DAQ works under harsh radiation environment, there is a fair chance of data corruption due to various energetic particles like alpha, beta, or neutron. Hence, a major challenge in the development of DAQ in the HEP experiment is to establish an error resilient communication system between front-end sensors or detectors and back-end data processing computing nodes. Here, we have implemented the DAQ using field-programmable gate array (FPGA) due to some of its inherent advantages over the application-specific integrated circuit. A novel orthogonal concatenated code and cyclic redundancy check (CRC) have been used to mitigate the effects of data corruption in the user data. Scrubbing with a 32-b CRC has been used against error in the configuration memory of FPGA. Data from front-end sensors will reach to the back-end processing nodes through multiple stages that may add an uncertain amount of delay to the different data packets. We have also proposed a novel memory management algorithm that helps to process the data at the back-end computing nodes removing the added path delays. To the best of our knowledge, the proposed FPGA-based DAQ utilizing optical link with channel coding and efficient memory management modules can be considered as first of its kind. Performance estimation of the implemented DAQ system is done based on resource utilization, bit error rate, efficiency, and robustness to radiation.

  18. Joint Schemes for Physical Layer Security and Error Correction

    ERIC Educational Resources Information Center

    Adamo, Oluwayomi

    2011-01-01

    The major challenges facing resource constraint wireless devices are error resilience, security and speed. Three joint schemes are presented in this research which could be broadly divided into error correction based and cipher based. The error correction based ciphers take advantage of the properties of LDPC codes and Nordstrom Robinson code. A…

  19. Video Vectorization via Tetrahedral Remeshing.

    PubMed

    Wang, Chuan; Zhu, Jie; Guo, Yanwen; Wang, Wenping

    2017-02-09

    We present a video vectorization method that generates a video in vector representation from an input video in raster representation. A vector-based video representation offers the benefits of vector graphics, such as compactness and scalability. The vector video we generate is represented by a simplified tetrahedral control mesh over the spatial-temporal video volume, with color attributes defined at the mesh vertices. We present novel techniques for simplification and subdivision of a tetrahedral mesh to achieve high simplification ratio while preserving features and ensuring color fidelity. From an input raster video, our method is capable of generating a compact video in vector representation that allows a faithful reconstruction with low reconstruction errors.

  20. Evaluating Application Resilience with XRay

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

    Chen, Sui; Bronevetsky, Greg; Li, Bin

    2015-05-07

    The rising count and shrinking feature size of transistors within modern computers is making them increasingly vulnerable to various types of soft faults. This problem is especially acute in high-performance computing (HPC) systems used for scientific computing, because these systems include many thousands of compute cores and nodes, all of which may be utilized in a single large-scale run. The increasing vulnerability of HPC applications to errors induced by soft faults is motivating extensive work on techniques to make these applications more resiilent to such faults, ranging from generic techniques such as replication or checkpoint/restart to algorithmspecific error detection andmore » tolerance techniques. Effective use of such techniques requires a detailed understanding of how a given application is affected by soft faults to ensure that (i) efforts to improve application resilience are spent in the code regions most vulnerable to faults and (ii) the appropriate resilience technique is applied to each code region. This paper presents XRay, a tool to view the application vulnerability to soft errors, and illustrates how XRay can be used in the context of a representative application. In addition to providing actionable insights into application behavior XRay automatically selects the number of fault injection experiments required to provide an informative view of application behavior, ensuring that the information is statistically well-grounded without performing unnecessary experiments.« less

  1. The impact of video games on training surgeons in the 21st century.

    PubMed

    Rosser, James C; Lynch, Paul J; Cuddihy, Laurie; Gentile, Douglas A; Klonsky, Jonathan; Merrell, Ronald

    2007-02-01

    Video games have become extensively integrated into popular culture. Anecdotal observations of young surgeons suggest that video game play contributes to performance excellence in laparoscopic surgery. Training benefits for surgeons who play video games should be quantifiable. There is a potential link between video game play and laparoscopic surgical skill and suturing. Cross-sectional analysis of the performance of surgical residents and attending physicians participating in the Rosser Top Gun Laparoscopic Skills and Suturing Program (Top Gun). Three different video game exercises were performed, and surveys were completed to assess past experience with video games and current level of play, and each subject's level of surgical training, number of laparoscopic cases performed, and number of years in medical practice. Academic medical center and surgical training program. Thirty-three residents and attending physicians participating in Top Gun from May 10 to August 24, 2002. The primary outcome measures were compared between participants' laparoscopic skills and suturing capability, video game scores, and video game experience. Past video game play in excess of 3 h/wk correlated with 37% fewer errors (P<.02) and 27% faster completion (P<.03). Overall Top Gun score (time and errors) was 33% better (P<.005) for video game players and 42% better (P<.01) if they played more than 3 h/wk. Current video game players made 32% fewer errors (P=.04), performed 24% faster (P<.04), and scored 26% better overall (time and errors) (P<.005) than their nonplaying colleagues. When comparing demonstrated video gaming skills, those in the top tertile made 47% fewer errors, performed 39% faster, and scored 41% better (P<.001 for all) on the overall Top Gun score. Regression analysis also indicated that video game skill and past video game experience are significant predictors of demonstrated laparoscopic skills. Video game skill correlates with laparoscopic surgical skills. Training

  2. MATIN: a random network coding based framework for high quality peer-to-peer live video streaming.

    PubMed

    Barekatain, Behrang; Khezrimotlagh, Dariush; Aizaini Maarof, Mohd; Ghaeini, Hamid Reza; Salleh, Shaharuddin; Quintana, Alfonso Ariza; Akbari, Behzad; Cabrera, Alicia Triviño

    2013-01-01

    In recent years, Random Network Coding (RNC) has emerged as a promising solution for efficient Peer-to-Peer (P2P) video multicasting over the Internet. This probably refers to this fact that RNC noticeably increases the error resiliency and throughput of the network. However, high transmission overhead arising from sending large coefficients vector as header has been the most important challenge of the RNC. Moreover, due to employing the Gauss-Jordan elimination method, considerable computational complexity can be imposed on peers in decoding the encoded blocks and checking linear dependency among the coefficients vectors. In order to address these challenges, this study introduces MATIN which is a random network coding based framework for efficient P2P video streaming. The MATIN includes a novel coefficients matrix generation method so that there is no linear dependency in the generated coefficients matrix. Using the proposed framework, each peer encapsulates one instead of n coefficients entries into the generated encoded packet which results in very low transmission overhead. It is also possible to obtain the inverted coefficients matrix using a bit number of simple arithmetic operations. In this regard, peers sustain very low computational complexities. As a result, the MATIN permits random network coding to be more efficient in P2P video streaming systems. The results obtained from simulation using OMNET++ show that it substantially outperforms the RNC which uses the Gauss-Jordan elimination method by providing better video quality on peers in terms of the four important performance metrics including video distortion, dependency distortion, End-to-End delay and Initial Startup delay.

  3. Concerning the Video Drift Method to Measure Double Stars

    NASA Astrophysics Data System (ADS)

    Nugent, Richard L.; Iverson, Ernest W.

    2015-05-01

    Classical methods to measure position angles and separations of double stars rely on just a few measurements either from visual observations or photographic means. Visual and photographic CCD observations are subject to errors from the following sources: misalignments from eyepiece/camera/barlow lens/micrometer/focal reducers, systematic errors from uncorrected optical distortions, aberrations from the telescope system, camera tilt, magnitude and color effects. Conventional video methods rely on calibration doubles and graphically calculating the east-west direction plus careful choice of select video frames stacked for measurement. Atmospheric motion is one of the larger sources of error in any exposure/measurement method which is on the order of 0.5-1.5. Ideally, if a data set from a short video can be used to derive position angle and separation, with each data set self-calibrating independent of any calibration doubles or star catalogues, this would provide measurements of high systematic accuracy. These aims are achieved by the video drift method first proposed by the authors in 2011. This self calibrating video method automatically analyzes 1,000's of measurements from a short video clip.

  4. Adaptive and Resilient Soft Tensegrity Robots.

    PubMed

    Rieffel, John; Mouret, Jean-Baptiste

    2018-04-17

    Living organisms intertwine soft (e.g., muscle) and hard (e.g., bones) materials, giving them an intrinsic flexibility and resiliency often lacking in conventional rigid robots. The emerging field of soft robotics seeks to harness these same properties to create resilient machines. The nature of soft materials, however, presents considerable challenges to aspects of design, construction, and control-and up until now, the vast majority of gaits for soft robots have been hand-designed through empirical trial-and-error. This article describes an easy-to-assemble tensegrity-based soft robot capable of highly dynamic locomotive gaits and demonstrating structural and behavioral resilience in the face of physical damage. Enabling this is the use of a machine learning algorithm able to discover effective gaits with a minimal number of physical trials. These results lend further credence to soft-robotic approaches that seek to harness the interaction of complex material dynamics to generate a wealth of dynamical behaviors.

  5. Video quality assesment using M-SVD

    NASA Astrophysics Data System (ADS)

    Tao, Peining; Eskicioglu, Ahmet M.

    2007-01-01

    Objective video quality measurement is a challenging problem in a variety of video processing application ranging from lossy compression to printing. An ideal video quality measure should be able to mimic the human observer. We present a new video quality measure, M-SVD, to evaluate distorted video sequences based on singular value decomposition. A computationally efficient approach is developed for full-reference (FR) video quality assessment. This measure is tested on the Video Quality Experts Group (VQEG) phase I FR-TV test data set. Our experiments show the graphical measure displays the amount of distortion as well as the distribution of error in all frames of the video sequence while the numerical measure has a good correlation with perceived video quality outperforms PSNR and other objective measures by a clear margin.

  6. Initial clinical experience with a video-based patient positioning system.

    PubMed

    Johnson, L S; Milliken, B D; Hadley, S W; Pelizzari, C A; Haraf, D J; Chen, G T

    1999-08-01

    To report initial clinical experience with an interactive, video-based patient positioning system that is inexpensive, quick, accurate, and easy to use. System hardware includes two black-and-white CCD cameras, zoom lenses, and a PC equipped with a frame grabber. Custom software is used to acquire and archive video images, as well as to display real-time subtraction images revealing patient misalignment in multiple views. Two studies are described. In the first study, video is used to document the daily setup histories of 5 head and neck patients. Time-lapse cine loops are generated for each patient and used to diagnose and correct common setup errors. In the second study, 6 twice-daily (BID) head and neck patients are positioned according to the following protocol: at AM setups conventional treatment room lasers are used; at PM setups lasers are used initially and then video is used for 1-2 minutes to fine-tune the patient position. Lateral video images and lateral verification films are registered off-line to compare the distribution of setup errors per patient, with and without video assistance. In the first study, video images were used to determine the accuracy of our conventional head and neck setup technique, i.e., alignment of lightcast marks and surface anatomy to treatment room lasers and the light field. For this initial cohort of patients, errors ranged from sigma = 5 to 7 mm and were patient-specific. Time-lapse cine loops of the images revealed sources of the error, and as a result, our localization techniques and immobilization device were modified to improve setup accuracy. After the improvements, conventional setup errors were reduced to sigma = 3 to 5 mm. In the second study, when a stereo pair of live subtraction images were introduced to perform daily "on-line" setup correction, errors were reduced to sigma = 1 to 3 mm. Results depended on patient health and cooperation and the length of time spent fine-tuning the position. An interactive, video

  7. Flexible video conference system based on ASICs and DSPs

    NASA Astrophysics Data System (ADS)

    Hu, Qiang; Yu, Songyu

    1995-02-01

    In this paper, a video conference system we developed recently is presented. In this system the video codec is compatible with CCITT H.261, the audio codec is compatible with G.711 and G.722, the channel interface circuit is designed according to CCITT H.221. In this paper emphasis is given to the video codec, which is both flexible and robust. The video codec is based on LSI LOGIC Corporation's L64700 series video compression chipset. The main function blocks of H.261, such as DCT, motion estimation, VLC, VLD, are performed by this chipset, but the chipset is a nude chipset, no peripheral function, such as memory interface, is integrated into it, this results in great difficulty to implement the system. To implement the frame buffer controller, a DSP-TMS 320c25 and a group of GALs is used, SRAM is used as a current and previous frame buffer, the DSP is not only the controller of the frame buffer, it's also the controller of the whole video codec. Because of the use of the DSP, the architecture of the video codec is very flexible, many system parameters can be reconfigured for different applications. The architecture of the whole video codec is a streamline structure. In H.261, BCH(511,493) coding is recommended to work against random errors in transmission, but if burst error occurs, it causes serious result. To solve this problem, an interleaving method is used, that means the BCH code is interleaved before it's transmitted, in the receiver it is interleaved again and the bit stream is in the original order, but the error bits are distributed into several BCH words, and the BCH decoder is able to correct it. Considering that extreme conditions may occur, a function block is implemented which is somewhat like a watchdog, it assures that the receiver can recover from errors no matter what serious error occurs in transmission. In developing the video conference system, a new synchronization problem must be solved, the monitor on the receiver can't be easily

  8. Registration of multiple video images to preoperative CT for image-guided surgery

    NASA Astrophysics Data System (ADS)

    Clarkson, Matthew J.; Rueckert, Daniel; Hill, Derek L.; Hawkes, David J.

    1999-05-01

    In this paper we propose a method which uses multiple video images to establish the pose of a CT volume with respect to video camera coordinates for use in image guided surgery. The majority of neurosurgical procedures require the neurosurgeon to relate the pre-operative MR/CT data to the intra-operative scene. Registration of 2D video images to the pre-operative 3D image enables a perspective projection of the pre-operative data to be overlaid onto the video image. Our registration method is based on image intensity and uses a simple iterative optimization scheme to maximize the mutual information between a video image and a rendering from the pre-operative data. Video images are obtained from a stereo operating microscope, with a field of view of approximately 110 X 80 mm. We have extended an existing information theoretical framework for 2D-3D registration, so that multiple video images can be registered simultaneously to the pre-operative data. Experiments were performed on video and CT images of a skull phantom. We took three video images, and our algorithm registered these individually to the 3D image. The mean projection error varied between 4.33 and 9.81 millimeters (mm), and the mean 3D error varied between 4.47 and 11.92 mm. Using our novel techniques we then registered five video views simultaneously to the 3D model. This produced an accurate and robust registration with a mean projection error of 0.68 mm and a mean 3D error of 1.05 mm.

  9. Analysis Resilient Algorithm on Artificial Neural Network Backpropagation

    NASA Astrophysics Data System (ADS)

    Saputra, Widodo; Tulus; Zarlis, Muhammad; Widia Sembiring, Rahmat; Hartama, Dedy

    2017-12-01

    Prediction required by decision makers to anticipate future planning. Artificial Neural Network (ANN) Backpropagation is one of method. This method however still has weakness, for long training time. This is a reason to improve a method to accelerate the training. One of Artificial Neural Network (ANN) Backpropagation method is a resilient method. Resilient method of changing weights and bias network with direct adaptation process of weighting based on local gradient information from every learning iteration. Predicting data result of Istanbul Stock Exchange training getting better. Mean Square Error (MSE) value is getting smaller and increasing accuracy.

  10. Tuberculosis patients and resilience: A visual ethnographic health study in Khayelitsha, Cape Town.

    PubMed

    Cremers, Anne Lia; Gerrets, René; Colvin, Christopher James; Maqogi, Monwabisi; Grobusch, Martin Peter

    2018-05-25

    Khayelitsha, one of the biggest and poorest townships in South Africa, has a well-resourced tuberculosis (TB) programme with an interdisciplinary approach addressing the medical, social, and economic forces impacting TB care. Nevertheless, the area remains burdened with one of the highest TB rates in the world. Using a resilience-based approach, we conducted a critical ethnographic study to develop deeper insights into the complexities of patients' experiences with TB and care. Between October 2014 and March 2015, we approached 30 TB patients, 10 health-care workers, 10 pastors, and 10 traditional healers, using participant observation, in-depth interviews, and focus group discussions. In addition, seven key informants were filmed on a daily basis by the lead researcher. The work reported here (both text and short videos) illustrates the various manifestations of resilience that patients demonstrated and how these impacted on decisions involving treatment seeking and adherence. We have synthesized the data into the following inter-related themes: TB aetiologies and treatment; the embodied experience of TB treatment; alcohol consumption; financial constraints; and support and stigma. The findings from this research highlight patients' strategies for adapting to adversities, such as pausing TB treatment when lacking food to avoid becoming psychotic, consuming alcohol to better cope, obtaining social grants, and avoiding stigmatizing attitudes. Some manifestations of resilience may interact and, inadvertently, undermine TB patients' health. Other aspects of resilience, such as strong community ties, elicited long-term health benefits. TB programs would benefit from a resilience-building approach that builds on pre-existing strengths and vulnerabilities of TB patients and their communities. With the use of short videos, we provided patients with an alternative path for expressing their experiences, which we hope will support synergies between patients, researchers

  11. MATIN: A Random Network Coding Based Framework for High Quality Peer-to-Peer Live Video Streaming

    PubMed Central

    Barekatain, Behrang; Khezrimotlagh, Dariush; Aizaini Maarof, Mohd; Ghaeini, Hamid Reza; Salleh, Shaharuddin; Quintana, Alfonso Ariza; Akbari, Behzad; Cabrera, Alicia Triviño

    2013-01-01

    In recent years, Random Network Coding (RNC) has emerged as a promising solution for efficient Peer-to-Peer (P2P) video multicasting over the Internet. This probably refers to this fact that RNC noticeably increases the error resiliency and throughput of the network. However, high transmission overhead arising from sending large coefficients vector as header has been the most important challenge of the RNC. Moreover, due to employing the Gauss-Jordan elimination method, considerable computational complexity can be imposed on peers in decoding the encoded blocks and checking linear dependency among the coefficients vectors. In order to address these challenges, this study introduces MATIN which is a random network coding based framework for efficient P2P video streaming. The MATIN includes a novel coefficients matrix generation method so that there is no linear dependency in the generated coefficients matrix. Using the proposed framework, each peer encapsulates one instead of n coefficients entries into the generated encoded packet which results in very low transmission overhead. It is also possible to obtain the inverted coefficients matrix using a bit number of simple arithmetic operations. In this regard, peers sustain very low computational complexities. As a result, the MATIN permits random network coding to be more efficient in P2P video streaming systems. The results obtained from simulation using OMNET++ show that it substantially outperforms the RNC which uses the Gauss-Jordan elimination method by providing better video quality on peers in terms of the four important performance metrics including video distortion, dependency distortion, End-to-End delay and Initial Startup delay. PMID:23940530

  12. Parent-implemented picture exchange communication system (PECS) training: an analysis of YouTube videos.

    PubMed

    Jurgens, Anneke; Anderson, Angelika; Moore, Dennis W

    2012-01-01

    To investigate the integrity with which parents and carers implement PECS in naturalistic settings, utilizing a sample of videos obtained from YouTube. Twenty-one YouTube videos meeting selection criteria were identified. The videos were reviewed for instances of seven implementer errors and, where appropriate, presence of a physical prompter. Forty-three per cent of videos and 61% of PECS exchanges contained errors in parent implementation of specific teaching strategies of the PECS training protocol. Vocal prompts, incorrect error correction and the absence of timely reinforcement occurred most frequently, while gestural prompts, insistence on speech, incorrect use of the open hand prompt and not waiting for the learner to initiate occurred less frequently. Results suggest that parents engage in vocal prompting and incorrect use of the 4-step error correction strategy when using PECS with their children, errors likely to result in prompt dependence.

  13. A video method to study Drosophila sleep.

    PubMed

    Zimmerman, John E; Raizen, David M; Maycock, Matthew H; Maislin, Greg; Pack, Allan I

    2008-11-01

    To use video to determine the accuracy of the infrared beam-splitting method for measuring sleep in Drosophila and to determine the effect of time of day, sex, genotype, and age on sleep measurements. A digital image analysis method based on frame subtraction principle was developed to distinguish a quiescent from a moving fly. Data obtained using this method were compared with data obtained using the Drosophila Activity Monitoring System (DAMS). The location of the fly was identified based on its centroid location in the subtracted images. The error associated with the identification of total sleep using DAMS ranged from 7% to 95% and depended on genotype, sex, age, and time of day. The degree of the total sleep error was dependent on genotype during the daytime (P < 0.001) and was dependent on age during both the daytime and the nighttime (P < 0.001 for both). The DAMS method overestimated sleep bout duration during both the day and night, and the degree of these errors was genotype dependent (P < 0.001). Brief movements that occur during sleep bouts can be accurately identified using video. Both video and DAMS detected a homeostatic response to sleep deprivation. Video digital analysis is more accurate than DAMS in fly sleep measurements. In particular, conclusions drawn from DAMS measurements regarding daytime sleep and sleep architecture should be made with caution. Video analysis also permits the assessment of fly position and brief movements during sleep.

  14. Using Performance Tools to Support Experiments in HPC Resilience

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

    Naughton, III, Thomas J; Boehm, Swen; Engelmann, Christian

    2014-01-01

    The high performance computing (HPC) community is working to address fault tolerance and resilience concerns for current and future large scale computing platforms. This is driving enhancements in the programming environ- ments, specifically research on enhancing message passing libraries to support fault tolerant computing capabilities. The community has also recognized that tools for resilience experimentation are greatly lacking. However, we argue that there are several parallels between performance tools and resilience tools . As such, we believe the rich set of HPC performance-focused tools can be extended (repurposed) to benefit the resilience community. In this paper, we describe the initialmore » motivation to leverage standard HPC per- formance analysis techniques to aid in developing diagnostic tools to assist fault tolerance experiments for HPC applications. These diagnosis procedures help to provide context for the system when the errors (failures) occurred. We describe our initial work in leveraging an MPI performance trace tool to assist in provid- ing global context during fault injection experiments. Such tools will assist the HPC resilience community as they extend existing and new application codes to support fault tolerances.« less

  15. Interactive Video Coding and Transmission over Heterogeneous Wired-to-Wireless IP Networks Using an Edge Proxy

    NASA Astrophysics Data System (ADS)

    Pei, Yong; Modestino, James W.

    2004-12-01

    Digital video delivered over wired-to-wireless networks is expected to suffer quality degradation from both packet loss and bit errors in the payload. In this paper, the quality degradation due to packet loss and bit errors in the payload are quantitatively evaluated and their effects are assessed. We propose the use of a concatenated forward error correction (FEC) coding scheme employing Reed-Solomon (RS) codes and rate-compatible punctured convolutional (RCPC) codes to protect the video data from packet loss and bit errors, respectively. Furthermore, the performance of a joint source-channel coding (JSCC) approach employing this concatenated FEC coding scheme for video transmission is studied. Finally, we describe an improved end-to-end architecture using an edge proxy in a mobile support station to implement differential error protection for the corresponding channel impairments expected on the two networks. Results indicate that with an appropriate JSCC approach and the use of an edge proxy, FEC-based error-control techniques together with passive error-recovery techniques can significantly improve the effective video throughput and lead to acceptable video delivery quality over time-varying heterogeneous wired-to-wireless IP networks.

  16. A Video Method to Study Drosophila Sleep

    PubMed Central

    Zimmerman, John E.; Raizen, David M.; Maycock, Matthew H.; Maislin, Greg; Pack, Allan I.

    2008-01-01

    Study Objectives: To use video to determine the accuracy of the infrared beam-splitting method for measuring sleep in Drosophila and to determine the effect of time of day, sex, genotype, and age on sleep measurements. Design: A digital image analysis method based on frame subtraction principle was developed to distinguish a quiescent from a moving fly. Data obtained using this method were compared with data obtained using the Drosophila Activity Monitoring System (DAMS). The location of the fly was identified based on its centroid location in the subtracted images. Measurements and Results: The error associated with the identification of total sleep using DAMS ranged from 7% to 95% and depended on genotype, sex, age, and time of day. The degree of the total sleep error was dependent on genotype during the daytime (P < 0.001) and was dependent on age during both the daytime and the nighttime (P < 0.001 for both). The DAMS method overestimated sleep bout duration during both the day and night, and the degree of these errors was genotype dependent (P < 0.001). Brief movements that occur during sleep bouts can be accurately identified using video. Both video and DAMS detected a homeostatic response to sleep deprivation. Conclusions: Video digital analysis is more accurate than DAMS in fly sleep measurements. In particular, conclusions drawn from DAMS measurements regarding daytime sleep and sleep architecture should be made with caution. Video analysis also permits the assessment of fly position and brief movements during sleep. Citation: Zimmerman JE; Raizen DM; Maycock MH; Maislin G; Pack AI. A video method to study drosophila sleep. SLEEP 2008;31(11):1587–1598. PMID:19014079

  17. Relational resilience as a potential mediator between adverse childhood experiences and prenatal depression.

    PubMed

    Howell, Kathryn H; Miller-Graff, Laura E; Schaefer, Lauren M; Scrafford, Kathryn E

    2017-08-01

    This study examined the indirect effects of individual, relational, and contextual resilience in the relationship between adverse childhood experiences and prenatal depression. Participants included 101 pregnant women. Adverse childhood experiences had a direct effect on depression, B = 1.11, standard error = .44, p = .01, and relational resilience, B = -1.15, standard error = .19, p < .001, but not individual or contextual resilience. With resilience as a mediator, the effect of adverse childhood experiences on depression was no longer significant. Specifically, relational resilience had a significant indirect effect (IE) on the association between adverse childhood experiences and depression, IE = 1.04, boot standard error  = .28 (95% confidence interval  = .58, 1.68). Results emphasize the associated role of relational qualities, such as sense of security and belongingness, with childhood adversity and mental health.

  18. Post-Traumatic Growth and Resilience in Adolescent and Young Adult Cancer Patients: An Overview.

    PubMed

    Greup, Suzanne R; Kaal, Suzanne E J; Jansen, Rosemarie; Manten-Horst, Eveliene; Thong, Melissa S Y; van der Graaf, Winette T A; Prins, Judith B; Husson, Olga

    2018-02-01

    The aim of this study was to provide an overview of the literature on post-traumatic growth (PTG) and resilience among adolescent and young adult (AYA) cancer patients. A literature search in Embase, PsychInfo, PubMed, Web of Science, Cochrane Library, and Cinahl was carried out. Thirteen articles met the pre-defined inclusion criteria. Qualitative interview studies showed that AYA cancer patients report PTG and resilience: PTG is described by AYA cancer patients in terms of benefit finding, including changing view of life and feeling stronger and more confident, whereas resilience is described as a balance of several factors, including stress and coping, goals, optimism, finding meaning, connection, and belonging. Quantitative studies showed that sociodemographic and clinical characteristics were not associated with PTG. Enduring stress was negatively, and social support positively, associated with PTG. Symptom distress and defensive coping were negatively and adaptive cognitive coping was positively associated with resilience. Both PTG and resilience were positively associated with satisfaction with life and health-related quality of life (HRQoL). Resilience was found to be a mediator in the relationship between symptom distress and HRQoL. Two interventions aiming to promote resilience, a stress management and a therapeutic music video-intervention, were not successful in significantly increasing overall resilience. Most AYA cancer patients report at least some PTG or resilience. Correlates of PTG and resilience, including symptom distress, stress, coping, social support, and physical activity, provide further insight to improve the effectiveness of interventions aimed at promoting these positive outcomes and potentially buffer negative outcomes.

  19. Tips from the Classroom: Introducing the Friendly and Useful Computer; Using Annotations to Identify Composition Errors; Building a Scaffold with Video Clips; Movie Karaoke; Gotcha.

    ERIC Educational Resources Information Center

    Dudley, Albert P.; And Others

    1997-01-01

    Presents various tips that are useful in the classroom for teaching second languages. These tips focus on teaching basic computer operations; using annotations to foster error corrections in language; using video clips as a part of a U.S. history or culture-based English-as-a-Second-Language lesson; using karaoke to speak with less inhibition; and…

  20. Media and human capital development: Can video game playing make you smarter?

    PubMed

    Suziedelyte, Agne

    2015-04-01

    According to the literature, video game playing can improve such cognitive skills as problem solving, abstract reasoning, and spatial logic. I test this hypothesis using The Child Development Supplement to the Panel Study of Income Dynamics. The endogeneity of video game playing is addressed by using panel data methods and controlling for an extensive list of child and family characteristics. To address the measurement error in video game playing, I instrument children's weekday time use with their weekend time use. After taking into account the endogeneity and measurement error, video game playing is found to positively affect children's problem solving ability. The effect of video game playing on problem solving ability is comparable to the effect of educational activities.

  1. A semi-automatic annotation tool for cooking video

    NASA Astrophysics Data System (ADS)

    Bianco, Simone; Ciocca, Gianluigi; Napoletano, Paolo; Schettini, Raimondo; Margherita, Roberto; Marini, Gianluca; Gianforme, Giorgio; Pantaleo, Giuseppe

    2013-03-01

    In order to create a cooking assistant application to guide the users in the preparation of the dishes relevant to their profile diets and food preferences, it is necessary to accurately annotate the video recipes, identifying and tracking the foods of the cook. These videos present particular annotation challenges such as frequent occlusions, food appearance changes, etc. Manually annotate the videos is a time-consuming, tedious and error-prone task. Fully automatic tools that integrate computer vision algorithms to extract and identify the elements of interest are not error free, and false positive and false negative detections need to be corrected in a post-processing stage. We present an interactive, semi-automatic tool for the annotation of cooking videos that integrates computer vision techniques under the supervision of the user. The annotation accuracy is increased with respect to completely automatic tools and the human effort is reduced with respect to completely manual ones. The performance and usability of the proposed tool are evaluated on the basis of the time and effort required to annotate the same video sequences.

  2. Video Transmission for Third Generation Wireless Communication Systems

    PubMed Central

    Gharavi, H.; Alamouti, S. M.

    2001-01-01

    This paper presents a twin-class unequal protected video transmission system over wireless channels. Video partitioning based on a separation of the Variable Length Coded (VLC) Discrete Cosine Transform (DCT) coefficients within each block is considered for constant bitrate transmission (CBR). In the splitting process the fraction of bits assigned to each of the two partitions is adjusted according to the requirements of the unequal error protection scheme employed. Subsequently, partitioning is applied to the ITU-T H.263 coding standard. As a transport vehicle, we have considered one of the leading third generation cellular radio standards known as WCDMA. A dual-priority transmission system is then invoked on the WCDMA system where the video data, after being broken into two streams, is unequally protected. We use a very simple error correction coding scheme for illustration and then propose more sophisticated forms of unequal protection of the digitized video signals. We show that this strategy results in a significantly higher quality of the reconstructed video data when it is transmitted over time-varying multipath fading channels. PMID:27500033

  3. Weighted-MSE based on saliency map for assessing video quality of H.264 video streams

    NASA Astrophysics Data System (ADS)

    Boujut, H.; Benois-Pineau, J.; Hadar, O.; Ahmed, T.; Bonnet, P.

    2011-01-01

    Human vision system is very complex and has been studied for many years specifically for purposes of efficient encoding of visual, e.g. video content from digital TV. There have been physiological and psychological evidences which indicate that viewers do not pay equal attention to all exposed visual information, but only focus on certain areas known as focus of attention (FOA) or saliency regions. In this work, we propose a novel based objective quality assessment metric, for assessing the perceptual quality of decoded video sequences affected by transmission errors and packed loses. The proposed method weights the Mean Square Error (MSE), Weighted-MSE (WMSE), according to the calculated saliency map at each pixel. Our method was validated trough subjective quality experiments.

  4. Unreliable numbers: error and harm induced by bad design can be reduced by better design

    PubMed Central

    Thimbleby, Harold; Oladimeji, Patrick; Cairns, Paul

    2015-01-01

    Number entry is a ubiquitous activity and is often performed in safety- and mission-critical procedures, such as healthcare, science, finance, aviation and in many other areas. We show that Monte Carlo methods can quickly and easily compare the reliability of different number entry systems. A surprising finding is that many common, widely used systems are defective, and induce unnecessary human error. We show that Monte Carlo methods enable designers to explore the implications of normal and unexpected operator behaviour, and to design systems to be more resilient to use error. We demonstrate novel designs with improved resilience, implying that the common problems identified and the errors they induce are avoidable. PMID:26354830

  5. Evaluation of lens distortion errors in video-based motion analysis

    NASA Technical Reports Server (NTRS)

    Poliner, Jeffrey; Wilmington, Robert; Klute, Glenn K.; Micocci, Angelo

    1993-01-01

    In an effort to study lens distortion errors, a grid of points of known dimensions was constructed and videotaped using a standard and a wide-angle lens. Recorded images were played back on a VCR and stored on a personal computer. Using these stored images, two experiments were conducted. Errors were calculated as the difference in distance from the known coordinates of the points to the calculated coordinates. The purposes of this project were as follows: (1) to develop the methodology to evaluate errors introduced by lens distortion; (2) to quantify and compare errors introduced by use of both a 'standard' and a wide-angle lens; (3) to investigate techniques to minimize lens-induced errors; and (4) to determine the most effective use of calibration points when using a wide-angle lens with a significant amount of distortion. It was seen that when using a wide-angle lens, errors from lens distortion could be as high as 10 percent of the size of the entire field of view. Even with a standard lens, there was a small amount of lens distortion. It was also found that the choice of calibration points influenced the lens distortion error. By properly selecting the calibration points and avoidance of the outermost regions of a wide-angle lens, the error from lens distortion can be kept below approximately 0.5 percent with a standard lens and 1.5 percent with a wide-angle lens.

  6. Optimal JPWL Forward Error Correction Rate Allocation for Robust JPEG 2000 Images and Video Streaming over Mobile Ad Hoc Networks

    NASA Astrophysics Data System (ADS)

    Agueh, Max; Diouris, Jean-François; Diop, Magaye; Devaux, François-Olivier; De Vleeschouwer, Christophe; Macq, Benoit

    2008-12-01

    Based on the analysis of real mobile ad hoc network (MANET) traces, we derive in this paper an optimal wireless JPEG 2000 compliant forward error correction (FEC) rate allocation scheme for a robust streaming of images and videos over MANET. The packet-based proposed scheme has a low complexity and is compliant to JPWL, the 11th part of the JPEG 2000 standard. The effectiveness of the proposed method is evaluated using a wireless Motion JPEG 2000 client/server application; and the ability of the optimal scheme to guarantee quality of service (QoS) to wireless clients is demonstrated.

  7. High definition video teaching module for learning neck dissection.

    PubMed

    Mendez, Adrian; Seikaly, Hadi; Ansari, Kal; Murphy, Russell; Cote, David

    2014-03-25

    Video teaching modules are proven effective tools for enhancing student competencies and technical skills in the operating room. Integration into post-graduate surgical curricula, however, continues to pose a challenge in modern surgical education. To date, video teaching modules for neck dissection have yet to be described in the literature. To develop and validate an HD video-based teaching module (HDVM) to help instruct post-graduate otolaryngology trainees in performing neck dissection. This prospective study included 6 intermediate to senior otolaryngology residents. All consented subjects first performed a control selective neck dissection. Subjects were then exposed to the video teaching module. Following a washout period, a repeat procedure was performed. Recordings of the both sets of neck dissections were de-identified and reviewed by an independent evaluator and scored using the Observational Clinical Human Reliability Assessment (OCHRA) system. In total 91 surgical errors were made prior to the HDVM and 41 after exposure, representing a 55% decrease in error occurrence. The two groups were found to be significantly different. Similarly, 66 and 24 staff takeover events occurred pre and post HDVM exposure, respectively, representing a statistically significant 64% decrease. HDVM is a useful adjunct to classical surgical training. Residents performed significantly less errors following exposure to the HD-video module. Similarly, significantly less staff takeover events occurred following exposure to the HDVM.

  8. Prior video game exposure does not enhance robotic surgical performance.

    PubMed

    Harper, Jonathan D; Kaiser, Stefan; Ebrahimi, Kamyar; Lamberton, Gregory R; Hadley, H Roger; Ruckle, Herbert C; Baldwin, D Duane

    2007-10-01

    Prior research has demonstrated that counterintuitive laparoscopic surgical skills are enhanced by experience with video games. A similar relation with robotic surgical skills has not been tested. The purpose of this study was to determine whether prior video-game experience enhances the acquisition of robotic surgical skills. A series of 242 preclinical medical students completed a self-reported video-game questionnaire detailing the frequency, duration, and peak playing time. The 10 students with the highest and lowest video-game exposure completed a follow-up questionnaire further quantifying video game, sports, musical instrument, and craft and hobby exposure. Each subject viewed a training video demonstrating the use of the da Vinci surgical robot in tying knots, followed by 3 minutes of proctored practice time. Subjects then tied knots for 5 minutes while an independent blinded observer recorded the number of knots tied, missed knots, frayed sutures, broken sutures, and mechanical errors. The mean playing time for the 10 game players was 15,136 total hours (range 5,840-30,000 hours). Video-game players tied fewer knots than nonplayers (5.8 v 9.0; P = 0.04). Subjects who had played sports for at least 4 years had fewer mechanical errors (P = 0.04), broke fewer sutures (P = 0.01), and committed fewer total errors (P = 0.01). Similarly, those playing musical instruments longer than 5 years missed fewer knots (P = 0.05). In the extremes of video-game experience tested in this study, game playing was inversely correlated with the ability to learn robotic suturing. This study suggests that advanced surgical skills such as robotic suturing may be learned more quickly by athletes and musicians. Prior extensive video-game exposure had a negative impact on robotic performance.

  9. Video-Based Fingerprint Verification

    PubMed Central

    Qin, Wei; Yin, Yilong; Liu, Lili

    2013-01-01

    Conventional fingerprint verification systems use only static information. In this paper, fingerprint videos, which contain dynamic information, are utilized for verification. Fingerprint videos are acquired by the same capture device that acquires conventional fingerprint images, and the user experience of providing a fingerprint video is the same as that of providing a single impression. After preprocessing and aligning processes, “inside similarity” and “outside similarity” are defined and calculated to take advantage of both dynamic and static information contained in fingerprint videos. Match scores between two matching fingerprint videos are then calculated by combining the two kinds of similarity. Experimental results show that the proposed video-based method leads to a relative reduction of 60 percent in the equal error rate (EER) in comparison to the conventional single impression-based method. We also analyze the time complexity of our method when different combinations of strategies are used. Our method still outperforms the conventional method, even if both methods have the same time complexity. Finally, experimental results demonstrate that the proposed video-based method can lead to better accuracy than the multiple impressions fusion method, and the proposed method has a much lower false acceptance rate (FAR) when the false rejection rate (FRR) is quite low. PMID:24008283

  10. Quantifying resilience

    USGS Publications Warehouse

    Allen, Craig R.; Angeler, David G.

    2016-01-01

    Several frameworks to operationalize resilience have been proposed. A decade ago, a special feature focused on quantifying resilience was published in the journal Ecosystems (Carpenter, Westley & Turner 2005). The approach there was towards identifying surrogates of resilience, but few of the papers proposed quantifiable metrics. Consequently, many ecological resilience frameworks remain vague and difficult to quantify, a problem that this special feature aims to address. However, considerable progress has been made during the last decade (e.g. Pope, Allen & Angeler 2014). Although some argue that resilience is best kept as an unquantifiable, vague concept (Quinlan et al. 2016), to be useful for managers, there must be concrete guidance regarding how and what to manage and how to measure success (Garmestani, Allen & Benson 2013; Spears et al. 2015). Ideas such as ‘resilience thinking’ have utility in helping stakeholders conceptualize their systems, but provide little guidance on how to make resilience useful for ecosystem management, other than suggesting an ambiguous, Goldilocks approach of being just right (e.g. diverse, but not too diverse; connected, but not too connected). Here, we clarify some prominent resilience terms and concepts, introduce and synthesize the papers in this special feature on quantifying resilience and identify core unanswered questions related to resilience.

  11. Media and human capital development: Can video game playing make you smarter?1

    PubMed Central

    Suziedelyte, Agne

    2015-01-01

    According to the literature, video game playing can improve such cognitive skills as problem solving, abstract reasoning, and spatial logic. I test this hypothesis using The Child Development Supplement to the Panel Study of Income Dynamics. The endogeneity of video game playing is addressed by using panel data methods and controlling for an extensive list of child and family characteristics. To address the measurement error in video game playing, I instrument children's weekday time use with their weekend time use. After taking into account the endogeneity and measurement error, video game playing is found to positively affect children's problem solving ability. The effect of video game playing on problem solving ability is comparable to the effect of educational activities. PMID:25705064

  12. Resilience thinking: integrating resilience, adaptability and transformability

    Treesearch

    Carl Folke; Stephen R. Carpenter; Brian Walker; Marten Scheffer; Terry Chapin; Johan Rockstrom

    2010-01-01

    Resilience thinking addresses the dynamics and development of complex social-ecological systems (SES). Three aspects are central: resilience, adaptability and transformability. These aspects interrelate across multiple scales. Resilience in this context is the capacity of a SES to continually change and adapt yet remain within critical thresholds. Adaptability is part...

  13. Wavelet-based audio embedding and audio/video compression

    NASA Astrophysics Data System (ADS)

    Mendenhall, Michael J.; Claypoole, Roger L., Jr.

    2001-12-01

    Watermarking, traditionally used for copyright protection, is used in a new and exciting way. An efficient wavelet-based watermarking technique embeds audio information into a video signal. Several effective compression techniques are applied to compress the resulting audio/video signal in an embedded fashion. This wavelet-based compression algorithm incorporates bit-plane coding, index coding, and Huffman coding. To demonstrate the potential of this audio embedding and audio/video compression algorithm, we embed an audio signal into a video signal and then compress. Results show that overall compression rates of 15:1 can be achieved. The video signal is reconstructed with a median PSNR of nearly 33 dB. Finally, the audio signal is extracted from the compressed audio/video signal without error.

  14. A Secure and Robust Object-Based Video Authentication System

    NASA Astrophysics Data System (ADS)

    He, Dajun; Sun, Qibin; Tian, Qi

    2004-12-01

    An object-based video authentication system, which combines watermarking, error correction coding (ECC), and digital signature techniques, is presented for protecting the authenticity between video objects and their associated backgrounds. In this system, a set of angular radial transformation (ART) coefficients is selected as the feature to represent the video object and the background, respectively. ECC and cryptographic hashing are applied to those selected coefficients to generate the robust authentication watermark. This content-based, semifragile watermark is then embedded into the objects frame by frame before MPEG4 coding. In watermark embedding and extraction, groups of discrete Fourier transform (DFT) coefficients are randomly selected, and their energy relationships are employed to hide and extract the watermark. The experimental results demonstrate that our system is robust to MPEG4 compression, object segmentation errors, and some common object-based video processing such as object translation, rotation, and scaling while securely preventing malicious object modifications. The proposed solution can be further incorporated into public key infrastructure (PKI).

  15. From resilience thinking to Resilience Planning: Lessons from practice.

    PubMed

    Sellberg, M M; Ryan, P; Borgström, S T; Norström, A V; Peterson, G D

    2018-07-01

    Resilience thinking has frequently been proposed as an alternative to conventional natural resource management, but there are few studies of its applications in real-world settings. To address this gap, we synthesized experiences from practitioners that have applied a resilience thinking approach to strategic planning, called Resilience Planning, in regional natural resource management organizations in Australia. This case represents one of the most extensive and long-term applications of resilience thinking in the world today. We conducted semi-structured interviews with Resilience Planning practitioners from nine organizations and reviewed strategic planning documents to investigate: 1) the key contributions of the approach to their existing strategic planning, and 2) what enabled and hindered the practitioners in applying and embedding the new approach in their organizations. Our results reveal that Resilience Planning contributed to developing a social-ecological systems perspective, more adaptive and collaborative approaches to planning, and that it clarified management goals of desirable resource conditions. Applying Resilience Planning required translating resilience thinking to practice in each unique circumstance, while simultaneously creating support among staff, and engaging external actors. Embedding Resilience Planning within organizations implied starting and maintaining longer-term change processes that required sustained multi-level organizational support. We conclude by identifying four lessons for successfully applying and embedding resilience practice in an organization: 1) to connect internal "entrepreneurs" to "interpreters" and "networkers" who work across organizations, 2) to assess the opportunity context for resilience practice, 3) to ensure that resilience practice is a learning process that engages internal and external actors, and 4) to develop reflective strategies for managing complexity and uncertainty. Copyright © 2018 The Authors

  16. Randomized clinical trial of therapeutic music video intervention for resilience outcomes in adolescents/young adults undergoing hematopoietic stem cell transplant: a report from the Children's Oncology Group.

    PubMed

    Robb, Sheri L; Burns, Debra S; Stegenga, Kristin A; Haut, Paul R; Monahan, Patrick O; Meza, Jane; Stump, Timothy E; Cherven, Brooke O; Docherty, Sharron L; Hendricks-Ferguson, Verna L; Kintner, Eileen K; Haight, Ann E; Wall, Donna A; Haase, Joan E

    2014-03-15

    To reduce the risk of adjustment problems associated with hematopoietic stem cell transplant (HSCT) for adolescents/young adults (AYAs), we examined efficacy of a therapeutic music video (TMV) intervention delivered during the acute phase of HSCT to: 1) increase protective factors of spiritual perspective, social integration, family environment, courageous coping, and hope-derived meaning; 2) decrease risk factors of illness-related distress and defensive coping; and 3) increase outcomes of self-transcendence and resilience. This was a multisite randomized, controlled trial (COG-ANUR0631) conducted at 8 Children's Oncology Group sites involving 113 AYAs aged 11-24 years undergoing myeloablative HSCT. Participants, randomized to the TMV or low-dose control (audiobooks) group, completed 6 sessions over 3 weeks with a board-certified music therapist. Variables were based on Haase's Resilience in Illness Model (RIM). Participants completed measures related to latent variables of illness-related distress, social integration, spiritual perspective, family environment, coping, hope-derived meaning, and resilience at baseline (T1), postintervention (T2), and 100 days posttransplant (T3). At T2, the TMV group reported significantly better courageous coping (Effect Size [ES], 0.505; P = .030). At T3, the TMV group reported significantly better social integration (ES, 0.543; P = .028) and family environment (ES, 0.663; P = .008), as well as moderate nonsignificant effect sizes for spiritual perspective (ES, 0.450; P = .071) and self-transcendence (ES, 0.424; P = .088). The TMV intervention improves positive health outcomes of courageous coping, social integration, and family environment during a high-risk cancer treatment. We recommend the TMV be examined in a broader population of AYAs with high-risk cancers. © 2013 American Cancer Society.

  17. Physician resilience: what it means, why it matters, and how to promote it.

    PubMed

    Epstein, Ronald M; Krasner, Michael S

    2013-03-01

    Resilience is the capacity to respond to stress in a healthy way such that goals are achieved at minimal psychological and physical cost; resilient individuals "bounce back" after challenges while also growing stronger. Resilience is a key to enhancing quality of care, quality of caring, and sustainability of the health care workforce. Yet, ways of identifying and promoting resilience have been elusive. Resilience depends on individual, community, and institutional factors. The study by Zwack and Schweitzer in this issue of Academic Medicine illustrates that individual factors of resilience include the capacity for mindfulness, self-monitoring, limit setting, and attitudes that promote constructive and healthy engagement with (rather than withdrawal from) the often-difficult challenges at work. Cultivating these specific skills, habits, and attitudes that promote resilience is possible for medical students and practicing clinicians alike. Resilience-promoting programs should also strive to build community among clinicians and other members of the health care workforce. Just as patient safety is the responsibility of communities of practice, so is clinician well-being and support. Finally, it is in the self-interest of health care institutions to support the efforts of all members of the health care workforce to enhance their capacity for resilience; it will increase quality of care while reducing errors, burnout, and attrition. Successful organizations outside of medicine offer insight about institutional structures and values that promote individual and collective resilience. This commentary proposes methods for enhancing individuals' resilience while building community, as well as directions for future interventions, research, and institutional involvement.

  18. Source-Adaptation-Based Wireless Video Transport: A Cross-Layer Approach

    NASA Astrophysics Data System (ADS)

    Qu, Qi; Pei, Yong; Modestino, James W.; Tian, Xusheng

    2006-12-01

    Real-time packet video transmission over wireless networks is expected to experience bursty packet losses that can cause substantial degradation to the transmitted video quality. In wireless networks, channel state information is hard to obtain in a reliable and timely manner due to the rapid change of wireless environments. However, the source motion information is always available and can be obtained easily and accurately from video sequences. Therefore, in this paper, we propose a novel cross-layer framework that exploits only the motion information inherent in video sequences and efficiently combines a packetization scheme, a cross-layer forward error correction (FEC)-based unequal error protection (UEP) scheme, an intracoding rate selection scheme as well as a novel intraframe interleaving scheme. Our objective and subjective results demonstrate that the proposed approach is very effective in dealing with the bursty packet losses occurring on wireless networks without incurring any additional implementation complexity or delay. Thus, the simplicity of our proposed system has important implications for the implementation of a practical real-time video transmission system.

  19. Randomized Clinical Trial of Therapeutic Music Video Intervention for Resilience Outcomes in Adolescents/Young Adults Undergoing Hematopoietic Stem Cell Transplant: A Report from the Children’s Oncology Group

    PubMed Central

    Robb, Sheri L.; Burns, Debra S.; Stegenga, Kristin A.; Haut, Paul R.; Monahan, Patrick O.; Meza, Jane; Stump, Timothy E.; Cherven, Brooke O.; Docherty, Sharron L.; Hendricks-Ferguson, Verna L.; Kintner, Eileen K.; Haight, Ann E.; Wall, Donna A.; Haase, Joan E.

    2013-01-01

    Background To reduce the risk of adjustment problems associated with Hematopoietic Stem Cell Transplant (HSCT) for adolescents/young adults (AYA), we examined efficacy of a therapeutic music video (TMV) intervention delivered during the acute phase of HSCT to: (a) increase protective factors of spiritual perspective, social integration, family environment, courageous coping, and hope-derived meaning; (b) decrease risk factors of illness-related distress and defensive coping; and (c) increase outcomes of self-transcendence and resilience. Methods A multi-site, randomized controlled trial (COG-ANUR0631) conducted at 8 Children’s Oncology Group sites involving 113 AYA aged 11–24 years undergoing myeloablative HSCT. Participants, randomized to the TMV or low-dose control (audiobooks) group, completed 6 sessions over 3 weeks with a board-certified music therapist. Variables were based on Haase’s Resilience in Illness Model. Participants completed measures related to latent variables of illness-related distress, social integration, spiritual perspective, family environment, coping, hope-derived meaning and resilience at baseline (T1), post-intervention (T2), and 100-days post-transplant (T3). Results At T2, the TMV group reported significantly better courageous coping (ES=0.505; P=0.030). At T3, the TMV group reported significantly better social integration (ES=0.543; P=.028) and family environment (ES=0.663; P=0.008), as well as moderate non-significant effect sizes for spiritual perspective (E=0.450; P=0.071) and self-transcendence (ES=0.424; P=0.088). Conclusion The TMV intervention improves positive health outcomes of courageous coping, social integration, and family environment during a high risk cancer treatment. We recommend the TMV be examined in a broader population of AYA with high risk cancers. PMID:24469862

  20. Error analysis and algorithm implementation for an improved optical-electric tracking device based on MEMS

    NASA Astrophysics Data System (ADS)

    Sun, Hong; Wu, Qian-zhong

    2013-09-01

    In order to improve the precision of optical-electric tracking device, proposing a kind of improved optical-electric tracking device based on MEMS, in allusion to the tracking error of gyroscope senor and the random drift, According to the principles of time series analysis of random sequence, establish AR model of gyro random error based on Kalman filter algorithm, then the output signals of gyro are multiple filtered with Kalman filter. And use ARM as micro controller servo motor is controlled by fuzzy PID full closed loop control algorithm, and add advanced correction and feed-forward links to improve response lag of angle input, Free-forward can make output perfectly follow input. The function of lead compensation link is to shorten the response of input signals, so as to reduce errors. Use the wireless video monitor module and remote monitoring software (Visual Basic 6.0) to monitor servo motor state in real time, the video monitor module gathers video signals, and the wireless video module will sent these signals to upper computer, so that show the motor running state in the window of Visual Basic 6.0. At the same time, take a detailed analysis to the main error source. Through the quantitative analysis of the errors from bandwidth and gyro sensor, it makes the proportion of each error in the whole error more intuitive, consequently, decrease the error of the system. Through the simulation and experiment results shows the system has good following characteristic, and it is very valuable for engineering application.

  1. Caregiver Resiliency.

    ERIC Educational Resources Information Center

    Siebert, Al

    2002-01-01

    This article argues that school counselors cannot teach and preach resilient behavior if they are not models of resiliency themselves. Examines why some people come through challenging times more emotionally intact than others and suggests some tips for increasing one's resilience potential. (GCP)

  2. Student Self-Assessment and Faculty Assessment of Performance in an Interprofessional Error Disclosure Simulation Training Program.

    PubMed

    Poirier, Therese I; Pailden, Junvie; Jhala, Ray; Ronald, Katie; Wilhelm, Miranda; Fan, Jingyang

    2017-04-01

    Objectives. To conduct a prospective evaluation for effectiveness of an error disclosure assessment tool and video recordings to enhance student learning and metacognitive skills while assessing the IPEC competencies. Design. The instruments for assessing performance (planning, communication, process, and team dynamics) in interprofessional error disclosure were developed. Student self-assessment of performance before and after viewing the recordings of their encounters were obtained. Faculty used a similar instrument to conduct real-time assessments. An instrument to assess achievement of the Interprofessional Education Collaborative (IPEC) core competencies was developed. Qualitative data was reviewed to determine student and faculty perceptions of the simulation. Assessment. The interprofessional simulation training involved a total of 233 students (50 dental, 109 nursing and 74 pharmacy). Use of video recordings made a significant difference in student self-assessment for communication and process categories of error disclosure. No differences in student self-assessments were noted among the different professions. There were differences among the family member affects for planning and communication for both pre-video and post-video data. There were significant differences between student self-assessment and faculty assessment for all paired comparisons, except communication in student post-video self-assessment. Students' perceptions of achievement of the IPEC core competencies were positive. Conclusion. The use of assessment instruments and video recordings may have enhanced students' metacognitive skills for assessing performance in interprofessional error disclosure. The simulation training was effective in enhancing perceptions on achievement of IPEC core competencies. This enhanced assessment process appeared to enhance learning about the skills needed for interprofessional error disclosure.

  3. Student Self-Assessment and Faculty Assessment of Performance in an Interprofessional Error Disclosure Simulation Training Program

    PubMed Central

    Pailden, Junvie; Jhala, Ray; Ronald, Katie; Wilhelm, Miranda; Fan, Jingyang

    2017-01-01

    Objectives. To conduct a prospective evaluation for effectiveness of an error disclosure assessment tool and video recordings to enhance student learning and metacognitive skills while assessing the IPEC competencies. Design. The instruments for assessing performance (planning, communication, process, and team dynamics) in interprofessional error disclosure were developed. Student self-assessment of performance before and after viewing the recordings of their encounters were obtained. Faculty used a similar instrument to conduct real-time assessments. An instrument to assess achievement of the Interprofessional Education Collaborative (IPEC) core competencies was developed. Qualitative data was reviewed to determine student and faculty perceptions of the simulation. Assessment. The interprofessional simulation training involved a total of 233 students (50 dental, 109 nursing and 74 pharmacy). Use of video recordings made a significant difference in student self-assessment for communication and process categories of error disclosure. No differences in student self-assessments were noted among the different professions. There were differences among the family member affects for planning and communication for both pre-video and post-video data. There were significant differences between student self-assessment and faculty assessment for all paired comparisons, except communication in student post-video self-assessment. Students’ perceptions of achievement of the IPEC core competencies were positive. Conclusion. The use of assessment instruments and video recordings may have enhanced students’ metacognitive skills for assessing performance in interprofessional error disclosure. The simulation training was effective in enhancing perceptions on achievement of IPEC core competencies. This enhanced assessment process appeared to enhance learning about the skills needed for interprofessional error disclosure. PMID:28496274

  4. Measuring Resilience.

    PubMed

    Hoffman, Robert R; Hancock, P A

    2017-06-01

    As human factors and ergonomics (HF/E) moves to embrace a greater systems perspective concerning human-machine technologies, new and emergent properties, such as resilience, have arisen. Our objective here is to promote discussion as to how to measure this latter, complex phenomenon. Resilience is now a much-referenced goal for technology and work system design. It subsumes the new movement of resilience engineering. As part of a broader systems approach to HF/E, this concept requires both a definitive specification and an associated measurement methodology. Such an effort epitomizes our present work. Using rational analytic and synthetic methods, we offer an approach to the measurement of resilience capacity. We explicate how our proposed approach can be employed to compare resilience across multiple systems and domains, and emphasize avenues for its future development and validation. Emerging concerns for the promise and potential of resilience and associated concepts, such as adaptability, are highlighted. Arguments skeptical of these emerging dimensions must be met with quantitative answers; we advance one approach here. Robust and validated measures of resilience will enable coherent and rational discussions of complex emergent properties in macrocognitive system science.

  5. PRESAGE: Protecting Structured Address Generation against Soft Errors

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

    Sharma, Vishal C.; Gopalakrishnan, Ganesh; Krishnamoorthy, Sriram

    Modern computer scaling trends in pursuit of larger component counts and power efficiency have, unfortunately, lead to less reliable hardware and consequently soft errors escaping into application data ("silent data corruptions"). Techniques to enhance system resilience hinge on the availability of efficient error detectors that have high detection rates, low false positive rates, and lower computational overhead. Unfortunately, efficient detectors to detect faults during address generation (to index large arrays) have not been widely researched. We present a novel lightweight compiler-driven technique called PRESAGE for detecting bit-flips affecting structured address computations. A key insight underlying PRESAGE is that any addressmore » computation scheme that flows an already incurred error is better than a scheme that corrupts one particular array access but otherwise (falsely) appears to compute perfectly. Enabling the flow of errors allows one to situate detectors at loop exit points, and helps turn silent corruptions into easily detectable error situations. Our experiments using PolyBench benchmark suite indicate that PRESAGE-based error detectors have a high error-detection rate while incurring low overheads.« less

  6. Designing for resilience

    NASA Astrophysics Data System (ADS)

    Dwivedi, Anurag

    2014-06-01

    The motivation for this work comes from a desire to improve resilience of mission critical cyber enabled systems including those used in critical infrastructure domains such as cyber, power, water, fuel, financial, healthcare, agriculture, and manufacturing. Resilience can be defined as the ability of a system to persistently meet its performance requirements despite the occurrence of adverse events. Characterizing the resilience of a system requires a clear definition of the performance requirements of the system of interest and an ability to quantify the impact on performance by the adverse events of concern. A quantitative characterization of system resilience allows the resilience requirements to be included in the system design criteria. Resilience requirements of a system are derived from the service level agreements (SLAs), measures of effectiveness (MOEs), and measures of performance (MOPs) of the services or missions supported by the system. This paper describes a methodology for designing resilient systems. The components of the methodology include resilience characterization for threat models associated with various exposure modes, requirements mapping, subsystem ranking based on criticality, and selective implementation of mitigations to improve system resilience to a desired level.

  7. Event-triggered resilient filtering with stochastic uncertainties and successive packet dropouts via variance-constrained approach

    NASA Astrophysics Data System (ADS)

    Jia, Chaoqing; Hu, Jun; Chen, Dongyan; Liu, Yurong; Alsaadi, Fuad E.

    2018-07-01

    In this paper, we discuss the event-triggered resilient filtering problem for a class of time-varying systems subject to stochastic uncertainties and successive packet dropouts. The event-triggered mechanism is employed with hope to reduce the communication burden and save network resources. The stochastic uncertainties are considered to describe the modelling errors and the phenomenon of successive packet dropouts is characterized by a random variable obeying the Bernoulli distribution. The aim of the paper is to provide a resilient event-based filtering approach for addressed time-varying systems such that, for all stochastic uncertainties, successive packet dropouts and filter gain perturbation, an optimized upper bound of the filtering error covariance is obtained by designing the filter gain. Finally, simulations are provided to demonstrate the effectiveness of the proposed robust optimal filtering strategy.

  8. Handling Errors as They Arise in Whole-Class Interactions

    ERIC Educational Resources Information Center

    Ingram, Jenni; Pitt, Andrea; Baldry, Fay

    2015-01-01

    There has been a long history of research into errors and their role in the teaching and learning of mathematics. This research has led to a change to pedagogical recommendations from avoiding errors to explicitly using them in lessons. In this study, 22 mathematics lessons were video-recorded and transcribed. A conversation analytic (CA) approach…

  9. Ego-resiliency reloaded: a three-component model of general resiliency.

    PubMed

    Farkas, Dávid; Orosz, Gábor

    2015-01-01

    Ego-resiliency (ER) is a capacity that enables individuals to adapt to constantly changing environmental demands. The goal of our research was to identify components of Ego-resiliency, and to test the reliability and the structural and convergent validity of the refined version of the ER11 Ego-resiliency scale. In Study 1 we used a factor analytical approach to assess structural validity and to identify factors of Ego-resiliency. Comparing alternative factor-structures, a hierarchical model was chosen including three factors: Active Engagement with the World (AEW), Repertoire of Problem Solving Strategies (RPSS), and Integrated Performance under Stress (IPS). In Study 2, the convergent and divergent validity of the ER11 scale and its factors and their relationship with resilience were tested. The results suggested that resiliency is a double-faced construct, with one function to keep the personality system stable and intact, and the other function to adjust the personality system in an adaptive way to the dynamically changing environment. The stability function is represented by the RPSS and IPS components of ER. Their relationship pattern is similar to other constructs of resilience, e.g. the Revised Connor-Davidson Resilience Scale (R-CD-RISC). The flexibility function is represented by the unit of RPSS and AEW components. In Study 3 we tested ER11 on a Hungarian online representative sample and integrated the results in a model of general resiliency. This framework allows us to grasp both the stability-focused and the plasticity-focused nature of resiliency.

  10. Ego-Resiliency Reloaded: A Three-Component Model of General Resiliency

    PubMed Central

    Farkas, Dávid; Orosz, Gábor

    2015-01-01

    Ego-resiliency (ER) is a capacity that enables individuals to adapt to constantly changing environmental demands. The goal of our research was to identify components of Ego-resiliency, and to test the reliability and the structural and convergent validity of the refined version of the ER11 Ego-resiliency scale. In Study 1 we used a factor analytical approach to assess structural validity and to identify factors of Ego-resiliency. Comparing alternative factor-structures, a hierarchical model was chosen including three factors: Active Engagement with the World (AEW), Repertoire of Problem Solving Strategies (RPSS), and Integrated Performance under Stress (IPS). In Study 2, the convergent and divergent validity of the ER11 scale and its factors and their relationship with resilience were tested. The results suggested that resiliency is a double-faced construct, with one function to keep the personality system stable and intact, and the other function to adjust the personality system in an adaptive way to the dynamically changing environment. The stability function is represented by the RPSS and IPS components of ER. Their relationship pattern is similar to other constructs of resilience, e.g. the Revised Connor-Davidson Resilience Scale (R-CD-RISC). The flexibility function is represented by the unit of RPSS and AEW components. In Study 3 we tested ER11 on a Hungarian online representative sample and integrated the results in a model of general resiliency. This framework allows us to grasp both the stability-focused and the plasticity-focused nature of resiliency. PMID:25815881

  11. Video Tutorial of Continental Food

    NASA Astrophysics Data System (ADS)

    Nurani, A. S.; Juwaedah, A.; Mahmudatussa'adah, A.

    2018-02-01

    This research is motivated by the belief in the importance of media in a learning process. Media as an intermediary serves to focus on the attention of learners. Selection of appropriate learning media is very influential on the success of the delivery of information itself both in terms of cognitive, affective and skills. Continental food is a course that studies food that comes from Europe and is very complex. To reduce verbalism and provide more real learning, then the tutorial media is needed. Media tutorials that are audio visual can provide a more concrete learning experience. The purpose of this research is to develop tutorial media in the form of video. The method used is the development method with the stages of analyzing the learning objectives, creating a story board, validating the story board, revising the story board and making video tutorial media. The results show that the making of storyboards should be very thorough, and detailed in accordance with the learning objectives to reduce errors in video capture so as to save time, cost and effort. In video capturing, lighting, shooting angles, and soundproofing make an excellent contribution to the quality of tutorial video produced. In shooting should focus more on tools, materials, and processing. Video tutorials should be interactive and two-way.

  12. Strengthening mental health nurses' resilience through a workplace resilience programme: A qualitative inquiry.

    PubMed

    Foster, Kim; Cuzzillo, Celeste; Furness, Trentham

    2018-06-19

    WHAT IS KNOWN ON THE SUBJECT?: Mental health nurses are affected by interpersonal, practice-related and organizational factors that can increase workplace stress and reduce their physical and mental health and well-being. Resilience programmes are a strength-based preventative approach to supporting individuals to overcome workplace adversities. WHAT THE PAPER ADDS TO EXISTING KNOWLEDGE?: This qualitative inquiry is the first study to report mental health nurses' perspectives and experiences on a workplace resilience programme. Strengthening mental health nurses' resilience through a resilience programme involved a process of understanding resilience, and applying resilience strategies such as positive self-talk, managing negative self-talk, detaching from stressful situations, being aware of and managing emotions, and showing more empathy, to address workplace challenges. To address the range of resources needed to support mental health nurses' resilience, a social-ecological approach to workplace resilience can be used to promote resource provision at individual, work unit, organizational and professional levels. WHAT ARE THE IMPLICATIONS FOR PRACTICE?: Resilience programmes are one resource for addressing the impacts of workplace stressors on mental health nurses. Organizational barriers and risks to staff well-being need to also be addressed to build a resilient workforce. Incorporating resilience strategies into clinical supervision or reflective practice models may help sustain beneficial outcomes following a resilience programme and support resilient practice. Introduction Mental health settings are potentially high-stress workplaces that can lead to nurses' poorer health and well-being. Resilience programmes are a strengths-based preventative approach for promoting mental health and well-being in the face of adversity; however, there is no prior research on mental health nurses' perspectives on resilience programmes. Aim To explore the perspectives of

  13. Examining Feedback in an Instructional Video Game Using Process Data and Error Analysis. CRESST Report 817

    ERIC Educational Resources Information Center

    Buschang, Rebecca E.; Kerr, Deirdre S.; Chung, Gregory K. W. K.

    2012-01-01

    Appropriately designed technology-based learning environments such as video games can be used to give immediate and individualized feedback to students. However, little is known about the design and use of feedback in instructional video games. This study investigated how feedback used in a mathematics video game about fractions impacted student…

  14. "We don't need no education": Video game preferences, video game motivations, and aggressiveness among adolescent boys of different educational ability levels.

    PubMed

    Nije Bijvank, Marije; Konijn, Elly A; Bushman, Brad J

    2012-02-01

    This research focuses on low educational ability as a risk factor for aggression and violent game play. We propose that boys of lower educational ability are more attracted to violent video games than other boys are, and that they are also higher in trait aggressiveness and sensation seeking. Participants were Dutch boys in public schools (N = 830, age-range 11-17). In the Netherlands, standardized tests are used to place students into lower, medium, and higher educational ability groups. Results showed that boys in the lower educational ability group preferred to play violent, stand-alone games, identified more with video game characters, and perceived video games to be more realistic than other boys did. Lower levels of education were also related to higher levels of aggressiveness and sensation seeking. Higher educational ability boys preferred social, multiplayer games. Within a risk and resilience model, boys with lower educational ability are at greater risk for aggression. Copyright © 2011 The Foundation for Professionals in Services for Adolescents. All rights reserved.

  15. Blurry-frame detection and shot segmentation in colonoscopy videos

    NASA Astrophysics Data System (ADS)

    Oh, JungHwan; Hwang, Sae; Tavanapong, Wallapak; de Groen, Piet C.; Wong, Johnny

    2003-12-01

    Colonoscopy is an important screening procedure for colorectal cancer. During this procedure, the endoscopist visually inspects the colon. Human inspection, however, is not without error. We hypothesize that colonoscopy videos may contain additional valuable information missed by the endoscopist. Video segmentation is the first necessary step for the content-based video analysis and retrieval to provide efficient access to the important images and video segments from a large colonoscopy video database. Based on the unique characteristics of colonoscopy videos, we introduce a new scheme to detect and remove blurry frames, and segment the videos into shots based on the contents. Our experimental results show that the average precision and recall of the proposed scheme are over 90% for the detection of non-blurry images. The proposed method of blurry frame detection and shot segmentation is extensible to the videos captured from other endoscopic procedures such as upper gastrointestinal endoscopy, enteroscopy, cystoscopy, and laparoscopy.

  16. Evaluation of video detection systems, volume 1 : effects of configuration changes in the performance of video detection systems.

    DOT National Transportation Integrated Search

    2009-10-01

    The effects of modifying the configuration of three video detection (VD) systems (Iteris, Autoscope, and Peek) : are evaluated in daytime and nighttime conditions. Four types of errors were used: false, missed, stuck-on, and : dropped calls. The thre...

  17. Resilient leadership and the organizational culture of resilience: construct validation.

    PubMed

    Everly, George S; Smith, Kenneth J; Lobo, Rachel

    2013-01-01

    Political, economic, and social unrest and uncertainty seem replete throughout the world. Within the United States, political vitriol and economic volatility have led to severe economic restrictions. Both government and private sector organizations are being asked to do more with less. The specter of dramatic changes in healthcare creates a condition of uncertainty affecting budget allocations and hiring practices. If ever there was a time when a "resilient culture" was needed, it is now. In this paper we shall discuss the application of "tipping point" theory (Gladwell, 2000) operationalized through a special form of leadership: "resilient leadership" (Everly, Strouse, Everly, 2010). Resilient leadership is consistent with Gladwells "Law of the Few" and strives to create an organizational culture of resilience by implementing an initial change within no more than 20% of an organization's workforce. It is expected that such a minority, if chosen correctly, will "tip" the rest of the organization toward enhanced resilience, ideally creating a self-sustaining culture of resilience. This paper reports on the empirical foundations and construct validation of "resilient leadership".

  18. Latent error detection: A golden two hours for detection.

    PubMed

    Saward, Justin R E; Stanton, Neville A

    2017-03-01

    Undetected error in safety critical contexts generates a latent condition that can contribute to a future safety failure. The detection of latent errors post-task completion is observed in naval air engineers using a diary to record work-related latent error detection (LED) events. A systems view is combined with multi-process theories to explore sociotechnical factors associated with LED. Perception of cues in different environments facilitates successful LED, for which the deliberate review of past tasks within two hours of the error occurring and whilst remaining in the same or similar sociotechnical environment to that which the error occurred appears most effective. Identified ergonomic interventions offer potential mitigation for latent errors; particularly in simple everyday habitual tasks. It is thought safety critical organisations should look to engineer further resilience through the application of LED techniques that engage with system cues across the entire sociotechnical environment, rather than relying on consistent human performance. Crown Copyright © 2016. Published by Elsevier Ltd. All rights reserved.

  19. Resilience

    EPA Science Inventory

    Resilience is an important framework for understanding and managing complex systems of people and nature that are subject to abrupt and nonlinear change. The idea of ecological resilience was slow to gain acceptance in the scientific community, taking thirty years to become widel...

  20. Evaluating the effectiveness of SW-only video coding for real-time video transmission over low-rate wireless networks

    NASA Astrophysics Data System (ADS)

    Bartolini, Franco; Pasquini, Cristina; Piva, Alessandro

    2001-04-01

    The recent development of video compression algorithms allowed the diffusion of systems for the transmission of video sequences over data networks. However, the transmission over error prone mobile communication channels is yet an open issue. In this paper, a system developed for the real time transmission of H263 video coded sequences over TETRA mobile networks is presented. TETRA is an open digital trunked radio standard defined by the European Telecommunications Standardization Institute developed for professional mobile radio users, providing full integration of voice and data services. Experimental tests demonstrate that, in spite of the low frame rate allowed by the SW only implementation of the decoder and by the low channel rate a video compression technique such as that complying with the H263 standard, is still preferable to a simpler but less effective frame based compression system.

  1. Error image aware content restoration

    NASA Astrophysics Data System (ADS)

    Choi, Sungwoo; Lee, Moonsik; Jung, Byunghee

    2015-12-01

    As the resolution of TV significantly increased, content consumers have become increasingly sensitive to the subtlest defect in TV contents. This rising standard in quality demanded by consumers has posed a new challenge in today's context where the tape-based process has transitioned to the file-based process: the transition necessitated digitalizing old archives, a process which inevitably produces errors such as disordered pixel blocks, scattered white noise, or totally missing pixels. Unsurprisingly, detecting and fixing such errors require a substantial amount of time and human labor to meet the standard demanded by today's consumers. In this paper, we introduce a novel, automated error restoration algorithm which can be applied to different types of classic errors by utilizing adjacent images while preserving the undamaged parts of an error image as much as possible. We tested our method to error images detected from our quality check system in KBS(Korean Broadcasting System) video archive. We are also implementing the algorithm as a plugin of well-known NLE(Non-linear editing system), which is a familiar tool for quality control agent.

  2. Playing Action Video Games Improves Visuomotor Control.

    PubMed

    Li, Li; Chen, Rongrong; Chen, Jing

    2016-08-01

    Can playing action video games improve visuomotor control? If so, can these games be used in training people to perform daily visuomotor-control tasks, such as driving? We found that action gamers have better lane-keeping and visuomotor-control skills than do non-action gamers. We then trained non-action gamers with action or nonaction video games. After they played a driving or first-person-shooter video game for 5 or 10 hr, their visuomotor control improved significantly. In contrast, non-action gamers showed no such improvement after they played a nonaction video game. Our model-driven analysis revealed that although different action video games have different effects on the sensorimotor system underlying visuomotor control, action gaming in general improves the responsiveness of the sensorimotor system to input error signals. The findings support a causal link between action gaming (for as little as 5 hr) and enhancement in visuomotor control, and suggest that action video games can be beneficial training tools for driving. © The Author(s) 2016.

  3. Trait dissociation and commission errors in memory reports of emotional events.

    PubMed

    Merckelbach, Harald; Zeles, Gwen; Van Bergen, Saskia; Giesbrecht, Timo

    2007-01-01

    In 2 studies we examined whether trait dissociation is related to spontaneous commission errors (reports of events that did not occur) in free recall of emotional events. We also explored whether the functional locus of the dissociation-commission link is related to repeated retrieval or shallow encoding. In Experiment 1 participants were exposed to a staged incident and were repeatedly asked to add more information to their written accounts of the event. Dissociation levels were related to commission errors, indicating that people who report many dissociative experiences tend to make more commission errors. However, it was not the case that the overall increase in commission errors over successive retrieval attempts was typical for high dissociative participants. In Experiment 2 participants saw a video fragment of a severe car accident. During the video, half the participants performed a dual task, and the other half did not. Participants performing the dual task made more commission errors than controls, but this effect was not more pronounced in those with high trait dissociation scores. These studies show that there is a link between dissociation and spontaneous commission errors in memory reports of emotional events, but the functional locus of this link remains unclear.

  4. Effect of an Intervention Program Based on Active Video Games and Motor Games on Health Indicators in University Students: A Pilot Study.

    PubMed

    Zurita-Ortega, Félix; Chacón-Cuberos, Ramón; Castro-Sánchez, Manuel; Gutiérrez-Vela, Francisco Luis; González-Valero, Gabriel

    2018-06-25

    (1) Background: High levels of physical inactivity caused by sedentary digital screen leisure constitute one of the main causes of the high levels of obesity observed in today’s society; (2) Methods: The present study aims to analyse the effect of a 12-week intervention program based on the application of active video games and motor games on health status indicators, problematic use of video games, and resilience capacity in university students. Besides, the content blocks of the Physical Education (PE) field are worked on through these devices, revealing their potential as an Information and Communications Technology (ICT) resource. A longitudinal study with a pre-experimental design with pretest⁻posttest measurements in a single group ( n = 47) was performed, using as main instruments a Tanita TBF300® bioimpedance scale, the 20mSRT test for maximum oxygen consumption ( V O² max ), the Adherence to a Mediterranean Diet Test (KIDMED), the Questionnaire for Experiences Related to Video games (QERV) and the Connor-Davidson Resilience Scale (CD-RISC); (3) Results: The main results were a discrete improvement in the percentage of fat mass and V O² max , representing a small effect size in both cases. The quality of the diet followed and the confidence and tolerance for adversity as a resilience factor were also improved, representing a medium size effect for this last variable; (4) Conclusions: Despite the limitations of this study as it does not have a control group, the main conclusions are that active video games and motor games can be a motivational resource to follow an active lifestyle, helping to improve health status indicators in young adults.

  5. PRESAGE: Protecting Structured Address Generation against Soft Errors

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

    Sharma, Vishal C.; Gopalakrishnan, Ganesh; Krishnamoorthy, Sriram

    Modern computer scaling trends in pursuit of larger component counts and power efficiency have, unfortunately, lead to less reliable hardware and consequently soft errors escaping into application data ("silent data corruptions"). Techniques to enhance system resilience hinge on the availability of efficient error detectors that have high detection rates, low false positive rates, and lower computational overhead. Unfortunately, efficient detectors to detect faults during address generation have not been widely researched (especially in the context of indexing large arrays). We present a novel lightweight compiler-driven technique called PRESAGE for detecting bit-flips affecting structured address computations. A key insight underlying PRESAGEmore » is that any address computation scheme that propagates an already incurred error is better than a scheme that corrupts one particular array access but otherwise (falsely) appears to compute perfectly. Ensuring the propagation of errors allows one to place detectors at loop exit points and helps turn silent corruptions into easily detectable error situations. Our experiments using the PolyBench benchmark suite indicate that PRESAGE-based error detectors have a high error-detection rate while incurring low overheads.« less

  6. Resilient Braided Rope Seal

    NASA Technical Reports Server (NTRS)

    Steinetz, Bruce M. (Inventor); Kren, Lawrence A. (Inventor)

    1996-01-01

    A resilient braided rope seal for use in high temperature applications. The resilient braided rope seal includes a center core of fibers, a resilient 5 member overbraided by at least one layer of braided sheath fibers tightly packed together. The resilient member adds significant stiffness to the seal while maintaining resiliency. Furthermore, the seal permanent set and hysteresis are greatly reduced. Finally, improved load capabilities are provided.

  7. Engineering the electronic health record for safety: a multi-level video-based approach to diagnosing and preventing technology-induced error arising from usability problems.

    PubMed

    Borycki, Elizabeth M; Kushniruk, Andre W; Kuwata, Shigeki; Kannry, Joseph

    2011-01-01

    Electronic health records (EHRs) promise to improve and streamline healthcare through electronic entry and retrieval of patient data. Furthermore, based on a number of studies showing their positive benefits, they promise to reduce medical error and make healthcare safer. However, a growing body of literature has clearly documented that if EHRS are not designed properly and with usability as an important goal in their design, rather than reducing error, EHR deployment has the potential to actually increase medical error. In this paper we describe our approach to engineering (and reengineering) EHRs in order to increase their beneficial potential while at the same time improving their safety. The approach described in this paper involves an integration of the methods of usability analysis with video analysis of end users interacting with EHR systems and extends the evaluation of the usability of EHRs to include the assessment of the impact of these systems on work practices. Using clinical simulations, we analyze human-computer interaction in real healthcare settings (in a portable, low-cost and high fidelity manner) and include both artificial and naturalistic data collection to identify potential usability problems and sources of technology-induced error prior to widespread system release. Two case studies where the methods we have developed and refined have been applied at different levels of user-computer interaction are described.

  8. Layered Wyner-Ziv video coding.

    PubMed

    Xu, Qian; Xiong, Zixiang

    2006-12-01

    Following recent theoretical works on successive Wyner-Ziv coding (WZC), we propose a practical layered Wyner-Ziv video coder using the DCT, nested scalar quantization, and irregular LDPC code based Slepian-Wolf coding (or lossless source coding with side information at the decoder). Our main novelty is to use the base layer of a standard scalable video coder (e.g., MPEG-4/H.26L FGS or H.263+) as the decoder side information and perform layered WZC for quality enhancement. Similar to FGS coding, there is no performance difference between layered and monolithic WZC when the enhancement bitstream is generated in our proposed coder. Using an H.26L coded version as the base layer, experiments indicate that WZC gives slightly worse performance than FGS coding when the channel (for both the base and enhancement layers) is noiseless. However, when the channel is noisy, extensive simulations of video transmission over wireless networks conforming to the CDMA2000 1X standard show that H.26L base layer coding plus Wyner-Ziv enhancement layer coding are more robust against channel errors than H.26L FGS coding. These results demonstrate that layered Wyner-Ziv video coding is a promising new technique for video streaming over wireless networks.

  9. Resilience: Theory and Application.

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

    Carlson, J.L.; Haffenden, R.A.; Bassett, G.W.

    2012-02-03

    There is strong agreement among policymakers, practitioners, and academic researchers that the concept of resilience must play a major role in assessing the extent to which various entities - critical infrastructure owners and operators, communities, regions, and the Nation - are prepared to respond to and recover from the full range of threats they face. Despite this agreement, consensus regarding important issues, such as how resilience should be defined, assessed, and measured, is lacking. The analysis presented here is part of a broader research effort to develop and implement assessments of resilience at the asset/facility and community/regional levels. The literaturemore » contains various definitions of resilience. Some studies have defined resilience as the ability of an entity to recover, or 'bounce back,' from the adverse effects of a natural or manmade threat. Such a definition assumes that actions taken prior to the occurrence of an adverse event - actions typically associated with resistance and anticipation - are not properly included as determinants of resilience. Other analyses, in contrast, include one or more of these actions in their definitions. To accommodate these different definitions, we recognize a subset of resistance- and anticipation-related actions that are taken based on the assumption that an adverse event is going to occur. Such actions are in the domain of resilience because they reduce both the immediate and longer-term adverse consequences that result from an adverse event. Recognizing resistance- and anticipation-related actions that take the adverse event as a given accommodates the set of resilience-related actions in a clear-cut manner. With these considerations in mind, resilience can be defined as: 'the ability of an entity - e.g., asset, organization, community, region - to anticipate, resist, absorb, respond to, adapt to, and recover from a disturbance.' Because critical infrastructure resilience is important both in its

  10. Improved segmentation of occluded and adjoining vehicles in traffic surveillance videos

    NASA Astrophysics Data System (ADS)

    Juneja, Medha; Grover, Priyanka

    2013-12-01

    Occlusion in image processing refers to concealment of any part of the object or the whole object from view of an observer. Real time videos captured by static cameras on roads often encounter overlapping and hence, occlusion of vehicles. Occlusion in traffic surveillance videos usually occurs when an object which is being tracked is hidden by another object. This makes it difficult for the object detection algorithms to distinguish all the vehicles efficiently. Also morphological operations tend to join the close proximity vehicles resulting in formation of a single bounding box around more than one vehicle. Such problems lead to errors in further video processing, like counting of vehicles in a video. The proposed system brings forward efficient moving object detection and tracking approach to reduce such errors. The paper uses successive frame subtraction technique for detection of moving objects. Further, this paper implements the watershed algorithm to segment the overlapped and adjoining vehicles. The segmentation results have been improved by the use of noise and morphological operations.

  11. Multi-star processing and gyro filtering for the video inertial pointing system

    NASA Technical Reports Server (NTRS)

    Murphy, J. P.

    1976-01-01

    The video inertial pointing (VIP) system is being developed to satisfy the acquisition and pointing requirements of astronomical telescopes. The VIP system uses a single video sensor to provide star position information that can be used to generate three-axis pointing error signals (multi-star processing) and for input to a cathode ray tube (CRT) display of the star field. The pointing error signals are used to update the telescope's gyro stabilization system (gyro filtering). The CRT display facilitates target acquisition and positioning of the telescope by a remote operator. Linearized small angle equations are used for the multistar processing and a consideration of error performance and singularities lead to star pair location restrictions and equation selection criteria. A discrete steady-state Kalman filter which uses the integration of the gyros is developed and analyzed. The filter includes unit time delays representing asynchronous operations of the VIP microprocessor and video sensor. A digital simulation of a typical gyro stabilized gimbal is developed and used to validate the approach to the gyro filtering.

  12. Precise X-ray and video overlay for augmented reality fluoroscopy.

    PubMed

    Chen, Xin; Wang, Lejing; Fallavollita, Pascal; Navab, Nassir

    2013-01-01

    The camera-augmented mobile C-arm (CamC) augments any mobile C-arm by a video camera and mirror construction and provides a co-registration of X-ray with video images. The accurate overlay between these images is crucial to high-quality surgical outcomes. In this work, we propose a practical solution that improves the overlay accuracy for any C-arm orientation by: (i) improving the existing CamC calibration, (ii) removing distortion effects, and (iii) accounting for the mechanical sagging of the C-arm gantry due to gravity. A planar phantom is constructed and placed at different distances to the image intensifier in order to obtain the optimal homography that co-registers X-ray and video with a minimum error. To alleviate distortion, both X-ray calibration based on equidistant grid model and Zhang's camera calibration method are implemented for distortion correction. Lastly, the virtual detector plane (VDP) method is adapted and integrated to reduce errors due to the mechanical sagging of the C-arm gantry. The overlay errors are 0.38±0.06 mm when not correcting for distortion, 0.27±0.06 mm when applying Zhang's camera calibration, and 0.27±0.05 mm when applying X-ray calibration. Lastly, when taking into account all angular and orbital rotations of the C-arm, as well as correcting for distortion, the overlay errors are 0.53±0.24 mm using VDP and 1.67±1.25 mm excluding VDP. The augmented reality fluoroscope achieves an accurate video and X-ray overlay when applying the optimal homography calculated from distortion correction using X-ray calibration together with the VDP.

  13. Resilient filtering for time-varying stochastic coupling networks under the event-triggering scheduling

    NASA Astrophysics Data System (ADS)

    Wang, Fan; Liang, Jinling; Dobaie, Abdullah M.

    2018-07-01

    The resilient filtering problem is considered for a class of time-varying networks with stochastic coupling strengths. An event-triggered strategy is adopted to save the network resources by scheduling the signal transmission from the sensors to the filters based on certain prescribed rules. Moreover, the filter parameters to be designed are subject to gain perturbations. The primary aim of the addressed problem is to determine a resilient filter that ensures an acceptable filtering performance for the considered network with event-triggering scheduling. To handle such an issue, an upper bound on the estimation error variance is established for each node according to the stochastic analysis. Subsequently, the resilient filter is designed by locally minimizing the derived upper bound at each iteration. Moreover, rigorous analysis shows the monotonicity of the minimal upper bound regarding the triggering threshold. Finally, a simulation example is presented to show effectiveness of the established filter scheme.

  14. Two-Level Scheduling for Video Transmission over Downlink OFDMA Networks

    PubMed Central

    Tham, Mau-Luen

    2016-01-01

    This paper presents a two-level scheduling scheme for video transmission over downlink orthogonal frequency-division multiple access (OFDMA) networks. It aims to maximize the aggregate quality of the video users subject to the playback delay and resource constraints, by exploiting the multiuser diversity and the video characteristics. The upper level schedules the transmission of video packets among multiple users based on an overall target bit-error-rate (BER), the importance level of packet and resource consumption efficiency factor. Instead, the lower level renders unequal error protection (UEP) in terms of target BER among the scheduled packets by solving a weighted sum distortion minimization problem, where each user weight reflects the total importance level of the packets that has been scheduled for that user. Frequency-selective power is then water-filled over all the assigned subcarriers in order to leverage the potential channel coding gain. Realistic simulation results demonstrate that the proposed scheme significantly outperforms the state-of-the-art scheduling scheme by up to 6.8 dB in terms of peak-signal-to-noise-ratio (PSNR). Further test evaluates the suitability of equal power allocation which is the common assumption in the literature. PMID:26906398

  15. Implementation of smart phone video plethysmography and dependence on lighting parameters.

    PubMed

    Fletcher, Richard Ribón; Chamberlain, Daniel; Paggi, Nicholas; Deng, Xinyue

    2015-08-01

    The remote measurement of heart rate (HR) and heart rate variability (HRV) via a digital camera (video plethysmography) has emerged as an area of great interest for biomedical and health applications. While a few implementations of video plethysmography have been demonstrated on smart phones under controlled lighting conditions, it has been challenging to create a general scalable solution due to the large variability in smart phone hardware performance, software architecture, and the variable response to lighting parameters. In this context, we present a selfcontained smart phone implementation of video plethysmography for Android OS, which employs both stochastic and deterministic algorithms, and we use this to study the effect of lighting parameters (illuminance, color spectrum) on the accuracy of the remote HR measurement. Using two different phone models, we present the median HR error for five different video plethysmography algorithms under three different types of lighting (natural sunlight, compact fluorescent, and halogen incandescent) and variations in brightness. For most algorithms, we found the optimum light brightness to be in the range 1000-4000 lux and the optimum lighting types to be compact fluorescent and natural light. Moderate errors were found for most algorithms with some devices under conditions of low-brightness (<;500 lux) and highbrightness (>4000 lux). Our analysis also identified camera frame rate jitter as a major source of variability and error across different phone models, but this can be largely corrected through non-linear resampling. Based on testing with six human subjects, our real-time Android implementation successfully predicted the measured HR with a median error of -0.31 bpm, and an inter-quartile range of 2.1bpm.

  16. Features of resilience

    DOE PAGES

    Connelly, Elizabeth B.; Allen, Craig R.; Hatfield, Kirk; ...

    2017-02-20

    The National Academy of Sciences (NAS) definition of resilience is used here to organize common concepts and synthesize a set of key features of resilience that can be used across diverse application domains. The features in common include critical functions (services), thresholds, cross-scale (both space and time) interactions, and memory and adaptive management. We propose a framework for linking these features to the planning, absorbing, recovering, and adapting phases identified in the NAS definition. As a result, the proposed delineation of resilience can be important in understanding and communicating resilience concepts.

  17. Features of resilience

    USGS Publications Warehouse

    Connelly, Elizabeth B.; Allen, Craig R.; Hatfield, Kirk; Palma-Oliveira, José M.; Woods, David D.; Linkov, Igor

    2017-01-01

    The National Academy of Sciences (NAS) definition of resilience is used here to organize common concepts and synthesize a set of key features of resilience that can be used across diverse application domains. The features in common include critical functions (services), thresholds, cross-scale (both space and time) interactions, and memory and adaptive management. We propose a framework for linking these features to the planning, absorbing, recovering, and adapting phases identified in the NAS definition. The proposed delineation of resilience can be important in understanding and communicating resilience concepts.

  18. Persistent aerial video registration and fast multi-view mosaicing.

    PubMed

    Molina, Edgardo; Zhu, Zhigang

    2014-05-01

    Capturing aerial imagery at high resolutions often leads to very low frame rate video streams, well under full motion video standards, due to bandwidth, storage, and cost constraints. Low frame rates make registration difficult when an aircraft is moving at high speeds or when global positioning system (GPS) contains large errors or it fails. We present a method that takes advantage of persistent cyclic video data collections to perform an online registration with drift correction. We split the persistent aerial imagery collection into individual cycles of the scene, identify and correct the registration errors on the first cycle in a batch operation, and then use the corrected base cycle as a reference pass to register and correct subsequent passes online. A set of multi-view panoramic mosaics is then constructed for each aerial pass for representation, presentation and exploitation of the 3D dynamic scene. These sets of mosaics are all in alignment to the reference cycle allowing their direct use in change detection, tracking, and 3D reconstruction/visualization algorithms. Stereo viewing with adaptive baselines and varying view angles is realized by choosing a pair of mosaics from a set of multi-view mosaics. Further, the mosaics for the second pass and later can be generated and visualized online as their is no further batch error correction.

  19. Presentation video retrieval using automatically recovered slide and spoken text

    NASA Astrophysics Data System (ADS)

    Cooper, Matthew

    2013-03-01

    Video is becoming a prevalent medium for e-learning. Lecture videos contain text information in both the presentation slides and lecturer's speech. This paper examines the relative utility of automatically recovered text from these sources for lecture video retrieval. To extract the visual information, we automatically detect slides within the videos and apply optical character recognition to obtain their text. Automatic speech recognition is used similarly to extract spoken text from the recorded audio. We perform controlled experiments with manually created ground truth for both the slide and spoken text from more than 60 hours of lecture video. We compare the automatically extracted slide and spoken text in terms of accuracy relative to ground truth, overlap with one another, and utility for video retrieval. Results reveal that automatically recovered slide text and spoken text contain different content with varying error profiles. Experiments demonstrate that automatically extracted slide text enables higher precision video retrieval than automatically recovered spoken text.

  20. Flood Resilient Systems and their Application for Flood Resilient Planning

    NASA Astrophysics Data System (ADS)

    Manojlovic, N.; Gabalda, V.; Antanaskovic, D.; Gershovich, I.; Pasche, E.

    2012-04-01

    Following the paradigm shift in flood management from traditional to more integrated approaches, and considering the uncertainties of future development due to drivers such as climate change, one of the main emerging tasks of flood managers becomes the development of (flood) resilient cities. It can be achieved by application of non-structural - flood resilience measures, summarised in the 4As: assistance, alleviation, awareness and avoidance (FIAC, 2007). As a part of this strategy, the key aspect of development of resilient cities - resilient built environment can be reached by efficient application of Flood Resilience Technology (FReT) and its meaningful combination into flood resilient systems (FRS). FRS are given as [an interconnecting network of FReT which facilitates resilience (including both restorative and adaptive capacity) to flooding, addressing physical and social systems and considering different flood typologies] (SMARTeST, http://www.floodresilience.eu/). Applying the system approach (e.g. Zevenbergen, 2008), FRS can be developed at different scales from the building to the city level. Still, a matter of research is a method to define and systematise different FRS crossing those scales. Further, the decision on which resilient system is to be applied for the given conditions and given scale is a complex task, calling for utilisation of decision support tools. This process of decision-making should follow the steps of flood risk assessment (1) and development of a flood resilience plan (2) (Manojlovic et al, 2009). The key problem in (2) is how to match the input parameters that describe physical&social system and flood typology to the appropriate flood resilient system. Additionally, an open issue is how to integrate the advances in FReT and findings on its efficiency into decision support tools. This paper presents a way to define, systematise and make decisions on FRS at different scales of an urban system developed within the 7th FP Project

  1. Method and Apparatus for Evaluating the Visual Quality of Processed Digital Video Sequences

    NASA Technical Reports Server (NTRS)

    Watson, Andrew B. (Inventor)

    2002-01-01

    A Digital Video Quality (DVQ) apparatus and method that incorporate a model of human visual sensitivity to predict the visibility of artifacts. The DVQ method and apparatus are used for the evaluation of the visual quality of processed digital video sequences and for adaptively controlling the bit rate of the processed digital video sequences without compromising the visual quality. The DVQ apparatus minimizes the required amount of memory and computation. The input to the DVQ apparatus is a pair of color image sequences: an original (R) non-compressed sequence, and a processed (T) sequence. Both sequences (R) and (T) are sampled, cropped, and subjected to color transformations. The sequences are then subjected to blocking and discrete cosine transformation, and the results are transformed to local contrast. The next step is a time filtering operation which implements the human sensitivity to different time frequencies. The results are converted to threshold units by dividing each discrete cosine transform coefficient by its respective visual threshold. At the next stage the two sequences are subtracted to produce an error sequence. The error sequence is subjected to a contrast masking operation, which also depends upon the reference sequence (R). The masked errors can be pooled in various ways to illustrate the perceptual error over various dimensions, and the pooled error can be converted to a visual quality measure.

  2. Ecological resilience

    USGS Publications Warehouse

    Allen, Craig R.; Garmestiani, Ahjond S.; Sundstrom, Shana; Angeler, David G.

    2016-01-01

    Resilience is the capacity of complex systems of people and nature to withstand disturbance without shifting into an alternate regime, or a different type of system organized around different processes and structures (Holling, 1973). Resilience theory was developed to explain the non-linear dynamics of complex adaptive systems, like social-ecological systems (SES) (Walker & Salt, 2006). It is often apparent when the resilience of a SES has been exceeded as the system discernibly changes, such as when a thriving city shifts into a poverty trap, but it is difficult to predict when that shift might occur because of the non-linear dynamics of complex systems. Ecological resilience should not be confused with engineering resilience (Angeler & Allen, 2016), which emphasizes the ability of a SES to perform a specific task consistently and predictably, and to re-establish performance quickly should a disturbance occur. Engineering resilience assumes that complex systems are characterized by a single equilibrium state, and this assumption is not appropriate for complex adaptive systems such as SES. In the risk governance context this means that compounded perturbations derived from hazards or global change can have unexpected and highly uncertain effects on natural resources, humans and societies. These effects can manifest in regime shifts, potentially spurring environmental degradation that might lock SES in an undesirable system state that can be difficult to reverse, and as a consequence economic crises, conflict, human health problems.

  3. A Measure of Team Resilience: Developing the Resilience at Work Team Scale.

    PubMed

    McEwen, Kathryn; Boyd, Carolyn M

    2018-03-01

    This study develops, and initial evaluates, a new measure of team-based resilience for use in research and practice. We conducted preliminary analyses, based on a cross-sectional sample of 344 employees nested within 31 teams. Seven dimensions were identified through exploratory and confirmatory factor analyses. The measure had high reliability and significant discrimination to indicate the presence of a unique team-based aspect of resilience that contributed to higher work engagement and higher self-rated team performance, over and above the effects of individual resilience. Multilevel analyses showed that team, but not individual, resilience predicted self-rated team performance. Practice implications include a need to focus on collective as well as individual behaviors in resilience-building. The measure provides a diagnostic instrument for teams and a scale to evaluate organizational interventions and research the relationship of resilience to other constructs.

  4. SCTP as scalable video coding transport

    NASA Astrophysics Data System (ADS)

    Ortiz, Jordi; Graciá, Eduardo Martínez; Skarmeta, Antonio F.

    2013-12-01

    This study presents an evaluation of the Stream Transmission Control Protocol (SCTP) for the transport of the scalable video codec (SVC), proposed by MPEG as an extension to H.264/AVC. Both technologies fit together properly. On the one hand, SVC permits to split easily the bitstream into substreams carrying different video layers, each with different importance for the reconstruction of the complete video sequence at the receiver end. On the other hand, SCTP includes features, such as the multi-streaming and multi-homing capabilities, that permit to transport robustly and efficiently the SVC layers. Several transmission strategies supported on baseline SCTP and its concurrent multipath transfer (CMT) extension are compared with the classical solutions based on the Transmission Control Protocol (TCP) and the Realtime Transmission Protocol (RTP). Using ns-2 simulations, it is shown that CMT-SCTP outperforms TCP and RTP in error-prone networking environments. The comparison is established according to several performance measurements, including delay, throughput, packet loss, and peak signal-to-noise ratio of the received video.

  5. Physical disease and resilient outcomes: a systematic review of resilience definitions and study methods.

    PubMed

    Johnston, Marjorie C; Porteous, Terry; Crilly, Michael A; Burton, Christopher D; Elliott, Alison; Iversen, Lisa; McArdle, Karen; Murray, Alison; Phillips, Louise H; Black, Corri

    2015-01-01

    Findings from physical disease resilience research may be used to develop approaches to reduce the burden of disease. However, there is no consensus on the definition and measurement of resilience in the context of physical disease. The aim was to summarize the range of definitions of physical disease resilience and the approaches taken to study it in studies examining physical disease and its relationship to resilient outcomes. Electronic databases were searched from inception to March 2013 for studies in which physical disease was assessed for its association with resilient outcomes. Article screening, data extraction, and quality assessment were carried out independently by 2 reviewers, with disagreements being resolved by a third reviewer. The results were combined using a narrative technique. Of 2280 articles, 12 met the inclusion criteria. Of these studies, 1 was of high quality, 9 were of moderate quality, and 2 were low quality. The common findings were that resilience involves maintaining healthy levels of functioning following adversity and that it is a dynamic process not a personality trait. Studies either assessed resilience based on observed outcomes or via resilience measurement scales. They either considered physical disease as an adversity leading to resilience or as a variable modifying the relationship between adversity and resilience. This work begins building consensus as to the approach to take when defining and measuring physical disease resilience. Resilience should be considered as a dynamic process that varies across the life-course and across different domains, therefore the choice of a resilience measure should reflect this. Copyright © 2015 The Academy of Psychosomatic Medicine. Published by Elsevier Inc. All rights reserved.

  6. ATM Quality of Service Tests for Digitized Video Using ATM Over Satellite: Laboratory Tests

    NASA Technical Reports Server (NTRS)

    Ivancic, William D.; Brooks, David E.; Frantz, Brian D.

    1997-01-01

    A digitized video application was used to help determine minimum quality of service parameters for asynchronous transfer mode (ATM) over satellite. For these tests, binomially distributed and other errors were digitally inserted in an intermediate frequency link via a satellite modem and a commercial gaussian noise generator. In this paper, the relation- ship between the ATM cell error and cell loss parameter specifications is discussed with regard to this application. In addition, the video-encoding algorithms, test configurations, and results are presented in detail.

  7. Resilience in aging: literature review.

    PubMed

    Fontes, Arlete Portella; Neri, Anita Liberalesso

    2015-05-01

    Psychological resilience is comprised of an adaptive functioning standard before the current and accumulated risks of life. Furthermore, it has a comprehensive range of psychological resources which are essential to overcome adversities, such as personal competences, self-beliefs and interpersonal control which interact with the social networks support. The objectives are to show the concepts of psychological resilience in elderly, relative to dominant theoretical models and the main data about psychological resilience in aging, found in an international and Brazilian review from 2007 to 2013. The descriptors "resilience, psychological resilience and aging", "resiliência e envelhecimento, velhice e velho", were used in PubMed, PsychInfo, SciELO and Pepsic databases. Fifty three international and eleven national articles were selected. The international articles were classified in four categories: psychological and social coping resources, emotional regulation before stressing experiences, successful resilience and aging and correlates, and resilience measures. The Brazilian articles were grouped in three: psychological and social resources, resilience in carers and theory review. Articles on psychological resources and on emotional regulation prevailed as key factors associated with psychological resilience in aging.

  8. Teaching Resilience: A Narrative Inquiry into the Importance of Teacher Resilience

    ERIC Educational Resources Information Center

    Vance, Angela; Pendergast, Donna; Garvis, Susanne

    2015-01-01

    This study set out to explore how high school teachers perceive their resilience as they teach a scripted social and emotional learning program to students with the goal of promoting the resilience skills of the students in their pastoral care classes. In this emerging field of research on teacher resilience, there is a paucity of research…

  9. The Resilient Mind: The Psychology of Academic Resilience

    ERIC Educational Resources Information Center

    Morales, Erik E.

    2008-01-01

    Using six years of data chronicling the experiences of 50 academically resilient college students, this article focuses on the seldom-researched area of the psychology of academic resilience. Ubiquitous stressors such as subpar public schooling and the lack of social and cultural capital; psychosocial issues that arise during the resilience…

  10. A Case for Soft Error Detection and Correction in Computational Chemistry.

    PubMed

    van Dam, Hubertus J J; Vishnu, Abhinav; de Jong, Wibe A

    2013-09-10

    High performance computing platforms are expected to deliver 10(18) floating operations per second by the year 2022 through the deployment of millions of cores. Even if every core is highly reliable the sheer number of them will mean that the mean time between failures will become so short that most application runs will suffer at least one fault. In particular soft errors caused by intermittent incorrect behavior of the hardware are a concern as they lead to silent data corruption. In this paper we investigate the impact of soft errors on optimization algorithms using Hartree-Fock as a particular example. Optimization algorithms iteratively reduce the error in the initial guess to reach the intended solution. Therefore they may intuitively appear to be resilient to soft errors. Our results show that this is true for soft errors of small magnitudes but not for large errors. We suggest error detection and correction mechanisms for different classes of data structures. The results obtained with these mechanisms indicate that we can correct more than 95% of the soft errors at moderate increases in the computational cost.

  11. An overdue alignment of risk and resilience? A conceptual contribution to community resilience.

    PubMed

    Mochizuki, Junko; Keating, Adriana; Liu, Wei; Hochrainer-Stigler, Stefan; Mechler, Reinhard

    2018-04-01

    A systematic review of literature on community resilience measurement published between 2005 and 2014 revealed that the profound lack of clarity on risk and resilience is one of the main reasons why confusion about terms such as adaptive capacity, resilience, and vulnerability persists, despite the effort spared to operationalise these concepts. Resilience is measured in isolation in some cases, where a shock is perceived to arise external to the system of interest. Problematically, this contradicts the way in which the climate change and disaster communities perceive risk as manifesting itself endogenously as a function of exposure, hazard, and vulnerability. The common conceptualisation of resilience as predominantly positive is problematic as well when, in reality, many undesirable properties of a system are resilient. Consequently, this paper presents an integrative framework that highlights the interactions between risk drivers and coping, adaptive, and transformative capacities, providing an improved conceptual basis for resilience measurement. © 2018 The Author(s). Disasters © Overseas Development Institute, 2018.

  12. Using Video To Teach for Sociolinguistic Competence in the Foreign Language Classroom.

    ERIC Educational Resources Information Center

    Witten, Caryn

    2000-01-01

    This study worked to develop the sociolinguistic competence of college learners of first-year Spanish using input enhancement techniques that required learners to actively view video. Research shows that native speakers are more sensitive to sociolinguistic errors than to grammatical errors made by nonnative speakers. Therefore, the study…

  13. Building Resiliency in a Palliative Care Team: A Pilot Study.

    PubMed

    Mehta, Darshan H; Perez, Giselle K; Traeger, Lara; Park, Elyse R; Goldman, Roberta E; Haime, Vivian; Chittenden, Eva H; Denninger, John W; Jackson, Vicki A

    2016-03-01

    Palliative care clinicians (PCCs) are vulnerable to burnout as a result of chronic stress related to working with seriously ill patients. Burnout can lead to absenteeism, ineffective communication, medical errors, and job turnover. Interventions that promote better coping with stress are needed in this population. This pilot study tested the feasibility of the Relaxation Response Resiliency Program for Palliative Care Clinicians, a program targeted to decrease stress and increase resiliency, in a multidisciplinary cohort of PCCs (N = 16) at a major academic medical center. A physician delivered the intervention over two months in five sessions (12 hours total). Data were collected the week before the program start and two months after completion. The main outcome was feasibility of the program. Changes in perceived stress, positive and negative affect, perspective taking, optimism, satisfaction with life, and self-efficacy were examined using nonparametric statistical tests. Effect size was quantified using Cohen's d. The intervention was feasible; all participants attended at least four of the five sessions, and there was no attrition. After the intervention, participants showed reductions in perceived stress and improvements in perspective taking. Our findings suggest that a novel team-based resiliency intervention based on elicitation of the relaxation response was feasible and may help promote resiliency and protect against the negative consequences of stress for PCCs. Copyright © 2016 American Academy of Hospice and Palliative Medicine. Published by Elsevier Inc. All rights reserved.

  14. Generalized parallel-perspective stereo mosaics from airborne video.

    PubMed

    Zhu, Zhigang; Hanson, Allen R; Riseman, Edward M

    2004-02-01

    In this paper, we present a new method for automatically and efficiently generating stereoscopic mosaics by seamless registration of images collected by a video camera mounted on an airborne platform. Using a parallel-perspective representation, a pair of geometrically registered stereo mosaics can be precisely constructed under quite general motion. A novel parallel ray interpolation for stereo mosaicing (PRISM) approach is proposed to make stereo mosaics seamless in the presence of obvious motion parallax and for rather arbitrary scenes. Parallel-perspective stereo mosaics generated with the PRISM method have better depth resolution than perspective stereo due to the adaptive baseline geometry. Moreover, unlike previous results showing that parallel-perspective stereo has a constant depth error, we conclude that the depth estimation error of stereo mosaics is in fact a linear function of the absolute depths of a scene. Experimental results on long video sequences are given.

  15. Multifractal resilience and viability

    NASA Astrophysics Data System (ADS)

    Tchiguirinskaia, I.; Schertzer, D. J. M.

    2017-12-01

    The term resilience has become extremely fashionable and there had been many attempts to provide operational definition and in fact metrics going beyond a set of more or less ad-hoc indicators. The viability theory (Aubin and Saint-Pierre, 2011) have been used to give a rather precise mathematical definition of resilience (Deffuant and Gilbert, 2011). However, it does not grasp the multiscale nature of resilience that is rather fundamental as particularly stressed by Folke et al (2010). In this communication, we first recall a preliminary attempt (Tchiguirinskaia et al., 2014) to define multifractal resilience with the help of the maximal probable singularity. Then we extend this multifractal approach to the capture basin of the viability, therefore the resilient basin. Aubin, J P, A. Bayen, and P Saint-Pierre (2011). Viability Theory. New Directions. Springer, Berlin,. Deffuant, G. and Gilbert, N. (eds) (2011) Viability and Resilience of Complex Systems. Springer Berlin.Folke, C., S R Carpenter, B Walker, M Sheffer, T Chapin, and J Rockstroem (2010). Resilience thinking: integrating re- silience, adaptability and transformability. Ecology and So- ciety, 14(4):20, Tchiguirinskaia,I., D. Schertzer, , A. Giangola-Murzyn and T. C. Hoang (2014). Multiscale resilience metrics to assess flood. Proceedings of ICCSA 2014, Normandie University, Le Havre, France -.

  16. Performance comparison of AV1, HEVC, and JVET video codecs on 360 (spherical) video

    NASA Astrophysics Data System (ADS)

    Topiwala, Pankaj; Dai, Wei; Krishnan, Madhu; Abbas, Adeel; Doshi, Sandeep; Newman, David

    2017-09-01

    This paper compares the coding efficiency performance on 360 videos, of three software codecs: (a) AV1 video codec from the Alliance for Open Media (AOM); (b) the HEVC Reference Software HM; and (c) the JVET JEM Reference SW. Note that 360 video is especially challenging content, in that one codes full res globally, but typically looks locally (in a viewport), which magnifies errors. These are tested in two different projection formats ERP and RSP, to check consistency. Performance is tabulated for 1-pass encoding on two fronts: (1) objective performance based on end-to-end (E2E) metrics such as SPSNR-NN, and WS-PSNR, currently developed in the JVET committee; and (2) informal subjective assessment of static viewports. Constant quality encoding is performed with all the three codecs for an unbiased comparison of the core coding tools. Our general conclusion is that under constant quality coding, AV1 underperforms HEVC, which underperforms JVET. We also test with rate control, where AV1 currently underperforms the open source X265 HEVC codec. Objective and visual evidence is provided.

  17. Motion compensated shape error concealment.

    PubMed

    Schuster, Guido M; Katsaggelos, Aggelos K

    2006-02-01

    The introduction of Video Objects (VOs) is one of the innovations of MPEG-4. The alpha-plane of a VO defines its shape at a given instance in time and hence determines the boundary of its texture. In packet-based networks, shape, motion, and texture are subject to loss. While there has been considerable attention paid to the concealment of texture and motion errors, little has been done in the field of shape error concealment. In this paper we propose a post-processing shape error concealment technique that uses the motion compensated boundary information of the previously received alpha-plane. The proposed approach is based on matching received boundary segments in the current frame to the boundary in the previous frame. This matching is achieved by finding a maximally smooth motion vector field. After the current boundary segments are matched to the previous boundary, the missing boundary pieces are reconstructed by motion compensation. Experimental results demonstrating the performance of the proposed motion compensated shape error concealment method, and comparing it with the previously proposed weighted side matching method are presented.

  18. Refining Trait Resilience: Identifying Engineering, Ecological, and Adaptive Facets from Extant Measures of Resilience

    PubMed Central

    Maltby, John; Day, Liz; Hall, Sophie

    2015-01-01

    The current paper presents a new measure of trait resilience derived from three common mechanisms identified in ecological theory: Engineering, Ecological and Adaptive (EEA) resilience. Exploratory and confirmatory factor analyses of five existing resilience scales suggest that the three trait resilience facets emerge, and can be reduced to a 12-item scale. The conceptualization and value of EEA resilience within the wider trait and well-being psychology is illustrated in terms of differing relationships with adaptive expressions of the traits of the five-factor personality model and the contribution to well-being after controlling for personality and coping, or over time. The current findings suggest that EEA resilience is a useful and parsimonious model and measure of trait resilience that can readily be placed within wider trait psychology and that is found to contribute to individual well-being. PMID:26132197

  19. A Whole Community Approach toward Child and Youth Resilience Promotion: A Review of Resilience Literature.

    PubMed

    Khanlou, Nazilla; Wray, Ron

    2014-01-01

    A literature review of child and youth resilience with a focus on: definitions and factors of resilience; relationships between resilience, mental health and social outcomes; evidence for resilience promoting interventions; and implications for reducing health inequities. To conduct the review, the first two following steps were conducted iteratively and informed the third step: 1) Review of published peer-review literature since 2000; and 2) Review of grey literature; and 3) Quasi-realist synthesis of evidence. Evidence from three perspectives were examined: i) whether interventions can improve 'resilience' for vulnerable children and youth; ii) whether there is a differential effect among different populations; and, iii) whether there is evidence that resilience interventions 'close the gap' on health and social outcome measures. Definitions of resilience vary as do perspectives on it. We argue for a hybrid approach that recognizes the value of combining multiple theoretical perspectives, epistemologies (positivistic and constructivist/interpretive/critical) in studying resilience. Resilience is: a) a process (rather than a single event), b) a continuum (rather than a binary outcome), and c) likely a global concept with specific dimensions. Individual, family and social environmental factors influence resilience. A social determinants perspective on resilience and mental health is emphasized. Programs and interventions to promoting resilience should be complimentary to public health measures addressing the social determinants of health. A whole community approach to resilience is suggested as a step toward closing the public health policy gap. Local initiatives that stimulate a local transformation process are needed. Recognition of each child's or youth's intersections of gender, lifestage, family resources within the context of their identity markers fits with a localized approach to resilience promotion and, at the same time, requires recognition of the

  20. Can video games be used to predict or improve laparoscopic skills?

    PubMed

    Rosenberg, Bradley H; Landsittel, Douglas; Averch, Timothy D

    2005-04-01

    Performance of laparoscopic surgery requires adequate hand-eye coordination. Video games are an effective way to judge one's hand-eye coordination, and practicing these games may improve one's skills. Our goal was to see if there is a correlation between skill in video games and skill in laparoscopy. Also, we hoped to demonstrate that practicing video games can improve one's laparoscopic skills. Eleven medical students (nine male, two female) volunteered to participate. On day 1, each student played three commercially available video games (Top Spin, XSN Sports; Project Gotham Racing 2, Bizarre Creations; and Amped 2, XSN Sports) for 30 minutes on an X-box (Microsoft, Seattle, WA) and was judged both objectively and subjectively. Next, the students performed four laparoscopic tasks (object transfer, tracing a figure-of-eight, suture placement, and knot-tying) in a swine model and were assessed for time to complete the task, number of errors committed, and hand-eye coordination. The students were then randomized to control (group A) or "training" (i.e., video game practicing; group B) arms. Two weeks later, all students repeated the laparoscopic skills laboratory and were reassessed. Spearman correlation coefficients demonstrated a significant relation between many of the parameters, particularly time to complete each task and hand-eye coordination at the different games. There was a weaker association between video game performance and both laparoscopic errors committed and hand-eye coordination. Group B subjects did not improve significantly over those in group A in any measure (P >0.05 for all). Video game aptitude appears to predict the level of laparoscopic skill in the novice surgeon. In this study, practicing video games did not improve one's laparoscopic skill significantly, but a larger study with more practice time could prove games to be helpful.

  1. Family Resilience in the Military

    PubMed Central

    Meadows, Sarah O.; Beckett, Megan K.; Bowling, Kirby; Golinelli, Daniela; Fisher, Michael P.; Martin, Laurie T.; Meredith, Lisa S.; Osilla, Karen Chan

    2016-01-01

    Abstract Military life presents a variety of challenges to military families, including frequent separations and relocations as well as the risks that service members face during deployment; however, many families successfully navigate these challenges. Despite a recent emphasis on family resilience, the U.S. Department of Defense (DoD) does not have a standard and universally accepted definition of family resilience. A standard definition is a necessary for DoD to more effectively assess its efforts to sustain and improve family resilience. RAND authors reviewed the literature on family resilience and, in this study, recommend a definition that could be used DoD-wide. The authors also reviewed DoD policies related to family resilience, reviewed models that describe family resilience and identified key family resilience factors, and developed several recommendations for how family-resilience programs and policies could be managed across DoD. PMID:28083409

  2. Direct endoscopic video registration for sinus surgery

    NASA Astrophysics Data System (ADS)

    Mirota, Daniel; Taylor, Russell H.; Ishii, Masaru; Hager, Gregory D.

    2009-02-01

    Advances in computer vision have made possible robust 3D reconstruction of monocular endoscopic video. These reconstructions accurately represent the visible anatomy and, once registered to pre-operative CT data, enable a navigation system to track directly through video eliminating the need for an external tracking system. Video registration provides the means for a direct interface between an endoscope and a navigation system and allows a shorter chain of rigid-body transformations to be used to solve the patient/navigation-system registration. To solve this registration step we propose a new 3D-3D registration algorithm based on Trimmed Iterative Closest Point (TrICP)1 and the z-buffer algorithm.2 The algorithm takes as input a 3D point cloud of relative scale with the origin at the camera center, an isosurface from the CT, and an initial guess of the scale and location. Our algorithm utilizes only the visible polygons of the isosurface from the current camera location during each iteration to minimize the search area of the target region and robustly reject outliers of the reconstruction. We present example registrations in the sinus passage applicable to both sinus surgery and transnasal surgery. To evaluate our algorithm's performance we compare it to registration via Optotrak and present closest distance point to surface error. We show our algorithm has a mean closest distance error of .2268mm.

  3. Resilience: Building immunity in psychiatry

    PubMed Central

    Shastri, Priyvadan Chandrakant

    2013-01-01

    The challenges in our personal, professional, financial, and emotional world are on rise, more so in developing countries and people will be longing for mental wellness for achieving complete health in their life. Resilience stands for one's capacity to recover from extremes of trauma and stress. Resilience in a person reflects a dynamic union of factors that encourages positive adaptation despite exposure to adverse life experiences. One needs to have a three-dimensional construct for understanding resilience as a state (what is it and how does one identify it?), a condition (what can be done about it?), and a practice (how does one get there?). Evaluating the level of resilience requires the measurement of internal (personal) and external (environmental) factors, taking into account that family and social environment variables of resilience play very important roles in an individual's resilience. Protection factors seem to be more important in the development of resilience than risk factors. Resilience is a process that lasts a lifetime, with periods of acquisition and maintenance, and reduction and loss for assessment. Overall, currently available data on resilience suggest the presence of a neurobiological substrate, based largely on genetics, which correlates with personality traits, some of which are configured via social learning. The major questions about resilience revolve around properly defining the concept, identifying the factors involved in its development and recognizing whether it is actually possible to immunize mental health against adversities. In the clinical field, it may be possible to identify predisposing factors or risk factors for psychopathologies and to develop new intervention strategies, both preventive and therapeutic, based on the concept of resilience. The preferred environments for application of resilience are health, education, and social policy and the right approach in integrating; it can be developed only with more research

  4. Resilience in nurses: an integrative review.

    PubMed

    Hart, Patricia L; Brannan, Jane D; De Chesnay, Mary

    2014-09-01

    To describe nursing research that has been conducted to understand the phenomenon of resilience in nurses. Resilience is the ability to bounce back or cope successfully despite adverse circumstances. Nurses deal with modern-day problems that affect their abilities to remain resilient. Nursing administrators/managers need to look for solutions not only to recruit nurses, but to become knowledgeable about how to support and retain nurses. A comprehensive search was undertaken for nursing research conducted between 1990 and 2011. Key search terms were nurse, resilience, resiliency and resilient. Whittemore and Knafl's integrative approach was used to conduct the methodological review. Challenging workplaces, psychological emptiness, diminishing inner balance and a sense of dissonance are contributing factors for resilience. Examples of intrapersonal characteristics include hope, self-efficacy and coping. Cognitive reframing, toughening up, grounding connections, work-life balance and reconciliation are resilience building strategies. This review provides information about the concept of resilience. Becoming aware of contributing factors to the need for resilience and successful strategies to build resilience can help in recruiting and retaining nurses. Understanding the concept of resilience can assist in providing support and developing programmes to help nurses become and stay resilient. © 2012 John Wiley & Sons Ltd.

  5. Infant and Toddler Resilience.

    ERIC Educational Resources Information Center

    Rouse, Kimberly A. Gordon

    1998-01-01

    Examines research findings on the resilience of infants and toddlers raised in poverty and stress. Describes the personal and environmental resilience characteristics of infancy and toddlerhood that are related to later resilience in middle childhood and adulthood. Highlights research findings significant for policymakers and caregivers, offering…

  6. Measuring Resilience.

    ERIC Educational Resources Information Center

    O'Neal, Marcia R.

    Locating and selecting an instrument that measures resilience is no simple task. This document provides information about several measures of resilience or hardiness that have been used in recent years. The discussion of each measure includes information about its origins, a description of the measure and its uses, and a discussion of the…

  7. Understanding individual resilience in the workplace: the international collaboration of workforce resilience model

    PubMed Central

    Rees, Clare S.; Breen, Lauren J.; Cusack, Lynette; Hegney, Desley

    2015-01-01

    When not managed effectively, high levels of workplace stress can lead to several negative personal and performance outcomes. Some professional groups work in highly stressful settings and are therefore particularly at risk of conditions such as anxiety, depression, secondary traumatic stress, and burnout. However, some individuals are less affected by workplace stress and the associated negative outcomes. Such individuals have been described as “resilient.” A number of studies have found relationships between levels of individual resilience and specific negative outcomes such as burnout and compassion fatigue. However, because psychological resilience is a multi-dimensional construct it is necessary to more clearly delineate it from other related and overlapping constructs. The creation of a testable theoretical model of individual workforce resilience, which includes both stable traits (e.g., neuroticism) as well as more malleable intrapersonal factors (e.g., coping style), enables information to be derived that can eventually inform interventions aimed at enhancing individual resilience in the workplace. The purpose of this paper is to introduce a new theoretical model of individual workforce resilience that includes several intrapersonal constructs known to be central in the appraisal of and response to stressors and that also overlap with the construct of psychological resilience. We propose a model in which psychological resilience is hypothesized to mediate the relationship between neuroticism, mindfulness, self-efficacy, coping, and psychological adjustment. PMID:25698999

  8. Understanding individual resilience in the workplace: the international collaboration of workforce resilience model.

    PubMed

    Rees, Clare S; Breen, Lauren J; Cusack, Lynette; Hegney, Desley

    2015-01-01

    When not managed effectively, high levels of workplace stress can lead to several negative personal and performance outcomes. Some professional groups work in highly stressful settings and are therefore particularly at risk of conditions such as anxiety, depression, secondary traumatic stress, and burnout. However, some individuals are less affected by workplace stress and the associated negative outcomes. Such individuals have been described as "resilient." A number of studies have found relationships between levels of individual resilience and specific negative outcomes such as burnout and compassion fatigue. However, because psychological resilience is a multi-dimensional construct it is necessary to more clearly delineate it from other related and overlapping constructs. The creation of a testable theoretical model of individual workforce resilience, which includes both stable traits (e.g., neuroticism) as well as more malleable intrapersonal factors (e.g., coping style), enables information to be derived that can eventually inform interventions aimed at enhancing individual resilience in the workplace. The purpose of this paper is to introduce a new theoretical model of individual workforce resilience that includes several intrapersonal constructs known to be central in the appraisal of and response to stressors and that also overlap with the construct of psychological resilience. We propose a model in which psychological resilience is hypothesized to mediate the relationship between neuroticism, mindfulness, self-efficacy, coping, and psychological adjustment.

  9. Joint forensics and watermarking approach for video authentication

    NASA Astrophysics Data System (ADS)

    Thiemert, Stefan; Liu, Huajian; Steinebach, Martin; Croce-Ferri, Lucilla

    2007-02-01

    In our paper we discuss and compare the possibilities and shortcomings of both content-fragile watermarking and digital forensics and analyze if the combination of both techniques allows the identification of more than the sum of all manipulations identified by both techniques on their own due to synergetic effects. The first part of the paper discusses the theoretical possibilities offered by a combined approach, in which forensics and watermarking are considered as complementary tools for data authentication or deeply combined together, in order to reduce their error rate and to enhance the detection efficiency. After this conceptual discussion the paper proposes some concrete examples in which the joint approach is applied to video authentication. Some specific forensics techniques are analyzed and expanded to handle efficiently video data. The examples show possible extensions of passive-blind image forgery detection to video data, where the motion and time related characteristics of video are efficiently exploited.

  10. Degrees of Resilience: Profiling Psychological Resilience and Prospective Academic Achievement in University Inductees

    ERIC Educational Resources Information Center

    Allan, John F.; McKenna, Jim; Dominey, Susan

    2014-01-01

    University inductees may be increasingly vulnerable to stressors during transition into higher education (HE), requiring psychological resilience to achieve academic success. This study aimed to profile inductees' resilience and to investigate links to prospective end of year academic outcomes. Scores for resilience were based on a validated…

  11. Promoting Resilience in Children.

    ERIC Educational Resources Information Center

    Rolfe, Sharne A.

    2002-01-01

    This booklet invites reflection on ways in which childhood resilience can be promoted, thereby helping children to adapt effectively in the face of adversity. The attributes of resilient children are described, as is the importance of protective factors in building or promoting resilience. The booklet discusses the complex interplay between risk…

  12. Annual Research Review: Positive adjustment to adversity -Trajectories of minimal-impact resilience and emergent resilience

    PubMed Central

    Bonanno, George A.; Diminich, Erica D.

    2012-01-01

    Background Research on resilience in the aftermath of potentially traumatic life events is still evolving. For decades researchers have documented resilience in children exposed to corrosive early environments, such as poverty or chronic maltreatment. Relatively more recently the study of resilience has migrated to the investigation of isolated and potentially traumatic life events (PTE) in adults. Methods In this article we first consider some of the key differences in the conceptualization of resilience following chronic adversity versus resilience following single-incident traumas, and then describe some of the misunderstandings that have developed about these constructs. To organize our discussion we introduce the terms emergent resilience and minimal-impact resilience to represent trajectories positive adjustment in these two domains, respectively. Results We focused in particular on minimal-impact resilience, and reviewed recent advances in statistical modeling of latent trajectories that have informed the most recent research on minimal-impact resilience in both children and adults and the variables that predict it, including demographic variables, exposure, past and current stressors, resources, personality, positive emotion, coping and appraisal, and flexibility in coping and emotion regulation. Conclusions The research on minimal impact resilience is nascent. Further research is warranted with implications for a multiple levels of analysis approach to elucidate the processes that may mitigate or modify the impact of a PTE at different developmental stages. PMID:23215790

  13. Rolex: Resilience-oriented language extensions for extreme-scale systems

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

    Lucas, Robert F.; Hukerikar, Saurabh

    Future exascale high-performance computing (HPC) systems will be constructed from VLSI devices that will be less reliable than those used today, and faults will become the norm, not the exception. This will pose significant problems for system designers and programmers, who for half-a-century have enjoyed an execution model that assumed correct behavior by the underlying computing system. The mean time to failure (MTTF) of the system scales inversely to the number of components in the system and therefore faults and resultant system level failures will increase, as systems scale in terms of the number of processor cores and memory modulesmore » used. However every error detected need not cause catastrophic failure. Many HPC applications are inherently fault resilient. Yet it is the application programmers who have this knowledge but lack mechanisms to convey it to the system. In this paper, we present new Resilience Oriented Language Extensions (Rolex) which facilitate the incorporation of fault resilience as an intrinsic property of the application code. We describe the syntax and semantics of the language extensions as well as the implementation of the supporting compiler infrastructure and runtime system. Furthermore, our experiments show that an approach that leverages the programmer's insight to reason about the context and significance of faults to the application outcome significantly improves the probability that an application runs to a successful conclusion.« less

  14. Rolex: Resilience-oriented language extensions for extreme-scale systems

    DOE PAGES

    Lucas, Robert F.; Hukerikar, Saurabh

    2016-05-26

    Future exascale high-performance computing (HPC) systems will be constructed from VLSI devices that will be less reliable than those used today, and faults will become the norm, not the exception. This will pose significant problems for system designers and programmers, who for half-a-century have enjoyed an execution model that assumed correct behavior by the underlying computing system. The mean time to failure (MTTF) of the system scales inversely to the number of components in the system and therefore faults and resultant system level failures will increase, as systems scale in terms of the number of processor cores and memory modulesmore » used. However every error detected need not cause catastrophic failure. Many HPC applications are inherently fault resilient. Yet it is the application programmers who have this knowledge but lack mechanisms to convey it to the system. In this paper, we present new Resilience Oriented Language Extensions (Rolex) which facilitate the incorporation of fault resilience as an intrinsic property of the application code. We describe the syntax and semantics of the language extensions as well as the implementation of the supporting compiler infrastructure and runtime system. Furthermore, our experiments show that an approach that leverages the programmer's insight to reason about the context and significance of faults to the application outcome significantly improves the probability that an application runs to a successful conclusion.« less

  15. Foundations of resilience thinking.

    PubMed

    Curtin, Charles G; Parker, Jessica P

    2014-08-01

    Through 3 broad and interconnected streams of thought, resilience thinking has influenced the science of ecology and natural resource management by generating new multidisciplinary approaches to environmental problem solving. Resilience science, adaptive management (AM), and ecological policy design (EPD) contributed to an internationally unified paradigm built around the realization that change is inevitable and that science and management must approach the world with this assumption, rather than one of stability. Resilience thinking treats actions as experiments to be learned from, rather than intellectual propositions to be defended or mistakes to be ignored. It asks what is novel and innovative and strives to capture the overall behavior of a system, rather than seeking static, precise outcomes from discrete action steps. Understanding the foundations of resilience thinking is an important building block for developing more holistic and adaptive approaches to conservation. We conducted a comprehensive review of the history of resilience thinking because resilience thinking provides a working context upon which more effective, synergistic, and systems-based conservation action can be taken in light of rapid and unpredictable change. Together, resilience science, AM, and EPD bridge the gaps between systems analysis, ecology, and resource management to provide an interdisciplinary approach to solving wicked problems. © 2014 Society for Conservation Biology.

  16. Midwives׳ experiences of workplace resilience.

    PubMed

    Hunter, Billie; Warren, Lucie

    2014-08-01

    many UK midwives experience workplace adversity resulting from a national shortage of midwives, rise in birth rate and increased numbers of women entering pregnancy with complex care needs. Research evidence suggests that workplace pressures, and the emotional demands of the job, may increase midwives׳ experience of stress and contribute to low morale, sickness and attrition. Much less is known about midwives who demonstrate resilience in the face of adversity. Resilience has been investigated in studies of other health and social care workers, but there is a gap in knowledge regarding midwives׳ experiences. to explore clinical midwives׳ understanding and experience of professional resilience and to identify the personal, professional and contextual factors considered to contribute to or act as barriers to resilience. an exploratory qualitative descriptive study. In Stage One, a closed online professional discussion group was conducted over a one month period. Midwives discussed workplace adversity and their resilient responses to this. In Stage Two, the data were discussed with an Expert Panel with representatives from midwifery workforce and resilience research, in order to enhance data interpretation and refine the concept modelling. the online discussion group was hosted by the Royal College of Midwives, UK online professional networking hub: 'Communities'. 11 practising midwives with 15 or more years of 'hands on clinical experience', and who self-identified as being resilient, took part in the online discussion group. thematic analysis of the data identified four themes: challenges to resilience, managing and coping, self-awareness and building resilience. The participants identified 'critical moments' in their careers when midwives were especially vulnerable to workplace adversity. Resilience was seen as a learned process which was facilitated by a range of coping strategies, including accessing support and developing self-awareness and protection of self

  17. Resilience among Military Youth

    ERIC Educational Resources Information Center

    Easterbrooks, M. Ann; Ginsburg, Kenneth; Lerner, Richard M.

    2013-01-01

    In this article, the authors present their approach to understanding resilience among military connected young people, and they discuss some of the gaps in their knowledge. They begin by defining resilience, and then present a theoretical model of how young people demonstrate resilient functioning. Next they consider some of the research on…

  18. Robust video transmission with distributed source coded auxiliary channel.

    PubMed

    Wang, Jiajun; Majumdar, Abhik; Ramchandran, Kannan

    2009-12-01

    We propose a novel solution to the problem of robust, low-latency video transmission over lossy channels. Predictive video codecs, such as MPEG and H.26x, are very susceptible to prediction mismatch between encoder and decoder or "drift" when there are packet losses. These mismatches lead to a significant degradation in the decoded quality. To address this problem, we propose an auxiliary codec system that sends additional information alongside an MPEG or H.26x compressed video stream to correct for errors in decoded frames and mitigate drift. The proposed system is based on the principles of distributed source coding and uses the (possibly erroneous) MPEG/H.26x decoder reconstruction as side information at the auxiliary decoder. The distributed source coding framework depends upon knowing the statistical dependency (or correlation) between the source and the side information. We propose a recursive algorithm to analytically track the correlation between the original source frame and the erroneous MPEG/H.26x decoded frame. Finally, we propose a rate-distortion optimization scheme to allocate the rate used by the auxiliary encoder among the encoding blocks within a video frame. We implement the proposed system and present extensive simulation results that demonstrate significant gains in performance both visually and objectively (on the order of 2 dB in PSNR over forward error correction based solutions and 1.5 dB in PSNR over intrarefresh based solutions for typical scenarios) under tight latency constraints.

  19. Sociocultural Factors, Resilience, and Coping: Support for a Culturally Sensitive Measure of Resilience

    ERIC Educational Resources Information Center

    Clauss-Ehlers, Caroline S.

    2008-01-01

    This investigation presents 1) a literature review concerning how adversity and resilience influence the development of youth from diverse cultural backgrounds; 2) an examination of measures of resilience with regard to cultural factors that relate to the nature of coping and resilience among young adults from diverse racial/ethnic backgrounds;…

  20. Older driver training using video and global positioning system technology--a randomized controlled trial.

    PubMed

    Porter, Michelle M

    2013-05-01

    There is emerging evidence that older driver training programs with on-road instruction are more effective than driver education programs that are conducted only in the classroom. Although most programs have provided this additional in-vehicle training with a driving instructor and a dual-braked vehicle, technology could assist in providing this feedback. It was hypothesized that participants who received video and global positioning system (GPS) feedback (Video group) in addition to classroom education would improve to a greater extent than those who received a classroom-based course alone (Education) or Control participants. Fifty-four participants (32 men and 22 women), 70-89 years old, randomized to one of the three groups, completed the study. All participants underwent pre- and postintervention driving tests, in their own vehicle, on a standardized route, that were recorded with video and GPS equipment. The Video group met with a driving instructor to receive feedback on their driving errors in their preintervention driving test. A blinded assessor scored all driving tests in random order. The Video group significantly reduced their driving errors by 25% (p < .05) following the intervention, whereas the other two groups did not change significantly. Fifty-two percent of participants from the Video group improved their global safety rating, whereas only 5.3% in the Control and 22.2% in the Education groups did. This study suggests that direct driving feedback using video and GPS technology could be an effective and novel means to provide older driver education.

  1. Resilient Braided Rope Seal

    NASA Technical Reports Server (NTRS)

    Steinetz, Bruce M. (Inventor); Kren, Lawrence A. (Inventor)

    2000-01-01

    A resilient braided rope seal for use in high temperature applications includes a center core of fibers. a resilient canted spring member supporting the core and at least one layer of braided sheath fibers tightly packed together overlying the spring member. The seal provides both improved load bearing and resiliency. Permanent set and hysteresis are greatly reduced.

  2. Contact-free heart rate measurement using multiple video data

    NASA Astrophysics Data System (ADS)

    Hung, Pang-Chan; Lee, Kual-Zheng; Tsai, Luo-Wei

    2013-10-01

    In this paper, we propose a contact-free heart rate measurement method by analyzing sequential images of multiple video data. In the proposed method, skin-like pixels are firstly detected from multiple video data for extracting the color features. These color features are synchronized and analyzed by independent component analysis. A representative component is finally selected among these independent component candidates to measure the HR, which achieves under 2% deviation on average compared with a pulse oximeter in the controllable environment. The advantages of the proposed method include: 1) it uses low cost and high accessibility camera device; 2) it eases users' discomfort by utilizing contact-free measurement; and 3) it achieves the low error rate and the high stability by integrating multiple video data.

  3. The Resilient Schools Consortium (RiSC): Linking Climate Literacy, Resilience Thinking and Service Learning

    NASA Astrophysics Data System (ADS)

    Branco, B. F.; Fano, E.; Adams, J.; Shon, L.; Zimmermann, A.; Sioux, H.; Gillis, A.

    2017-12-01

    Public schools and youth voices are largely absent from climate resilience planning and projects in New York City. Additionally, research shows that U.S. science teachers' understanding of climate science is lacking, hence there is not only an urgent need to train and support teachers on both the science and pedagogy of climate change, but to link climate literacy, resilience thinking and service learning in K-12 education. However, research on participation of students and teachers in authentic, civic-oriented experiences points to increased engagement and learning outcomes in science. The Resilient Schools Consortium (RiSC) Project will address all these needs through an afterschool program in six coastal Brooklyn schools that engages teachers and urban youth (grades 6-12), in school and community climate resilience assessment and project design. The RiSC climate curriculum, co-designed by New York City school teachers with Brooklyn College, the National Wildlife Federation, New York Sea Grant and the Science and Resilience Institute at Jamaica Bay, will begin by helping students to understand the difference between climate and weather. The curriculum makes extensive use of existing resources such as NOAA's Digital Coast and the Coastal Resilience Mapping Portal. Through a series of four modules over two school years, the six RiSC teams will; 1. explore and understand the human-induced drivers of climate change and, particularly, the significant climate and extreme weather related risks to their schools and surrounding communities; 2. complete a climate vulnerability assessment within the school and the community that is aligned to OneNYC - the city's resilience planning document; 3. design and execute a school-based resilience project; and 4. propose resilience guidelines for NYC Department of Education schools. At the end of each school year, the six RiSC teams will convene a RiSC summit with city officials and resilience practitioners to share ideas and

  4. Automatic generation of pictorial transcripts of video programs

    NASA Astrophysics Data System (ADS)

    Shahraray, Behzad; Gibbon, David C.

    1995-03-01

    An automatic authoring system for the generation of pictorial transcripts of video programs which are accompanied by closed caption information is presented. A number of key frames, each of which represents the visual information in a segment of the video (i.e., a scene), are selected automatically by performing a content-based sampling of the video program. The textual information is recovered from the closed caption signal and is initially segmented based on its implied temporal relationship with the video segments. The text segmentation boundaries are then adjusted, based on lexical analysis and/or caption control information, to account for synchronization errors due to possible delays in the detection of scene boundaries or the transmission of the caption information. The closed caption text is further refined through linguistic processing for conversion to lower- case with correct capitalization. The key frames and the related text generate a compact multimedia presentation of the contents of the video program which lends itself to efficient storage and transmission. This compact representation can be viewed on a computer screen, or used to generate the input to a commercial text processing package to generate a printed version of the program.

  5. Building Resilience in Gifted Children: Can Resiliency Be Taught or Is It Innate?

    ERIC Educational Resources Information Center

    Neihart, Maureen

    2006-01-01

    Resilience allows one to achieve emotional health and social competence in spite of a history of adversity. There are three waves of resilience research. The first wave, 40 years ago, examined risk factors in children. The second wave of research asked the question, what do resilient children look like? These studies concluded that while there is…

  6. Assessing resilience in adolescence: the Spanish adaptation of the Adolescent Resilience Questionnaire.

    PubMed

    Guilera, Georgina; Pereda, Noemí; Paños, Ana; Abad, Judit

    2015-07-11

    The concept and assessment of resilience have attracted considerable attention in recent years, but none of the instruments developed to measure resilience in adolescents have been adapted to the Spanish context. The Adolescent Resilience Questionnaire (ARQ) provides a comprehensive and multidimensional assessment of the resources associated with resilience in adolescents. This study analyzes the psychometric properties of the ARQ. Participants included a community sample of 1101 Spanish adolescents (53.5 % boys) aged 12-17 years (M = 14.51; SD = 1.755). Results confirm the factor structure based on 12 scales. Internal consistency was generally adequate (between .60 and .84), although the unacceptable coefficient for the Empathy/Tolerance scale (α = .38) means that this scale needs to be revised for the Spanish context. Relationships between ARQ scales and psychopathology were in the expected direction and magnitude. Some gender differences were observed, with higher scores for boys on Confidence and Negative cognition. The Spanish version of the ARQ can help to identify personal characteristics associated with resilience and signs of positive engagement with family, peers, school, and the community. It can identify those adolescents most likely to show resilience in response to adversity, as well as those who may be vulnerable under situations of stress.

  7. Mixture block coding with progressive transmission in packet video. Appendix 1: Item 2. M.S. Thesis

    NASA Technical Reports Server (NTRS)

    Chen, Yun-Chung

    1989-01-01

    Video transmission will become an important part of future multimedia communication because of dramatically increasing user demand for video, and rapid evolution of coding algorithm and VLSI technology. Video transmission will be part of the broadband-integrated services digital network (B-ISDN). Asynchronous transfer mode (ATM) is a viable candidate for implementation of B-ISDN due to its inherent flexibility, service independency, and high performance. According to the characteristics of ATM, the information has to be coded into discrete cells which travel independently in the packet switching network. A practical realization of an ATM video codec called Mixture Block Coding with Progressive Transmission (MBCPT) is presented. This variable bit rate coding algorithm shows how a constant quality performance can be obtained according to user demand. Interactions between codec and network are emphasized including packetization, service synchronization, flow control, and error recovery. Finally, some simulation results based on MBCPT coding with error recovery are presented.

  8. European sea bass show behavioural resilience to near-future ocean acidification

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

    Duteil, M.; Pope, E. C.; Pérez-Escudero, A.

    Ocean acidification (OA)-caused by rising concentrations of carbon dioxide (CO 2)-is thought to be a major threat to marine ecosystems and has been shown to induce behavioural alterations in fish. Here we show behavioural resilience to near-future OA in a commercially important and migratory marine finfish, the Sea bass (Dicentrarchus labrax). Sea bass were raised from eggs at 19 °C in ambient or near-future OA (1000 μatm pCO 2) conditions and n = 270 fish were observed 59-68 days post-hatch using automated tracking from video. Fish reared under ambient conditions, OA conditions, and fish reared in ambient conditions but testedmore » in OA water showed statistically similar movement patterns, and reacted to their environment and interacted with each other in comparable ways. Thus our findings indicate behavioural resilience to near-future OA in juvenile sea bass. Moreover, simulated agent-based models indicate that our analysis methods are sensitive to subtle changes in fish behaviour. Lastly, it is now important to determine whether the absences of any differences persist under more ecologically relevant circumstances and in contexts which have a more direct bearing on individual fitness.« less

  9. European sea bass show behavioural resilience to near-future ocean acidification

    DOE PAGES

    Duteil, M.; Pope, E. C.; Pérez-Escudero, A.; ...

    2016-11-02

    Ocean acidification (OA)-caused by rising concentrations of carbon dioxide (CO 2)-is thought to be a major threat to marine ecosystems and has been shown to induce behavioural alterations in fish. Here we show behavioural resilience to near-future OA in a commercially important and migratory marine finfish, the Sea bass (Dicentrarchus labrax). Sea bass were raised from eggs at 19 °C in ambient or near-future OA (1000 μatm pCO 2) conditions and n = 270 fish were observed 59-68 days post-hatch using automated tracking from video. Fish reared under ambient conditions, OA conditions, and fish reared in ambient conditions but testedmore » in OA water showed statistically similar movement patterns, and reacted to their environment and interacted with each other in comparable ways. Thus our findings indicate behavioural resilience to near-future OA in juvenile sea bass. Moreover, simulated agent-based models indicate that our analysis methods are sensitive to subtle changes in fish behaviour. Lastly, it is now important to determine whether the absences of any differences persist under more ecologically relevant circumstances and in contexts which have a more direct bearing on individual fitness.« less

  10. Transdisciplinary Application of Cross-Scale Resilience ...

    EPA Pesticide Factsheets

    The cross-scale resilience model was developed in ecology to explain the emergence of resilience from the distribution of ecological functions within and across scales, and as a tool to assess resilience. We propose that the model and the underlyingdiscontinuity hypothesis are relevant to other complex adaptive systems, and can be used to identify and track changes in system parameters related to resilience. We explain the theory behind the cross-scale resilience model, review the cases where it has been applied to non-ecological systems, and discuss some examples of social-ecological, archaeological/anthropological, and economic systems where a cross-scale resilience analysis could add a quantitative dimension to our current understanding of system dynamics and resilience. We argue that the scaling and diversity parameters suitable for a resilience analysis of ecological systems are appropriate for a broad suite of systems where non-normative quantitative assessments of resilience are desired. Our planet is currently characterized by fast environmental and social change, and the cross-scale resilience model has the potential to quantify resilience across many types of complex adaptive systems. Comparative analyses of complex systems have, in fact, demonstrated commonalities among distinctly different types of systems (Schneider & Kay 1994; Holling 2001; Lansing 2003; Foster 2005; Bullmore et al. 2009). Both biological and non-biological complex systems appear t

  11. The role of optical flow in automated quality assessment of full-motion video

    NASA Astrophysics Data System (ADS)

    Harguess, Josh; Shafer, Scott; Marez, Diego

    2017-09-01

    In real-world video data, such as full-motion-video (FMV) taken from unmanned vehicles, surveillance systems, and other sources, various corruptions to the raw data is inevitable. This can be due to the image acquisition process, noise, distortion, and compression artifacts, among other sources of error. However, we desire methods to analyze the quality of the video to determine whether the underlying content of the corrupted video can be analyzed by humans or machines and to what extent. Previous approaches have shown that motion estimation, or optical flow, can be an important cue in automating this video quality assessment. However, there are many different optical flow algorithms in the literature, each with their own advantages and disadvantages. We examine the effect of the choice of optical flow algorithm (including baseline and state-of-the-art), on motionbased automated video quality assessment algorithms.

  12. A novel approach for documenting naming errors induced by navigated transcranial magnetic stimulation.

    PubMed

    Lioumis, Pantelis; Zhdanov, Andrey; Mäkelä, Niko; Lehtinen, Henri; Wilenius, Juha; Neuvonen, Tuomas; Hannula, Henri; Deletis, Vedran; Picht, Thomas; Mäkelä, Jyrki P

    2012-03-15

    Transcranial magnetic stimulation (TMS) is widely used both in basic research and in clinical practice. TMS has been utilized in studies of functional organization of speech in healthy volunteers. Navigated TMS (nTMS) allows preoperative mapping of the motor cortex for surgical planning. Recording behavioral responses to nTMS in the speech-related cortical network in a manner that allows off-line review of performance might increase utility of nTMS both for scientific and clinical purposes, e.g., for a careful preoperative planning. Four subjects participated in the study. The subjects named pictures of objects presented every 2-3s on a computer screen. One-second trains of 5 pulses were applied by nTMS 300ms after the presentation of pictures. The nTMS and stimulus presentation screens were cloned. A commercial digital camera was utilized to record the subject's performance and the screen clones. Delays between presentation, audio and video signals were eliminated by carefully tested combination of displays and camera. An experienced neuropsychologist studied the videos and classified the errors evoked by nTMS during the object naming. Complete anomias, semantic, phonological and performance errors were observed during nTMS of left fronto-parieto-temporal cortical regions. Several errors were detected only in the video classification. nTMS combined with synchronized video recording provides an accurate monitoring tool of behavioral TMS experiments. This experimental setup can be particularly useful for high-quality cognitive paradigms and for clinical purposes. Copyright © 2011 Elsevier B.V. All rights reserved.

  13. Zoogeomorphology and resilience theory

    NASA Astrophysics Data System (ADS)

    Butler, David R.; Anzah, Faisal; Goff, Paepin D.; Villa, Jennifer

    2018-03-01

    Zoogeomorphology, the study of animals as geomorphic agents, has been largely overlooked in the context of resilience theory and biogeomorphic systems. In this paper, examples are provided of the interactions between external landscape disturbances and zoogeomorphological agents. We describe cases in which naturally occurring zoogeomorphological agents occupy a landscape, and examine whether those zoogeomorphic agents provide resilience to a landscape or instead serve as a landscape stress capable of inducing a phase-state shift. Several cases are described whereby the presence of exotic (introduced) zoogeomorphic agents overwhelms a landscape and induce collapse. The impact of climate change on species with zoogeomorphological importance is discussed in the context of resilience of a landscape. We conclude with a summary diagram illustrating the relationships existing between zoogeomorphic impacts and landscape resilience in the context of our case studies, and speculate about the future of the study of zoogeomorphology in the framework of resilience theory.

  14. Analysis of naturalistic driving videos of fleet services drivers to estimate driver error and potentially distracting behaviors as risk factors for rear-end versus angle crashes.

    PubMed

    Harland, Karisa K; Carney, Cher; McGehee, Daniel

    2016-07-03

    The objective of this study was to estimate the prevalence and odds of fleet driver errors and potentially distracting behaviors just prior to rear-end versus angle crashes. Analysis of naturalistic driving videos among fleet services drivers for errors and potentially distracting behaviors occurring in the 6 s before crash impact. Categorical variables were examined using the Pearson's chi-square test, and continuous variables, such as eyes-off-road time, were compared using the Student's t-test. Multivariable logistic regression was used to estimate the odds of a driver error or potentially distracting behavior being present in the seconds before rear-end versus angle crashes. Of the 229 crashes analyzed, 101 (44%) were rear-end and 128 (56%) were angle crashes. Driver age, gender, and presence of passengers did not differ significantly by crash type. Over 95% of rear-end crashes involved inadequate surveillance compared to only 52% of angle crashes (P < .0001). Almost 65% of rear-end crashes involved a potentially distracting driver behavior, whereas less than 40% of angle crashes involved these behaviors (P < .01). On average, drivers spent 4.4 s with their eyes off the road while operating or manipulating their cell phone. Drivers in rear-end crashes were at 3.06 (95% confidence interval [CI], 1.73-5.44) times adjusted higher odds of being potentially distracted than those in angle crashes. Fleet driver driving errors and potentially distracting behaviors are frequent. This analysis provides data to inform safe driving interventions for fleet services drivers. Further research is needed in effective interventions to reduce the likelihood of drivers' distracting behaviors and errors that may potentially reducing crashes.

  15. Tiered Approach to Resilience Assessment.

    PubMed

    Linkov, Igor; Fox-Lent, Cate; Read, Laura; Allen, Craig R; Arnott, James C; Bellini, Emanuele; Coaffee, Jon; Florin, Marie-Valentine; Hatfield, Kirk; Hyde, Iain; Hynes, William; Jovanovic, Aleksandar; Kasperson, Roger; Katzenberger, John; Keys, Patrick W; Lambert, James H; Moss, Richard; Murdoch, Peter S; Palma-Oliveira, Jose; Pulwarty, Roger S; Sands, Dale; Thomas, Edward A; Tye, Mari R; Woods, David

    2018-04-25

    Regulatory agencies have long adopted a three-tier framework for risk assessment. We build on this structure to propose a tiered approach for resilience assessment that can be integrated into the existing regulatory processes. Comprehensive approaches to assessing resilience at appropriate and operational scales, reconciling analytical complexity as needed with stakeholder needs and resources available, and ultimately creating actionable recommendations to enhance resilience are still lacking. Our proposed framework consists of tiers by which analysts can select resilience assessment and decision support tools to inform associated management actions relative to the scope and urgency of the risk and the capacity of resource managers to improve system resilience. The resilience management framework proposed is not intended to supplant either risk management or the many existing efforts of resilience quantification method development, but instead provide a guide to selecting tools that are appropriate for the given analytic need. The goal of this tiered approach is to intentionally parallel the tiered approach used in regulatory contexts so that resilience assessment might be more easily and quickly integrated into existing structures and with existing policies. Published 2018. This article is a U.S. government work and is in the public domain in the USA.

  16. Building Community Resilience to Disasters

    PubMed Central

    Chandra, Anita; Acosta, Joie; Howard, Stefanie; Uscher-Pines, Lori; Williams, Malcolm; Yeung, Douglas; Garnett, Jeffrey; Meredith, Lisa S.

    2011-01-01

    Abstract Community resilience, or the sustained ability of a community to withstand and recover from adversity, has become a key policy issue at federal, state, and local levels, including in the National Health Security Strategy. Because resources are limited in the wake of an emergency, it is increasingly recognized that resilience is critical to a community's ability to reduce long recovery periods after an emergency. This article shares details of a report that provides a roadmap for federal, state, and local leaders who are developing plans to enhance community resilience for health security threats and describes options for building community resilience in key areas. Based on findings from a literature review and a series of community and regional focus groups, the authors provide a definition of community resilience in the context of national health security and a set of eight levers and five core components for building resilience. They then describe suggested activities that communities are pursuing and may want to strengthen for community resilience, and they identify challenges to implementation. PMID:28083162

  17. ABCs of Operational Resilience

    DTIC Science & Technology

    2014-01-23

    Mission Success To be operationally resilient, cyber- and/or kinetic-enabled missions must address operational risk on a number of “planes...man ement, protection, and s stainme t begin. CERT® Operational Resilience: Manage, Protect, and Sustain Twitter #CERTopRES © 2014 Carnegie... t c e t ee Lo e CERT I Software Engineering Institute I CarnegieMellonUniversity CERT® Operational Resilience: Manage, Protect, and Sustain

  18. Reframing Resilience: Pilot Evaluation of a Program to Promote Resilience in Marginalized Older Adults

    ERIC Educational Resources Information Center

    Fullen, Matthew C.; Gorby, Sean R.

    2016-01-01

    Resilience has been described as a paradigm for aging that is more inclusive than models that focus on physiological and functional abilities. We evaluated a novel program, Resilient Aging, designed to influence marginalized older adults' perceptions of their resilience, self-efficacy, and wellness. The multiweek group program incorporated an…

  19. Error management training and simulation education.

    PubMed

    Gardner, Aimee; Rich, Michelle

    2014-12-01

    The integration of simulation into the training of health care professionals provides context for decision making and procedural skills in a high-fidelity environment, without risk to actual patients. It was hypothesised that a novel approach to simulation-based education - error management training - would produce higher performance ratings compared with traditional step-by-step instruction. Radiology technology students were randomly assigned to participate in traditional procedural-based instruction (n = 11) or vicarious error management training (n = 11). All watched an instructional video and discussed how well each incident was handled (traditional instruction group) or identified where the errors were made (vicarious error management training). Students then participated in a 30-minute case-based simulation. Simulations were videotaped for performance analysis. Blinded experts evaluated performance using a predefined evaluation tool created specifically for the scenario. Blinded experts evaluated performance using a predefined evaluation tool created specifically for the scenario The vicarious error management group scored higher on observer-rated performance (Mean = 9.49) than students in the traditional instruction group (Mean = 9.02; p < 0.01). These findings suggest that incorporating the discussion of errors and how to handle errors during the learning session will better equip students when performing hands-on procedures and skills. This pilot study provides preliminary evidence for integrating error management skills into medical curricula and for the design of learning goals in simulation-based education. © 2014 John Wiley & Sons Ltd.

  20. A digital audio/video interleaving system. [for Shuttle Orbiter

    NASA Technical Reports Server (NTRS)

    Richards, R. W.

    1978-01-01

    A method of interleaving an audio signal with its associated video signal for simultaneous transmission or recording, and the subsequent separation of the two signals, is described. Comparisons are made between the new audio signal interleaving system and the Skylab Pam audio/video interleaving system, pointing out improvements gained by using the digital audio/video interleaving system. It was found that the digital technique is the simplest, most effective and most reliable method for interleaving audio and/or other types of data into the video signal for the Shuttle Orbiter application. Details of the design of a multiplexer capable of accommodating two basic data channels, each consisting of a single 31.5-kb/s digital bit stream are given. An adaptive slope delta modulation system is introduced to digitize audio signals, producing a high immunity of work intelligibility to channel errors, primarily due to the robust nature of the delta-modulation algorithm.

  1. The role of video in facilitating perception and action of a novel coordination movement.

    PubMed

    Hodges, Nicola J; Chua, Romeo; Franks, Ian M

    2003-09-01

    Two groups (n = 10 in each) practiced a novel, bimanual coordination pattern that was demonstrated on video. One of the groups received augmented video feedback of their own responses after each trial following a demonstration. The video-feedback group showed better performance in acquisition and retention than the no-feedback group. On error-detection tests, the video-feedback group was better able to distinguish between correct and incorrect movement patterns. The authors concluded that video feedback helps to make relative phase information salient by aiding the discrimination process. Prepractice ability on a scanning task revealed that individuals who persevered with in-phase-type movements, even though the task demands dictated otherwise, had the most difficulty determining and subsequently performing the required movement. Video feedback helped them to compensate for those difficulties.

  2. Resilience: the power within.

    PubMed

    Grafton, Eileen; Gillespie, Brigid; Henderson, Saras

    2010-11-01

    To advance understanding of resilience as an innate resource and its potential and relevance in the management of workplace stress for oncology nurses. Journal articles and research results, particularly seminal literature from a variety of Australian and international journals and published texts, including government and nursing organizations. Resilience is defined as an innate energy or motivating life force present to varying degrees in every individual, exemplified by the presence of particular traits or characteristics that, through application of dynamic processes, enable an individual to cope with, recover from, and grow as a result of stress or adversity. Literature from a wide variety of fields, including physics, medicine, theology, philosophy, psychology, and spirituality, was reviewed to build an overview of existing knowledge and evolving theories on the subject of resilience and further the understanding of resilience as an innate personal resource. Innate resilience can be developed or enhanced through cognitive transformational practices, education, and environmental support. Such processes may have use in ameliorating the effects of workplace stress. The complex nature of oncology and other specialty nursing roles creates a certain amount of inevitable stress that depletes the self and may lead to compassion fatigue and burnout. A greater understanding of resilience as an innate stress response resource highlights the need for processes that support resilience development and organizational and personal stress-management strategies for nurses to be part of mainstream nursing education.

  3. Psychosocial facets of resilience: implications for preventing posttrauma psychopathology, treating trauma survivors, and enhancing community resilience.

    PubMed

    Iacoviello, Brian M; Charney, Dennis S

    2014-01-01

    There is a range of potential responses to stress and trauma. Whereas, on one extreme, some respond to stress and trauma by developing psychiatric disorders (e.g., posttraumatic stress disorder, PTSD), on the other extreme are the ones who exhibit resilience. Resilience is broadly defined as adaptive characteristics of an individual to cope with and recover from adversity. Understanding of the factors that promote resilience is warranted and can be obtained by interviewing and learning from particularly resilient individuals as well as empirical research. In this paper, we discuss a constellation of factors comprising cognitive, behavioral, and existential elements that have been identified as contributing to resilience in response to stress or trauma. The psychosocial factors associated with resilience include optimism, cognitive flexibility, active coping skills, maintaining a supportive social network, attending to one's physical well-being, and embracing a personal moral compass. These factors can be cultivated even before exposure to traumatic events, or they can be targeted in interventions for individuals recovering from trauma exposure. Currently available interventions for PTSD could be expanded to further address these psychosocial factors in an effort to promote resilience. The cognitive, behavioral, and existential components of psychosocial factors that promote individual resilience can also inform efforts to promote resilience to disaster at the community level.

  4. Psychological resilience in young and older adults.

    PubMed

    Gooding, P A; Hurst, A; Johnson, J; Tarrier, N

    2012-03-01

    The goal of the current study was to investigate psychological resilience in the older adults (>64 years) compared with that of the young ones (<26 years). Questionnaire measures of depression, hopelessness, general health and resilience were administered to the participants. The resilience measure comprised three sub-scales of social support, emotional regulation and problem solving. The older adults were the more resilient group especially with respect to emotional regulation ability and problem solving. The young ones had more resilience related to social support. Poor perceptions of general health and low energy levels predicted low levels of resilience regardless of age. Low hopelessness scores also predicted greater resilience in both groups. Experiencing higher levels of mental illness and physical dysfunction predicted high resilience scores especially for the social support resilience scale in the older adults. The negative effects of depression on resilience related to emotional regulation were countered by low hopelessness but only in the young adults. These results highlight the importance of maintaining resilience-related coping skills in both young and older adults but indicate that different psychological processes underlie resilience across the lifespan. Copyright © 2011 John Wiley & Sons, Ltd.

  5. Privacy information management for video surveillance

    NASA Astrophysics Data System (ADS)

    Luo, Ying; Cheung, Sen-ching S.

    2013-05-01

    The widespread deployment of surveillance cameras has raised serious privacy concerns. Many privacy-enhancing schemes have been proposed to automatically redact images of trusted individuals in the surveillance video. To identify these individuals for protection, the most reliable approach is to use biometric signals such as iris patterns as they are immutable and highly discriminative. In this paper, we propose a privacy data management system to be used in a privacy-aware video surveillance system. The privacy status of a subject is anonymously determined based on her iris pattern. For a trusted subject, the surveillance video is redacted and the original imagery is considered to be the privacy information. Our proposed system allows a subject to access her privacy information via the same biometric signal for privacy status determination. Two secure protocols, one for privacy information encryption and the other for privacy information retrieval are proposed. Error control coding is used to cope with the variability in iris patterns and efficient implementation is achieved using surrogate data records. Experimental results on a public iris biometric database demonstrate the validity of our framework.

  6. Asymptomatic Alzheimer disease: Defining resilience.

    PubMed

    Hohman, Timothy J; McLaren, Donald G; Mormino, Elizabeth C; Gifford, Katherine A; Libon, David J; Jefferson, Angela L

    2016-12-06

    To define robust resilience metrics by leveraging CSF biomarkers of Alzheimer disease (AD) pathology within a latent variable framework and to demonstrate the ability of such metrics to predict slower rates of cognitive decline and protection against diagnostic conversion. Participants with normal cognition (n = 297) and mild cognitive impairment (n = 432) were drawn from the Alzheimer's Disease Neuroimaging Initiative. Resilience metrics were defined at baseline by examining the residuals when regressing brain aging outcomes (hippocampal volume and cognition) on CSF biomarkers. A positive residual reflected better outcomes than expected for a given level of pathology (high resilience). Residuals were integrated into a latent variable model of resilience and validated by testing their ability to independently predict diagnostic conversion, cognitive decline, and the rate of ventricular dilation. Latent variables of resilience predicted a decreased risk of conversion (hazard ratio < 0.54, p < 0.0001), slower cognitive decline (β > 0.02, p < 0.001), and slower rates of ventricular dilation (β < -4.7, p < 2 × 10 -15 ). These results were significant even when analyses were restricted to clinically normal individuals. Furthermore, resilience metrics interacted with biomarker status such that biomarker-positive individuals with low resilience showed the greatest risk of subsequent decline. Robust phenotypes of resilience calculated by leveraging AD biomarkers and baseline brain aging outcomes provide insight into which individuals are at greatest risk of short-term decline. Such comprehensive definitions of resilience are needed to further our understanding of the mechanisms that protect individuals from the clinical manifestation of AD dementia, especially among biomarker-positive individuals. © 2016 American Academy of Neurology.

  7. Exploring the resilience of industrial ecosystems.

    PubMed

    Zhu, Junming; Ruth, Matthias

    2013-06-15

    Industrial ecosystems improve eco-efficiency at the system level through optimizing material and energy flows, which however raises a concern for system resilience because efficiency, as traditionally conceived, not necessarily promotes resilience. By drawing on the concept of resilience in ecological systems and in supply chains, resilience in industrial ecosystems is specified on the basis of a system's ability to maintain eco-efficient material and energy flows under disruptions. Using a network model that captures supply, asset, and organizational dependencies and propagation of disruptions among firms, the resilience, and particularly resistance as an important dimension of resilience, of two real industrial ecosystems and generalized specifications are examined. The results show that an industrial ecosystem is less resistant and less resilient with high inter-firm dependency, preferentially organized physical exchanges, and under disruptions targeted at highly connected firms. An industrial ecosystem with more firms and exchanges is less resistant, but has more eco-efficient flows and potentials, and therefore is less likely to lose its function of eco-efficiency. Taking these determinants for resilience into consideration improves the adaptability of an industrial ecosystem, which helps increase its resilience. Copyright © 2013 Elsevier Ltd. All rights reserved.

  8. Havens of Resilience

    ERIC Educational Resources Information Center

    Henderson, Nan

    2013-01-01

    Schools are natural environments for helping all children cultivate the resilience that resides within them. Research shows that schools are filled with the conditions that promote resilience (Werner, 2003). These include caring, encouraging relationships, role models, and mentors (Theron & Engelbrecht, 2012; Thomsen, 2002; Walsh, 2012); clear…

  9. Network topology and resilience analysis of South Korean power grid

    NASA Astrophysics Data System (ADS)

    Kim, Dong Hwan; Eisenberg, Daniel A.; Chun, Yeong Han; Park, Jeryang

    2017-01-01

    In this work, we present topological and resilience analyses of the South Korean power grid (KPG) with a broad voltage level. While topological analysis of KPG only with high-voltage infrastructure shows an exponential degree distribution, providing another empirical evidence of power grid topology, the inclusion of low voltage components generates a distribution with a larger variance and a smaller average degree. This result suggests that the topology of a power grid may converge to a highly skewed degree distribution if more low-voltage data is considered. Moreover, when compared to ER random and BA scale-free networks, the KPG has a lower efficiency and a higher clustering coefficient, implying that highly clustered structure does not necessarily guarantee a functional efficiency of a network. Error and attack tolerance analysis, evaluated with efficiency, indicate that the KPG is more vulnerable to random or degree-based attacks than betweenness-based intentional attack. Cascading failure analysis with recovery mechanism demonstrates that resilience of the network depends on both tolerance capacity and recovery initiation time. Also, when the two factors are fixed, the KPG is most vulnerable among the three networks. Based on our analysis, we propose that the topology of power grids should be designed so the loads are homogeneously distributed, or functional hubs and their neighbors have high tolerance capacity to enhance resilience.

  10. Children's resilience and trauma-specific cognitive behavioral therapy: Comparing resilience as an outcome, a trait, and a process.

    PubMed

    Happer, Kaitlin; Brown, Elissa J; Sharma-Patel, Komal

    2017-11-01

    Resilience, which is associated with relatively positive outcomes following negative life experiences, is an important research target in the field of child maltreatment (Luthar et al., 2000). The extant literature contains multiple conceptualizations of resilience, which hinders development in research and clinical utility. Three models emerge from the literature: resilience as an immediate outcome (i.e., behavioral or symptom response), resilience as a trait, and resilience as a dynamic process. The current study compared these models in youth undergoing trauma-specific cognitive behavioral therapy. Results provide the most support for resilience as a process, in which increase in resilience preceded associated decrease in posttraumatic stress and depressive symptoms. There was partial support for resilience conceptualized as an outcome, and minimal support for resilience as a trait. Results of the models are compared and discussed in the context of existing literature and in light of potential clinical implications for maltreated youth seeking treatment. Copyright © 2017 Elsevier Ltd. All rights reserved.

  11. A practical measure of workplace resilience: developing the resilience at work scale.

    PubMed

    Winwood, Peter C; Colon, Rochelle; McEwen, Kath

    2013-10-01

    To develop an effective measure of resilience at work for use in individual work-related performance and emotional distress contexts. Two separate cross-sectional studies investigated: (1) exploratory factor analysis of 45 items putatively underpinning workplace resilience among 397 participants and (2) confirmatory factor analysis of resilience measure derived from Study 1 demonstrating a credible model of interaction, with performance outcome variables among 194 participants. A 20-item scale explaining 67% of variance, measuring seven aspects of workplace resilience, which are teachable and capable of conscious development, was achieved. A credible model of relationships with work engagement, sleep, stress recovery, and physical health was demonstrated in the expected directions. The new scale shows considerable promise as a reliable instrument for use in the area of employee support and development.

  12. A zero-error operational video data compression system

    NASA Technical Reports Server (NTRS)

    Kutz, R. L.

    1973-01-01

    A data compression system has been operating since February 1972, using ATS spin-scan cloud cover data. With the launch of ITOS 3 in October 1972, this data compression system has become the only source of near-realtime very high resolution radiometer image data at the data processing facility. The VHRR image data are compressed and transmitted over a 50 kilobit per second wideband ground link. The goal of the data compression experiment was to send data quantized to six bits at twice the rate possible when no compression is used, while maintaining zero error between the transmitted and reconstructed data. All objectives of the data compression experiment were met, and thus a capability of doubling the data throughput of the system has been achieved.

  13. Resilience, Community, and Resilient Communities: Conditioning Contexts and Collective Action

    ERIC Educational Resources Information Center

    Chaskin, Robert J.

    2008-01-01

    This article explores the idea of community as it relates to the concept of resilience. It focuses on community both as context (local environments providing a set of risk and protective factors that have an influence on the well-being of community members) and as collective actors that can exhibit resilience in themselves by organizing and acting…

  14. Fast and efficient search for MPEG-4 video using adjacent pixel intensity difference quantization histogram feature

    NASA Astrophysics Data System (ADS)

    Lee, Feifei; Kotani, Koji; Chen, Qiu; Ohmi, Tadahiro

    2010-02-01

    In this paper, a fast search algorithm for MPEG-4 video clips from video database is proposed. An adjacent pixel intensity difference quantization (APIDQ) histogram is utilized as the feature vector of VOP (video object plane), which had been reliably applied to human face recognition previously. Instead of fully decompressed video sequence, partially decoded data, namely DC sequence of the video object are extracted from the video sequence. Combined with active search, a temporal pruning algorithm, fast and robust video search can be realized. The proposed search algorithm has been evaluated by total 15 hours of video contained of TV programs such as drama, talk, news, etc. to search for given 200 MPEG-4 video clips which each length is 15 seconds. Experimental results show the proposed algorithm can detect the similar video clip in merely 80ms, and Equal Error Rate (ERR) of 2 % in drama and news categories are achieved, which are more accurately and robust than conventional fast video search algorithm.

  15. The Resilient Brain

    ERIC Educational Resources Information Center

    Brendtro, Larry K.; Longhurst, James E.

    2005-01-01

    Brain research opens new frontiers in working with children and youth experiencing conflict in school and community. Blending this knowledge with resilience science offers a roadmap for reclaiming those identified as "at risk." This article applies findings from resilience research and recent brain research to identify strategies for reaching…

  16. Warrior Resilience Training in Operation Iraqi Freedom: combining rational emotive behavior therapy, resiliency, and positive psychology.

    PubMed

    Jarrett, Thomas

    2008-01-01

    Warrior Resilience Training (WRT) is an educational class designed to enhance Warrior resilience, thriving, and posttraumatic growth for Soldiers deployed in Operation Iraqi Freedom. Warrior Resilience Training uses rational emotive behavior therapy (REBT), Army leadership principles, and positive psychology as a vehicle for students to apply resilient philosophies derived from Army Warrior Ethos, Stoic philosophy, and the survivor and resiliency literature. Students in WRT are trained to focus upon virtue, character, and emotional self-regulation by constructing and maintaining a personal resiliency philosophy that emphasizes critical thinking, rationality, virtue, and Warrior Ethos. The author, an Army licensed clinical social worker, executive coach, REBT doctoral fellow, and former Special Forces noncommissioned officer, describes his initial experience teaching WRT during Operation Iraqi Freedom to combat medics and Soldiers from 2005 to 2006, and his experience as a leader of a combat stress control prevention team currently in Iraq offering mobile WRT classes in-theater. Warrior Resilience Training rationale, curriculum, variants (like Warrior Family Resilience Training), and feedback are included, with suggestions as to how behavioral health providers and combat stress control teams might better integrate their services with leaders, chaplains, and commands to better market combat stress resiliency, reduce barriers to care, and promote force preservation. Informal analysis of class feedback from 1168 respondents regarding WRT reception and utilization is examined.

  17. Colonoscopy video quality assessment using hidden Markov random fields

    NASA Astrophysics Data System (ADS)

    Park, Sun Young; Sargent, Dusty; Spofford, Inbar; Vosburgh, Kirby

    2011-03-01

    With colonoscopy becoming a common procedure for individuals aged 50 or more who are at risk of developing colorectal cancer (CRC), colon video data is being accumulated at an ever increasing rate. However, the clinically valuable information contained in these videos is not being maximally exploited to improve patient care and accelerate the development of new screening methods. One of the well-known difficulties in colonoscopy video analysis is the abundance of frames with no diagnostic information. Approximately 40% - 50% of the frames in a colonoscopy video are contaminated by noise, acquisition errors, glare, blur, and uneven illumination. Therefore, filtering out low quality frames containing no diagnostic information can significantly improve the efficiency of colonoscopy video analysis. To address this challenge, we present a quality assessment algorithm to detect and remove low quality, uninformative frames. The goal of our algorithm is to discard low quality frames while retaining all diagnostically relevant information. Our algorithm is based on a hidden Markov model (HMM) in combination with two measures of data quality to filter out uninformative frames. Furthermore, we present a two-level framework based on an embedded hidden Markov model (EHHM) to incorporate the proposed quality assessment algorithm into a complete, automated diagnostic image analysis system for colonoscopy video.

  18. Efficient reversible data hiding in encrypted H.264/AVC videos

    NASA Astrophysics Data System (ADS)

    Xu, Dawen; Wang, Rangding

    2014-09-01

    Due to the security and privacy-preserving requirements for cloud data management, it is sometimes desired that video content is accessible in an encrypted form. Reversible data hiding in the encrypted domain is an emerging technology, as it can perform data hiding in encrypted videos without decryption, which preserves the confidentiality of the content. Furthermore, the original cover can be losslessly restored after decryption and data extraction. An efficient reversible data hiding scheme for encrypted H.264/AVC videos is proposed. During H.264/AVC encoding, the intraprediction mode, motion vector difference, and the sign bits of the residue coefficients are encrypted using a standard stream cipher. Then, the data-hider who does not know the original video content, may reversibly embed secret data into the encrypted H.264/AVC video by using a modified version of the histogram shifting technique. A scale factor is utilized for selecting the embedding zone, which is scalable for different capacity requirements. With an encrypted video containing hidden data, data extraction can be carried out either in the encrypted or decrypted domain. In addition, real reversibility is realized so that data extraction and video recovery are free of any error. Experimental results demonstrate the feasibility and efficiency of the proposed scheme.

  19. Exploring the Effectiveness of a Measurement Error Tutorial in Helping Teachers Understand Score Report Results

    ERIC Educational Resources Information Center

    Zapata-Rivera, Diego; Zwick, Rebecca; Vezzu, Margaret

    2016-01-01

    The goal of this study was to explore the effectiveness of a short web-based tutorial in helping teachers to better understand the portrayal of measurement error in test score reports. The short video tutorial included both verbal and graphical representations of measurement error. Results showed a significant difference in comprehension scores…

  20. Video camera system for locating bullet holes in targets at a ballistics tunnel

    NASA Technical Reports Server (NTRS)

    Burner, A. W.; Rummler, D. R.; Goad, W. K.

    1990-01-01

    A system consisting of a single charge coupled device (CCD) video camera, computer controlled video digitizer, and software to automate the measurement was developed to measure the location of bullet holes in targets at the International Shooters Development Fund (ISDF)/NASA Ballistics Tunnel. The camera/digitizer system is a crucial component of a highly instrumented indoor 50 meter rifle range which is being constructed to support development of wind resistant, ultra match ammunition. The system was designed to take data rapidly (10 sec between shoots) and automatically with little operator intervention. The system description, measurement concept, and procedure are presented along with laboratory tests of repeatability and bias error. The long term (1 hour) repeatability of the system was found to be 4 microns (one standard deviation) at the target and the bias error was found to be less than 50 microns. An analysis of potential errors and a technique for calibration of the system are presented.

  1. How Resilience Works.

    ERIC Educational Resources Information Center

    Coutu, Diane L.

    2002-01-01

    Looks at coping skills that carry people through life and why some have them and others do not. Suggests that resilience is a reflex, a way of facing and understanding the world, and that resilient people and companies face reality with staunchness, make meaning out of hardship, and improvise. (JOW)

  2. Culturally sensitive and universal measure of resilience for Japanese populations: Tachikawa Resilience Scale in comparison with Resilience Scale 14-item version.

    PubMed

    Nishi, Daisuke; Uehara, Ritei; Yoshikawa, Eisho; Sato, Goro; Ito, Masaya; Matsuoka, Yutaka

    2013-04-01

    Although scales specific to resilience are available and widely used, qualities of resilience could be culturally sensitive. This study aimed to develop a concise scale of resilience for Japanese populations, and compare its validity to that of the Resilience Scale 14-item version (RS-14), one of the most widely used scales for measuring resilience. The Tachikawa Resilience Scale (TRS) was developed on the basis of data obtained from unstructured interviews with Japanese motor vehicle accident survivors without psychiatric disorder. The reliability and validity of the TRS and RS-14 were then examined in cross-sectional studies performed with 523 company workers and 140 psychiatric outpatients. The TRS and RS-14 were negatively correlated with depressive symptoms in company workers and psychiatric outpatients and with anxiety in psychiatric outpatients, and were positively correlated with social support in company workers. Internal consistency and test-retest reliability of the TRS were high. Construct validity of the TRS was equivalent to that of the RS-14 in company workers, and higher than that of the RS-14 in psychiatric outpatients. The reliability and validity of the TRS and RS-14 in Japanese company workers and patients with psychiatric disorders were acceptable. The validity of the TRS was equivalent to or better than that of the RS-14. Although the TRS cannot be regarded as an established scale due to a lack of theoretical rationale, the results of this study suggest that scales measuring resilience that cover cultural aspects might be more relevant in given populations. © 2013 The Authors. Psychiatry and Clinical Neurosciences © 2013 Japanese Society of Psychiatry and Neurology.

  3. Frequent video game players resist perceptual interference.

    PubMed

    Berard, Aaron V; Cain, Matthew S; Watanabe, Takeo; Sasaki, Yuka

    2015-01-01

    Playing certain types of video games for a long time can improve a wide range of mental processes, from visual acuity to cognitive control. Frequent gamers have also displayed generalized improvements in perceptual learning. In the Texture Discrimination Task (TDT), a widely used perceptual learning paradigm, participants report the orientation of a target embedded in a field of lines and demonstrate robust over-night improvement. However, changing the orientation of the background lines midway through TDT training interferes with overnight improvements in overall performance on TDT. Interestingly, prior research has suggested that this effect will not occur if a one-hour break is allowed in between the changes. These results have suggested that after training is over, it may take some time for learning to become stabilized and resilient against interference. Here, we tested whether frequent gamers have faster stabilization of perceptual learning compared to non-gamers and examined the effect of daily video game playing on interference of training of TDT with one background orientation on perceptual learning of TDT with a different background orientation. As a result, we found that non-gamers showed overnight performance improvement only on one background orientation, replicating previous results with the interference in TDT. In contrast, frequent gamers demonstrated overnight improvements in performance with both background orientations, suggesting that they are better able to overcome interference in perceptual learning. This resistance to interference suggests that video game playing not only enhances the amplitude and speed of perceptual learning but also leads to faster and/or more robust stabilization of perceptual learning.

  4. Developing a workplace resilience instrument.

    PubMed

    Mallak, Larry A; Yildiz, Mustafa

    2016-05-27

    Resilience benefits from the use of protective factors, as opposed to risk factors, which are associated with vulnerability. Considerable research and instrument development has been conducted in clinical settings for patients. The need existed for an instrument to be developed in a workplace setting to measure resilience of employees. This study developed and tested a resilience instrument for employees in the workplace. The research instrument was distributed to executives and nurses working in the United States in hospital settings. Five-hundred-forty completed and usable responses were obtained. The instrument contained an inventory of workplace resilience, a job stress questionnaire, and relevant demographics. The resilience items were written based on previous work by the lead author and inspired by Weick's [1] sense-making theory. A four-factor model yielded an instrument having psychometric properties showing good model fit. Twenty items were retained for the resulting Workplace Resilience Instrument (WRI). Parallel analysis was conducted with successive iterations of exploratory and confirmatory factor analyses. Respondents were classified based on their employment with either a rural or an urban hospital. Executives had significantly higher WRI scores than nurses, controlling for gender. WRI scores were positively and significantly correlated with years of experience and the Brief Job Stress Questionnaire. An instrument to measure individual resilience in the workplace (WRI) was developed. The WRI's four factors identify dimensions of workplace resilience for use in subsequent investigations: Active Problem-Solving, Team Efficacy, Confident Sense-Making, and Bricolage.

  5. Resilient ageing: a concept analysis.

    PubMed

    Hicks, Maxine M; Conner, Norma E

    2014-04-01

    This paper is a report of an analysis of the concept resilient ageing. Unique in comparison with other healthy ageing concepts, resilient ageing can be applied to all older people, regardless of age or affliction. The state of global population expansion in older people over the next 50 years calls for increased health promotion research efforts to ensure the maintenance of health and optimal quality of life for all older people. Literature for this concept analysis was retrieved from several databases, CINAHL, PubMed PsycINFO, for the years 1990-2012. Rodgers's evolutionary method of concept analysis was used because of its applicability to concepts that are still evolving. An integrative research review methodology was applied to peer-reviewed journal articles (n = 46) for an inductive analysis of the concept of resilient ageing. The antecedents, defining attributes, and consequence of resilient ageing were identified. Antecedents to resilient ageing were found to be adversity and protective factors, while the core attributes include coping, hardiness and self-concept. The consequence of the process of resilient ageing was optimal quality of life. Sense of coherence was found to be the surrogate term. The results obtained were further substantiated using Antonovsky's (1979) theory of salutogenesis. A theoretical definition and a model of resilient ageing were developed. In addition, a discussion was provided on the practice, policy and research implications for promoting the development of protective factors and resilient ageing. © 2013 John Wiley & Sons Ltd.

  6. Annual Research Review: Positive Adjustment to Adversity--Trajectories of Minimal-Impact Resilience and Emergent Resilience

    ERIC Educational Resources Information Center

    Bonanno, George A.; Diminich, Erica D.

    2013-01-01

    Background: Research on resilience in the aftermath of potentially traumatic life events (PTE) is still evolving. For decades, researchers have documented resilience in children exposed to corrosive early environments, such as poverty or chronic maltreatment. Relatively more recently, the study of resilience has migrated to the investigation of…

  7. Individual, family, and neighborhood factors distinguish resilient from non-resilient maltreated children: A cumulative stressors model

    PubMed Central

    Caspi, Avshalom; Moffitt, Terrie E.; Polo-Tomas, Monica; Taylor, Alan

    2007-01-01

    Objective Children who are physically maltreated are at risk of a range of adverse outcomes in childhood and adulthood, but some children who are maltreated manage to function well despite their history of adversity. Which individual, family, and neighborhood characteristics distinguish resilient from non-resilient maltreated children? Do children’s individual strengths promote resilience even when children are exposed to multiple family and neighborhood stressors (cumulative stressors model)? Methods Data were from the Environmental Risk Longitudinal Study which describes a nationally-representative sample of 1,116 twin pairs and their families. Families were home-visited when the twins were 5 and 7 years old, and teachers provided information about children’s behavior at school. Interviewers rated the likelihood that children had been maltreated based on mothers’ reports of harm to the child and child welfare involvement with the family. Results: Resilient children were those who engaged in normative levels of antisocial behavior despite having been maltreated. Boys (but not girls) who had above-average intelligence and whose parents had relatively few symptoms of antisocial personality were more likely to be resilient versus non-resilient to maltreatment. Children whose parents had substance use problems and who lived in relatively high crime neighborhoods that were low on social cohesion and informal social control were less likely to be resilient versus non-resilient to maltreatment. Consistent with a cumulative stressors model of children’s adaptation, individual strengths distinguished resilient from non-resilient children under conditions of low, but not high, family and neighborhood stress. Conclusion These findings suggest that for children residing in multi-problem families, personal resources may not be sufficient to promote their adaptive functioning. PMID:17395260

  8. High-frequency video capture and a computer program with frame-by-frame angle determination functionality as tools that support judging in artistic gymnastics.

    PubMed

    Omorczyk, Jarosław; Nosiadek, Leszek; Ambroży, Tadeusz; Nosiadek, Andrzej

    2015-01-01

    The main aim of this study was to verify the usefulness of selected simple methods of recording and fast biomechanical analysis performed by judges of artistic gymnastics in assessing a gymnast's movement technique. The study participants comprised six artistic gymnastics judges, who assessed back handsprings using two methods: a real-time observation method and a frame-by-frame video analysis method. They also determined flexion angles of knee and hip joints using the computer program. In the case of the real-time observation method, the judges gave a total of 5.8 error points with an arithmetic mean of 0.16 points for the flexion of the knee joints. In the high-speed video analysis method, the total amounted to 8.6 error points and the mean value amounted to 0.24 error points. For the excessive flexion of hip joints, the sum of the error values was 2.2 error points and the arithmetic mean was 0.06 error points during real-time observation. The sum obtained using frame-by-frame analysis method equaled 10.8 and the mean equaled 0.30 error points. Error values obtained through the frame-by-frame video analysis of movement technique were higher than those obtained through the real-time observation method. The judges were able to indicate the number of the frame in which the maximal joint flexion occurred with good accuracy. Using the real-time observation method as well as the high-speed video analysis performed without determining the exact angle for assessing movement technique were found to be insufficient tools for improving the quality of judging.

  9. Assessing Resilience across Cultures Using Mixed Methods: Construction of the Child and Youth Resilience Measure

    ERIC Educational Resources Information Center

    Ungar, Michael; Liebenberg, Linda

    2011-01-01

    An international team of investigators in 11 countries have worked collaboratively to develop a culturally and contextually relevant measure of youth resilience, the Child and Youth Resilience Measure (CYRM-28). The team used a mixed methods design that facilitated understanding of both common and unique aspects of resilience across cultures.…

  10. The Communities Advancing Resilience Toolkit (CART): an intervention to build community resilience to disasters.

    PubMed

    Pfefferbaum, Rose L; Pfefferbaum, Betty; Van Horn, Richard L; Klomp, Richard W; Norris, Fran H; Reissman, Dori B

    2013-01-01

    Community resilience has emerged as a construct to support and foster healthy individual, family, and community adaptation to mass casualty incidents. The Communities Advancing Resilience Toolkit (CART) is a publicly available theory-based and evidence-informed community intervention designed to enhance community resilience by bringing stakeholders together to address community issues in a process that includes assessment, feedback, planning, and action. Tools include a field-tested community resilience survey and other assessment and analytical instruments. The CART process encourages public engagement in problem solving and the development and use of local assets to address community needs. CART recognizes 4 interrelated domains that contribute to community resilience: connection and caring, resources, transformative potential, and disaster management. The primary value of CART is its contribution to community participation, communication, self-awareness, cooperation, and critical reflection and its ability to stimulate analysis, collaboration, skill building, resource sharing, and purposeful action.

  11. Multiscale Resilience of Complex Systems

    NASA Astrophysics Data System (ADS)

    Tchiguirinskaia, I.; Schertzer, D. J. M.; Giangola-Murzyn, A.; Hoang Cong, T.

    2014-12-01

    We first argue the need for well defined resilience metrics to better evaluate the resilience of complex systems such as (peri-)urban flood management systems. We review both the successes and limitations of resilience metrics in the framework of dynamical systems and their generalization in the framework of the viability theory. We then point out that the most important step to achieve is to define resilience across scales instead of doing it at a given scale. Our preliminary, critical analysis of the series of attempts to define an operational resilience metrics led us to consider a scale invariant metrics based on the scale independent codimension of extreme singularities. Multifractal downscaling of climate scenarios can be considered as a first illustration. We focussed on a flood scenario evaluation method with the help of two singularities γ_s and γ_Max, corresponding respectively to an effective and a probable maximum singularity, that yield an innovative framework to address the issues of flood resilience systems in a scale independent manner. Indeed, the stationarity of the universal multifractal parameters would result into a rather stable value of probable maximum singularity γ_s. By fixing the limit of acceptability for a maximum flood water depth at a given scale, with a corresponding singularity, we effectively fix the threshold of the probable maximum singularity γ_s as a criterion of the flood resilience we accept. Then various scenarios of flood resilient measures could be simulated with the help of Multi-Hydro under upcoming climat scenarios. The scenarios that result in estimates of either γ_Max or γ_s below the pre-selected γ_s value will assure the effective flood resilience of the whole modeled system across scales. The research for this work was supported, in part, by the EU FP7 SMARTesT and INTERREG IVB RainGain projects.

  12. Teachers' (Mis)Understandings of Resilience

    ERIC Educational Resources Information Center

    Green, Deborah; Oswald, Murray; Spears, Barbara

    2007-01-01

    This study aimed to extend previous studies into resilience, by identifying the roles that teachers played in fostering resilience (N=57: females n=43; and males n=14). A quantitative scale was administered to teachers in South Australia's Catholic education sector to determine the extent to which they were involved in fostering resilience. A…

  13. Resilience in Aging Mice

    PubMed Central

    Kirkland, James L.; Stout, Michael B.

    2016-01-01

    Abstract Recently discovered interventions that target fundamental aging mechanisms have been shown to increase life span in mice and other species, and in some cases, these same manipulations have been shown to enhance health span and alleviate multiple age-related diseases and conditions. Aging is generally associated with decreases in resilience, the capacity to respond to or recover from clinically relevant stresses such as surgery, infections, or vascular events. We hypothesize that the age-related increase in susceptibility to those diseases and conditions is driven by or associated with the decrease in resilience. Thus, a test for resilience at middle age or even earlier could represent a surrogate approach to test the hypothesis that an intervention delays the process of aging itself. For this, animal models to test resilience accurately and predictably are needed. In addition, interventions that increase resilience might lead to treatments aimed at enhancing recovery following acute illnesses, or preventing poor outcomes from medical interventions in older, prefrail subjects. At a meeting of basic researchers and clinicians engaged in research on mechanisms of aging and care of the elderly, the merits and drawbacks of investigating effects of interventions on resilience in mice were considered. Available and potential stressors for assessing physiological resilience as well as the notion of developing a limited battery of such stressors and how to rank them were discussed. Relevant ranking parameters included value in assessing general health (as opposed to focusing on a single physiological system), ease of use, cost, reproducibility, clinical relevance, and feasibility of being repeated in the same animal longitudinally. During the discussions it became clear that, while this is an important area, very little is known or established. Much more research is needed in the near future to develop appropriate tests of resilience in animal models within an

  14. Unequal error control scheme for dimmable visible light communication systems

    NASA Astrophysics Data System (ADS)

    Deng, Keyan; Yuan, Lei; Wan, Yi; Li, Huaan

    2017-01-01

    Visible light communication (VLC), which has the advantages of a very large bandwidth, high security, and freedom from license-related restrictions and electromagnetic-interference, has attracted much interest. Because a VLC system simultaneously performs illumination and communication functions, dimming control, efficiency, and reliable transmission are significant and challenging issues of such systems. In this paper, we propose a novel unequal error control (UEC) scheme in which expanding window fountain (EWF) codes in an on-off keying (OOK)-based VLC system are used to support different dimming target values. To evaluate the performance of the scheme for various dimming target values, we apply it to H.264 scalable video coding bitstreams in a VLC system. The results of the simulations that are performed using additive white Gaussian noises (AWGNs) with different signal-to-noise ratios (SNRs) are used to compare the performance of the proposed scheme for various dimming target values. It is found that the proposed UEC scheme enables earlier base layer recovery compared to the use of the equal error control (EEC) scheme for different dimming target values and therefore afford robust transmission for scalable video multicast over optical wireless channels. This is because of the unequal error protection (UEP) and unequal recovery time (URT) of the EWF code in the proposed scheme.

  15. Building Inner Resilience

    ERIC Educational Resources Information Center

    Lantieri, Linda

    2008-01-01

    The capacity to be in control of one's thoughts, emotions, and physiology can form an internal safety net preparing children to face the challenges and opportunities of life. This is the goal of the Inner Resilience Program in the New York City Schools. Teachers in the Inner Resilience Program's intervention are exposed to calming and focusing…

  16. Resilience in patients with psychotic disorder.

    PubMed

    Bozikas, V; Parlapani, E

    2016-01-01

    The recovery movement differentiated clinical, which is related to disorder's symptoms, from personal recovery, which is outlined by a subjectively defined wellness state, characterised by hope and self-management. Schizophrenia research has long focused on risk factors and symptoms. The recovery movement triggered a focus shift from psychopathology towards better adjustment and growth despite living with schizophrenia. The recovery movement flourished parallel with positive psychology, the scientific study of ordinary human strengths and virtues investigating human motives and potentials. Understanding of human strengths could contribute to prevention or lessening of psychiatric disorders' devastating consequences, since optimism, sense of personal control and many other positive processes promote psychological health. Lately, the concepts of positive psychology have been implemented in schizophrenia research. Positive self-appraisals moderated suicidal ideation, even when patients experienced high levels of hopelessness.1 Additionally, among other factors, better self-images, internal locus of control (i.e. the perception that events in one's life relate to one's actions) and emphasis on personal efforts predicted a more favourable outcome in functioning of unmedicated patients.2 The concept of "resilience" is closely related to positive psychology. The American Psychological Association defines resilience as ''the process of adapting well in the face of adversity, trauma, threats or significant sources of stress''. The concept of resilience includes rebound from adversity.3 Determinants of resilience include biological, psychological, social and cultural factors that interact in a complex manner. The major manifestations of personal resilience are social competence, problem solving, autonomy and sense of purpose.5 Personality strengths that relate to resilience include high self-esteem, extroversion and optimism. Internal assets and personal competencies

  17. Effects of Adult Romantic Attachment and Social Support on Resilience and Depression in Individuals with Spinal Cord Injuries

    PubMed Central

    Dodd, Zane; Warren, Ann Marie; Riggs, Shelley; Clark, Mike

    2015-01-01

    Background: Spinal cord injury (SCI) can cause psychological consequences that negatively affect quality of life. It is increasingly recognized that factors such as resilience and social support may produce a buffering effect and are associated with improved health outcomes. However the influence of adult attachment style on an individual’s ability to utilize social support after SCI has not been examined. Objective: The purpose of this study was to examine relationships between adult romantic attachment perceived social support depression and resilience in individuals with SCI. In addition we evaluated potential mediating effects of social support and adult attachment on resilience and depression. Methods: Participants included 106 adults with SCI undergoing inpatient rehabilitation. Individuals completed measures of adult attachment (avoidance and anxiety) social support resilience and depression. Path analysis was performed to assess for presence of mediation effects. Results: When accounting for the smaller sample size support was found for the model (comparative fit index = .927 chi square = 7.86 P = .01 β = -0.25 standard error [SE] = -2.93 P < .05). The mediating effect of social support on the association between attachment avoidance and resilience was the only hypothesized mediating effect found to be significant (β = -0.25 SE = -2.93 P < .05). Conclusion: Results suggest that individuals with SCI with higher levels of attachment avoidance have lower perceived social support which relates to lower perceived resilience. Assessing attachment patterns during inpatient rehabilitation may allow therapists to intervene to provide greater support. PMID:26364285

  18. Real-time CT-video registration for continuous endoscopic guidance

    NASA Astrophysics Data System (ADS)

    Merritt, Scott A.; Rai, Lav; Higgins, William E.

    2006-03-01

    Previous research has shown that CT-image-based guidance could be useful for the bronchoscopic assessment of lung cancer. This research drew upon the registration of bronchoscopic video images to CT-based endoluminal renderings of the airway tree. The proposed methods either were restricted to discrete single-frame registration, which took several seconds to complete, or required non-real-time buffering and processing of video sequences. We have devised a fast 2D/3D image registration method that performs single-frame CT-Video registration in under 1/15th of a second. This allows the method to be used for real-time registration at full video frame rates without significantly altering the physician's behavior. The method achieves its speed through a gradient-based optimization method that allows most of the computation to be performed off-line. During live registration, the optimization iteratively steps toward the locally optimal viewpoint at which a CT-based endoluminal view is most similar to a current bronchoscopic video frame. After an initial registration to begin the process (generally done in the trachea for bronchoscopy), subsequent registrations are performed in real-time on each incoming video frame. As each new bronchoscopic video frame becomes available, the current optimization is initialized using the previous frame's optimization result, allowing continuous guidance to proceed without manual re-initialization. Tests were performed using both synthetic and pre-recorded bronchoscopic video. The results show that the method is robust to initialization errors, that registration accuracy is high, and that continuous registration can proceed on real-time video at >15 frames per sec. with minimal user-intervention.

  19. Effects of video compression on target acquisition performance

    NASA Astrophysics Data System (ADS)

    Espinola, Richard L.; Cha, Jae; Preece, Bradley

    2008-04-01

    The bandwidth requirements of modern target acquisition systems continue to increase with larger sensor formats and multi-spectral capabilities. To obviate this problem, still and moving imagery can be compressed, often resulting in greater than 100 fold decrease in required bandwidth. Compression, however, is generally not error-free and the generated artifacts can adversely affect task performance. The U.S. Army RDECOM CERDEC Night Vision and Electronic Sensors Directorate recently performed an assessment of various compression techniques on static imagery for tank identification. In this paper, we expand this initial assessment by studying and quantifying the effect of various video compression algorithms and their impact on tank identification performance. We perform a series of controlled human perception tests using three dynamic simulated scenarios: target moving/sensor static, target static/sensor static, sensor tracking the target. Results of this study will quantify the effect of video compression on target identification and provide a framework to evaluate video compression on future sensor systems.

  20. Models and Messengers of Resilience: A Theoretical Model of College Students' Resilience, Regulatory Strategy Use, and Academic Achievement

    ERIC Educational Resources Information Center

    Johnson, Marcus L.; Taasoobshirazi, Gita; Kestler, Jessica L.; Cordova, Jackie R.

    2015-01-01

    We tested a theoretical model of college students' ratings of messengers of resilience and models of resilience, students' own perceived resilience, regulatory strategy use and achievement. A total of 116 undergraduates participated in this study. The results of a path analysis indicated that ratings of models of resilience had a direct effect on…

  1. Exploring the feasibility of a therapeutic music video intervention in adolescents and young adults during stem-cell transplantation.

    PubMed

    Burns, Debra S; Robb, Sheri L; Haase, Joan E

    2009-01-01

    The purpose of this study was to explore the feasibility and preliminary efficacy of a therapeutic music video (TMV) intervention for adolescents and young adults (AYAs) undergoing stem-cell transplantation (SCT). Twelve AYAs (aged 11-24 years) were randomized to the TMV or an audio-book protocol. The TMV was designed to diminish symptom distress and improve coping, derived meaning, resilience, and quality of life by supporting AYAs in exploring thoughts and feelings. Six sessions with a board-certified music therapist were held twice a week for 3 weeks. The Adolescent Resilience Model guided the selection of a large, comprehensive battery of outcome measures. Major data collections occurred before admission, after intervention, and at 100 days after transplantation. Participants completed a brief set of measures at presession/postsessions 2, 4, and 6. Rates of consent, session completion, and questionnaire completion supported feasibility. Immediate follow-up measures suggest positive trends in the TMV group for hope, spirituality, confidence/mastery, and self-transcendence. Positive trends at 100 days include MOS, symptoms distress, defensive coping, spirituality, and self-transcendence. Therapeutic music video participants also demonstrated gains in quality of life. The TMV intervention may buffer the immediate after-effects of the stem-cell transplantation experience, and a larger study is warranted.

  2. The Australian Natural Disaster Resilience Index

    NASA Astrophysics Data System (ADS)

    Thoms, Martin

    2016-04-01

    The Australian Natural Disaster Resilience Index Martin Thoms, Melissa Parsons, Phil Morley Bushfire and Natural Hazards Cooperative Research Centre, Geography and Planning, University of New England, Armidale NSW 2351, Australia. Natural hazard management policy directions in Australia - and indeed internationally - are increasingly being aligned to ideas of resilience. Resilience to natural hazards is the ability of individuals and communities to cope with disturbance and adversity and to maintain adaptive behaviour. Operationalizing the measurement and assessment of disaster resilience is often undertaken using a composite index, but this exercise is yet to be undertaken in Australia. The Australian Natural Disaster Resilience Index is a top-down, national scale assessment of the resilience of communities to natural hazards. Resilience is assessed based on two sets of capacities: coping and adaptive capacities. Coping capacity relates to the factors influencing the ability of a community to prepare for, absorb and recover from a natural hazard event. Adaptive capacity relates to the arrangements and processes that enable adjustment through learning, adaptation and transformation. Indicators are derived under themes of social character, economic capital, infrastructure and planning, emergency services, community capital, information and engagement and governance/leadership/policy, using existing data sets (e.g. census data) or evaluation of policy and procedure (e.g. disaster management planning). A composite index of disaster resilience is then computed for each spatial division, giving national scale coverage. The results of the Australian Natural Disaster Resilience Index will be reported in a State of Disaster Resilience report, due in 2018. The index is co-designed with emergency service agencies, and will support policy development, planning, community engagement and emergency management.

  3. The effect of interference on delta modulation encoded video signals

    NASA Technical Reports Server (NTRS)

    Schilling, D. L.

    1979-01-01

    An adaptive delta modulator which encodes composite color video signals was shown to provide a good response when operating at 16 Mb/s and near-commercial quality at 23Mb/s. The ADM was relatively immune to channel errors. The system design is discussed and circuit diagrams are included.

  4. Design of an H.264/SVC resilient watermarking scheme

    NASA Astrophysics Data System (ADS)

    Van Caenegem, Robrecht; Dooms, Ann; Barbarien, Joeri; Schelkens, Peter

    2010-01-01

    The rapid dissemination of media technologies has lead to an increase of unauthorized copying and distribution of digital media. Digital watermarking, i.e. embedding information in the multimedia signal in a robust and imperceptible manner, can tackle this problem. Recently, there has been a huge growth in the number of different terminals and connections that can be used to consume multimedia. To tackle the resulting distribution challenges, scalable coding is often employed. Scalable coding allows the adaptation of a single bit-stream to varying terminal and transmission characteristics. As a result of this evolution, watermarking techniques that are robust against scalable compression become essential in order to control illegal copying. In this paper, a watermarking technique resilient against scalable video compression using the state-of-the-art H.264/SVC codec is therefore proposed and evaluated.

  5. [Perspectives on resilience : trait or aptitude ?

    PubMed

    Rolin, H; Fossion, P; Kotsou, I; Leys, C

    2018-01-01

    In this paper, we discuss various issues related to the concept of resilience, which is conventionally defined as a dynamic process allowing for a positive adaptation in a context of significant adversity. First, we try to draw the reader's attention to the importance of the concept of resilience in terms of public health. Second, we address the difficulty of measuring resilience in a relevant and operational manner. Third, we then address the question of whether resilience can be conceived only in the context of a confrontation with trauma, or whether its application can be relevant to the everyday nontraumatic adversity. In this regard, we introduce and define another coping strategy which is the Sense of Coherence (SOC). Fourth, we discuss the nature of resilience, that is to say, whether it should be considered as a personality trait or as an aptitude. We try to show that this problem arises from the difficulty to specify the emotional processes involved in resilience. Finally, we propose future research perspectives that should allow us to better understand the concept of resilience.

  6. Environmental Resilience: Exploring Scientific Concepts for ...

    EPA Pesticide Factsheets

    Report This report summarizes two Community Environmental Resilience Index workshops held at EPA in May and July of 2014. The workshops explored scientific concepts for building an index of indicators of community environmental resilience to natural or human-caused disasters. The index could be used to support disaster decision-making. Key workshop outcomes include: a working definition of environmental resilience and insight into how it relates to EPA's mission and Strategic Goals, a call for an inventory of EPA resiliency tools, a preliminary list of indicators and CERI structure, identification of next steps for index development, and emergence of a network of collaborators. The report can be used to support EPA's work in resilience under PPD-8, PPD-21, and the national response and disaster recovery frameworks. It can feed into interagency efforts on building community resilience.

  7. Resilience in Utility Technologies

    NASA Astrophysics Data System (ADS)

    Seaton, Roger

    The following sections are included: * Scope of paper * Preamble * Background to the case-study projects * Source projects * Resilience * Case study 1: Electricity generation * Context * Model * Case study 2: Water recycling * Context * Model * Case study 3: Ecotechnology and water treatment * Context * The problem of classification: Finding a classificatory solution * Application of the new taxonomy to water treatment * Concluding comments and questions * Conclusions * Questions and issues * Purposive or Purposeful? * Resilience: Flexibility and adaptivity? * Resilience: With respect of what? * Risk, uncertainty, surprise, emergence - What sort of shock, and who says so? * Co-evolutionary friction * References

  8. Video Extrapolation Method Based on Time-Varying Energy Optimization and CIP.

    PubMed

    Sakaino, Hidetomo

    2016-09-01

    Video extrapolation/prediction methods are often used to synthesize new videos from images. For fluid-like images and dynamic textures as well as moving rigid objects, most state-of-the-art video extrapolation methods use non-physics-based models that learn orthogonal bases from a number of images but at high computation cost. Unfortunately, data truncation can cause image degradation, i.e., blur, artifact, and insufficient motion changes. To extrapolate videos that more strictly follow physical rules, this paper proposes a physics-based method that needs only a few images and is truncation-free. We utilize physics-based equations with image intensity and velocity: optical flow, Navier-Stokes, continuity, and advection equations. These allow us to use partial difference equations to deal with the local image feature changes. Image degradation during extrapolation is minimized by updating model parameters, where a novel time-varying energy balancer model that uses energy based image features, i.e., texture, velocity, and edge. Moreover, the advection equation is discretized by high-order constrained interpolation profile for lower quantization error than can be achieved by the previous finite difference method in long-term videos. Experiments show that the proposed energy based video extrapolation method outperforms the state-of-the-art video extrapolation methods in terms of image quality and computation cost.

  9. Intervention studies to foster resilience - A systematic review and proposal for a resilience framework in future intervention studies.

    PubMed

    Chmitorz, A; Kunzler, A; Helmreich, I; Tüscher, O; Kalisch, R; Kubiak, T; Wessa, M; Lieb, K

    2018-02-01

    Psychological resilience refers to the phenomenon that many people are able to adapt to the challenges of life and maintain mental health despite exposure to adversity. This has stimulated research on training programs to foster psychological resilience. We evaluated concepts, methods and designs of 43 randomized controlled trials published between 1979 and 2014 which assessed the efficacy of such training programs and propose standards for future intervention research based on recent developments in the field. We found that concepts, methods and designs in current resilience intervention studies are of limited use to properly assess efficacy of interventions to foster resilience. Major problems are the use of definitions of resilience as trait or a composite of resilience factors, the use of unsuited assessment instruments, and inappropriate study designs. To overcome these challenges, we propose 1) an outcome-oriented definition of resilience, 2) an outcome-oriented assessment of resilience as change in mental health in relation to stressor load, and 3) methodological standards for suitable study designs of future intervention studies. Our proposals may contribute to an improved quality of resilience intervention studies and may stimulate further progress in this growing research field. Copyright © 2017 The Authors. Published by Elsevier Ltd.. All rights reserved.

  10. Resilience definitions, theory, and challenges: interdisciplinary perspectives.

    PubMed

    Southwick, Steven M; Bonanno, George A; Masten, Ann S; Panter-Brick, Catherine; Yehuda, Rachel

    2014-01-01

    In this paper, inspired by the plenary panel at the 2013 meeting of the International Society for Traumatic Stress Studies, Dr. Steven Southwick (chair) and multidisciplinary panelists Drs. George Bonanno, Ann Masten, Catherine Panter-Brick, and Rachel Yehuda tackle some of the most pressing current questions in the field of resilience research including: (1) how do we define resilience, (2) what are the most important determinants of resilience, (3) how are new technologies informing the science of resilience, and (4) what are the most effective ways to enhance resilience? These multidisciplinary experts provide insight into these difficult questions, and although each of the panelists had a slightly different definition of resilience, most of the proposed definitions included a concept of healthy, adaptive, or integrated positive functioning over the passage of time in the aftermath of adversity. The panelists agreed that resilience is a complex construct and it may be defined differently in the context of individuals, families, organizations, societies, and cultures. With regard to the determinants of resilience, there was a consensus that the empirical study of this construct needs to be approached from a multiple level of analysis perspective that includes genetic, epigenetic, developmental, demographic, cultural, economic, and social variables. The empirical study of determinates of resilience will inform efforts made at fostering resilience, with the recognition that resilience may be enhanced on numerous levels (e.g., individual, family, community, culture).

  11. Resilience definitions, theory, and challenges: interdisciplinary perspectives

    PubMed Central

    Southwick, Steven M.; Bonanno, George A.; Masten, Ann S.; Panter-Brick, Catherine; Yehuda, Rachel

    2014-01-01

    In this paper, inspired by the plenary panel at the 2013 meeting of the International Society for Traumatic Stress Studies, Dr. Steven Southwick (chair) and multidisciplinary panelists Drs. George Bonanno, Ann Masten, Catherine Panter-Brick, and Rachel Yehuda tackle some of the most pressing current questions in the field of resilience research including: (1) how do we define resilience, (2) what are the most important determinants of resilience, (3) how are new technologies informing the science of resilience, and (4) what are the most effective ways to enhance resilience? These multidisciplinary experts provide insight into these difficult questions, and although each of the panelists had a slightly different definition of resilience, most of the proposed definitions included a concept of healthy, adaptive, or integrated positive functioning over the passage of time in the aftermath of adversity. The panelists agreed that resilience is a complex construct and it may be defined differently in the context of individuals, families, organizations, societies, and cultures. With regard to the determinants of resilience, there was a consensus that the empirical study of this construct needs to be approached from a multiple level of analysis perspective that includes genetic, epigenetic, developmental, demographic, cultural, economic, and social variables. The empirical study of determinates of resilience will inform efforts made at fostering resilience, with the recognition that resilience may be enhanced on numerous levels (e.g., individual, family, community, culture). PMID:25317257

  12. Transdisciplinary application of the cross-scale resilience model

    USGS Publications Warehouse

    Sundstrom, Shana M.; Angeler, David G.; Garmestani, Ahjond S.; Garcia, Jorge H.; Allen, Craig R.

    2014-01-01

    The cross-scale resilience model was developed in ecology to explain the emergence of resilience from the distribution of ecological functions within and across scales, and as a tool to assess resilience. We propose that the model and the underlying discontinuity hypothesis are relevant to other complex adaptive systems, and can be used to identify and track changes in system parameters related to resilience. We explain the theory behind the cross-scale resilience model, review the cases where it has been applied to non-ecological systems, and discuss some examples of social-ecological, archaeological/ anthropological, and economic systems where a cross-scale resilience analysis could add a quantitative dimension to our current understanding of system dynamics and resilience. We argue that the scaling and diversity parameters suitable for a resilience analysis of ecological systems are appropriate for a broad suite of systems where non-normative quantitative assessments of resilience are desired. Our planet is currently characterized by fast environmental and social change, and the cross-scale resilience model has the potential to quantify resilience across many types of complex adaptive systems.

  13. Embracing Errors in Simulation-Based Training: The Effect of Error Training on Retention and Transfer of Central Venous Catheter Skills.

    PubMed

    Gardner, Aimee K; Abdelfattah, Kareem; Wiersch, John; Ahmed, Rami A; Willis, Ross E

    2015-01-01

    Error management training is an approach that encourages exposure to errors during initial skill acquisition so that learners can be equipped with important error identification, management, and metacognitive skills. The purpose of this study was to determine how an error-focused training program affected performance, retention, and transfer of central venous catheter (CVC) placement skills when compared with traditional training methodologies. Surgical interns (N = 30) participated in a 1-hour session featuring an instructional video and practice performing internal jugular (IJ) and subclavian (SC) CVC placement with guided instruction. All interns underwent baseline knowledge and skill assessment for IJ and SC (pretest) CVC placement; watched a "correct-only" (CO) or "correct + error" (CE) instructional video; practiced for 30 minutes; and were posttested on knowledge and IJ and SC CVC placement. Skill retention and transfer (femoral CVC placement) were assessed 30 days later. All skills tests (pretest, posttest, and transfer) were videorecorded and deidentified for evaluation by a single blinded instructor using a validated 17-item checklist. Both the groups exhibited significant improvements (p < 0.001) in knowledge and skills after the 1-hour training program, but the increase of items achieved on the performance checklist did not differ between conditions (CO: IJ Δ = 35%, SC Δ = 29%; CE: IJ Δ = 36%, subclavian Δ = 33%). However, 1 month later, the CO group exhibited significant declines in skill retention on IJ CVC placement (from 68% at posttraining to 44% at day 30; p < 0.05) and SC CVC placement (from 63% at posttraining to 49% at day 30; p < 0.05), whereas the CE group did not have significant decreases in performance. The CE group performed significantly better on femoral CVC placement (i.e., transfer task; 62% vs 38%; p < 0.01) and on 2 of the 3 complication scenarios (p < 0.05) when compared with the CO group. These data indicate that incorporating

  14. The Measurement and Role of Ecological Resilience Systems Theory Across Domain-Specific Outcomes: The Domain-Specific Resilient Systems Scales.

    PubMed

    Maltby, John; Day, Liz; Hall, Sophie S; Chivers, Sally

    2017-10-01

    Research suggests that trait resilience may be best understood within an ecological resilient systems theory, comprising engineering, ecological, and adaptive capacity resilience. However, there is no evidence as to how this theory translates to specific life domains. Data from two samples (the United States, n = 1,278; the United Kingdom, n = 211) facilitated five studies that introduce the Domain-Specific Resilient Systems Scales for assessing ecological resilient systems theory within work, health, marriage, friendships, and education. The Domain-Specific Resilient Systems Scales are found to predict unique variance in job satisfaction, lower job burnout, quality-of-life following illness, marriage commitment, and educational engagement, while controlling for factors including sex, age, personality, cognitive ability, and trait resilience. The findings also suggest a distinction between the three resilience dimensions in terms of the types of systems to which they contribute. Engineering resilience may contribute most to life domains where an established system needs to be maintained, for example, one's health. Ecological resilience may contribute most to life domains where the system needs sustainability in terms of present and future goal orientation, for example, one's work. Adaptive Capacity may contribute most to life domains where the system needs to be retained, preventing it from reaching a crisis state, for example, work burnout.

  15. Transdisciplinary Application of Cross-Scale Resilience

    EPA Science Inventory

    The cross-scale resilience model was developed in ecology to explain the emergence of resilience from the distribution of ecological functions within and across scales, and as a tool to assess resilience. We propose that the model and the underlyingdiscontinuity hypothesis are re...

  16. Resilience in Aging Mice.

    PubMed

    Kirkland, James L; Stout, Michael B; Sierra, Felipe

    2016-11-01

    Recently discovered interventions that target fundamental aging mechanisms have been shown to increase life span in mice and other species, and in some cases, these same manipulations have been shown to enhance health span and alleviate multiple age-related diseases and conditions. Aging is generally associated with decreases in resilience, the capacity to respond to or recover from clinically relevant stresses such as surgery, infections, or vascular events. We hypothesize that the age-related increase in susceptibility to those diseases and conditions is driven by or associated with the decrease in resilience. Thus, a test for resilience at middle age or even earlier could represent a surrogate approach to test the hypothesis that an intervention delays the process of aging itself. For this, animal models to test resilience accurately and predictably are needed. In addition, interventions that increase resilience might lead to treatments aimed at enhancing recovery following acute illnesses, or preventing poor outcomes from medical interventions in older, prefrail subjects. At a meeting of basic researchers and clinicians engaged in research on mechanisms of aging and care of the elderly, the merits and drawbacks of investigating effects of interventions on resilience in mice were considered. Available and potential stressors for assessing physiological resilience as well as the notion of developing a limited battery of such stressors and how to rank them were discussed. Relevant ranking parameters included value in assessing general health (as opposed to focusing on a single physiological system), ease of use, cost, reproducibility, clinical relevance, and feasibility of being repeated in the same animal longitudinally. During the discussions it became clear that, while this is an important area, very little is known or established. Much more research is needed in the near future to develop appropriate tests of resilience in animal models within an aging context

  17. Defining resilience within a risk-informed assessment framework

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

    Coles, Garill A.; Unwin, Stephen D.; Holter, Gregory M.

    2011-08-01

    The concept of resilience is the subject of considerable discussion in academic, business, and governmental circles. The United States Department of Homeland Security for one has emphasised the need to consider resilience in safeguarding critical infrastructure and key resources. The concept of resilience is complex, multidimensional, and defined differently by different stakeholders. The authors contend that there is a benefit in moving from discussing resilience as an abstraction to defining resilience as a measurable characteristic of a system. This paper proposes defining resilience measures using elements of a traditional risk assessment framework to help clarify the concept of resilience andmore » as a way to provide non-traditional risk information. The authors show various, diverse dimensions of resilience can be quantitatively defined in a common risk assessment framework based on the concept of loss of service. This allows the comparison of options for improving the resilience of infrastructure and presents a means to perform cost-benefit analysis. This paper discusses definitions and key aspects of resilience, presents equations for the risk of loss of infrastructure function that incorporate four key aspects of resilience that could prevent or mitigate that loss, describes proposed resilience factor definitions based on those risk impacts, and provides an example that illustrates how resilience factors would be calculated using a hypothetical scenario.« less

  18. Estimation of wave phase speed and nearshore bathymetry from video imagery

    USGS Publications Warehouse

    Stockdon, H.F.; Holman, R.A.

    2000-01-01

    A new remote sensing technique based on video image processing has been developed for the estimation of nearshore bathymetry. The shoreward propagation of waves is measured using pixel intensity time series collected at a cross-shore array of locations using remotely operated video cameras. The incident band is identified, and the cross-spectral matrix is calculated for this band. The cross-shore component of wavenumber is found as the gradient in phase of the first complex empirical orthogonal function of this matrix. Water depth is then inferred from linear wave theory's dispersion relationship. Full bathymetry maps may be measured by collecting data in a large array composed of both cross-shore and longshore lines. Data are collected hourly throughout the day, and a stable, daily estimate of bathymetry is calculated from the median of the hourly estimates. The technique was tested using 30 days of hourly data collected at the SandyDuck experiment in Duck, North Carolina, in October 1997. Errors calculated as the difference between estimated depth and ground truth data show a mean bias of -35 cm (rms error = 91 cm). Expressed as a fraction of the true water depth, the mean percent error was 13% (rms error = 34%). Excluding the region of known wave nonlinearities over the bar crest, the accuracy of the technique improved, and the mean (rms) error was -20 cm (75 cm). Additionally, under low-amplitude swells (wave height H ???1 m), the performance of the technique across the entire profile improved to 6% (29%) of the true water depth with a mean (rms) error of -12 cm (71 cm). Copyright 2000 by the American Geophysical Union.

  19. Resilience in women with autoimmune rheumatic diseases.

    PubMed

    Rojas, Manuel; Rodriguez, Yhojan; Pacheco, Yovana; Zapata, Elizabeth; Monsalve, Diana M; Mantilla, Rubén D; Rodríguez-Jimenez, Monica; Ramírez-Santana, Carolina; Molano-González, Nicolás; Anaya, Juan-Manuel

    2017-12-28

    To evaluate the relationship between resilience and clinical outcomes in patients with autoimmune rheumatic diseases. Focus groups, individual interviews, and chart reviews were done to collect data on 188 women with autoimmune rheumatic diseases, namely rheumatoid arthritis (n=51), systemic lupus erythematosus (n=70), systemic sclerosis (n=35), and Sjögren's syndrome (n=32). Demographic, clinical, and laboratory variables were assessed including disease activity by patient reported outcomes. Resilience was evaluated by using the Brief Resilience Scale. Bivariate, multiple linear regression, and classification and regression trees were used to analyse data. Resilience was influenced by age, duration of disease, and socioeconomic status. Lower resilience scores were observed in younger patients (<48years) with systemic lupus erythematosus, rheumatoid arthritis, and systemic sclerosis who had low socioeconomic status, whereas older patients (>50years) had higher resilience scores regardless of socioeconomic status. There was no influence of disease activity on resilience. A particular behaviour was observed in systemic sclerosis in which patients with high socioeconomic status and regular physical activity had higher resilience scores. Resilience in patients with autoimmune rheumatic diseases is a continuum process influenced by age and socioeconomic status. The ways in which these variables along with exercise influence resilience deserve further investigation. Copyright © 2017 Société française de rhumatologie. Published by Elsevier SAS. All rights reserved.

  20. The Resiliency Scale for Young Adults

    ERIC Educational Resources Information Center

    Prince-Embury, Sandra; Saklofske, Donald H.; Nordstokke, David W.

    2017-01-01

    The Resiliency Scale for Young Adults (RSYA) is presented as an upward extension of the Resiliency Scales for Children and Adolescents (RSCA). The RSYA is based on the "three-factor model of personal resiliency" including "mastery," "relatedness," and "emotional reactivity." Several stages of scale…

  1. Information Hiding In Digital Video Using DCT, DWT and CvT

    NASA Astrophysics Data System (ADS)

    Abed Shukur, Wisam; Najah Abdullah, Wathiq; Kareem Qurban, Luheb

    2018-05-01

    The type of video that used in this proposed hiding a secret information technique is .AVI; the proposed technique of a data hiding to embed a secret information into video frames by using Discrete Cosine Transform (DCT), Discrete Wavelet Transform (DWT) and Curvelet Transform (CvT). An individual pixel consists of three color components (RGB), the secret information is embedded in Red (R) color channel. On the receiver side, the secret information is extracted from received video. After extracting secret information, robustness of proposed hiding a secret information technique is measured and obtained by computing the degradation of the extracted secret information by comparing it with the original secret information via calculating the Normalized cross Correlation (NC). The experiments shows the error ratio of the proposed technique is (8%) while accuracy ratio is (92%) when the Curvelet Transform (CvT) is used, but compared with Discrete Wavelet Transform (DWT) and Discrete Cosine Transform (DCT), the error rates are 11% and 14% respectively, while the accuracy ratios are (89%) and (86%) respectively. So, the experiments shows the Poisson noise gives better results than other types of noises, while the speckle noise gives worst results compared with other types of noises. The proposed technique has been established by using MATLAB R2016a programming language.

  2. DDDAS-based Resilient Cyberspace (DRCS)

    DTIC Science & Technology

    2016-08-03

    Resilient Middleware ( CRM ), Supervisor VMs (SVMs), and Master VMs (MVMs). In what follows, we briefly highlight the main functions to be provided by each...phases. 4.5.1.2 Cloud Resilient Middleware ( CRM ) The CRM provides the control and management services to deploy and configure the software and...To speedup the process of selecting the appropriate resilient algorithms and execution environments, the CRM repository contains a set of SBE

  3. What do you mean, 'resilient geomorphic systems'?

    NASA Astrophysics Data System (ADS)

    Thoms, M. C.; Piégay, H.; Parsons, M.

    2018-03-01

    Resilience thinking has many parallels in the study of geomorphology. Similarities and intersections exist between the scientific discipline of geomorphology and the scientific concept of resilience. Many of the core themes fundamental to geomorphology are closely related to the key themes of resilience. Applications of resilience thinking in the study of natural and human systems have expanded, based on the fundamental premise that ecosystems, economies, and societies must be managed as linked social-ecological systems. Despite geomorphology and resilience sharing core themes, appreciation is limited of the history and development of geomorphology as a field of scientific endeavor by many in the field of resilience, as well as a limited awareness of the foundations of the former in the more recent emergence of resilience. This potentially limits applications of resilience concepts to the study of geomorphology. In this manuscript we provide a collective examination of geomorphology and resilience as a means to conceptually advance both areas of study, as well as to further cement the relevance and importance of not only understanding the complexities of geomorphic systems in an emerging world of interdisciplinary challenges but also the importance of viewing humans as an intrinsic component of geomorphic systems rather than just an external driver. The application of the concepts of hierarchy and scale, fundamental tenets of the study of geomorphic systems, provide a means to overcome contemporary scale-limited approaches within resilience studies. Resilience offers a framework for geomorphology to expand its application into the broader social-ecological domain.

  4. Resilience | Science Inventory | US EPA

    EPA Pesticide Factsheets

    Resilience is an important framework for understanding and managing complex systems of people and nature that are subject to abrupt and nonlinear change. The idea of ecological resilience was slow to gain acceptance in the scientific community, taking thirty years to become widely accepted (Gunderson 2000, cited under Original Definition). Currently, the concept is commonplace in academics, management, and policy. Although the idea has quantitative roots in the ecological sciences and was proposed as a measurable quality of ecosystems, the broad use of resilience led to an expansion of definitions and applications. Holling’s original definition, presented in 1973 (Holling 1973, cited under Original Definition), was simply the amount of disturbance that a system can withstand before it shifts into an alternative stability domain. Ecological resilience, therefore, emphasizes that the dynamics of complex systems are nonlinear, meaning that these systems can transition, often abruptly, between dynamic states with substantially different structures, functions, and processes. The transition of ecological systems from one state to another frequently has important repercussions for humans. Recent definitions are more normative and qualitative, especially in the social sciences, and a competing definition, that of engineering resilience, is still often used. Resilience is an emergent phenomenon of complex systems, which means it cannot be deduced from the behavior of t

  5. The effect of video game "warm-up" on performance of laparoscopic surgery tasks.

    PubMed

    Rosser, James C; Gentile, Douglas A; Hanigan, Kevin; Danner, Omar K

    2012-01-01

    Performing laparoscopic procedures requires special training and has been documented as a significant source of surgical errors. "Warming up" before performing a task has been shown to enhance performance. This study investigates whether surgeons benefit from "warming up" using select video games immediately before performing laparoscopic partial tasks and clinical tasks. This study included 303 surgeons (249 men and 54 women). Participants were split into a control (n=180) and an experimental group (n=123). The experimental group played 3 previously validated video games for 6 minutes before task sessions. The Cobra Rope partial task and suturing exercises were performed immediately after the warm-up sessions. Surgeons who played video games prior to the Cobra Rope drill were significantly faster on their first attempt and across all 10 trials. The experimental and control groups were significantly different in their total suturing scores (t=2.28, df=288, P<.05). The overall Top Gun score showed that the experimental group performed marginally better overall. This study demonstrates that subjects completing "warming-up" sessions with select video games prior to performing laparoscopic partial and clinical tasks (intracorporeal suturing) were faster and had fewer errors than participants not engaging in "warm-up." More study is needed to determine whether this translates into superior procedural execution in the clinical setting.

  6. The effects of video game play on the characteristics of saccadic eye movements.

    PubMed

    Mack, David J; Ilg, Uwe J

    2014-09-01

    Video game play has become a common leisure activity all around the world. To reveal possible effects of playing video games, we measured saccades elicited by video game players (VGPs) and non-players (NVGPs) in two oculomotor tasks. First, our subjects performed a double-step task. Second, we asked our subjects to move their gaze opposite to the appearance of a visual target, i.e. to perform anti-saccades. As expected on the basis of previous studies, VGPs had significantly shorter saccadic reaction times (SRTs) than NVGPs for all saccade types. However, the error rates in the anti-saccade task did not reveal any significant differences. In fact, the error rates of VGPs were actually slightly lower compared to NVGPs (34% versus 40%, respectively). In addition, VGPs showed significantly higher saccadic peak velocities in every saccade type compared to NVGP. Our results suggest that faster SRTs in VGPs were associated with a more efficient motor drive for saccades. Taken together, our results are in excellent agreement with earlier reports of beneficial video game effects through the general reduction in SRTs. Our data clearly provides additional experimental evidence for an higher efficiency of the VGPs on the one hand and refutes the notion of a reduced impulse control in VGPs on the other. Copyright © 2014 Elsevier Ltd. All rights reserved.

  7. Measuring county resilience after the 2008 Wenchuan earthquake

    NASA Astrophysics Data System (ADS)

    Li, X.; Lam, N.; Qiang, Y.; Li, K.; Yin, L.; Liu, S.; Zheng, W.

    2015-01-01

    The catastrophic earthquake in 2008 has caused serious damage to Wenchuan County and the surrounding area in China. In recent years, great attention has been paid to the resilience of the affected area. This study applied a new framework, the Resilience Inference Measurement (RIM) model, to quantify and validate the community resilience of 105 counties in the affected area. The RIM model uses cluster analysis to classify counties into four resilience levels according to the exposure, damage, and recovery conditions, and then applies discriminant analysis to quantify the influence of socioeconomic characteristics on the county resilience. The analysis results show that counties located right at the epicenter had the lowest resilience, but counties immediately adjacent to the epicenter had the highest resilience capacities. Counties that were farther away from the epicenter returned to normal resiliency. The socioeconomic variables, including sex ratio, per capita GDP, percent of ethnic minority, and medical facilities, were identified as the most influential socio-economic characteristics on resilience. This study provides useful information to improve county resilience to earthquakes and support decision-making for sustainable development.

  8. Strengthening Resilience in Families

    ERIC Educational Resources Information Center

    Guild, Diane; Espiner, Deborah

    2014-01-01

    Rolling with Resilience (RwR) provides a springboard for developing strategies that build strengths and supports to foster developmental assets in children and youth (Benson, Scales, & Roehlkepartain, 2011). In Circle of Courage terms, resilience is strengthened by opportunities for Belonging, Mastery, Independence, and Generosity (Brendtro,…

  9. Highly efficient simulation environment for HDTV video decoder in VLSI design

    NASA Astrophysics Data System (ADS)

    Mao, Xun; Wang, Wei; Gong, Huimin; He, Yan L.; Lou, Jian; Yu, Lu; Yao, Qingdong; Pirsch, Peter

    2002-01-01

    With the increase of the complex of VLSI such as the SoC (System on Chip) of MPEG-2 Video decoder with HDTV scalability especially, simulation and verification of the full design, even as high as the behavior level in HDL, often proves to be very slow, costly and it is difficult to perform full verification until late in the design process. Therefore, they become bottleneck of the procedure of HDTV video decoder design, and influence it's time-to-market mostly. In this paper, the architecture of Hardware/Software Interface of HDTV video decoder is studied, and a Hardware-Software Mixed Simulation (HSMS) platform is proposed to check and correct error in the early design stage, based on the algorithm of MPEG-2 video decoding. The application of HSMS to target system could be achieved by employing several introduced approaches. Those approaches speed up the simulation and verification task without decreasing performance.

  10. Contingency-based emotional resilience: effort-based reward training and flexible coping lead to adaptive responses to uncertainty in male rats

    PubMed Central

    Lambert, Kelly G.; Hyer, Molly M.; Rzucidlo, Amanda A.; Bergeron, Timothy; Landis, Timothy; Bardi, Massimo

    2014-01-01

    Emotional resilience enhances an animal's ability to maintain physiological allostasis and adaptive responses in the midst of challenges ranging from cognitive uncertainty to chronic stress. In the current study, neurobiological factors related to strategic responses to uncertainty produced by prediction errors were investigated by initially profiling male rats as passive, active or flexible copers (n = 12 each group) and assigning to either a contingency-trained or non-contingency trained group. Animals were subsequently trained in a spatial learning task so that problem solving strategies in the final probe task, as well-various biomarkers of brain activation and plasticity in brain areas associated with cognition and emotional regulation, could be assessed. Additionally, fecal samples were collected to further determine markers of stress responsivity and emotional resilience. Results indicated that contingency-trained rats exhibited more adaptive responses in the probe trial (e.g., fewer interrupted grooming sequences and more targeted search strategies) than the noncontingent-trained rats; additionally, increased DHEA/CORT ratios were observed in the contingent-trained animals. Diminished activation of the habenula (i.e., fos-immunoreactivity) was correlated with resilience factors such as increased levels of DHEA metabolites during cognitive training. Of the three coping profiles, flexible copers exhibited enhanced neuroplasticity (i.e., increased dentate gyrus doublecortin-immunoreactivity) compared to the more consistently responding active and passive copers. Thus, in the current study, contingency training via effort-based reward (EBR) training, enhanced by a flexible coping style, provided neurobiological resilience and adaptive responses to prediction errors in the final probe trial. These findings have implications for psychiatric illnesses that are influenced by altered stress responses and decision-making abilities (e.g., depression). PMID:24808837

  11. Contingency-based emotional resilience: effort-based reward training and flexible coping lead to adaptive responses to uncertainty in male rats.

    PubMed

    Lambert, Kelly G; Hyer, Molly M; Rzucidlo, Amanda A; Bergeron, Timothy; Landis, Timothy; Bardi, Massimo

    2014-01-01

    Emotional resilience enhances an animal's ability to maintain physiological allostasis and adaptive responses in the midst of challenges ranging from cognitive uncertainty to chronic stress. In the current study, neurobiological factors related to strategic responses to uncertainty produced by prediction errors were investigated by initially profiling male rats as passive, active or flexible copers (n = 12 each group) and assigning to either a contingency-trained or non-contingency trained group. Animals were subsequently trained in a spatial learning task so that problem solving strategies in the final probe task, as well-various biomarkers of brain activation and plasticity in brain areas associated with cognition and emotional regulation, could be assessed. Additionally, fecal samples were collected to further determine markers of stress responsivity and emotional resilience. Results indicated that contingency-trained rats exhibited more adaptive responses in the probe trial (e.g., fewer interrupted grooming sequences and more targeted search strategies) than the noncontingent-trained rats; additionally, increased DHEA/CORT ratios were observed in the contingent-trained animals. Diminished activation of the habenula (i.e., fos-immunoreactivity) was correlated with resilience factors such as increased levels of DHEA metabolites during cognitive training. Of the three coping profiles, flexible copers exhibited enhanced neuroplasticity (i.e., increased dentate gyrus doublecortin-immunoreactivity) compared to the more consistently responding active and passive copers. Thus, in the current study, contingency training via effort-based reward (EBR) training, enhanced by a flexible coping style, provided neurobiological resilience and adaptive responses to prediction errors in the final probe trial. These findings have implications for psychiatric illnesses that are influenced by altered stress responses and decision-making abilities (e.g., depression).

  12. Resilience Guide: A Collection of Resources on Resilience in Children and Families.

    ERIC Educational Resources Information Center

    Cesarone, Bernard, Ed.

    This guide offers a collection of resources gathered as part of the effort to create the ResilienceNet Web site on the resilience of children and families. The introduction to the guide describes the partnership between ASSIST INTERNATIONAL, INC. and the ERIC Clearinghouse on Elementary and Early Childhood Education that led to the development of…

  13. Assessing Personal Resiliency in School Settings: The Resiliency Scales for Children and Adolescents

    ERIC Educational Resources Information Center

    Prince-Embury, Sandra

    2015-01-01

    Recent understanding of education and human development recognises the importance of psychosocial factors, particularly personal resiliency, in the academic success of children and youth. This article presents the examination of resiliency within school settings for the purpose of preventive screening, intervention and outcomes assessment. The…

  14. Interrogating resilience in health systems development.

    PubMed

    van de Pas, Remco; Ashour, Majdi; Kapilashrami, Anuj; Fustukian, Suzanne

    2017-11-01

    The Fourth Global Symposium on Health Systems Research was themed around 'Resilient and responsive health systems for a changing world.' This commentary is the outcome of a panel discussion at the symposium in which the resilience discourse and its use in health systems development was critically interrogated. The 2014-15 Ebola outbreak in West-Africa added momentum for the wider adoption of resilient health systems as a crucial element to prepare for and effectively respond to crisis. The growing salience of resilience in development and health systems debates can be attributed in part to development actors and philanthropies such as the Rockefeller Foundation. Three concerns regarding the application of resilience to health systems development are discussed: (1) the resilience narrative overrules certain democratic procedures and priority setting in public health agendas by 'claiming' an exceptional policy space; (2) resilience compels accepting and maintaining the status quo and excludes alternative imaginations of just and equitable health systems including the socio-political struggles required to attain those; and (3) an empirical case study from Gaza makes the case that resilience and vulnerability are symbiotic with each other rather than providing a solution for developing a strong health system. In conclusion, if the normative aim of health policies is to build sustainable, universally accessible, health systems then resilience is not the answer. The current threats that health systems face demand us to imagine beyond and explore possibilities for global solidarity and justice in health. © The Author 2017. Published by Oxford University Press in association with The London School of Hygiene and Tropical Medicine. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com.

  15. Healthy ageing, resilience and wellbeing.

    PubMed

    Cosco, T D; Howse, K; Brayne, C

    2017-12-01

    The extension of life does not appear to be slowing, representing a great achievement for mankind as well as a challenge for ageing populations. As we move towards an increasingly older population we will need to find novel ways for individuals to make the best of the challenges they face, as the likelihood of encountering some form of adversity increases with age. Resilience theories share a common idea that individuals who manage to navigate adversity and maintain high levels of functioning demonstrate resilience. Traditional models of healthy ageing suggest that having a high level of functioning across a number of domains is a requirement. The addition of adversity to the healthy ageing model via resilience makes this concept much more accessible and more amenable to the ageing population. Through asset-based approaches, such as the invoking of individual, social and environmental resources, it is hoped that greater resilience can be fostered at a population level. Interventions aimed at fostering greater resilience may take many forms; however, there is great potential to increase social and environmental resources through public policy interventions. The wellbeing of the individual must be the focus of these efforts; quality of life is an integral component to the enjoyment of additional years and should not be overlooked. Therefore, it will become increasingly important to use resilience as a public health concept and to intervene through policy to foster greater resilience by increasing resources available to older people. Fostering wellbeing in the face of increasing adversity has significant implications for ageing individuals and society as a whole.

  16. Global resilience analysis of water distribution systems.

    PubMed

    Diao, Kegong; Sweetapple, Chris; Farmani, Raziyeh; Fu, Guangtao; Ward, Sarah; Butler, David

    2016-12-01

    Evaluating and enhancing resilience in water infrastructure is a crucial step towards more sustainable urban water management. As a prerequisite to enhancing resilience, a detailed understanding is required of the inherent resilience of the underlying system. Differing from traditional risk analysis, here we propose a global resilience analysis (GRA) approach that shifts the objective from analysing multiple and unknown threats to analysing the more identifiable and measurable system responses to extreme conditions, i.e. potential failure modes. GRA aims to evaluate a system's resilience to a possible failure mode regardless of the causal threat(s) (known or unknown, external or internal). The method is applied to test the resilience of four water distribution systems (WDSs) with various features to three typical failure modes (pipe failure, excess demand, and substance intrusion). The study reveals GRA provides an overview of a water system's resilience to various failure modes. For each failure mode, it identifies the range of corresponding failure impacts and reveals extreme scenarios (e.g. the complete loss of water supply with only 5% pipe failure, or still meeting 80% of demand despite over 70% of pipes failing). GRA also reveals that increased resilience to one failure mode may decrease resilience to another and increasing system capacity may delay the system's recovery in some situations. It is also shown that selecting an appropriate level of detail for hydraulic models is of great importance in resilience analysis. The method can be used as a comprehensive diagnostic framework to evaluate a range of interventions for improving system resilience in future studies. Copyright © 2016 The Authors. Published by Elsevier Ltd.. All rights reserved.

  17. Reducing measurement errors during functional capacity tests in elders.

    PubMed

    da Silva, Mariane Eichendorf; Orssatto, Lucas Bet da Rosa; Bezerra, Ewertton de Souza; Silva, Diego Augusto Santos; Moura, Bruno Monteiro de; Diefenthaeler, Fernando; Freitas, Cíntia de la Rocha

    2018-06-01

    Accuracy is essential to the validity of functional capacity measurements. To evaluate the error of measurement of functional capacity tests for elders and suggest the use of the technical error of measurement and credibility coefficient. Twenty elders (65.8 ± 4.5 years) completed six functional capacity tests that were simultaneously filmed and timed by four evaluators by means of a chronometer. A fifth evaluator timed the tests by analyzing the videos (reference data). The means of most evaluators for most tests were different from the reference (p < 0.05), except for two evaluators for two different tests. There were different technical error of measurement between tests and evaluators. The Bland-Altman test showed difference in the concordance of the results between methods. Short duration tests showed higher technical error of measurement than longer tests. In summary, tests timed by a chronometer underestimate the real results of the functional capacity. Difference between evaluators' reaction time and perception to determine the start and the end of the tests would justify the errors of measurement. Calculation of the technical error of measurement or the use of the camera can increase data validity.

  18. Physical fitness: a pathway to health and resilience.

    PubMed

    Deuster, Patricia A; Silverman, Marni N

    2013-01-01

    Various groups representing a number of different perspectives (for example, operational, architectural, community, institutional, and individual resilience) use the term resilience. We define resilience as the ability to withstand, recover, and grow in the face of stressors and changing demands. Physical fitness is one pathway toward resilience because it is associated with many traits and attributes required for resilience. In addition, physical fitness confers resilience because regular exercise and/or physical activity induces positive physiologic and psychological benefits, protects against the potential consequences of stressful events, and prevents many chronic diseases. This article presents a brief historical overview of the health-promoting effects of exercise and physical activity, followed by a discussion on the concept of hardiness and mental toughness and how they relate to resilience and physical fitness; how physical fitness promotes resilience; the clinical implications of a sedentary lifestyle; and the relevance of physical fitness and resilience to Army Medicine's Performance Triad.

  19. Temporal Changes in Community Resilience to Drought Hazard

    NASA Astrophysics Data System (ADS)

    Mihunov, V.

    2017-12-01

    The threat of droughts and their associated impacts on the landscape and human communities have long been recognized. While considerable research on the climatological aspect of droughts has been conducted, studies on the resilience of human communities to the effects of drought remain limited. Understanding how different communities respond to and recover from the drought hazard, i.e. their community resilience, should inform the development of better strategies to cope with the hazard. This research assesses community resilience to drought hazard in South-Central U.S. and captures the temporal changes of community resilience in the region facing the climate change. First, the study applies the Resilience Inference Measurement (RIM) framework using the existing drought incidence, crop damage, socio-economic and food-water-energy nexus variables, which allows to assign county-level resilience scores in the study region and derive variables contributing to the resilience. Second, it captures the temporal changes in community resilience by using the model extracted from the RIM study and socio-economic data from several consecutive time periods. The resilience measurement study should help understand the complex process underlying communities' response to the drought impacts. The results identify gaps in resilience planning and help the improvement of the community resilience to the droughts of increasing frequency and intensity.

  20. Fuzzy architecture assessment for critical infrastructure resilience

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

    Muller, George

    2012-12-01

    This paper presents an approach for the selection of alternative architectures in a connected infrastructure system to increase resilience of the overall infrastructure system. The paper begins with a description of resilience and critical infrastructure, then summarizes existing approaches to resilience, and presents a fuzzy-rule based method of selecting among alternative infrastructure architectures. This methodology includes considerations which are most important when deciding on an approach to resilience. The paper concludes with a proposed approach which builds on existing resilience architecting methods by integrating key system aspects using fuzzy memberships and fuzzy rule sets. This novel approach aids the systemsmore » architect in considering resilience for the evaluation of architectures for adoption into the final system architecture.« less

  1. A new multidimensional measure of personal resilience and its use: Chinese nurse resilience, organizational socialization and career success.

    PubMed

    Wei, Wei; Taormina, Robert J

    2014-12-01

    This study refined the concept of resilience and developed four valid and reliable subscales to measure resilience, namely, Determination, Endurance, Adaptability and Recuperability. The study also assessed their hypothesized relationships with six antecedent variables (worry, physiological needs satisfaction, organizational socialization, conscientiousness, future orientation and Chinese values) and with one outcome variable (nurses' career success). The four new 10-item subscale measures of personal resilience were constructed based on their operational definitions and tested for their validity and reliability. All items were included in a questionnaire completed by 244 full-time nurses at two hospitals in China. All four measures demonstrated concurrent validity and had high reliabilities (from 0.74 to 0.78). The hypothesized correlations with the personality and organizational variables were statistically significant and in the predicted directions. Regression analyses confirmed these relationships, which explained 25-32% of the variance for the four resilience facets and 27% of the variance for the nurses' career success. The results provided strong evidence that organizational socialization facilitates resilience, that resilience engenders career success and that identifying the four resilience facets permits a more complete understanding of personal resilience, which could benefit nurses, help nurse administrators with their work and also help in treating patients. © 2014 John Wiley & Sons Ltd.

  2. Resilience through adaptation

    PubMed Central

    van Voorn, George A. K.; Ligtenberg, Arend; Molenaar, Jaap

    2017-01-01

    Adaptation of agents through learning or evolution is an important component of the resilience of Complex Adaptive Systems (CAS). Without adaptation, the flexibility of such systems to cope with outside pressures would be much lower. To study the capabilities of CAS to adapt, social simulations with agent-based models (ABMs) provide a helpful tool. However, the value of ABMs for studying adaptation depends on the availability of methodologies for sensitivity analysis that can quantify resilience and adaptation in ABMs. In this paper we propose a sensitivity analysis methodology that is based on comparing time-dependent probability density functions of output of ABMs with and without agent adaptation. The differences between the probability density functions are quantified by the so-called earth-mover’s distance. We use this sensitivity analysis methodology to quantify the probability of occurrence of critical transitions and other long-term effects of agent adaptation. To test the potential of this new approach, it is used to analyse the resilience of an ABM of adaptive agents competing for a common-pool resource. Adaptation is shown to contribute positively to the resilience of this ABM. If adaptation proceeds sufficiently fast, it may delay or avert the collapse of this system. PMID:28196372

  3. Resilience through adaptation.

    PubMed

    Ten Broeke, Guus A; van Voorn, George A K; Ligtenberg, Arend; Molenaar, Jaap

    2017-01-01

    Adaptation of agents through learning or evolution is an important component of the resilience of Complex Adaptive Systems (CAS). Without adaptation, the flexibility of such systems to cope with outside pressures would be much lower. To study the capabilities of CAS to adapt, social simulations with agent-based models (ABMs) provide a helpful tool. However, the value of ABMs for studying adaptation depends on the availability of methodologies for sensitivity analysis that can quantify resilience and adaptation in ABMs. In this paper we propose a sensitivity analysis methodology that is based on comparing time-dependent probability density functions of output of ABMs with and without agent adaptation. The differences between the probability density functions are quantified by the so-called earth-mover's distance. We use this sensitivity analysis methodology to quantify the probability of occurrence of critical transitions and other long-term effects of agent adaptation. To test the potential of this new approach, it is used to analyse the resilience of an ABM of adaptive agents competing for a common-pool resource. Adaptation is shown to contribute positively to the resilience of this ABM. If adaptation proceeds sufficiently fast, it may delay or avert the collapse of this system.

  4. Sociotechnical Resilience: A Preliminary Concept.

    PubMed

    Amir, Sulfikar; Kant, Vivek

    2018-01-01

    This article presents the concept of sociotechnical resilience by employing an interdisciplinary perspective derived from the fields of science and technology studies, human factors, safety science, organizational studies, and systems engineering. Highlighting the hybrid nature of sociotechnical systems, we identify three main constituents that characterize sociotechnical resilience: informational relations, sociomaterial structures, and anticipatory practices. Further, we frame sociotechnical resilience as undergirded by the notion of transformability with an emphasis on intentional activities, focusing on the ability of sociotechnical systems to shift from one form to another in the aftermath of shock and disturbance. We propose that the triad of relations, structures, and practices are fundamental aspects required to comprehend the resilience of sociotechnical systems during times of crisis. © 2017 Society for Risk Analysis.

  5. Interference Resilient Sigma Delta-Based Pulse Oximeter.

    PubMed

    Shokouhian, Mohsen; Morling, Richard; Kale, Izzet

    2016-06-01

    Ambient light and optical interference can severely affect the performance of pulse oximeters. The deployment of a robust modulation technique to drive the pulse oximeter LEDs can reduce these unwanted effects and increases the resilient of the pulse oximeter against artificial ambient light. The time division modulation technique used in conventional pulse oximeters can not remove the effect of modulated light coming from surrounding environment and this may cause huge measurement error in pulse oximeter readings. This paper presents a novel cross-coupled sigma delta modulator which ensures that measurement accuracy will be more robust in comparison with conventional fixed-frequency oximeter modulation technique especially in the presence of pulsed artificial ambient light. Moreover, this novel modulator gives an extra control over the pulse oximeter power consumption leading to improved power management.

  6. Reward circuitry in resilience to severe trauma: An fMRI investigation of resilient special forces soldiers

    PubMed Central

    Vythilingam, Meena; Nelson, Eric E.; Scaramozza, Matthew; Waldeck, Tracy; Hazlett, Gary; Southwick, Steven M.; Pine, Daniel S.; Drevets, Wayne; Charney, Dennis S.; Ernst, Monique

    2008-01-01

    Enhanced brain reward function could contribute to resilience to trauma. Reward circuitry in active duty, resilient special forces (SF) soldiers was evaluated using fMRI during a monetary incentive delay task. Findings in this group of resilient individuals revealed unique patterns of activation during expectation of reward in the subgenual prefrontal cortex and nucleus accumbens area; regions pivotal to reward processes. PMID:19243926

  7. Resilience and Coping After Hospital Mergers.

    PubMed

    Russo, Cynthia; Calo, Oriana; Harrison, Georgia; Mahoney, Kathleen; Zavotsky, Kathleen Evanovich

    The aim of this study was to explore the relationship between resilience and coping in frontline nurses working in a healthcare system that has recently undergone a merger. Hospital mergers are common in the current healthcare environment. Mergers can provide hospital nurses the opportunity to use and develop positive coping strategies to help remain resilient during times of change. An anonymous-survey, quantitative, exploratory, descriptive study design was used. Data were obtained from an electronic survey that was made available to all nurses working in a 3-hospital system located in the northeast. Overall, the results showed that, when nurses reported using positive coping strategies, they report higher levels of resilience. The levels of resilience also varied from campus to campus. The campus that has been through 2 recent mergers reported the highest levels of resilience. This study suggests that, during times of change in the workplace, if nurses are encouraged to use positive coping strategies, they may have higher levels of resilience. This changing environment provides the clinical nurse specialists/clinical nurse educators the opportunity to foster and support frontline nurses in the use of healthy coping strategies and to help improve and maintain a high level of resilience, which is critical in today's healthcare environment.

  8. A discriminative structural similarity measure and its application to video-volume registration for endoscope three-dimensional motion tracking.

    PubMed

    Luo, Xiongbiao; Mori, Kensaku

    2014-06-01

    Endoscope 3-D motion tracking, which seeks to synchronize pre- and intra-operative images in endoscopic interventions, is usually performed as video-volume registration that optimizes the similarity between endoscopic video and pre-operative images. The tracking performance, in turn, depends significantly on whether a similarity measure can successfully characterize the difference between video sequences and volume rendering images driven by pre-operative images. The paper proposes a discriminative structural similarity measure, which uses the degradation of structural information and takes image correlation or structure, luminance, and contrast into consideration, to boost video-volume registration. By applying the proposed similarity measure to endoscope tracking, it was demonstrated to be more accurate and robust than several available similarity measures, e.g., local normalized cross correlation, normalized mutual information, modified mean square error, or normalized sum squared difference. Based on clinical data evaluation, the tracking error was reduced significantly from at least 14.6 mm to 4.5 mm. The processing time was accelerated more than 30 frames per second using graphics processing unit.

  9. Quantifying and measuring cyber resiliency

    NASA Astrophysics Data System (ADS)

    Cybenko, George

    2016-05-01

    Cyber resliency has become an increasingly attractive research and operational concept in cyber security. While several metrics have been proposed for quantifying cyber resiliency, a considerable gap remains between those metrics and operationally measurable and meaningful concepts that can be empirically determined in a scientific manner. This paper describes a concrete notion of cyber resiliency that can be tailored to meet specific needs of organizations that seek to introduce resiliency into their assessment of their cyber security posture.

  10. Mental resilience, perceived immune functioning, and health.

    PubMed

    Van Schrojenstein Lantman, Marith; Mackus, Marlou; Otten, Leila S; de Kruijff, Deborah; van de Loo, Aurora Jae; Kraneveld, Aletta D; Garssen, Johan; Verster, Joris C

    2017-01-01

    Mental resilience can be seen as a trait that enables an individual to recover from stress and to face the next stressor with optimism. People with resilient traits are considered to have a better mental and physical health. However, there are limited data available assessing the relationship between resilient individuals and their perspective of their health and immune status. Therefore, this study was conducted to examine the relationship between mental resilience, perceived health, and perceived immune status. A total of 779 participants recruited at Utrecht University completed a questionnaire consisting of demographic characteristics, the brief resilience scale for the assessment of mental resilience, the immune function questionnaire (IFQ), and questions regarding their perceived health and immune status. When correcting for gender, age, height, weight, smoker status, amount of cigarettes smoked per week, alcohol consumption status, amount of drinks consumed per week, drug use, and frequency of past year drug use, mental resilience was significantly correlated with perceived health ( r =0.233, p =0.0001), perceived immune functioning ( r =0.124, p =0.002), and IFQ score ( r =-0.185, p =0.0001). A significant, albeit modest, relationship was found between mental resilience and perceived immune functioning and health.

  11. Power-Constrained Fuzzy Logic Control of Video Streaming over a Wireless Interconnect

    NASA Astrophysics Data System (ADS)

    Razavi, Rouzbeh; Fleury, Martin; Ghanbari, Mohammed

    2008-12-01

    Wireless communication of video, with Bluetooth as an example, represents a compromise between channel conditions, display and decode deadlines, and energy constraints. This paper proposes fuzzy logic control (FLC) of automatic repeat request (ARQ) as a way of reconciling these factors, with a 40% saving in power in the worst channel conditions from economizing on transmissions when channel errors occur. Whatever the channel conditions are, FLC is shown to outperform the default Bluetooth scheme and an alternative Bluetooth-adaptive ARQ scheme in terms of reduced packet loss and delay, as well as improved video quality.

  12. Promoting resilience among nursing students in clinical education.

    PubMed

    Thomas, Lisa Jean; Asselin, Marilyn

    2018-01-01

    Resilience is the ability to overcome adversity and grow stronger from the experience. Increased resilience has been shown to positively impact nurses in practice. With this knowledge, recommendations to incorporate resilience training into nursing education have been made. Research, integrative reviews and a theoretical model of resilience in nursing students are explored in this paper. The authors posit that facilitating resilience is important in the setting of clinical education. Through incorporating resilience training in the clinical setting, educators can better prepare students for challenges in their educational environment and ultimately for nursing practice. Specific strategies for clinical educators to incorporate resilience training are suggested. Strategies are organized into three categories, support, education and reflection. The position of facilitating resilience in clinical education may open a discussion for future educational practices. Copyright © 2017 Elsevier Ltd. All rights reserved.

  13. Distributed Energy Planning for Climate Resilience

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

    Stout, Sherry R; Hotchkiss, Elizabeth L; Day, Megan H

    At various levels of government across the United States and globally climate resilient solutions are being adopted and implemented. Solutions vary based on predicted hazards, community context, priorities, complexity, and available resources. Lessons are being learned through the implementation process, which can be replicated regardless of level or type of government entity carrying out the resiliency planning. Through a number of analyses and technical support across the world, NREL has learned key lessons related to resilience planning associated with power generation and water distribution. Distributed energy generation is a large factor in building resilience with clean energy technologies and solutions.more » The technical and policy solutions associated with distributed energy implementation for resilience fall into a few major categories, including spatial diversification, microgrids, water-energy nexus, policy, and redundancy.« less

  14. Estimation of low back moments from video analysis: a validation study.

    PubMed

    Coenen, Pieter; Kingma, Idsart; Boot, Cécile R L; Faber, Gert S; Xu, Xu; Bongers, Paulien M; van Dieën, Jaap H

    2011-09-02

    This study aimed to develop, compare and validate two versions of a video analysis method for assessment of low back moments during occupational lifting tasks since for epidemiological studies and ergonomic practice relatively cheap and easily applicable methods to assess low back loads are needed. Ten healthy subjects participated in a protocol comprising 12 lifting conditions. Low back moments were assessed using two variants of a video analysis method and a lab-based reference method. Repeated measures ANOVAs showed no overall differences in peak moments between the two versions of the video analysis method and the reference method. However, two conditions showed a minor overestimation of one of the video analysis method moments. Standard deviations were considerable suggesting that errors in the video analysis were random. Furthermore, there was a small underestimation of dynamic components and overestimation of the static components of the moments. Intraclass correlations coefficients for peak moments showed high correspondence (>0.85) of the video analyses with the reference method. It is concluded that, when a sufficient number of measurements can be taken, the video analysis method for assessment of low back loads during lifting tasks provides valid estimates of low back moments in ergonomic practice and epidemiological studies for lifts up to a moderate level of asymmetry. Copyright © 2011 Elsevier Ltd. All rights reserved.

  15. Computation of Molecular Spectra on a Quantum Processor with an Error-Resilient Algorithm

    NASA Astrophysics Data System (ADS)

    Colless, J. I.; Ramasesh, V. V.; Dahlen, D.; Blok, M. S.; Kimchi-Schwartz, M. E.; McClean, J. R.; Carter, J.; de Jong, W. A.; Siddiqi, I.

    2018-02-01

    Harnessing the full power of nascent quantum processors requires the efficient management of a limited number of quantum bits with finite coherent lifetimes. Hybrid algorithms, such as the variational quantum eigensolver (VQE), leverage classical resources to reduce the required number of quantum gates. Experimental demonstrations of VQE have resulted in calculation of Hamiltonian ground states, and a new theoretical approach based on a quantum subspace expansion (QSE) has outlined a procedure for determining excited states that are central to dynamical processes. We use a superconducting-qubit-based processor to apply the QSE approach to the H2 molecule, extracting both ground and excited states without the need for auxiliary qubits or additional minimization. Further, we show that this extended protocol can mitigate the effects of incoherent errors, potentially enabling larger-scale quantum simulations without the need for complex error-correction techniques.

  16. Evaluation and analysis of the orbital maneuvering vehicle video system

    NASA Technical Reports Server (NTRS)

    Moorhead, Robert J., II

    1989-01-01

    The work accomplished in the summer of 1989 in association with the NASA/ASEE Summer Faculty Research Fellowship Program at Marshall Space Flight Center is summarized. The task involved study of the Orbital Maneuvering Vehicle (OMV) Video Compression Scheme. This included such activities as reviewing the expected scenes to be compressed by the flight vehicle, learning the error characteristics of the communication channel, monitoring the CLASS tests, and assisting in development of test procedures and interface hardware for the bit error rate lab being developed at MSFC to test the VCU/VRU. Numerous comments and suggestions were made during the course of the fellowship period regarding the design and testing of the OMV Video System. Unfortunately from a technical point of view, the program appears at this point in time to be trouble from an expense prospective and is in fact in danger of being scaled back, if not cancelled altogether. This makes technical improvements prohibitive and cost-reduction measures necessary. Fortunately some cost-reduction possibilities and some significant technical improvements that should cost very little were identified.

  17. Feedback-tuned, noise resilient gates for encoded spin qubits

    NASA Astrophysics Data System (ADS)

    Bluhm, Hendrik

    Spin 1/2 particles form native two level systems and thus lend themselves as a natural qubit implementation. However, encoding a single qubit in several spins entails benefits, such as reducing the resources necessary for qubit control and protection from certain decoherence channels. While several varieties of such encoded spin qubits have been implemented, accurate control remains challenging, and leakage out of the subspace of valid qubit states is a potential issue. Optimal performance typically requires large pulse amplitudes for fast control, which is prone to systematic errors and prohibits standard control approaches based on Rabi flopping. Furthermore, the exchange interaction typically used to electrically manipulate encoded spin qubits is inherently sensitive to charge noise. I will discuss all-electrical, high-fidelity single qubit operations for a spin qubit encoded in two electrons in a GaAs double quantum dot. Starting from a set of numerically optimized control pulses, we employ an iterative tuning procedure based on measured error syndromes to remove systematic errors.Randomized benchmarking yields an average gate fidelity exceeding 98 % and a leakage rate into invalid states of 0.2 %. These gates exhibit a certain degree of resilience to both slow charge and nuclear spin fluctuations due to dynamical correction analogous to a spin echo. Furthermore, the numerical optimization minimizes the impact of fast charge noise. Both types of noise make relevant contributions to gate errors. The general approach is also adaptable to other qubit encodings and exchange based two-qubit gates.

  18. Using Video Prompting and Constant Time Delay to Teach an Internet Search Basic Skill to Students with Intellectual Disabilities

    ERIC Educational Resources Information Center

    Zisimopoulos, Dimitrios; Sigafoos, Jeff; Koutromanos, George

    2011-01-01

    We evaluated a video prompting and a constant time delay procedure for teaching three primary school students with moderate intellectual disabilities to access the Internet and download pictures related to participation in a classroom History project. Video clips were used as an antecedent prompt and as an error correction technique within a…

  19. Racial Discrimination, Cultural Resilience, and Stress.

    PubMed

    Spence, Nicholas D; Wells, Samantha; Graham, Kathryn; George, Julie

    2016-05-01

    Racial discrimination is a social determinant of health for First Nations people. Cultural resilience has been regarded as a potentially positive resource for social outcomes. Using a compensatory model of resilience, this study sought to determine if cultural resilience (compensatory factor) neutralized or offset the detrimental effect of racial discrimination (social risk factor) on stress (outcome). Data were collected from October 2012 to February 2013 (N = 340) from adult members of the Kettle and Stony Point First Nation community in Ontario, Canada. The outcome was perceived stress; risk factor, racial discrimination; and compensatory factor, cultural resilience. Control variables included individual (education, sociability) and family (marital status, socioeconomic status) resilience resources and demographics (age and gender). The model was tested using sequential regression. The risk factor, racial discrimination, increased stress across steps of the sequential model, while cultural resilience had an opposite modest effect on stress levels. In the final model with all variables, age and gender were significant, with the former having a negative effect on stress and women reporting higher levels of stress than males. Education, marital status, and socioeconomic status (household income) were not significant in the model. The model had R(2) = 0.21 and adjusted R(2) = 0.18 and semipartial correlation (squared) of 0.04 and 0.01 for racial discrimination and cultural resilience, respectively. In this study, cultural resilience compensated for the detrimental effect of racial discrimination on stress in a modest manner. These findings may support the development of programs and services fostering First Nations culture, pending further study. © The Author(s) 2016.

  20. Racial Discrimination, Cultural Resilience, and Stress

    PubMed Central

    Wells, Samantha; Graham, Kathryn; George, Julie

    2016-01-01

    Objective: Racial discrimination is a social determinant of health for First Nations people. Cultural resilience has been regarded as a potentially positive resource for social outcomes. Using a compensatory model of resilience, this study sought to determine if cultural resilience (compensatory factor) neutralized or offset the detrimental effect of racial discrimination (social risk factor) on stress (outcome). Methods: Data were collected from October 2012 to February 2013 (N = 340) from adult members of the Kettle and Stony Point First Nation community in Ontario, Canada. The outcome was perceived stress; risk factor, racial discrimination; and compensatory factor, cultural resilience. Control variables included individual (education, sociability) and family (marital status, socioeconomic status) resilience resources and demographics (age and gender). The model was tested using sequential regression. Results: The risk factor, racial discrimination, increased stress across steps of the sequential model, while cultural resilience had an opposite modest effect on stress levels. In the final model with all variables, age and gender were significant, with the former having a negative effect on stress and women reporting higher levels of stress than males. Education, marital status, and socioeconomic status (household income) were not significant in the model. The model had R2 = 0.21 and adjusted R2 = 0.18 and semipartial correlation (squared) of 0.04 and 0.01 for racial discrimination and cultural resilience, respectively. Conclusions: In this study, cultural resilience compensated for the detrimental effect of racial discrimination on stress in a modest manner. These findings may support the development of programs and services fostering First Nations culture, pending further study. PMID:27254805

  1. How Do Communities Use a Participatory Public Health Approach to Build Resilience? The Los Angeles County Community Disaster Resilience Project.

    PubMed

    Bromley, Elizabeth; Eisenman, David P; Magana, Aizita; Williams, Malcolm; Kim, Biblia; McCreary, Michael; Chandra, Anita; Wells, Kenneth B

    2017-10-21

    Community resilience is a key concept in the National Health Security Strategy that emphasizes development of multi-sector partnerships and equity through community engagement. Here, we describe the advancement of CR principles through community participatory methods in the Los Angeles County Community Disaster Resilience (LACCDR) initiative. LACCDR, an initiative led by the Los Angeles County Department of Public Health with academic partners, randomized 16 community coalitions to implement either an Enhanced Standard Preparedness or Community Resilience approach over 24 months. Facilitated by a public health nurse or community educator, coalitions comprised government agencies, community-focused organizations and community members. We used thematic analysis of data from focus groups ( n = 5) and interviews ( n = 6 coalition members; n = 16 facilitators) to compare coalitions' strategies for operationalizing community resilience levers of change (engagement, partnership, self-sufficiency, education). We find that strategies that included bidirectional learning helped coalitions understand and adopt resilience principles. Strategies that operationalized community resilience levers in mutually reinforcing ways (e.g., disseminating information while strengthening partnerships) also secured commitment to resilience principles. We review additional challenges and successes in achieving cross-sector collaboration and engaging at-risk groups in the resilience versus preparedness coalitions. The LACCDR example can inform strategies for uptake and implementation of community resilience and uptake of the resilience concept and methods.

  2. How Do Communities Use a Participatory Public Health Approach to Build Resilience? The Los Angeles County Community Disaster Resilience Project

    PubMed Central

    Bromley, Elizabeth; Eisenman, David P.; Magana, Aizita; Williams, Malcolm; Kim, Biblia; McCreary, Michael; Chandra, Anita; Wells, Kenneth B.

    2017-01-01

    Community resilience is a key concept in the National Health Security Strategy that emphasizes development of multi-sector partnerships and equity through community engagement. Here, we describe the advancement of CR principles through community participatory methods in the Los Angeles County Community Disaster Resilience (LACCDR) initiative. LACCDR, an initiative led by the Los Angeles County Department of Public Health with academic partners, randomized 16 community coalitions to implement either an Enhanced Standard Preparedness or Community Resilience approach over 24 months. Facilitated by a public health nurse or community educator, coalitions comprised government agencies, community-focused organizations and community members. We used thematic analysis of data from focus groups (n = 5) and interviews (n = 6 coalition members; n = 16 facilitators) to compare coalitions’ strategies for operationalizing community resilience levers of change (engagement, partnership, self-sufficiency, education). We find that strategies that included bidirectional learning helped coalitions understand and adopt resilience principles. Strategies that operationalized community resilience levers in mutually reinforcing ways (e.g., disseminating information while strengthening partnerships) also secured commitment to resilience principles. We review additional challenges and successes in achieving cross-sector collaboration and engaging at-risk groups in the resilience versus preparedness coalitions. The LACCDR example can inform strategies for uptake and implementation of community resilience and uptake of the resilience concept and methods. PMID:29065491

  3. The Resilience-Enabling Value of African Folktales: The Read-Me-To-Resilience Intervention

    ERIC Educational Resources Information Center

    Theron, Linda; Cockcroft, Kate; Wood, Lesley

    2017-01-01

    Resilience, or the process of adjusting well to adversity, draws on personal and social ecological resources (i.e., caregiving and community supports). Previous research--conducted mostly in the Global North--has shown that bibliotherapy offers a way to support children in identifying and utilizing resilience-enabling resources. In so doing,…

  4. Economic resilience lessons from the ShakeOut earthquake scenario

    USGS Publications Warehouse

    Wein, A.; Rose, A.

    2011-01-01

    Following a damaging earthquake, “business interruption” (BI)—reduced production of goods and services—begins and continues long after the ground shaking stops. Economic resilience reduces BI losses by making the best use of the resources available at a given point in time (static resilience) or by speeding recovery through repair and reconstruction (dynamic resilience), in contrast to mitigation that prevents damage in the first place. Economic resilience is an important concept to incorporate into economic loss modeling and in recovery and contingency planning. Economic resilience framework includes the applicability of resilience strategies to production inputs and output, demand- and supply-side effects, inherent and adaptive abilities, and levels of the economy. We use our resilience framework to organize and share strategies that enhance economic resilience, identify overlooked resilience strategies, and present evidence and structure of resilience strategies for economic loss modelers. Numerous resilience strategies are compiled from stakeholder discussions about the ShakeOut Scenario (Jones et. al. 2008). Modeled results of ShakeOut BI sector losses reveal variable effectiveness of resilience strategies for lengthy disruptions caused by fire-damaged buildings and water service outages. Resilience is a complement to mitigation and may, in fact, have cost and all-hazards advantages.

  5. Synthetically Simple, Highly Resilient Hydrogels

    PubMed Central

    Cui, Jun; Lackey, Melissa A.; Madkour, Ahmad E.; Saffer, Erika M.; Griffin, David M.; Bhatia, Surita R.; Crosby, Alfred J.; Tew, Gregory N.

    2014-01-01

    Highly resilient synthetic hydrogels were synthesized by using the efficient thiol-norbornene chemistry to cross-link hydrophilic poly(ethylene glycol) (PEG) and hydrophobic polydimethylsiloxane (PDMS) polymer chains. The swelling and mechanical properties of the hydrogels were well-controlled by the relative amounts of PEG and PDMS. In addition, the mechanical energy storage efficiency (resilience) was more than 97% at strains up to 300%. This is comparable with one of the most resilient materials known: natural resilin, an elastic protein found in many insects, such as in the tendons of fleas and the wings of dragonflies. The high resilience of these hydrogels can be attributed to the well-defined network structure provided by the versatile chemistry, low cross-link density, and lack of secondary structure in the polymer chains. PMID:22372639

  6. Resilience concepts in psychiatry demonstrated with bipolar disorder.

    PubMed

    Angeler, David G; Allen, Craig R; Persson, Maj-Liz

    2018-02-09

    The term resilience describes stress-response patterns of subjects across scientific disciplines. In ecology, advances have been made to clearly distinguish resilience definitions based on underlying mechanistic assumptions. Engineering resilience (rebound) is used for describing the ability of subjects to recover from adverse conditions (disturbances), and is the rate of recovery. In contrast, the ecological resilience definition considers a systemic change: when complex systems (including humans) respond to disturbances by reorganizing into a new regime (stable state) where structural and functional aspects have fundamentally changed relative to the prior regime. In this context, resilience is an emergent property of complex systems. We argue that both resilience definitions and uses are appropriate in psychology and psychiatry, but although the differences are subtle, the implications and uses are profoundly different. We borrow from the field of ecology to discuss resilience concepts in the mental health sciences. In psychology and psychiatry, the prevailing view of resilience is adaptation to, coping with, and recovery (engineering resilience) from adverse social and environmental conditions. Ecological resilience may be useful for describing vulnerability, onset, and the irreversibility patterns of mental disorders. We discuss this in the context of bipolar disorder. Rebound, adaptation, and coping are processes that are subsumed within the broader systemic organization of humans, from which ecological resilience emanates. Discerning resilience concepts in psychology and psychiatry has potential for a mechanistically appropriate contextualization of mental disorders at large. This might contribute to a refinement of theory and contextualize clinical practice within the broader systemic functioning of mental illnesses.

  7. Clinical correlates of resilience factors in geriatric depression.

    PubMed

    Laird, Kelsey T; Lavretsky, Helen; Paholpak, Pattharee; Vlasova, Roza M; Roman, Michael; St Cyr, Natalie; Siddarth, Prabha

    2018-01-16

    Traditional perspectives conceptualize resilience as a trait and depression as resulting from resilience deficiency. However, research indicates that resilience varies substantially even among adults who are clinically depressed, as well as across the lifespan of an individual. Few studies have investigated resilience in depression, and even fewer have examined resilience in depressed older adults. Three hundred thirty-seven adults ≥60 years with major depressive disorder completed the Connor-Davidson Resilience Scale (CD-RISC) and measures of mental health, quality of life (QOL), and medical comorbidity. Exploratory factor analysis was used to explore the factor structure of the CD-RISC. Correlations and general linear models were used to examine associations between resilience and other variables. The rotated component matrix indicated a four-factor model. Sorting of items by highest factor loading revealed constructs associated with (1) grit, (2) active coping self-efficacy, (3) accommodative coping self-efficacy, and (4) spirituality. Resilience was significantly correlated with increased age, lower cognitive functioning, greater cerebrovascular risk, and greater medical comorbidity. Resilience was negatively associated with mental health symptoms (depression, apathy, and anxiety) and positively associated with QOL. The final optimal model identified less depression, less apathy, greater medical comorbidity, higher QOL, and minority (non-White) race as factors that significantly explained variability in resilience. Resilience was significantly associated with a range of mental health constructs in a sample of older adults with depression. Future clinical trials and dismantling studies may help determine whether interventions targeting grit, active coping, accommodative coping, and spirituality can increase resilience and help prevent and treat depression in older adults.

  8. Resilience of primary healthcare professionals: a systematic review

    PubMed Central

    Robertson, Helen D; Elliott, Alison M; Burton, Christopher; Iversen, Lisa; Murchie, Peter; Porteous, Terry; Matheson, Catriona

    2016-01-01

    Background Modern demands and challenges among healthcare professionals can be particularly stressful and resilience is increasingly necessary to maintain an effective, adaptable, and sustainable workforce. However, definitions of, and associations with, resilience have not been examined within the primary care context. Aim To examine definitions and measures of resilience, identify characteristics and components, and synthesise current evidence about resilience in primary healthcare professionals. Design and setting A systematic review was undertaken to identify studies relating to the primary care setting. Method Ovid®, Embase®, CINAHL, PsycINFO, and Scopus databases were searched in December 2014. Text selections and data extraction were conducted by paired reviewers working independently. Data were extracted on health professional resilience definitions and associated factors. Results Thirteen studies met the inclusion criteria: eight were quantitative, four qualitative, and one was an intervention study. Resilience, although multifaceted, was commonly defined as involving positive adaptation to adversity. Interactions were identified between personal growth and accomplishment in resilient physicians. Resilience, high persistence, high self-directedness, and low avoidance of challenges were strongly correlated; resilience had significant associations with traits supporting high function levels associated with demanding health professional roles. Current resilience measures do not allow for these different aspects in the primary care context. Conclusion Health professional resilience is multifaceted, combining discrete personal traits alongside personal, social, and workplace features. A measure for health professional resilience should be developed and validated that may be used in future quantitative research to measure the effect of an intervention to promote it. PMID:27162208

  9. Resilience of primary healthcare professionals: a systematic review.

    PubMed

    Robertson, Helen D; Elliott, Alison M; Burton, Christopher; Iversen, Lisa; Murchie, Peter; Porteous, Terry; Matheson, Catriona

    2016-06-01

    Modern demands and challenges among healthcare professionals can be particularly stressful and resilience is increasingly necessary to maintain an effective, adaptable, and sustainable workforce. However, definitions of, and associations with, resilience have not been examined within the primary care context. To examine definitions and measures of resilience, identify characteristics and components, and synthesise current evidence about resilience in primary healthcare professionals. A systematic review was undertaken to identify studies relating to the primary care setting. Ovid(®), Embase(®), CINAHL, PsycINFO, and Scopus databases were searched in December 2014. Text selections and data extraction were conducted by paired reviewers working independently. Data were extracted on health professional resilience definitions and associated factors. Thirteen studies met the inclusion criteria: eight were quantitative, four qualitative, and one was an intervention study. Resilience, although multifaceted, was commonly defined as involving positive adaptation to adversity. Interactions were identified between personal growth and accomplishment in resilient physicians. Resilience, high persistence, high self-directedness, and low avoidance of challenges were strongly correlated; resilience had significant associations with traits supporting high function levels associated with demanding health professional roles. Current resilience measures do not allow for these different aspects in the primary care context. Health professional resilience is multifaceted, combining discrete personal traits alongside personal, social, and workplace features. A measure for health professional resilience should be developed and validated that may be used in future quantitative research to measure the effect of an intervention to promote it. © British Journal of General Practice 2016.

  10. Developing a Tabletop Exercise to Test Community Resilience: Lessons from the Los Angeles County Community Disaster Resilience Project.

    PubMed

    Chandra, Anita; Williams, Malcolm V; Lopez, Christian; Tang, Jennifer; Eisenman, David; Magana, Aizita

    2015-10-01

    We aimed to develop and test a community resilience tabletop exercise to assess progress in community resilience and to provide an opportunity for quality improvement and capacity building. A tabletop exercise was developed for the Los Angeles County Community Disaster Resilience (LACCDR) project by using an extended heat wave scenario with health and infrastructure consequences. The tabletop was administered to preparedness only (control) and resilience (intervention) coalitions during the summer of 2014. Each exercise lasted approximately 2 hours. The coalitions and LACCDR study team members independently rated each exercise to assess 4 resilience levers (partnership, engagement, self-sufficiency, and education). Resilience coalitions received more detailed feedback in the form of recommendations for improvement. The resilience coalitions performed the same or better than the preparedness coalitions on the partnership and self-sufficiency levers. Most coalitions did not have enough (both quantity and type) of the partner organizations needed for an escalating heat wave or changing conditions or enough engagement of organizations representing at-risk populations. Coalitions also lacked educational materials to cover topics as far ranging as heat to power outages to psychological impacts of disaster. A tabletop exercise can be used to stress and test resilience-based capacities, with particular attention to a community's ability to leverage a range of partnerships and other assets to confront a slowly evolving but multifactorial emergency.

  11. Promoting Resilience in New Perioperative Nurses.

    PubMed

    Stephens, Teresa M; Smith, Pamela; Cherry, Caitlin

    2017-03-01

    New nursing graduates experience many challenges when transitioning from the academic environment to the practice setting. For many, the period of transition from student to employee is less than optimal, with many still experiencing reality shock, cognitive dissonance, and theory-practice gaps. The Stephens Model of Nursing Student Resilience addresses the unique issues faced by new graduate nurses to assist them in developing healthy coping strategies and to promote resilience. This model forms the basis of the RN Personal Resilience Enhancement Plan, a supplemental onboarding program created to assist new nurses in confidently facing challenges encountered during orientation and successfully moving forward as nursing professionals. This article describes the concept of resilience and explains how to link the RN Personal Resilience Enhancement Plan to the onboarding process in the perioperative setting. Copyright © 2017 AORN, Inc. Published by Elsevier Inc. All rights reserved.

  12. Alzheimer's aggression: influences on caregiver coping and resilience.

    PubMed

    Wilks, Scott E; Little, Kristina G; Gough, Heather R; Spurlock, Wanda J

    2011-04-01

    This study assessed impact of Alzheimer's patients' aggressive behavior (AD aggression) on caregiver coping strategies (task-, emotion-, and avoidance-focused) and caregiver resilience, and examined whether coping strategy moderated the AD aggression-caregiver resilience relationship. Informal caregivers across Louisiana (N = 419) completed surveys with measures of demographics, AD aggression, caregiver coping strategies, and caregiver resilience. Task-focused coping positively related to resilience. Aggression negatively predicted caregiver resilience. Emotion- and avoidance-focused coping strategies separately interacted with aggression and increased its negative relationship to caregiver resilience. Task-focused coping showed no moderation. Implications for social work professionals are discussed.

  13. Resilience in ecotoxicology: Toward a multiple equilibrium concept

    USGS Publications Warehouse

    Bundschuh, Mirco; Schulz, Ralf; Allen, Craig R.; Angeler, David G.

    2017-01-01

    The term resilience describes stress–response patterns across scientific disciplines. In ecology, advances have been made to clearly define resilience based on underlying mechanistic assumptions. Engineering resilience (rebound) is used to describe the ability of organisms to recover from adverse conditions (disturbances), which is termed the rate of recovery. By contrast, the ecological resilience definition considers a systemic change, that is, when ecosystems reorganize into a new regime following disturbance. Under this new regime, structural and functional aspects change considerably relative to the previous regime, without recovery. In this context, resilience is an emergent property of complex systems. In the present study, we argue that both definitions and uses are appropriate in ecotoxicology, and although the differences are subtle, the implications and uses are profoundly different. We discuss resilience concepts in ecotoxicology, where the prevailing view of resilience is engineering resilience from chemical stress. Ecological resilience may also be useful for describing systemic ecological changes because of chemical stress. We present quantitative methods that allow ecotoxicologists and risk managers to assess whether an ecosystem faces an impending regime shift or whether it has already undergone such a shift. We contend that engineering and ecological resilience help to distinguish ecotoxicological responses to chemical stressors mechanistically and thus have implications for theory, policy, and application.

  14. Building Resilience through Humor.

    ERIC Educational Resources Information Center

    Berg, Debra Vande; Van Brockern, Steve

    1995-01-01

    Research on resilience suggests that a sense of humor helps to stress-proof children in conflict. Reports on a workshop for educators and youth workers convened to explore ways humor is being used to foster positive development and resilience with troubled youth. Describes applications of humor front-line professionals report as useful in their…

  15. Aerial video mosaicking using binary feature tracking

    NASA Astrophysics Data System (ADS)

    Minnehan, Breton; Savakis, Andreas

    2015-05-01

    Unmanned Aerial Vehicles are becoming an increasingly attractive platform for many applications, as their cost decreases and their capabilities increase. Creating detailed maps from aerial data requires fast and accurate video mosaicking methods. Traditional mosaicking techniques rely on inter-frame homography estimations that are cascaded through the video sequence. Computationally expensive keypoint matching algorithms are often used to determine the correspondence of keypoints between frames. This paper presents a video mosaicking method that uses an object tracking approach for matching keypoints between frames to improve both efficiency and robustness. The proposed tracking method matches local binary descriptors between frames and leverages the spatial locality of the keypoints to simplify the matching process. Our method is robust to cascaded errors by determining the homography between each frame and the ground plane rather than the prior frame. The frame-to-ground homography is calculated based on the relationship of each point's image coordinates and its estimated location on the ground plane. Robustness to moving objects is integrated into the homography estimation step through detecting anomalies in the motion of keypoints and eliminating the influence of outliers. The resulting mosaics are of high accuracy and can be computed in real time.

  16. Building resilience.

    PubMed

    Seligman, Martin E P

    2011-04-01

    Failure is a familiar trauma in life, but its effects on people differ widely. Some reel, recover, and move on with their lives; others get bogged down by anxiety, depression, and fear of the future. Seligman, who is known as the father of positive psychology, has spent three decades researching failure, helplessness, and optimism. He created a program at the University of Pennsylvania to help young adults and children overcome anxiety and depression, and has worked with colleagues from around the world to develop a program for teaching resilience. That program is being tested by the U.S. Army, an organization of 1.1 million people where trauma is more common and more severe than in any corporate setting. Nevertheless, businesspeo-ple can draw lessons from resilience training, particularly in times of failure and stagnation. The program is called Comprehensive Soldier Fitness, and it has three components: the Global Assessment Tool, a test for psychological fitness (administered to more than 900,000 soldiers to date); self-improvement courses following the test; and "master resilience training" (MRT) for drill sergeants. MRT focuses on enhancing mental toughness, highlighting and honing strengths, and fostering strong relationships-core competencies for any successful manager.

  17. Computation of Molecular Spectra on a Quantum Processor with an Error-Resilient Algorithm

    DOE PAGES

    Colless, J. I.; Ramasesh, V. V.; Dahlen, D.; ...

    2018-02-12

    Harnessing the full power of nascent quantum processors requires the efficient management of a limited number of quantum bits with finite coherent lifetimes. Hybrid algorithms, such as the variational quantum eigensolver (VQE), leverage classical resources to reduce the required number of quantum gates. Experimental demonstrations of VQE have resulted in calculation of Hamiltonian ground states, and a new theoretical approach based on a quantum subspace expansion (QSE) has outlined a procedure for determining excited states that are central to dynamical processes. Here, we use a superconducting-qubit-based processor to apply the QSE approach to the H 2 molecule, extracting both groundmore » and excited states without the need for auxiliary qubits or additional minimization. Further, we show that this extended protocol can mitigate the effects of incoherent errors, potentially enabling larger-scale quantum simulations without the need for complex error-correction techniques.« less

  18. Computation of Molecular Spectra on a Quantum Processor with an Error-Resilient Algorithm

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

    Colless, J. I.; Ramasesh, V. V.; Dahlen, D.

    Harnessing the full power of nascent quantum processors requires the efficient management of a limited number of quantum bits with finite coherent lifetimes. Hybrid algorithms, such as the variational quantum eigensolver (VQE), leverage classical resources to reduce the required number of quantum gates. Experimental demonstrations of VQE have resulted in calculation of Hamiltonian ground states, and a new theoretical approach based on a quantum subspace expansion (QSE) has outlined a procedure for determining excited states that are central to dynamical processes. Here, we use a superconducting-qubit-based processor to apply the QSE approach to the H 2 molecule, extracting both groundmore » and excited states without the need for auxiliary qubits or additional minimization. Further, we show that this extended protocol can mitigate the effects of incoherent errors, potentially enabling larger-scale quantum simulations without the need for complex error-correction techniques.« less

  19. Quantifying Cyber-Resilience Against Resource-Exhaustion Attacks

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

    Fink, Glenn A.; Griswold, Richard L.; Beech, Zachary W.

    2014-07-11

    Resilience in the information sciences is notoriously difficult to define much less to measure. But in mechanical engi- neering, the resilience of a substance is mathematically defined as the area under the stress vs. strain curve. We took inspiration from mechanics in an attempt to define resilience precisely for information systems. We first examine the meaning of resilience in language and engineering terms and then translate these definitions to information sciences. Then we tested our definitions of resilience for a very simple problem in networked queuing systems. We discuss lessons learned and make recommendations for using this approach in futuremore » work.« less

  20. Systems Measures of Water Distribution System Resilience

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

    Klise, Katherine A.; Murray, Regan; Walker, La Tonya Nicole

    2015-01-01

    Resilience is a concept that is being used increasingly to refer to the capacity of infrastructure systems to be prepared for and able to respond effectively and rapidly to hazardous events. In Section 2 of this report, drinking water hazards, resilience literature, and available resilience tools are presented. Broader definitions, attributes and methods for measuring resilience are presented in Section 3. In Section 4, quantitative systems performance measures for water distribution systems are presented. Finally, in Section 5, the performance measures and their relevance to measuring the resilience of water systems to hazards is discussed along with needed improvements tomore » water distribution system modeling tools.« less

  1. Resilience in a reborn nation: Validation of the Lithuanian Resilience Scale for Adults (RSA).

    PubMed

    Hilbig, Jan; Viliūnienė, Rima; Friborg, Oddgeir; Pakalniškienė, Vilmantė; Danilevičiūtė, Vita

    2015-07-01

    Resilience, as an ability to withstand or rebound from crisis or adversity, is becoming an increasingly significant concept in health promotion and well-being. Individuals exhibiting resilience use skills or resources flexibly to solve situational demands. The Resilience Scale for Adults (RSA) may be used to assess protective resources, and the aim of the present study was to validate the Lithuanian translation. The translated RSA was administered to a clinical (n=125) and a non clinical sample (n=499) to examine the discriminant validity of the RSA items with a confirmatory factor analysis, the internal consistency as well as construct validity by correlating it with the Quick Psycho-Affective Symptoms Scan (QPASS). The internal consistency, the test-retest stability and the factor structure were replicated as adequate, thus indicating good psychometric properties and support of discriminant validity. Females reported more resilience resources for the domains of social competence, family cohesion and social resources compared to men. The RSA subscales correlated negatively with the QPASS scores, and patients reported significantly less resilience resources than non-patients, thus indicating construct validity. Valid psychometric tools for research purposes and routine every-day use are urgently needed in Lithuania, a young nation still under numerous challenges due to social, economic and political transitions. The RSA represents a reliable and valid tool for assessing protective factors. Assessing resilience factors may extend the understanding of factors relevant for mental health problems as well as treatment prognosis beyond the capabilities of mere symptom oriented approaches. Copyright © 2015 Elsevier Inc. All rights reserved.

  2. Whole Community Resilience: Engaging Multiple Sectors with the Coastal Community Resilience Index and the Climate and Resilience Community of Practice in the Gulf of Mexico

    NASA Astrophysics Data System (ADS)

    Sempier, T.

    2017-12-01

    Communicating risk due to flooding, sea level rise, storm surge, and other natural hazards is a complex task when attempting to build resilience in coastal communities. There are a number of challenges related to preparing for, responding to, and recovering from coastal storms. Successful resilience planning must include a wide range of sectors including, but not limited to local government, business, non-profit, religious, academia, and healthcare. Years of experience working with communities in the Gulf of Mexico has helped create a process that is both inclusive and effective at bringing the right people to the table and gaining momentum towards resilience efforts. The Coastal Community Resilience Index (CRI), a self-assessment for community leaders, has been implemented in 54 Gulf communities with funding that provides small grant awards to help communities take action to address gaps and vulnerabilities identified in the assessment process. To maintain momentum with resilience actions, the Gulf Climate and Resilience Community of Practice (CoP) encourages local municipality participants to share lessons learned and best practices from their implementation projects in an annual symposium. Recently, both graduate and undergraduate students have been exposed to the CRI and CoP as avenues to work through solutions to complex problems at the local level. In addition, a new generation of high school students has been introduced to the CRI. Their engagement in the process is building a more informed citizenry that will take on the leadership and decision-making roles in the future. Investing in multiple age groups and sectors through the CRI and CoP is building capacity for whole community resilience in the Gulf of Mexico. This presentation will focus on methods that have been successful in the Gulf of Mexico for creating effective change in local municipalities towards resilience actions. Discussion will include decision support tools for engaging local

  3. A quantitative framework for assessing ecological resilience

    EPA Science Inventory

    Quantitative approaches to measure and assess resilience are needed to bridge gaps between science, policy, and management. In this paper, we suggest a quantitative framework for assessing ecological resilience. Ecological resilience as an emergent ecosystem phenomenon can be de...

  4. Multimodal Transportation Facility Resilience Index

    DOT National Transportation Integrated Search

    2017-03-21

    A new paradigm for complex systems performance and maintenance decision making is developing in the form of resilience engineering. Depending on the subject area, different definitions of resilience exist. In this project, we adopt a definition appro...

  5. Resilient Renewable Energy Microgrids

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

    Anderson, Katherine H; DiOrio, Nicholas A; Butt, Robert S

    This presentation for the Cable-Tec Expo 2017 offers information about how renewable microgrids can be used to increase resiliency. It includes information about why renewable energy battery diesel hybrids microgrids should be considered for backup power, how to estimate economic savings of microgrids, quantifying the resiliency gain of microgrids, and where renewable microgrids will be successful.

  6. Resilient Superintendents. Fastback 509.

    ERIC Educational Resources Information Center

    Wertz, Dan C.

    This report is based on interviews of 18 school superintendents who demonstrate the quality know as resilience. The 14 men and 4 women averaged 17 years as superintendent, serving 3 rural, 13 suburban, and 2 urban school districts. It was found that resilient superintendents deal with challenges in positive ways. They do not dwell on the negative…

  7. Achieving enhanced organisational resilience by improved management of risk: Summary of research into the principles of resilience and the practices of resilient organisations.

    PubMed

    Hopkin, Paul

    There have been many high-profile incidents in recent times that have affected both individual organisations and large parts of society. In response to these disasters and their consequences, there has been increasing focus on the concept of 'resilience'. Airmic worked with Cranfield School of Management to investigate the features of resilient organisations and whether common characteristics could be identified. The research summarised in this paper discovered five principles that increase an organisation's level of resilence. The paper also reports on the actions taken by organisations to embed these resilience principles into four main business enablers. These business enablers in combination represent the business model of the organisation. The overall conclusion of the research was that, in order to achieve a state of enhanced resilience, organisations need to be aware of risks and threats they face and then combine the actions required to be 'risk compliant' with the ability to be 'risk responsive'.

  8. Social ecology of resilience and Sumud of Palestinians.

    PubMed

    Marie, Mohammad; Hannigan, Ben; Jones, Aled

    2018-01-01

    The aim of this article is to provide an overview of theoretical perspectives and practical research knowledge in relation to 'resilience', the resilience of Palestinians in particular and the related concept of 'Sumud'. 'Sumud' is a Palestinian idea that is interwoven with ideas of personal and collective resilience and steadfastness. It is also a socio-political concept and refers to ways of surviving in the context of occupation, chronic adversity, lack of resources and limited infrastructure. The concept of 'resilience' has deep roots, going back at least to the 10th century when Arabic scholars suggested strategies to cope with life adversity. In Europe, research into resilience extends back to the 1800s. The understanding of resilience has developed over four overlapping waves. These focus on individual traits, protective factors, ecological assets and (in the current wave) social ecological factors. The current wave of resilience research focuses on the contribution of cultural contextualisation and is an approach that is discussed in this article, which draws on Arabic and English language literature located through a search of multiple databases (CINAHL, British Nursing Index, ASSIA, MEDLINE, PsycINFO and EMBASE). Findings suggest that 'Sumud' is linked to the surrounding cultural context and can be thought of as an innovative, social ecological, approach to promoting resilience. We show that resilience is a prerequisite to 'Sumud', meaning that the individual has to be resilient in order to stay and not to leave their place, position or community. We close by pressing the case for studies which investigate resilience especially in underdeveloped countries such as Palestine (occupied Palestinian territories), and which reveal how resilience is embedded in pre-existing cultural contexts.

  9. Building Ecological and Community Resilience and Measuring Success of the Department of Interior Hurricane Sandy Resilience Projects

    NASA Astrophysics Data System (ADS)

    Taylor, S. M.; Worman, S. L.; Bennett, R.; Bassow, A.

    2017-12-01

    The Department of the Interior (DOI) partnered with the National Fish and Wildlife Foundation (NFWF) to administer an external funding competition to support coastal resilience projects in the region affected by Hurricane Sandy. The projects complement the DOI Bureau-led projects, but are led by state and local governments, universities, non-profits, community groups, tribes, and other non-Federal entities. In total, the Hurricane Sandy Resilience Program invested over $750 million in approximately 180 projects to repair damage and improve the resilience of habitats, communities and infrastructure to future storms and sea level rise. Project activities include waterway connection and opening, living shoreline, marsh restoration, community resilience planning, data/mapping/modeling, and beach and dune restoration. DOI and NFWF initiated a resilience assessment in 2015 to evaluate the impact of this investment. The assessment began by clarifying the program's resilience goals and the development of ecological and socio-economic metrics across the project activities. Using these metrics, the evaluation is assessing the ecological and community outcomes, cost effectiveness of activities, improved scientific understanding, and temporal and spatial scaling of benefits across resilience activities. Recognizing the unique opportunity afforded by the scale and distribution of projects, NFWF and DOI have invested in monitoring through 2024 to better understand how these projects perform over time. This presentation will describe the evaluation questions, approach, long-term monitoring, online metrics portal, and findings to date.

  10. Social-ecological resilience and geomorphic systems

    NASA Astrophysics Data System (ADS)

    Chaffin, Brian C.; Scown, Murray

    2018-03-01

    Governance of coupled social-ecological systems (SESs) and the underlying geomorphic processes that structure and alter Earth's surface is a key challenge for global sustainability amid the increasing uncertainty and change that defines the Anthropocene. Social-ecological resilience as a concept of scientific inquiry has contributed to new understandings of the dynamics of change in SESs, increasing our ability to contextualize and implement governance in these systems. Often, however, the importance of geomorphic change and geomorphological knowledge is somewhat missing from processes employed to inform SES governance. In this contribution, we argue that geomorphology and social-ecological resilience research should be integrated to improve governance toward sustainability. We first provide definitions of engineering, ecological, community, and social-ecological resilience and then explore the use of these concepts within and alongside geomorphology in the literature. While ecological studies often consider geomorphology as an important factor influencing the resilience of ecosystems and geomorphological studies often consider the engineering resilience of geomorphic systems of interest, very few studies define and employ a social-ecological resilience framing and explicitly link the concept to geomorphic systems. We present five key concepts-scale, feedbacks, state or regime, thresholds and regime shifts, and humans as part of the system-which we believe can help explicitly link important aspects of social-ecological resilience inquiry and geomorphological inquiry in order to strengthen the impact of both lines of research. Finally, we discuss how these five concepts might be used to integrate social-ecological resilience and geomorphology to better understand change in, and inform governance of, SESs. To compound these dynamics of resilience, complex systems are nested and cross-scale interactions from smaller and larger scales

  11. Developing a community-based flood resilience measurement standard

    NASA Astrophysics Data System (ADS)

    Keating, Adriana; Szoenyi, Michael; Chaplowe, Scott; McQuistan, Colin; Campbell, Karen

    2015-04-01

    Given the increased attention to resilience-strengthening in international humanitarian and development work, there has been concurrent interest in its measurement and the overall accountability of "resilience strengthening" initiatives. The literature is reaching beyond the polemic of defining resilience to its measurement. Similarly, donors are increasingly expecting organizations to go beyond claiming resilience programing to measuring and showing it. However, key questions must be asked, in particular "Resilience of whom and to what?". There is no one-size-fits-all solution. The approach to measuring resilience is dependent on the audience and the purpose of the measurement exercise. Deriving a resilience measurement system needs to be based on the question it seeks to answer and needs to be specific. This session highlights key lessons from the Zurich Flood Resilience Alliance approach to develop a flood resilience measurement standard to measure and assess the impact of community based flood resilience interventions, and to inform decision-making to enhance the effectiveness of these interventions. We draw on experience in methodology development to-date, together with lessons from application in two case study sites in Latin America. Attention will be given to the use of a consistent measurement methodology for community resilience to floods over time and place; challenges to measuring a complex and dynamic phenomenon such as community resilience; methodological implications of measuring community resilience versus impact on and contribution to this goal; and using measurement and tools such as cost-benefit analysis to prioritize and inform strategic decision making for resilience interventions. The measurement tool follows the five categories of the Sustainable Livelihoods Framework and the 4Rs of complex adaptive systems - robustness, rapidity, redundancy and resourcefulness -5C-4R. A recent white paper by the Zurich Flood Resilience Alliance traces the

  12. A concept analysis of moral resilience.

    PubMed

    Young, Peter D; Rushton, Cynda Hylton

    Nurses experience moral distress, which has led to emotional distress, frustration, anger, and nurse attrition. Overcoming moral distress has become a significant focus in nursing research. The continued focus on moral distress has not produced sustainable solutions within the nursing profession. Since positive language may alter the outcomes of morally distressing situations, we look to better understand one such positive phrase, moral resilience. We explored moral resilience through a literature search using 11 databases to identify instances of the phrase. Occurrences of moral resilience were then divided into three distinct categories: antecedents, attributes, and consequences, and following this, major themes within each category were identified. There is a dearth of scholarship on moral resilience, and additionally, there is currently no unifying definition. Despite this, our analysis offers promising direction in refining the concept. This concept analysis reveals differences in how moral resilience is understood. More conceptual work is needed to refine the definition of moral resilience and understand how the concept is useful in mitigating the negative consequences of moral distress and other types of moral adversity. Copyright © 2017 Elsevier Inc. All rights reserved.

  13. Error Recovery in the Time-Triggered Paradigm with FTT-CAN.

    PubMed

    Marques, Luis; Vasconcelos, Verónica; Pedreiras, Paulo; Almeida, Luís

    2018-01-11

    Data networks are naturally prone to interferences that can corrupt messages, leading to performance degradation or even to critical failure of the corresponding distributed system. To improve resilience of critical systems, time-triggered networks are frequently used, based on communication schedules defined at design-time. These networks offer prompt error detection, but slow error recovery that can only be compensated with bandwidth overprovisioning. On the contrary, the Flexible Time-Triggered (FTT) paradigm uses online traffic scheduling, which enables a compromise between error detection and recovery that can achieve timely recovery with a fraction of the needed bandwidth. This article presents a new method to recover transmission errors in a time-triggered Controller Area Network (CAN) network, based on the Flexible Time-Triggered paradigm, namely FTT-CAN. The method is based on using a server (traffic shaper) to regulate the retransmission of corrupted or omitted messages. We show how to design the server to simultaneously: (1) meet a predefined reliability goal, when considering worst case error recovery scenarios bounded probabilistically by a Poisson process that models the fault arrival rate; and, (2) limit the direct and indirect interference in the message set, preserving overall system schedulability. Extensive simulations with multiple scenarios, based on practical and randomly generated systems, show a reduction of two orders of magnitude in the average bandwidth taken by the proposed error recovery mechanism, when compared with traditional approaches available in the literature based on adding extra pre-defined transmission slots.

  14. Error Recovery in the Time-Triggered Paradigm with FTT-CAN

    PubMed Central

    Pedreiras, Paulo; Almeida, Luís

    2018-01-01

    Data networks are naturally prone to interferences that can corrupt messages, leading to performance degradation or even to critical failure of the corresponding distributed system. To improve resilience of critical systems, time-triggered networks are frequently used, based on communication schedules defined at design-time. These networks offer prompt error detection, but slow error recovery that can only be compensated with bandwidth overprovisioning. On the contrary, the Flexible Time-Triggered (FTT) paradigm uses online traffic scheduling, which enables a compromise between error detection and recovery that can achieve timely recovery with a fraction of the needed bandwidth. This article presents a new method to recover transmission errors in a time-triggered Controller Area Network (CAN) network, based on the Flexible Time-Triggered paradigm, namely FTT-CAN. The method is based on using a server (traffic shaper) to regulate the retransmission of corrupted or omitted messages. We show how to design the server to simultaneously: (1) meet a predefined reliability goal, when considering worst case error recovery scenarios bounded probabilistically by a Poisson process that models the fault arrival rate; and, (2) limit the direct and indirect interference in the message set, preserving overall system schedulability. Extensive simulations with multiple scenarios, based on practical and randomly generated systems, show a reduction of two orders of magnitude in the average bandwidth taken by the proposed error recovery mechanism, when compared with traditional approaches available in the literature based on adding extra pre-defined transmission slots. PMID:29324723

  15. Concurrent Validity Between Live and Home Video Observations Using the Alberta Infant Motor Scale.

    PubMed

    Boonzaaijer, Marike; van Dam, Ellen; van Haastert, Ingrid C; Nuysink, Jacqueline

    2017-04-01

    Serial assessment of gross motor development of infants at risk is an established procedure in neonatal follow-up clinics. Assessments based on home video recordings could be a relevant addition. In 48 infants (1.5-19 months), the concurrent validity of 2 applications was examined using the Alberta Infant Motor Scale: (1) a home video made by parents and (2) simultaneous observation on-site by a pediatric physical therapist. Parents' experiences were explored using a questionnaire. The intraclass correlation coefficient agreement between live and home video assessment was 0.99, with a standard error of measurement of 1.41 items. Intra- and interrater reliability: intraclass correlation coefficients were more than 0.99. According to 94% of the parents, recording their infant's movement repertoire was easy to perform. Assessing the Alberta Infant Motor Scale based on home video recordings is comparable to assessment by live observation. The video method is a promising application that can be used with low burden for parents and infants.

  16. Social-ecological resilience and law

    USGS Publications Warehouse

    Garmestani, Ahjond S.; Allen, Craig R.

    2014-01-01

    Environmental law envisions ecological systems as existing in an equilibrium state, reinforcing a rigid legal framework unable to absorb rapid environmental changes and innovations in sustainability. For the past four decades, “resilience theory,” which embraces uncertainty and nonlinear dynamics in complex adaptive systems, has provided a robust, invaluable foundation for sound environmental management. Reforming American law to incorporate this knowledge is the key to sustainability. This volume features top legal and resilience scholars speaking on resilience theory and its legal applications to climate change, biodiversity, national parks, and water law.

  17. Resilience in ecotoxicology: Toward a multiple equilibrium concept.

    PubMed

    Bundschuh, Mirco; Schulz, Ralf; Schäfer, Ralf B; Allen, Craig R; Angeler, David G

    2017-10-01

    The term resilience describes stress-response patterns across scientific disciplines. In ecology, advances have been made to clearly define resilience based on underlying mechanistic assumptions. Engineering resilience (rebound) is used to describe the ability of organisms to recover from adverse conditions (disturbances), which is termed the rate of recovery. By contrast, the ecological resilience definition considers a systemic change, that is, when ecosystems reorganize into a new regime following disturbance. Under this new regime, structural and functional aspects change considerably relative to the previous regime, without recovery. In this context, resilience is an emergent property of complex systems. In the present study, we argue that both definitions and uses are appropriate in ecotoxicology, and although the differences are subtle, the implications and uses are profoundly different. We discuss resilience concepts in ecotoxicology, where the prevailing view of resilience is engineering resilience from chemical stress. Ecological resilience may also be useful for describing systemic ecological changes because of chemical stress. We present quantitative methods that allow ecotoxicologists and risk managers to assess whether an ecosystem faces an impending regime shift or whether it has already undergone such a shift. We contend that engineering and ecological resilience help to distinguish ecotoxicological responses to chemical stressors mechanistically and thus have implications for theory, policy, and application. Environ Toxicol Chem 2017;36:2574-2580. © 2017 SETAC. © 2017 SETAC.

  18. Maximum flow-based resilience analysis: From component to system

    PubMed Central

    Jin, Chong; Li, Ruiying; Kang, Rui

    2017-01-01

    Resilience, the ability to withstand disruptions and recover quickly, must be considered during system design because any disruption of the system may cause considerable loss, including economic and societal. This work develops analytic maximum flow-based resilience models for series and parallel systems using Zobel’s resilience measure. The two analytic models can be used to evaluate quantitatively and compare the resilience of the systems with the corresponding performance structures. For systems with identical components, the resilience of the parallel system increases with increasing number of components, while the resilience remains constant in the series system. A Monte Carlo-based simulation method is also provided to verify the correctness of our analytic resilience models and to analyze the resilience of networked systems based on that of components. A road network example is used to illustrate the analysis process, and the resilience comparison among networks with different topologies but the same components indicates that a system with redundant performance is usually more resilient than one without redundant performance. However, not all redundant capacities of components can improve the system resilience, the effectiveness of the capacity redundancy depends on where the redundant capacity is located. PMID:28545135

  19. Resilience Simulation for Water, Power & Road Networks

    NASA Astrophysics Data System (ADS)

    Clark, S. S.; Seager, T. P.; Chester, M.; Eisenberg, D. A.; Sweet, D.; Linkov, I.

    2014-12-01

    The increasing frequency, scale, and damages associated with recent catastrophic events has called for a shift in focus from evading losses through risk analysis to improving threat preparation, planning, absorption, recovery, and adaptation through resilience. However, neither underlying theory nor analytic tools have kept pace with resilience rhetoric. As a consequence, current approaches to engineering resilience analysis often conflate resilience and robustness or collapse into a deeper commitment to the risk analytic paradigm proven problematic in the first place. This research seeks a generalizable understanding of resilience that is applicable in multiple disciplinary contexts. We adopt a unique investigative perspective by coupling social and technical analysis with human subjects research to discover the adaptive actions, ideas and decisions that contribute to resilience in three socio-technical infrastructure systems: electric power, water, and roadways. Our research integrates physical models representing network objects with examination of the knowledge systems and social interactions revealed by human subjects making decisions in a simulated crisis environment. To ensure a diversity of contexts, we model electric power, water, roadway and knowledge networks for Phoenix AZ and Indianapolis IN. We synthesize this in a new computer-based Resilient Infrastructure Simulation Environment (RISE) to allow individuals, groups (including students) and experts to test different network design configurations and crisis response approaches. By observing simulated failures and best performances, we expect a generalizable understanding of resilience may emerge that yields a measureable understanding of the sensing, anticipating, adapting, and learning processes that are essential to resilient organizations.

  20. Fishing for resilience

    USGS Publications Warehouse

    Pope, Kevin L.; Allen, Craig R.; Angeler, David G.

    2014-01-01

    Management approaches that focus on social–ecological systems—systems comprised of ecosystems, landscapes, and humans—are needed to secure the sustainability of inland recreational fisheries without jeopardizing the integrity of the underlying social and ecological components. Resilience management can be useful because it focuses on providing recreational capacity for fishermen under a variety of conditions while assuring that the social–ecological system is not pushed to a critical threshold that would result in a new, undesired system regime. Resilience management is based on a system perspective that accounts for the possible regimes a system could manifest. It aims to enhance system properties that allow continued maintenance of the system in a desired regime in which multiple goods and services, including recreational capacity, are provided. In this forum paper, we provide an overview of the potential of a resilience approach to the management of recreational fisheries and highlight the scientific and administrative challenges to its successful implementation.

  1. Building physician resilience.

    PubMed

    Jensen, Phyllis Marie; Trollope-Kumar, Karen; Waters, Heather; Everson, Jennifer

    2008-05-01

    To explore the dimensions of family physician resilience. Qualitative study using in-depth interviews with family physician peers. Hamilton, Ont. Purposive sample of 17 family physicians. An iterative process of face-to-face, in-depth interviews that were audiotaped and transcribed. The research team independently reviewed each interview for emergent themes with consensus reached through discussion and comparison. Themes were grouped into conceptual categories. Four main aspects of physician resilience were identified: 1) attitudes and perspectives, which include valuing the physician role, maintaining interest, developing self-awareness, and accepting personal limitations; 2) balance and prioritization, which include setting limits, taking effective approaches to continuing professional development, and honouring the self;3) practice management style, which includes sound business management, having good staff, and using effective practice arrangements; and 4) supportive relations, which include positive personal relationships, effective professional relationships, and good communication. Resilience is a dynamic, evolving process of positive attitudes and effective strategies.

  2. RESILIENCE OF ECOSYSTEMS TO DISTURBANCES

    EPA Science Inventory

    Resilience, in an ecological context, is one of several terms that characterize the response of an ecosystem to disturbance. Other such terms include persistence, resistance and stability. Two definitions of resilience have become prominent in the literature, both of which derive...

  3. Obsessive-compulsive symptoms and personal disposition, family coherence and school environment in Chinese adolescents: a resilience approach.

    PubMed

    Sun, Jing; Li, Zhan-Jiang; Buys, Nicholas J; Storch, Eric A; Wang, Ji-sheng

    2014-10-01

    Risk factors of adolescents with obsessive-compulsive symptoms (OC) have been extensively examined, but protective resilience factors have not been explored, particularly in Chinese adolescents. This study aimed to investigate the association of resilience factors with the occurrence of OC and its symptoms in Chinese adolescents. This study consisted of two phases. The first phase used a cross-sectional design involving a stratified clustered non-clinical sample of 3185 secondary school students. A clinical interview procedure was then employed to diagnose OC in students who had a Leyton Obsessional Inventory 'yes' score of ≥15. The second phase used a case-control study design to analyse the relationship between resilience factors and OC in a matched sample of 288 adolescents with diagnosed OC relative to 246 healthy adolescents. Low personal disposition scores in self-fulfilment, flexibility and self-esteem, and low peer relation scores in the school environment were associated with a higher probability of having OC. Canonical correlation analysis indicated that OC symptoms were significantly associated with personal dispositions, poor peer relationships and maladaptive social life, but not to family coherence. The study is not prospective in nature, so the causal relationship between OC occurrence and resilience factors cannot be confirmed. Second, the use of self-report instruments in personal disposition, family coherence, and school environment may be a source of error. Resilience factors at both the personal disposition and school environment levels are important predictors of OC symptoms and caseness. Future studies using prospective designs are needed to confirm these relationships. Copyright © 2014 Elsevier B.V. All rights reserved.

  4. The Communities Advancing Resilience Toolkit (CART): development of a survey instrument to assess community resilience.

    PubMed

    Pfefferbaum, Rose L; Neas, Barbara R; Pfefferbaum, Betty; Norris, Fran H; Van Horn, Richard L

    2013-01-01

    While building community resilience to disasters is becoming an important strategy in emergency management, this is a new field of research with few available instruments for assessing community resilience. This article describes the development of the Communities Advancing Resilience Toolkit (CART) survey instrument. CART is a community intervention designed to enhance community resilience to disasters, in part, by engaging communities in measuring it. The survey instrument, originally based on community capacity and related literature and on key informant input, was refined through a series of four field tests. Community organizations worked with researchers in a participatory action process that provided access to samples and helped to guide the research. Exploratory factor analysis performed after each field test led to the identification of four interrelated constructs (also called domains) which represent the foundation for CART Connection and Caring, Resources, Transformative Potential, and Disaster Management. This model was confirmed using confirmatory factor analysis on two community samples. The CART survey can provide data for organizations and communities interested in assessing a community's resilience to disasters. Baseline data, preferably collected pre disaster can be compared to data collected post disaster and/or post intervention.

  5. Video document

    NASA Astrophysics Data System (ADS)

    Davies, Bob; Lienhart, Rainer W.; Yeo, Boon-Lock

    1999-08-01

    The metaphor of film and TV permeates the design of software to support video on the PC. Simply transplanting the non- interactive, sequential experience of film to the PC fails to exploit the virtues of the new context. Video ont eh PC should be interactive and non-sequential. This paper experiments with a variety of tools for using video on the PC that exploits the new content of the PC. Some feature are more successful than others. Applications that use these tools are explored, including primarily the home video archive but also streaming video servers on the Internet. The ability to browse, edit, abstract and index large volumes of video content such as home video and corporate video is a problem without appropriate solution in today's market. The current tools available are complex, unfriendly video editors, requiring hours of work to prepare a short home video, far more work that a typical home user can be expected to provide. Our proposed solution treats video like a text document, providing functionality similar to a text editor. Users can browse, interact, edit and compose one or more video sequences with the same ease and convenience as handling text documents. With this level of text-like composition, we call what is normally a sequential medium a 'video document'. An important component of the proposed solution is shot detection, the ability to detect when a short started or stopped. When combined with a spreadsheet of key frames, the host become a grid of pictures that can be manipulated and viewed in the same way that a spreadsheet can be edited. Multiple video documents may be viewed, joined, manipulated, and seamlessly played back. Abstracts of unedited video content can be produce automatically to create novel video content for export to other venues. Edited and raw video content can be published to the net or burned to a CD-ROM with a self-installing viewer for Windows 98 and Windows NT 4.0.

  6. Resilient Women Educational Leaders in Turbulent Times: Applying the Leader Resilience Profile® to Assess Women's Leadership Strengths

    ERIC Educational Resources Information Center

    Reed, Diane E.; Blaine, Bruce

    2015-01-01

    Women leaders across the world confront a common challenge: extremely turbulent times that challenge even the most skillful leaders. The paper begins with a brief overview of the meaning of leader resilience and describes the resilience cycle that all leaders experience when adversity strikes. Five phases of the resilience cycle discussed are:…

  7. Content-based video retrieval by example video clip

    NASA Astrophysics Data System (ADS)

    Dimitrova, Nevenka; Abdel-Mottaleb, Mohamed

    1997-01-01

    This paper presents a novel approach for video retrieval from a large archive of MPEG or Motion JPEG compressed video clips. We introduce a retrieval algorithm that takes a video clip as a query and searches the database for clips with similar contents. Video clips are characterized by a sequence of representative frame signatures, which are constructed from DC coefficients and motion information (`DC+M' signatures). The similarity between two video clips is determined by using their respective signatures. This method facilitates retrieval of clips for the purpose of video editing, broadcast news retrieval, or copyright violation detection.

  8. How Robust is Your System Resilience?

    NASA Astrophysics Data System (ADS)

    Homayounfar, M.; Muneepeerakul, R.

    2017-12-01

    Robustness and resilience are concepts in system thinking that have grown in importance and popularity. For many complex social-ecological systems, however, robustness and resilience are difficult to quantify and the connections and trade-offs between them difficult to study. Most studies have either focused on qualitative approaches to discuss their connections or considered only one of them under particular classes of disturbances. In this study, we present an analytical framework to address the linkage between robustness and resilience more systematically. Our analysis is based on a stylized dynamical model that operationalizes a widely used concept framework for social-ecological systems. The model enables us to rigorously define robustness and resilience and consequently investigate their connections. The results reveal the tradeoffs among performance, robustness, and resilience. They also show how the nature of the such tradeoffs varies with the choices of certain policies (e.g., taxation and investment in public infrastructure), internal stresses and external disturbances.

  9. Does playing video games improve laparoscopic skills?

    PubMed

    Ou, Yanwen; McGlone, Emma Rose; Camm, Christian Fielder; Khan, Omar A

    2013-01-01

    A best evidence topic in surgery was written according to a structured protocol. The question addressed was whether playing video games improves surgical performance in laparoscopic procedures. Altogether 142 papers were found using the reported search, of which seven represented the best evidence to answer the clinical question. The details of the papers were tabulated including relevant outcomes and study weaknesses. We conclude that medical students and experienced laparoscopic surgeons with ongoing video game experience have superior laparoscopic skills for simulated tasks in terms of time to completion, improved efficiency and fewer errors when compared to non-gaming counterparts. There is some evidence that this may be due to better psycho-motor skills in gamers, however further research would be useful to demonstrate whether there is a direct transfer of skills from laparoscopic simulators to the operating table. Copyright © 2013 Surgical Associates Ltd. Published by Elsevier Ltd. All rights reserved.

  10. Factors Contributing to the Resilience of Middle-Adolescents in a South African Township: Insights from a Resilience Questionnaire

    ERIC Educational Resources Information Center

    Mampane, Motlalepule Ruth

    2014-01-01

    Factors that contribute to resilience are key to the positive development of youths, and knowledge of such factors is essential for promoting resilience in schools through both policy and practice. This study reports on the results of an item and factor analysis of the Resilience Questionnaire for Middle-adolescents in Township Schools (R-MATS)…

  11. Managing resilience by creating purpose.

    PubMed

    Spake, Michael; Thompson, Elaine C

    2013-01-01

    Rapid, disruptive change is today's normal. It comes in all forms and frequencies. To cope and survive, healthcare executives need to build a culture of agility and resilience at all levels and across all domains of the hospital or health system. Lakeland Regional Health Systems Inc. has been transforming its culture in order to manage resilience by creating purpose. To adapt and sustain itself, Lakeland Regional has launched a transformation from a culture characterized by a collection of single values to one whose core is caring relationships through human interaction; human experience; and community values, beliefs, and attitudes. With a clear purpose of caring for ourselves, caring for our patients and families, caring for each other, and caring for our community, Lakeland Regional is creating resilience by building a purpose that sets the stage for a resilient culture defined by purpose; passion; and a healthy work, spiritual, and life balance.

  12. Pediatric crisis resource management training improves emergency medicine trainees' perceived ability to manage emergencies and ability to identify teamwork errors.

    PubMed

    Bank, Ilana; Snell, Linda; Bhanji, Farhan

    2014-12-01

    Improved pediatric crisis resource management (CRM) training is needed in emergency medicine residencies because of the variable nature of exposure to critically ill pediatric patients during training. We created a short, needs-based pediatric CRM simulation workshop with postactivity follow-up to determine retention of CRM knowledge. Our aims were to provide a realistic learning experience for residents and to help the learners recognize common errors in teamwork and improve their perceived abilities to manage ill pediatric patients. Residents participated in a 4-hour objectives-based workshop derived from a formal needs assessment. To quantify their subjective abilities to manage pediatric cases, the residents completed a postworkshop survey (with a retrospective precomponent to assess perceived change). Ability to identify CRM errors was determined via a written assessment of scripted errors in a prerecorded video observed before and 1 month after completion of the workshop. Fifteen of the 16 eligible emergency medicine residents (postgraduate year 1-5) attended the workshop and completed the surveys. There were significant differences in 15 of 16 retrospective pre to post survey items using the Wilcoxon rank sum test for non-parametric data. These included ability to be an effective team leader in general (P < 0.008), delegating tasks appropriately (P < 0.009), and ability to ensure closed-loop communication (P < 0.008). There was a significant improvement in identification of CRM errors through the use of the video assessment from 3 of the 12 CRM errors to 7 of the 12 CRM errors (P < 0.006). The pediatric CRM simulation-based workshop improved the residents' self-perceptions of their pediatric CRM abilities and improved their performance on a video assessment task.

  13. Measures of emergency preparedness contributing to nursing home resilience.

    PubMed

    Lane, Sandi J; McGrady, Elizabeth

    2017-12-13

    Resilience approaches have been successfully applied in crisis management, disaster response, and high reliability organizations and have the potential to enhance existing systems of nursing home disaster preparedness. This study's purpose was to determine how the Center for Medicare and Medicaid Services (CMS) "Emergency Preparedness Checklist Recommended Tool for Effective Health Care Facility Planning" contributes to organizational resilience by identifying the benchmark resilience items addressed by the CMS Emergency Preparedness Checklist and items not addressed by the CMS Emergency Preparedness Checklist, and to recommend tools and processes to improve resilience for nursing homes. The CMS Emergency Preparedness Checklist items were compared to the Resilience Benchmark Tool items; similar items were considered matches. Resilience Benchmark Tool items with no CMS Emergency Preparedness Checklist item matches were considered breaches in nursing home resilience. The findings suggest that the CMS Emergency Preparedness Checklist can be used to measure some aspects of resilience, however, there were many resilience factors not addressed. For nursing homes to prepare and respond to crisis situations, organizations need to embrace a culture that promotes individual resilience-related competencies that when aggregated enable the organization to improve its resiliency. Social workers have the skills and experience to facilitate this change.

  14. Exploring resilience in Chinese nurses: a cross-sectional study.

    PubMed

    Guo, Yu-Fang; Cross, Wendy; Plummer, Virginia; Lam, Louisa; Luo, Yuan-Hui; Zhang, Jing-Ping

    2017-04-01

    To explore the state of resilience and its predictors among nurses in mainland China. Resilience is considered as an important ability to influence the prevention of job dissatisfaction and burnout. There are few studies on resilience in Chinese nurses, particularly investigating the predictors of resilience. A cross-sectional survey was employed and 1061 nurses from six three-level hospitals in Hunan responded to participate in the study. Data were collected using self-reported questionnaires. Nurses experienced moderate levels of resilience and self-efficacy and tended to use a positive coping style. Multiple linear regression showed that a high level of self-efficacy and education, having a positive coping style rather than a negative coping style, exercising regularly and not using cigarettes predicted a high level of resilience (P < 0.01). This study shows a moderate level of resilience among nurses and suggests that a high level of self-efficacy and education, as well as having a positive coping style and choosing a healthy lifestyle may increase nurses' resilience. Hospital administrators and nursing managers need to explore the resilience state among nurses and understand the predictors of resilience. Then, scientific and evidence-based interventions for improving resilience should be adopted. © 2017 John Wiley & Sons Ltd.

  15. Nurse leader resilience: career defining moments.

    PubMed

    Cline, Susan

    2015-01-01

    Resilience is an essential component of effective nursing leadership. It is defined as the ability to survive and thrive in the face of adversity. Resilience can be developed and internalized as a measure to improve retention and reduce burnout. Nurse leaders at all levels should develop these competencies to survive and thrive in an increasingly complex health care environment. Building positive relationships, maintaining positivity, developing emotional insight, creating work-life balance, and reflecting on successes and challenges are effective strategies for resilience building. Nurse leaders have a professional obligation to develop resilience in themselves, the teams they supervise, and the organization as a whole. Additional benefits include reduced turnover, reduced cost, and improved quality outcomes through organizational mindfulness.

  16. Models for the Economics of Resilience

    PubMed Central

    Gilbert, Stanley; Ayyub, Bilal M.

    2016-01-01

    Estimating the economic burden of disasters requires appropriate models that account for key characteristics and decision making needs. Natural disasters in 2011 resulted in $366 billion in direct damages and 29,782 fatalities worldwide. Average annual losses in the US amount to about $55 billion. Enhancing community and system resilience could lead to significant savings through risk reduction and expeditious recovery. The management of such reduction and recovery is facilitated by an appropriate definition of resilience and associated metrics with models for examining the economics of resilience. This paper provides such microeconomic models, compares them, examines their sensitivities to key parameters, and illustrates their uses. Such models enable improving the resiliency of systems to meet target levels. PMID:28133626

  17. Models for the Economics of Resilience.

    PubMed

    Gilbert, Stanley; Ayyub, Bilal M

    2016-12-01

    Estimating the economic burden of disasters requires appropriate models that account for key characteristics and decision making needs. Natural disasters in 2011 resulted in $366 billion in direct damages and 29,782 fatalities worldwide. Average annual losses in the US amount to about $55 billion. Enhancing community and system resilience could lead to significant savings through risk reduction and expeditious recovery. The management of such reduction and recovery is facilitated by an appropriate definition of resilience and associated metrics with models for examining the economics of resilience. This paper provides such microeconomic models, compares them, examines their sensitivities to key parameters, and illustrates their uses. Such models enable improving the resiliency of systems to meet target levels.

  18. Current directions in military health-care provider resilience.

    PubMed

    Lester, Paul B; Taylor, Lauren C; Hawkins, Stacy Ann; Landry, Lisa

    2015-02-01

    After more than a decade of war, the US military continues to place significant emphasis on psychological health and resilience. While research and programs that focus on the broader military community's resilience continue to emerge, less is known about and until recently little focus has been placed on military medical provider resilience. In this article, we review the literature on military medical provider resilience, provide an overview of the programmatic and technological advances designed to sustain and develop military medical provider resilience, and finally offer recommendations for future research.

  19. Resilient children of injection drug users.

    PubMed

    Pilowsky, Daniel J; Zybert, Patricia A; Vlahov, David

    2004-11-01

    To examine associations between resilience in children of injection drug users and children's coping strategies, parenting stress, and children's social support. Injection drug-using parents (n=91) and their children aged 6 to 11 (n=117) were recruited in Baltimore (1997-1999). Resilience was defined as scoring in the lowest quartile of the Child Behavior Checklist total psychopathology score. Coping strategies used by resilient and nonresilient children, the extent and types of social support that they received, and the level of parenting stress reported by their parents were compared and contrasted. Rates of depressive, anxiety, and disruptive behavior disorders were 15.4%, 22.2%, and 21.4%, respectively, for the entire sample. Compared with the nonresilient, resilient children were less likely to use two avoidance coping strategies (internalizing [p=.002] and externalizing [p=.017]). The level of actual support received by resilient and nonresilient children did not differ significantly (p=.202). Perceived support was greater among resilient children (as reported by their parents; p <.001), and their parents reported lower parenting stress (p=.042). A significant proportion of children of injection drug users are in need of clinical care. Interventions to help children of substance-abusing parents modify their coping style merit exploration.

  20. Video Denoising via Dynamic Video Layering

    NASA Astrophysics Data System (ADS)

    Guo, Han; Vaswani, Namrata

    2018-07-01

    Video denoising refers to the problem of removing "noise" from a video sequence. Here the term "noise" is used in a broad sense to refer to any corruption or outlier or interference that is not the quantity of interest. In this work, we develop a novel approach to video denoising that is based on the idea that many noisy or corrupted videos can be split into three parts - the "low-rank layer", the "sparse layer", and a small residual (which is small and bounded). We show, using extensive experiments, that our denoising approach outperforms the state-of-the-art denoising algorithms.

  1. Why resilience is unappealing to social science: Theoretical and empirical investigations of the scientific use of resilience

    PubMed Central

    Olsson, Lennart; Jerneck, Anne; Thoren, Henrik; Persson, Johannes; O’Byrne, David

    2015-01-01

    Resilience is often promoted as a boundary concept to integrate the social and natural dimensions of sustainability. However, it is a troubled dialogue from which social scientists may feel detached. To explain this, we first scrutinize the meanings, attributes, and uses of resilience in ecology and elsewhere to construct a typology of definitions. Second, we analyze core concepts and principles in resilience theory that cause disciplinary tensions between the social and natural sciences (system ontology, system boundary, equilibria and thresholds, feedback mechanisms, self-organization, and function). Third, we provide empirical evidence of the asymmetry in the use of resilience theory in ecology and environmental sciences compared to five relevant social science disciplines. Fourth, we contrast the unification ambition in resilience theory with methodological pluralism. Throughout, we develop the argument that incommensurability and unification constrain the interdisciplinary dialogue, whereas pluralism drawing on core social scientific concepts would better facilitate integrated sustainability research. PMID:26601176

  2. VideoANT: Extending Online Video Annotation beyond Content Delivery

    ERIC Educational Resources Information Center

    Hosack, Bradford

    2010-01-01

    This paper expands the boundaries of video annotation in education by outlining the need for extended interaction in online video use, identifying the challenges faced by existing video annotation tools, and introducing Video-ANT, a tool designed to create text-based annotations integrated within the time line of a video hosted online. Several…

  3. Action Recommendation for Cyber Resilience

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

    Choudhury, Sutanay; Rodriguez, Luke R.; Curtis, Darren S.

    2015-09-01

    This paper presents an unifying graph-based model for representing the infrastructure, behavior and missions of an enterprise. We describe how the model can be used to achieve resiliency against a wide class of failures and attacks. We introduce an algorithm for recommending resilience establishing actions based on dynamic updates to the models. Without loss of generality, we show the effectiveness of the algorithm for preserving latency based quality of service (QoS). Our models and the recommendation algorithms are implemented in a software framework that we seek to release as an open source framework for simulating resilient cyber systems.

  4. Value Modeling for Enterprise Resilience

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

    Henderson, Dale L.; Lancaster, Mary J.

    2015-10-20

    Abstract. The idea that resilience is a tangible, measureable, and desirable system attribute has grown rapidly over the last decade beyond is origins in explaining ecological, physiological, psychological, and social systems. Operational enterprise resilience requires two types of measurement. First, the system must monitor various operational conditions in order to respond to disruptions. These measurements are part of one or more observation, orientation, decision, and action (OODA) loops The OODA control processes that implement a resilience strategy use these measurements to provide robustness, rapid recovery and reconstitution. In order to assess the effectiveness of the resilience strategy, a different classmore » of measurements is necessary. This second type consists of measurements about how well the OODA processes cover critical enterprise functions and the hazards to which the enterprise is exposed. They allow assessment of how well enterprise management processes anticipate, mitigate, and adapt to a changing environment and the degree to which the system is fault tolerant. This paper nominates a theoretical framework, in the form of definitions, a model, and a syntax, that accounts for this important distinction, and in so doing provides a mechanism for bridging resilience management process models and the many proposed cyber-defense metric enumerations.« less

  5. Childhood Resilience of African American School Leaders

    ERIC Educational Resources Information Center

    Hauser, Angella

    2014-01-01

    The purpose of this study was to determine what African Americans who serve in upper-level school leadership positions and who have faced significant barriers as children attribute to their resilience and success. I focused on individual resilience, using the definition summarized by VanBreda (2001): "[R]esilience theory addresses the…

  6. Teaching Resiliency Theory to Substance Abuse Counselors

    ERIC Educational Resources Information Center

    Ward, Kelly

    2003-01-01

    Resiliency is the ability to cope in the face of adversity. One protective factor that promotes resiliency in substance-abusing dysfunctional families is family rituals and traditions. Social workers and substance abuse counselors can teach family members how to instill resiliency in their families and themselves through rituals and traditions. To…

  7. Resilience in the global food system

    NASA Astrophysics Data System (ADS)

    Seekell, David; Carr, Joel; Dell'Angelo, Jampel; D'Odorico, Paolo; Fader, Marianela; Gephart, Jessica; Kummu, Matti; Magliocca, Nicholas; Porkka, Miina; Puma, Michael; Ratajczak, Zak; Rulli, Maria Cristina; Suweis, Samir; Tavoni, Alessandro

    2017-02-01

    Ensuring food security requires food production and distribution systems function throughout disruptions. Understanding the factors that contribute to the global food system’s ability to respond and adapt to such disruptions (i.e. resilience) is critical for understanding the long-term sustainability of human populations. Variable impacts of production shocks on food supply between countries indicate a need for national-scale resilience indicators that can provide global comparisons. However, methods for tracking changes in resilience have had limited application to food systems. We developed an indicator-based analysis of food systems resilience for the years 1992-2011. Our approach is based on three dimensions of resilience: socio-economic access to food in terms of income of the poorest quintile relative to food prices, biophysical capacity to intensify or extensify food production, and the magnitude and diversity of current domestic food production. The socio-economic indicator has a large variability, but with low values concentrated in Africa and Asia. The biophysical capacity indicator is highest in Africa and Eastern Europe, in part because of a high potential for extensification of cropland and for yield gap closure in cultivated areas. However, the biophysical capacity indicator has declined globally in recent years. The production diversity indicator has increased slightly, with a relatively even geographic distribution. Few countries had exclusively high or low values for all indicators. Collectively, these results are the basis for global comparisons of resilience between countries, and provide necessary context for developing generalizations about resilience in the global food system.

  8. A resilience approach can improve anadromous fish restoration

    USGS Publications Warehouse

    Waldman, John R.; Wilson, Karen A.; Mather, Martha E.; Snyder, Noah P.

    2016-01-01

    Most anadromous fish populations remain at low levels or are in decline despite substantial investments in restoration. We explore whether a resilience perspective (i.e., a different paradigm for understanding populations, communities, and ecosystems) is a viable alternative framework for anadromous fish restoration. Many life history traits have allowed anadromous fish to thrive in unimpacted ecosystems but have become contemporary curses as anthropogenic effects increase. This contradiction creates a significant conservation challenge but also makes these fish excellent candidates for a resilience approach. A resilience approach recognizes the need to maintain life history, population, and habitat characteristics that increase the ability of a population to withstand and recover from multiple disturbances. To evaluate whether a resilience approach represents a viable strategy for anadromous fish restoration, we review four issues: (1) how resilience theory can inform anadromous fish restoration, (2) how a resilience-based approach is fundamentally different than extant anadromous fish restoration strategies, (3) ecological characteristics that historically benefited anadromous fish persistence, and (4) examples of how human impacts harm anadromous fish and how a resilience approach might produce more successful outcomes. We close by suggesting new research and restoration directions for implementation of a resilience-based approach.

  9. Strengthening Family Resilience, Second Edition

    ERIC Educational Resources Information Center

    Walsh, Froma

    2006-01-01

    In a fully revised, updated, and expanded second edition, this informative clinical resource and text presents Froma Walsh's family resilience framework for intervention and prevention with clients dealing with adversity. Drawing on extensive research and clinical experience, the author describes key processes in resilience for practitioners to…

  10. Resiliency in forage and grazinglands

    USDA-ARS?s Scientific Manuscript database

    This manuscript is a combined effort of the speakers at the 2017 C6 Forage and Grazinglands Division Symposia which was titled “Resiliency in Forage and Grazinglands.” Developing more resilient agroecosystems, including those that produce forage and livestock, will become necessary to maintain agric...

  11. A Methodology to Define Flood Resilience

    NASA Astrophysics Data System (ADS)

    Tourbier, J.

    2012-04-01

    Flood resilience has become an internationally used term with an ever-increasing number of entries on the Internet. The SMARTeST Project is looking at approaches to flood resilience through case studies at cities in various countries, including Washington D.C. in the United States. In light of U.S. experiences a methodology is being proposed by the author that is intended to meet ecologic, spatial, structural, social, disaster relief and flood risk aspects. It concludes that: "Flood resilience combines (1) spatial, (2) structural, (3) social, and (4) risk management levels of flood preparedness." Flood resilience should incorporate all four levels, but not necessarily with equal emphasis. Stakeholders can assign priorities within different flood resilience levels and the considerations they contain, dividing 100% emphasis into four levels. This evaluation would be applied to planned and completed projects, considering existing conditions, goals and concepts. We have long known that the "road to market" for the implementation of flood resilience is linked to capacity building of stakeholders. It is a multidisciplinary enterprise, involving the integration of all the above aspects into the decision-making process. Traditional flood management has largely been influenced by what in the UK has been called "Silo Thinking", involving constituent organizations that are responsible for different elements, and are interested only in their defined part of the system. This barrier to innovation also has been called the "entrapment effect". Flood resilience is being defined as (1) SPATIAL FLOOD RESILIENCE implying the management of land by floodplain zoning, urban greening and management to reduce storm runoff through depression storage and by practicing Sustainable Urban Drainage (SUD's), Best Management Practices (BMP's, or Low Impact Development (LID). Ecologic processes and cultural elements are included. (2) STRUCTURAL FLOOD RESILIENCE referring to permanent flood defense

  12. Operational models of infrastructure resilience.

    PubMed

    Alderson, David L; Brown, Gerald G; Carlyle, W Matthew

    2015-04-01

    We propose a definition of infrastructure resilience that is tied to the operation (or function) of an infrastructure as a system of interacting components and that can be objectively evaluated using quantitative models. Specifically, for any particular system, we use quantitative models of system operation to represent the decisions of an infrastructure operator who guides the behavior of the system as a whole, even in the presence of disruptions. Modeling infrastructure operation in this way makes it possible to systematically evaluate the consequences associated with the loss of infrastructure components, and leads to a precise notion of "operational resilience" that facilitates model verification, validation, and reproducible results. Using a simple example of a notional infrastructure, we demonstrate how to use these models for (1) assessing the operational resilience of an infrastructure system, (2) identifying critical vulnerabilities that threaten its continued function, and (3) advising policymakers on investments to improve resilience. © 2014 Society for Risk Analysis.

  13. New resilience instrument for patients with cancer.

    PubMed

    Ye, Zeng Jie; Liang, Mu Zi; Li, Peng Fei; Sun, Zhe; Chen, Peng; Hu, Guang Yun; Yu, Yuan Liang; Wang, Shu Ni; Qiu, Hong Zhong

    2018-02-01

    Resilience is an important concept in the cancer literature and is a salient indicator of cancer survivorship. The aim of this study is to develop and validate a new resilience instrument that is specific to patients with cancer diagnosis (RS-SC) in Mainland China. First, a resilience framework was constructed for patients with cancer diagnosis. Second, items were formulated based on the framework to reflect different aspects of resilience. Third, two rounds of expert panel discussion were performed to select important and relevant items. Finally, two cross-sectional studies were conducted to evaluate the psychometric properties of this instrument. Fifty-one items were generated based on the resilience framework and the final 25-item RS-SC resulted in a five-factor solution including Generic Elements, Benefit Finding, Support and Coping, Hope for the Future and Meaning for Existence, accounting for 64.72% of the variance. The Cronbach's α of the RS-SC was 0.825 and the test-retest reliability was 0.874. The RS-SC is a brief and specific self-report resilience instrument for Chinese patients with cancer and shows sound psychometric properties in this study. The RS-SC has potential applications in both clinical practice and research with strength-based resiliency interventions.

  14. Sensor and Video Monitoring of Water Quality at Bristol Floating Harbour

    NASA Astrophysics Data System (ADS)

    Chen, Yiheng; Han, Dawei

    2017-04-01

    Water system is an essential component in a smart city for its sustainability and resilience. The harbourside is a focal area of​ ​Bristol with new buildings and features redeveloped in the last ten years, attracting numerous visitors by the diversity of attractions and beautiful views. There is a strong​ ​relationship between the satisfactory of the visitors and local people with the water quality in the Harbour. The freshness and beauty of the water body would please people as well as benefit the aquatic ecosystems. As we are entering a data-rich era, this pilot project aims to explore the concept of using​ ​ video cameras and smart sensors to collect and monitor water quality condition at the Bristol harbourside. The video cameras and smart sensors are connected to the Bristol Is Open network, an open programmable city platform. This will be the​ first​ attempt to collect water quality data in real time in the​ ​Bristol urban area with the wireless network. The videos and images of the water body collected by the cameras will be correlated with the in-situ water quality parameters for research​ ​purposes. The successful implementation of the sensors can attract more academic researchers and industrial partners to expand the sensor network to multiple locations​ ​around the city covering the other parts of the Harbour and River Avon, leading to a new generation of urban system infrastructure model.

  15. At the cross-roads: an on-road examination of driving errors at intersections.

    PubMed

    Young, Kristie L; Salmon, Paul M; Lenné, Michael G

    2013-09-01

    A significant proportion of road trauma occurs at intersections. Understanding the nature of driving errors at intersections therefore has the potential to lead to significant injury reductions. To further understand how the complexity of modern intersections shapes behaviour of these errors are compared to errors made mid-block, and the role of wider systems failures in intersection error causation is investigated in an on-road study. Twenty-five participants drove a pre-determined urban route incorporating 25 intersections. Two in-vehicle observers recorded the errors made while a range of other data was collected, including driver verbal protocols, video, driver eye glance behaviour and vehicle data (e.g., speed, braking and lane position). Participants also completed a post-trial cognitive task analysis interview. Participants were found to make 39 specific error types, with speeding violations the most common. Participants made significantly more errors at intersections compared to mid-block, with misjudgement, action and perceptual/observation errors more commonly observed at intersections. Traffic signal configuration was found to play a key role in intersection error causation, with drivers making more errors at partially signalised compared to fully signalised intersections. Copyright © 2012 Elsevier Ltd. All rights reserved.

  16. Teaching physical activities to students with significant disabilities using video modeling.

    PubMed

    Cannella-Malone, Helen I; Mizrachi, Sharona V; Sabielny, Linsey M; Jimenez, Eliseo D

    2013-06-01

    The objective of this study was to examine the effectiveness of video modeling on teaching physical activities to three adolescents with significant disabilities. The study implemented a multiple baseline across six physical activities (three per student): jumping rope, scooter board with cones, ladder drill (i.e., feet going in and out), ladder design (i.e., multiple steps), shuttle run, and disc ride. Additional prompt procedures (i.e., verbal, gestural, visual cues, and modeling) were implemented within the study. After the students mastered the physical activities, we tested to see if they would link the skills together (i.e., complete an obstacle course). All three students made progress learning the physical activities, but only one learned them with video modeling alone (i.e., without error correction). Video modeling can be an effective tool for teaching students with significant disabilities various physical activities, though additional prompting procedures may be needed.

  17. Video Game Vision Syndrome: A New Clinical Picture in Children?

    PubMed

    Rechichi, Caterina; De Mojà, Gilda; Aragona, Pasquale

    2017-11-01

    To examine a possible relationship between exposure to video games/electronic screens and visual issues in children between 3 and 10 years of age. An observational, cross-sectional study of a population of children using video games was employed. All patients between 3 and 10 years of age were recruited at an outpatient unit accredited by the Italian Regional Health Service. Three hundred twenty children (159 boys and 161 girls; mean age = 6.9 ± 2 years) were observed. Ophthalmological examination included assessment of stereoscopic vision on Lang-Stereotests I and II (LANG-STEREOTEST AG, Küsnacht, Switzerland) and identification of the dominant eye using the Dolman method. Furthermore, a questionnaire was used to record asthenopic symptoms and daily exposure to video games and electronic screens. Two groups of children were examined according to the average amount of time spent playing video games daily: children who played video games for less than 30 minutes per day and not every day (control group) and children who played video games for 30 minutes or more every day (video game group). Both groups were then divided into two subgroups: children using other types of electronic screens (eg, televisions, computers, tablets, and smartphones) for less than 3 hours daily (low electronic use subgroup) and children using other types of electronic screens for 3 hours or more per day (high electronic use subgroup). Asthenopia (especially headache, eyelid tic, transient diplopia, and dizziness), absence of fine stereopsis, and refractive errors were statistically more frequent (mainly in the dominant eye) in children in the video game group. These symptoms were frequent and peculiar in the video game group and might be part of a video game vision syndrome that has not been defined yet. It is important to recognize these signs as possible functional disorders to avoid erroneous diagnostic and therapeutic interventions. [J Pediatr Ophthalmol Strabismus. 2017

  18. Clarifying Resilience in the Context of Homeland Security

    DTIC Science & Technology

    2013-03-01

    Resilience Is a Complex Adaptive System of Systems ( CASoS ) ....60 4. Resilience Is Experienced and Demonstrated in Different Ways ..60 5. Resilience Is...The inclusion of a resilience module into existing homeland security training programs broadens the practitioner’s knowledge base from a basic level...psychology offer several considerations for the homeland security practitioner. The first consideration maintains that a de -emphasis on the

  19. Influence of Information and Communication Technologies on the Resilience and Coping of Sexual and Gender Minority Youth in the United States and Canada (Project #Queery): Mixed Methods Survey

    PubMed Central

    McInroy, Lauren B; D'Souza, Sandra A; Austin, Ashley; McCready, Lance T; Eaton, Andrew D; Shade, Leslie R; Wagaman, M Alex

    2017-01-01

    Background Sexual and gender minority youth are a population in peril, exemplified by their disproportionate risk of negative experiences and outcomes. Sexual and gender minority youth may be particularly active users of information and communication technologies (ICTs), and it is important to identify the potential contributions of ICTs to their resilience and well-being. Objective Our aim was to (1) investigate the use of ICTs by sexual and gender minority youth, (2) identify the ways that ICTs influence the resilience and coping of sexual and gender minority youth, focusing on promotion of well-being through self-guided support-seeking (particularly using mobile devices), (3) develop a contextually relevant theoretical conceptualization of resilience incorporating minority stress and ecological approaches, (4) generate best practices and materials that are accessible to multiple interested groups, and (5) identify whether video narratives are a viable alternative to collect qualitative responses in Web-based surveys for youth. Methods Mixed methods, cross-sectional data (N=6309) were collected via a Web-based survey from across the United States and Canada from March-July 2016. The sample was generated using a multipronged, targeted recruitment approach using Web-based strategies and consists of self-identified English-speaking sexual and gender minority youth aged 14-29 with technological literacy sufficient to complete the Web-based survey. The survey was divided into eight sections: (1) essential demographics, (2) ICT usage, (3) health and mental health, (4) coping and resilience, (5) sexual and gender minority youth identities and engagement, (6) fandom communities, (7) nonessential demographics, and (8) a video submission (optional, n=108). The option of a 3-5 minute video submission represents a new research innovation in Web-based survey research. Results Data collection is complete (N=6309), and analyses are ongoing. Proposed analyses include (1

  20. From academic to applied: Operationalising resilience in river systems

    NASA Astrophysics Data System (ADS)

    Parsons, Melissa; Thoms, Martin C.

    2018-03-01

    The concept of resilience acknowledges the ability of societies to live and develop with dynamic environments. Given the recognition of the need to prepare for anticipated and unanticipated shocks, applications of resilience are increasing as the guiding principle of public policy and programs in areas such as disaster management, urban planning, natural resource management, and climate change adaptation. River science is an area in which the adoption of resilience is increasing, leading to the proposition that resilience may become a guiding principle of river policy and programs. Debate about the role of resilience in rivers is part of the scientific method, but disciplinary disunity about the ways to approach resilience application in policy and programs may leave river science out of the policy process. We propose six elements that need to be considered in the design and implementation of resilience-based river policy and programs: rivers as social-ecological systems; the science-policy interface; principles, capacities, and characteristics of resilience; cogeneration of knowledge; adaptive management; and the state of the science of resilience.

  1. Can law foster social-ecological resilience?

    USGS Publications Warehouse

    Garmestani, Ahjond S.; Allen, Craig R.; Benson, Melinda H.

    2013-01-01

    Law plays an essential role in shaping natural resource and environmental policy, but unfortunately, many environmental laws were developed around the prevailing scientific understanding that there was a “balance of nature” that could be managed and sustained. This view assumes that natural resource managers have the capacity to predict the behavior of ecological systems, know what its important functional components are, and successfully predict the outcome of management interventions. This paper takes on this problem by summarizing and synthesizing the contributions to this Special Feature (Law and Social-Ecological Resilience, Part I: Contributions from Resilience 2011), focusing on the interaction of law and social-ecological resilience, and then offering recommendations for the integration of law and social-ecological resilience.

  2. Building from a conceptual model of the resilience process during ageing, towards the Groningen Aging Resilience Inventory.

    PubMed

    van Abbema, Renske; Bielderman, Annemiek; De Greef, Mathieu; Hobbelen, Hans; Krijnen, Wim; van der Schans, Cees

    2015-09-01

    To develop and psychometrically test the Groningen Ageing Resilience Inventory. Ageing is a process that is often accompanied by functional limitation, disabilities and losses. Instead of focusing on these negative events of ageing, there are opportunities in focusing on adaptation mechanisms, like resilience, that are helpful to cope with those adversities. Cross-sectional study. The study was conducted from 2011-2012. First, a conceptual model of resilience during the ageing process was constructed. Next, items were formulated that made up a comprehensive template questionnaire reflecting the model. Finally, a cross-sectional study was performed to evaluate the construct validity and internal consistency of this template 16-item questionnaire. Participants (N = 229) with a mean age of 71·5 years, completed the template 16-item Groningen Ageing Resilience Inventory, and performance based tests and psychological questionnaires. Exploratory factor analysis resulted in a two factor solution of internal and external resources of resilience. Three items did not discriminate well between the two factors and were deleted, remaining a final 13-item questionnaire that shows evidence of good internal consistency. The direction and magnitude of the correlations with other measures support the construct validity. The Groningen Ageing Resilience Inventory is a useful instrument that can help nurses, other healthcare workers, researchers and providers of informal care to identify the internal and external resources of resilience in individuals and groups. In a multidisciplinary biopsychosocial approach this knowledge provides tools for empowering older patients in performing health promoting behaviors and self-care tasks. © 2015 John Wiley & Sons Ltd.

  3. Inferring the relative resilience of alternative states

    USGS Publications Warehouse

    Angeler, David G.; Allen, Craig R.; Rojo, Carmen; Alvarez-Cobelas, Miguel; Rodrigo, Maria A.; Sanchez-Carrillo, Salvador

    2013-01-01

    Ecological systems may occur in alternative states that differ in ecological structures, functions and processes. Resilience is the measure of disturbance an ecological system can absorb before changing states. However, how the intrinsic structures and processes of systems that characterize their states affects their resilience remains unclear. We analyzed time series of phytoplankton communities at three sites in a floodplain in central Spain to assess the dominant frequencies or “temporal scales” in community dynamics and compared the patterns between a wet and a dry alternative state. The identified frequencies and cross-scale structures are expected to arise from positive feedbacks that are thought to reinforce processes in alternative states of ecological systems and regulate emergent phenomena such as resilience. Our analyses show a higher species richness and diversity but lower evenness in the dry state. Time series modeling revealed a decrease in the importance of short-term variability in the communities, suggesting that community dynamics slowed down in the dry relative to the wet state. The number of temporal scales at which community dynamics manifested, and the explanatory power of time series models, was lower in the dry state. The higher diversity, reduced number of temporal scales and the lower explanatory power of time series models suggest that species dynamics tended to be more stochastic in the dry state. From a resilience perspective our results highlight a paradox: increasing species richness may not necessarily enhance resilience. The loss of cross-scale structure (i.e. the lower number of temporal scales) in community dynamics across sites suggests that resilience erodes during drought. Phytoplankton communities in the dry state are therefore likely less resilient than in the wet state. Our case study demonstrates the potential of time series modeling to assess attributes that mediate resilience. The approach is useful for assessing

  4. The International Resilience Research Project.

    ERIC Educational Resources Information Center

    Grotberg, Edith H.

    Resilience is defined as "the human capacity to face, overcome, and be strengthened by experiences of adversity." This study used an Eriksonian developmental model to examine parents', caregivers', and children's resilience-promotion in children up to 12 years of age. Age and gender differences and cultural/ethnic similarities and…

  5. Linguistic Vitality, Endangerment, and Resilience

    ERIC Educational Resources Information Center

    Roche, Gerald

    2017-01-01

    The concept of "resilience" originated in both ecology and psychology, and refers to the propensity of a system or entity to "bounce back" from a disturbance. Recently, the concept has found increasing application within linguistics, particularly the study of endangered languages. In this context, resilience is used to describe…

  6. Defining resilience: A preliminary integrative literature review

    USGS Publications Warehouse

    Wilt, Bonnie; Long, Suzanna K.; Shoberg, Thomas G.

    2016-01-01

    The term “resilience” is ubiquitous in technical literature; it appears in numerous forms, such as resilience, resiliency, or resilient, and each use may have a different definition depending on the interpretation of the writer. This creates difficulties in understanding what is meant by ‘resilience’ in any given use case, especially in discussions of interdisciplinary research. To better understand this problem, this research constructs a preliminary integrative literature review to map different definitions, applications and calculation methods of resilience invoked within critical infrastructure applications. The preliminary review uses a State-of-the-Art Matrix (SAM) analysis to characterize differences in definition across disciplines and between regions. Qualifying the various usages of resilience will produce a greater precision in the literature and a deeper insight into types of data required for its evaluation, particularly with respect to critical infrastructure calculations and how such data may be analyzed. Results from this SAM analysis will create a framework of key concepts as part of the most common applications for “resilient critical infrastructure” modeling.

  7. Resilience and suicidality among homeless youth.

    PubMed

    Cleverley, Kristin; Kidd, Sean A

    2011-10-01

    Homeless and street-involved youth are considered an extremely high risk group, with many studies highlighting trajectories characterized by abusive, neglectful, and unstable family histories, victimization and criminal involvement while on the streets, high rates of physical and mental illness, and extremely high rates of mortality. While there exists a substantial body of knowledge regarding risk, in recent years attention has been increasingly shifting to the examination of resilience, intervention, and service delivery models for these young people. The present study describes the findings from a quantitative examination of personal and street-related demographics, psychological distress, self-esteem, resilience, and suicidality among 47 homeless and street-involved youth. Key findings indicate that the apparent erosion of mental health variables, including resilience, occurs as a function of how long the youths have been without stable housing. Finally, those youths' perceived resilience was associated with less suicidal ideation whereas higher psychological distress was associated with higher suicidal ideation, even when accounting for resiliency. Copyright © 2010 The Foundation for Professionals in Services for Adolescents. Published by Elsevier Ltd. All rights reserved.

  8. Building Psychological Health: The Services’ Perspectives on Resilience

    DTIC Science & Technology

    2011-01-24

    program; medical supported • Doctrine signed Dec 2010 • Training: > 200,000 trained to date • 8 courses on Navy eLearning • Formal curriculum delivered...Address future concerns and build psychological resiliency 10 Reserve Resilience Initiatives 2011 MHS Conference NSW Resilience Enterprise  Resilience

  9. Ulysses' Return: Resilient Male Leaders Still at the Helm

    ERIC Educational Resources Information Center

    McClellan, Rhonda; Christman, Dana; Fairbanks, Anthony

    2008-01-01

    This study examined resilient men in higher education administration, educational leadership programs to determine how they identified components of their resiliency, how they described events that demonstrated their resiliency, and how they prescribed ways in which preparation programs can foster resiliency in students. Using masculinity…

  10. Cultural understandings of resilience: roots for wings in the development of affective resources for resilience.

    PubMed

    Cameron, Catherine Ann; Ungar, Michael; Liebenberg, Linda

    2007-04-01

    The authors examine one of the precursors of positive development: attachment. Attachment and the positive growth it portends for populations of children under stress underpins positive developmental outcomes now termed "resilience." Resilience may be understood as a process of adaptation to adversity that is scaffolded by environmental, cultural, social, psychologic, and physiologic processes. The authors focus on two methodologically different approaches to studying attachments that contribute to resilient functioning at two different phases of development (toddlerhood and adolescence). The authors examine the cultural differences found in manifestations of resilience in different countries and cultures. Organized around this theme of attachment, the authors identify adaptive factors in resistance to risk from adverse circumstances. The authors strive to identify how the adaptation involved in attachment relations can protect against vulnerability. The authors conclude with a description of the processes that might help us to understand situational, experiential, and personal resources that intersect to protect the developing individual against assaults on normal growth and development.

  11. Water Infrastructure and Resiliency Finance Center

    EPA Pesticide Factsheets

    The Water Infrastructure and Resiliency Finance Center serves as a resource to communities to improve their wastewater, drinking water and stormwater systems, particularly through innovative financing and increased resiliency to climate change.

  12. Value-Focused Objectives Model for Community Resilience

    DTIC Science & Technology

    2014-04-01

    Value-focused objectives model for community resilience : Final report Prepared by: Jay Adamsson CAE Integrated Enterprise Solutions...2014 Value-Focused Objectives Model for Community Resilience Final Report 24 March 2014 – iv – 5606-002 Version 01 T A B L E O F C O N T E... Community Resilience ......................................................... 13 APPENDIX A LIST OF ACRONYMS

  13. The importance of being resilient

    NASA Astrophysics Data System (ADS)

    Mysiak, J.

    2012-04-01

    Despite many efforts to pin down resilience in terms of measurable indicators and indices, there is little agreement about what is the most appropriate scale, level of (dis)integration, functional relationship and trade-off between the various constituents of resilience. More than anything else, resilience is knowledge. Knowing how to prepare, respond and recover from hazard strikes. More than that, resilience is a capacity to deploy that knowledge. To help oneself to get back on feet after having sustained a blow. To learn how to. Resilience has many forms and manifestations. People convalescing after having lost what was dear to them. Communities recovering from shattering blows. Economies getting back on track after having sustained major shocks and losses. However, resilience has also negative connotation: the persistent overlooking of the threat and perceived powerlessness of individuals, in front of unacquainted community or nonsensical institutions, to make any difference. During the flood emergency situations, the community resilience is determined at individual level by the willpower and readiness of community members to help others in need ('we don't step away') and themselves, and the degree to which they know how to. In this sense, the preparedness comprises capability and experience that can be acquired or trained, and commitment which is transmitted by moral obligation and community membership. In the most cases it is not the professional staff trained for emergency situation which arrives as first at the place of disaster, however well the emergency response is organised. Before the professional rescue teams, the ordinary people intervene, or can do so, with positive or negative outcomes. The articles revisits recent flood events and identify factors and measures that boost community resilience to flood (REF). In Italy, the analysed events included 2000 Soverato, 2006 Vibo Valentia floods, both places situated in Calabria on Ionian and Tyrrhenian

  14. Adventure Education and Resilience Enhancement

    ERIC Educational Resources Information Center

    Beightol, Jesse; Jevertson, Jenn; Carter, Susan; Gray, Sky; Gass, Michael

    2012-01-01

    This study assessed the effect of an experiential, adventure-based program on levels of resilience in fifth-grade Latino students. A mixed methods, quasi-experimental design was used to measure the impact of the Santa Fe Mountain Center's Anti-Bullying Initiative on internal assets commonly associated with resilient individuals. Results indicated…

  15. Resilience: A Meta-Analytic Approach

    ERIC Educational Resources Information Center

    Lee, Ji Hee; Nam, Suk Kyung; Kim, A-Reum; Kim, Boram; Lee, Min Young; Lee, Sang Min

    2013-01-01

    This study investigated the relationship between psychological resilience and its relevant variables by using a meta-analytic method. The results indicated that the largest effect on resilience was found to stem from the protective factors, a medium effect from risk factors, and the smallest effect from demographic factors. (Contains 4 tables.)

  16. Security and Resilience | Grid Modernization | NREL

    Science.gov Websites

    Security and Resilience Security and Resilience NREL develops tools and solutions to enable a more Consortium, NREL collaborates with industry, academia, and other research organizations to find solutions to

  17. Resilience from coastal protection.

    PubMed

    Ewing, Lesley C

    2015-10-28

    Coastal areas are important residential, commercial and industrial areas; but coastal hazards can pose significant threats to these areas. Shoreline/coastal protection elements, both built structures such as breakwaters, seawalls and revetments, as well as natural features such as beaches, reefs and wetlands, are regular features of a coastal community and are important for community safety and development. These protection structures provide a range of resilience to coastal communities. During and after disasters, they help to minimize damages and support recovery; during non-disaster times, the values from shoreline elements shift from the narrow focus on protection. Most coastal communities have limited land and resources and few can dedicate scarce resources solely for protection. Values from shore protection can and should expand to include environmental, economic and social/cultural values. This paper discusses the key aspects of shoreline protection that influence effective community resilience and protection from disasters. This paper also presents ways that the economic, environmental and social/cultural values of shore protection can be evaluated and quantified. It presents the Coastal Community Hazard Protection Resilience (CCHPR) Index for evaluating the resilience capacity to coastal communities from various protection schemes and demonstrates the use of this Index for an urban beach in San Francisco, CA, USA. © 2015 The Author(s).

  18. Teacher Resilience: Theorizing Resilience and Poverty

    ERIC Educational Resources Information Center

    Ebersöhn, Liesel

    2014-01-01

    In this article, I hope to provide some novel insights into teacher resilience and poverty on the basis of ten-year long-term ethnographic participatory reflection and action data obtained from teachers (n?=?87) in rural (n?=?6) and urban (n?=?8) schools (n?=?14, high schools?=?4, primary schools?=?10) in three South African provinces. In…

  19. Degradation and resilience of soils

    PubMed Central

    Lal, R.

    1997-01-01

    Debate on global soil degradation, its extent and agronomic impact, can only be resolved through understanding of the processes and factors leading to establishment of the cause-effect relationships for major soils, ecoregions, and land uses. Systematic evaluation through long-term experimentation is needed for establishing quantitative criteria of (i) soil quality in relation to specific functions; (ii) soil degradation in relation to critical limits of key soil properties and processes; and (iii) soil resilience in relation to the ease of restoration through judicious management and discriminate use of essential input. Quantitative assessment of soil degradation can be obtained by evaluating its impact on productivity for different land uses and management systems. Interdisciplinary research is needed to quantify soil degradation effects on decrease in productivity, reduction in biomass, and decline in environment quality throught pollution and eutrophication of natural waters and emission of radiatively-active gases from terrestrial ecosystems to the atmosphere. Data from long-term field experiments in principal ecoregions are specifically needed to (i) establish relationships between soil quality versus soil degradation and soil quality versus soil resilience; (ii) identify indicators of soil quality and soil resilience; and (iii) establish critical limits of important properties for soil degradation and soil resilience. There is a need to develop and standardize techniques for measuring soil resilience.

  20. Water Resilience

    EPA Pesticide Factsheets

    The Drinking Water and Wastewater Resiliency site provides tools and resources for drinking water and wastewater utilities in the full spectrum of emergency management which includes prevention, mitigation, preparedness, response and recovery.

  1. The Los Angeles County Community Disaster Resilience Project - a community-level, public health initiative to build community disaster resilience.

    PubMed

    Eisenman, David; Chandra, Anita; Fogleman, Stella; Magana, Aizita; Hendricks, Astrid; Wells, Ken; Williams, Malcolm; Tang, Jennifer; Plough, Alonzo

    2014-08-19

    Public health officials need evidence-based methods for improving community disaster resilience and strategies for measuring results. This methods paper describes how one public health department is addressing this problem. This paper provides a detailed description of the theoretical rationale, intervention design and novel evaluation of the Los Angeles County Community Disaster Resilience Project (LACCDR), a public health program for increasing community disaster resilience. The LACCDR Project utilizes a pretest-posttest method with control group design. Sixteen communities in Los Angeles County were selected and randomly assigned to the experimental community resilience group or the comparison group. Community coalitions in the experimental group receive training from a public health nurse trained in community resilience in a toolkit developed for the project. The toolkit is grounded in theory and uses multiple components to address education, community engagement, community and individual self-sufficiency, and partnerships among community organizations and governmental agencies. The comparison communities receive training in traditional disaster preparedness topics of disaster supplies and emergency communication plans. Outcome indicators include longitudinal changes in inter-organizational linkages among community organizations, community member responses in table-top exercises, and changes in household level community resilience behaviors and attitudes. The LACCDR Project is a significant opportunity and effort to operationalize and meaningfully measure factors and strategies to increase community resilience. This paper is intended to provide public health and academic researchers with new tools to conduct their community resilience programs and evaluation research. Results are not yet available and will be presented in future reports.

  2. Spatial modeling of infrastructure resilience to the natural disasters using baseline resilience indicators for communities (BRIC) - Case study: 5 districts/cities of Bandung Basin area

    NASA Astrophysics Data System (ADS)

    Nafishoh, Qoriatun; Riqqi, Akhmad; Meilano, Irwan

    2017-07-01

    The Bandung Basin area has highly susceptible to the natural disasters. Therefore, resilience measurement is useful to find out the capacity of an area in the facing of a natural disaster. Natural disaster resilience can be measured using BRIC (Baseline Resilience Indicators for Communities) model. This model comprises several indicators; includes social, economic, community, institution, infrastructure, and the environment. This research tries to measure resilience to the natural disasters with still focusing on infrastructure resilience measurement by spatial modeling and analyzed the dominant driving factor that contributes to this resilience trend. We generated a spatial modeling by applying a spatial analysis to the infrastructure objects. The infrastructure objects consist of the road, school, and health facilities. Those objects will be given some radius levels that indicate the resilience level by using buffer processing. An area closest to those objects will have high resilience and contrarily. Our result showed that almost all city areas (Bandung and Cimahi City) have high resilience because they have many infrastructure objects. But contrarily with the district areas which are still contained many patterns of low and moderate resilience level. The dominant driving factor of infrastructure resilience in this research area is a road. The areas which are closest to the road have high resilience and farther away from the road will have low resilience.

  3. Dashboard Videos

    NASA Astrophysics Data System (ADS)

    Gleue, Alan D.; Depcik, Chris; Peltier, Ted

    2012-11-01

    Last school year, I had a web link emailed to me entitled "A Dashboard Physics Lesson." The link, created and posted by Dale Basier on his Lab Out Loud blog, illustrates video of a car's speedometer synchronized with video of the road. These two separate video streams are compiled into one video that students can watch and analyze. After seeing this website and video, I decided to create my own dashboard videos to show to my high school physics students. I have produced and synchronized 12 separate dashboard videos, each about 10 minutes in length, driving around the city of Lawrence, KS, and Douglas County, and posted them to a website.2 Each video reflects different types of driving: both positive and negative accelerations and constant speeds. As shown in Fig. 1, I was able to capture speed, distance, and miles per gallon from my dashboard instrumentation. By linking this with a stopwatch, each of these quantities can be graphed with respect to time. I anticipate and hope that teachers will find these useful in their own classrooms, i.e., having physics students watch the videos and create their own motion maps (distance-time, speed-time) for study.

  4. Morphological brain measures of cortico-limbic inhibition related to resilience.

    PubMed

    Gupta, Arpana; Love, Aubrey; Kilpatrick, Lisa A; Labus, Jennifer S; Bhatt, Ravi; Chang, Lin; Tillisch, Kirsten; Naliboff, Bruce; Mayer, Emeran A

    2017-09-01

    Resilience is the ability to adequately adapt and respond to homeostatic perturbations. Although resilience has been associated with positive health outcomes, the neuro-biological basis of resilience is poorly understood. The aim of the study was to identify associations between regional brain morphology and trait resilience with a focus on resilience-related morphological differences in brain regions involved in cortico-limbic inhibition. The relationship between resilience and measures of affect were also investigated. Forty-eight healthy subjects completed structural MRI scans. Self-reported resilience was measured using the Connor and Davidson Resilience Scale. Segmentation and regional parcellation of images was performed to yield a total of 165 regions. Gray matter volume (GMV), cortical thickness, surface area, and mean curvature were calculated for each region. Regression models were used to identify associations between morphology of regions belonging to executive control and emotional arousal brain networks and trait resilience (total and subscales) while controlling for age, sex, and total GMV. Correlations were also conducted between resilience scores and affect scores. Significant associations were found between GM changes in hypothesized brain regions (subparietal sulcus, intraparietal sulcus, amygdala, anterior mid cingulate cortex, and subgenual cingulate cortex) and resilience scores. There were significant positive correlations between resilience and positive affect and negative correlations with negative affect. Resilience was associated with brain morphology of regions involved in cognitive and affective processes related to cortico-limbic inhibition. Brain signatures associated with resilience may be a biomarker of vulnerability to disease. © 2016 Wiley Periodicals, Inc. © 2016 Wiley Periodicals, Inc.

  5. Concurrent Validity Between Live and Home Video Observations Using the Alberta Infant Motor Scale

    PubMed Central

    van Dam, Ellen; van Haastert, Ingrid C.; Nuysink, Jacqueline

    2017-01-01

    Purpose: Serial assessment of gross motor development of infants at risk is an established procedure in neonatal follow-up clinics. Assessments based on home video recordings could be a relevant addition. Methods: In 48 infants (1.5-19 months), the concurrent validity of 2 applications was examined using the Alberta Infant Motor Scale: (1) a home video made by parents and (2) simultaneous observation on-site by a pediatric physical therapist. Parents' experiences were explored using a questionnaire. Results: The intraclass correlation coefficient agreement between live and home video assessment was 0.99, with a standard error of measurement of 1.41 items. Intra- and interrater reliability: intraclass correlation coefficients were more than 0.99. According to 94% of the parents, recording their infant's movement repertoire was easy to perform. Conclusion: Assessing the Alberta Infant Motor Scale based on home video recordings is comparable to assessment by live observation. The video method is a promising application that can be used with low burden for parents and infants. PMID:28350771

  6. Urban flooding and Resilience: concepts and needs

    NASA Astrophysics Data System (ADS)

    Gourbesville, Ph.

    2012-04-01

    During the recent years, a growing interest for resilience has been expressed in the natural disaster mitigation area and especially in the flood related events. The European Union, under the Seventh Framework Programme (FP7), has initiated several research initiatives in order to explore this concept especially for the urban environments. Under urban resilience is underlined the ability of system potentially exposed to hazard to resist, respond, recover and reflect up to stage which is enough to preserve level of functioning and structure. Urban system can be resilient to lot of different hazards. Urban resilience is defined as the degree to which cities are able to tolerate some disturbance before reorganizing around a new set of structures and processes (Holling 1973, De Bruijn 2005). The United Nation's International strategy for Disaster Reductions has defined resilience as "the capacity of a system, community or society potentially exposed to hazards to adapt, by resisting or changing in order to reach and maintain an acceptable level of functioning and structure. This is determined by the degree to which the social system is capable of organizing itself to increase this capacity for learning from past disasters for better future protection and to improve risk reduction measures."(UN/ISDR 2004). According to that, system should be able to accept the hazard and be able to recover up to condition that provides acceptable operational level of city structure and population during and after hazard event. Main elements of urban system are built environment and population. Physical characteristic of built environment and social characteristic of population have to be examined in order to evaluate resilience. Therefore presenting methodology for assessing flood resilience in urban areas has to be one of the focal points for the exposed cities. Strategies under flood management planning related to resilience of urban systems are usually regarding controlling runoff

  7. Reliability and Validity Testing of the Physical Resilience Measure

    ERIC Educational Resources Information Center

    Resnick, Barbara; Galik, Elizabeth; Dorsey, Susan; Scheve, Ann; Gutkin, Susan

    2011-01-01

    Objective: The purpose of this study was to test reliability and validity of the Physical Resilience Scale. Methods: A single-group repeated measure design was used and 130 older adults from three different housing sites participated. Participants completed the Physical Resilience Scale, Hardy-Gill Resilience Scale, 14-item Resilience Scale,…

  8. Optimal space communications techniques. [discussion of video signals and delta modulation

    NASA Technical Reports Server (NTRS)

    Schilling, D. L.

    1974-01-01

    The encoding of video signals using the Song Adaptive Delta Modulator (Song ADM) is discussed. The video signals are characterized as a sequence of pulses having arbitrary height and width. Although the ADM is suited to tracking signals having fast rise times, it was found that the DM algorithm (which permits an exponential rise for estimating an input step) results in a large overshoot and an underdamped response to the step. An overshoot suppression algorithm which significantly reduces the ringing while not affecting the rise time is presented along with formuli for the rise time and the settling time. Channel errors and their effect on the DM encoded bit stream were investigated.

  9. Classroom Culture Promotes Academic Resiliency

    ERIC Educational Resources Information Center

    DiTullio, Gina

    2014-01-01

    Resiliency is what propels many students to continue moving forward under difficult learning and life conditions. We intuitively think that such resilience is a character quality that cannot be taught. On the contrary, when a teacher sets the right conditions and culture for it in the classroom by teaching collaboration and communication skills,…

  10. The effect of methylphenidate on Internet video game play in children with attention-deficit/hyperactivity disorder.

    PubMed

    Han, Doug Hyun; Lee, Young Sik; Na, Churl; Ahn, Jee Young; Chung, Un Sun; Daniels, Melissa A; Haws, Charlotte A; Renshaw, Perry F

    2009-01-01

    A number of studies about attention-deficit/hyperactivity disorder (ADHD) and Internet video game play have examined the prefrontal cortex and dopaminergic system. Stimulants such as methylphenidate (MPH), given to treat ADHD, and video game play have been found to increase synaptic dopamine. We hypothesized that MPH treatment would reduce Internet use in subjects with co-occurring ADHD and Internet video game addictions. Sixty-two children (52 males and 10 females), drug-naive, diagnosed with ADHD, and Internet video game players, participated in this study. At the beginning of the study and after 8 weeks of treatment with Concerta (OROS methylphenidate HCl, Seoul, Korea), participants were assessed with Young's Internet Addiction Scale, Korean version (YIAS-K), Korean DuPaul's ADHD Rating Scale, and the Visual Continuous Performance Test. Their Internet usage time was also recorded. After 8 weeks of treatment, the YIAS-K scores and Internet usage times were significantly reduced. The changes in the YIAS-K scores between the baseline and 8-week assessments were positively correlated with the changes in total and inattention scores from the Korean DuPaul's ADHD Rating Scale, as well as omission errors from the Visual Continuous Performance Test. There was also a significant difference in the number of omission errors among non-Internet-addicted, mildly Internet addicted, and severely Internet addicted participants. We suggest that Internet video game playing might be a means of self-medication for children with ADHD. In addition, we cautiously suggest that MPH might be evaluated as a potential treatment of Internet addiction.

  11. Quality optimization of H.264/AVC video transmission over noisy environments using a sparse regression framework

    NASA Astrophysics Data System (ADS)

    Pandremmenou, K.; Tziortziotis, N.; Paluri, S.; Zhang, W.; Blekas, K.; Kondi, L. P.; Kumar, S.

    2015-03-01

    We propose the use of the Least Absolute Shrinkage and Selection Operator (LASSO) regression method in order to predict the Cumulative Mean Squared Error (CMSE), incurred by the loss of individual slices in video transmission. We extract a number of quality-relevant features from the H.264/AVC video sequences, which are given as input to the LASSO. This method has the benefit of not only keeping a subset of the features that have the strongest effects towards video quality, but also produces accurate CMSE predictions. Particularly, we study the LASSO regression through two different architectures; the Global LASSO (G.LASSO) and Local LASSO (L.LASSO). In G.LASSO, a single regression model is trained for all slice types together, while in L.LASSO, motivated by the fact that the values for some features are closely dependent on the considered slice type, each slice type has its own regression model, in an e ort to improve LASSO's prediction capability. Based on the predicted CMSE values, we group the video slices into four priority classes. Additionally, we consider a video transmission scenario over a noisy channel, where Unequal Error Protection (UEP) is applied to all prioritized slices. The provided results demonstrate the efficiency of LASSO in estimating CMSE with high accuracy, using only a few features. les that typically contain high-entropy data, producing a footprint that is far less conspicuous than existing methods. The system uses a local web server to provide a le system, user interface and applications through an web architecture.

  12. A web-based team-oriented medical error communication assessment tool: development, preliminary reliability, validity, and user ratings.

    PubMed

    Kim, Sara; Brock, Doug; Prouty, Carolyn D; Odegard, Peggy Soule; Shannon, Sarah E; Robins, Lynne; Boggs, Jim G; Clark, Fiona J; Gallagher, Thomas

    2011-01-01

    Multiple-choice exams are not well suited for assessing communication skills. Standardized patient assessments are costly and patient and peer assessments are often biased. Web-based assessment using video content offers the possibility of reliable, valid, and cost-efficient means for measuring complex communication skills, including interprofessional communication. We report development of the Web-based Team-Oriented Medical Error Communication Assessment Tool, which uses videotaped cases for assessing skills in error disclosure and team communication. Steps in development included (a) defining communication behaviors, (b) creating scenarios, (c) developing scripts, (d) filming video with professional actors, and (e) writing assessment questions targeting team communication during planning and error disclosure. Using valid data from 78 participants in the intervention group, coefficient alpha estimates of internal consistency were calculated based on the Likert-scale questions and ranged from α=.79 to α=.89 for each set of 7 Likert-type discussion/planning items and from α=.70 to α=.86 for each set of 8 Likert-type disclosure items. The preliminary test-retest Pearson correlation based on the scores of the intervention group was r=.59 for discussion/planning and r=.25 for error disclosure sections, respectively. Content validity was established through reliance on empirically driven published principles of effective disclosure as well as integration of expert views across all aspects of the development process. In addition, data from 122 medicine and surgical physicians and nurses showed high ratings for video quality (4.3 of 5.0), acting (4.3), and case content (4.5). Web assessment of communication skills appears promising. Physicians and nurses across specialties respond favorably to the tool.

  13. A conceptual framework for evaluating tsunami resilience

    NASA Astrophysics Data System (ADS)

    Pushpalal, Dinil

    2017-02-01

    As many coastal towns in the northeast coast of Japan were destroyed by tsunami accompanied with the Great East Japan Earthquake, a few of them were survived or little damaged with no or less casualties due to some reasons. Yoshihama in Iwate prefecture is one of such little damaged communities and is known as “Lucky Beach.” There were such “lucky” and “unlucky” regions in Indonesia and Sri Lanka too, which were affected by Indian Ocean Tsunami. Identification of reasons for vulnerability or resilience is the primary consideration of this article. It presents pragmatic conceptual framework for evaluating resilience, based on author’s firsthand experience on above both tsunamis. Integral resilience of a given area has been considered after dividing into three phases namely, onsite resilience, instantaneous survivability, and recovery potentiality of the area. The author assumes that capacity of each phase depends on socioeconomic, infrastructural and geographical factors of the area considered. The paper moves forward, arguing appropriateness of the framework by giving examples collected from Japan, Indonesia and Sri Lanka. The framework will be useful for evaluating resilience of coastal townships and also planning resilient townships, specifically focusing on tsunami.

  14. Developing Mathematical Resilience of Prospective Math Teachers

    NASA Astrophysics Data System (ADS)

    Ariyanto, L.; Herman, T.; Sumarmo, U.; Suryadi, D.

    2017-09-01

    Prospective math teachers need to develop positive adaptive attitudes toward mathematics that will enable them to continue learning despite having to deal with obstacles and difficulties. This research focuses on the resilience improvement of the prospective mathematic teachers after being treated using problem-based learning based on their basic knowledge on mathematic and their overall knowledge on math. This research used only one group for pre-test and post-test. The result of this research shows that there is improvement on prospective teachers’ resilience after they were given treatment using problem-based learning. One of the factors causing the resilience improvement of the prospective mathematic teachers is the instructions on students’ work sheet. In the instructions, stud ents were asked to write difficulties in solving math problems as well as write down the solution they take to overcome them. This research can be used as a reference for other researchers who want to do the same research related on students’ resiliency o n math and or math lecturers to improve the resilience of prospective teachers to be resilient teachers on math in the future.

  15. Social ecology of resilience and Sumud of Palestinians

    PubMed Central

    Marie, Mohammad; Hannigan, Ben; Jones, Aled

    2017-01-01

    The aim of this article is to provide an overview of theoretical perspectives and practical research knowledge in relation to ‘resilience’, the resilience of Palestinians in particular and the related concept of ‘Sumud’. ‘Sumud’ is a Palestinian idea that is interwoven with ideas of personal and collective resilience and steadfastness. It is also a socio-political concept and refers to ways of surviving in the context of occupation, chronic adversity, lack of resources and limited infrastructure. The concept of ‘resilience’ has deep roots, going back at least to the 10th century when Arabic scholars suggested strategies to cope with life adversity. In Europe, research into resilience extends back to the 1800s. The understanding of resilience has developed over four overlapping waves. These focus on individual traits, protective factors, ecological assets and (in the current wave) social ecological factors. The current wave of resilience research focuses on the contribution of cultural contextualisation and is an approach that is discussed in this article, which draws on Arabic and English language literature located through a search of multiple databases (CINAHL, British Nursing Index, ASSIA, MEDLINE, PsycINFO and EMBASE). Findings suggest that ‘Sumud’ is linked to the surrounding cultural context and can be thought of as an innovative, social ecological, approach to promoting resilience. We show that resilience is a prerequisite to ‘Sumud’, meaning that the individual has to be resilient in order to stay and not to leave their place, position or community. We close by pressing the case for studies which investigate resilience especially in underdeveloped countries such as Palestine (occupied Palestinian territories), and which reveal how resilience is embedded in pre-existing cultural contexts. PMID:28177266

  16. The effects of video game experience and active stereoscopy on performance in combat identification tasks.

    PubMed

    Keebler, Joseph R; Jentsch, Florian; Schuster, David

    2014-12-01

    We investigated the effects of active stereoscopic simulation-based training and individual differences in video game experience on multiple indices of combat identification (CID) performance. Fratricide is a major problem in combat operations involving military vehicles. In this research, we aimed to evaluate the effects of training on CID performance in order to reduce fratricide errors. Individuals were trained on 12 combat vehicles in a simulation, which were presented via either a non-stereoscopic or active stereoscopic display using NVIDIA's GeForce shutter glass technology. Self-report was used to assess video game experience, leading to four between-subjects groups: high video game experience with stereoscopy, low video game experience with stereoscopy, high video game experience without stereoscopy, and low video game experience without stereoscopy. We then tested participants on their memory of each vehicle's alliance and name across multiple measures, including photographs and videos. There was a main effect for both video game experience and stereoscopy across many of the dependent measures. Further, we found interactions between video game experience and stereoscopic training, such that those individuals with high video game experience in the non-stereoscopic group had the highest performance outcomes in the sample on multiple dependent measures. This study suggests that individual differences in video game experience may be predictive of enhanced performance in CID tasks. Selection based on video game experience in CID tasks may be a useful strategy for future military training. Future research should investigate the generalizability of these effects, such as identification through unmanned vehicle sensors.

  17. Enhancing resilience in registered aged care nurses.

    PubMed

    Cameron, Fiona; Brownie, Sonya

    2010-06-01

    To identify the factors that impact the resilience of registered aged care nurses, that is their capacity to adapt to the physical, mental and emotional demands of working in aged care facilities. This study explored the lived experience of nine registered nurses working in residential aged care facilities on the Sunshine Coast, Queensland, who were asked to reflect on the phenomenon of resilience in the workplace. This study found that clinical expertise, a sense of purpose in a holistic care environment, a positive attitude and work-life balance are important determinants of resilience in aged care nurses. Resilience in nurses in residential aged care facilities is enhanced when they are able to maintain long-term, meaningful relationships with residents. Collegial support that provides opportunities to debrief and validate experiences as well as the use of humour to defuse stress promotes well-being and builds resilience in the workplace.

  18. Report focuses on improving resilience to disasters

    NASA Astrophysics Data System (ADS)

    Showstack, Randy

    2012-08-01

    “Disaster resilience is everyone's business,” states a new report that calls for a series of local and national measures to increase resilience in the face of an increasingly costly toll from natural disasters to human lives and the economy. In 2011 natural disasters were responsible for damages in the United States exceeding $55 billion, and costs could increase with more people and structures located in harm's way and with the effects of extreme events, according to the report, Disaster Resilience: A National Imperative, issued by a committee of the U.S. National Academies on 1 August. Among the recommendations is for federal government agencies to incorporate national resilience as an organizing principle to guide federal government actions and programs. The report defines resilience as “the ability to prepare and plan for, absorb, recover from, and more successfully adapt to adverse events.”

  19. Operationalizing System Importance Measures for Assessing System of System Resilience

    NASA Astrophysics Data System (ADS)

    Chandrahasa, Rakshit

    In recent times, there has been a shift in focus from component level to system level analysis and an increasing effort to understand and design resilience into the system. Several efforts have been carried out in creating metrics to analyse resilience. Understanding and implementing system resilience in complex System of Systems will help us in building safer and resilient systems. System Importance Measures (SIMs) was formulated to analyse System of System resilience and help in designing a resilient SoS. Here, we operationalize these System Importance Measures for designing a resilient SoS. We first look at the existing methodology to improve the visual representation of system resilience and its usability. We demonstrate this using our first case study with a Naval warfare SoS. We incorporate probability into the SIM formulation. We expand the existing SIMs to quantify the effects of disruptions and mitigation likelihoods. We built a second case study based on Air transportation networks and demonstrated our expanded metrics in both the case studies. SIM based analysis of SoS resilience provides us with two different analysis of resilience, with and without probability. Having an outlook on how the resilience changes with a probability of disruptions can aid the designer making informed choices on design changes and help in creating a resilient SoS.

  20. Head-camera video recordings of trauma core competency procedures can evaluate surgical resident's technical performance as well as colocated evaluators.

    PubMed

    Mackenzie, Colin F; Pasley, Jason; Garofalo, Evan; Shackelford, Stacy; Chen, Hegang; Longinaker, Nyaradzo; Granite, Guinevere; Pugh, Kristy; Hagegeorge, George; Tisherman, Samuel A

    2017-07-01

    Unbiased evaluation of trauma core competency procedures is necessary to determine if residency and predeployment training courses are useful. We tested whether a previously validated individual procedure score (IPS) for individual procedure vascular exposure and fasciotomy (FAS) performance skills could discriminate training status by comparing IPS of evaluators colocated with surgeons to blind video evaluations. Performance of axillary artery (AA), brachial artery (BA), and femoral artery (FA) vascular exposures and lower extremity FAS on fresh cadavers by 40 PGY-2 to PGY-6 residents was video-recorded from head-mounted cameras. Two colocated trained evaluators assessed IPS before and after training. One surgeon in each pretraining tertile of IPS for each procedure was randomly identified for blind video review. The same 12 surgeons were video-recorded repeating the procedures less than 4 weeks after training. Five evaluators independently reviewed all 96 randomly arranged deidentified videos. Inter-rater reliability/consistency, intraclass correlation coefficients were compared by colocated versus video review of IPS, and errors. Study methodology and bias were judged by Medical Education Research Study Quality Instrument and the Quality Assessment of Diagnostic Accuracy Studies criteria. There were no differences (p ≥ 0.5) in IPS for AA, FA, FAS, whether evaluators were colocated or reviewed video recordings. Evaluator consistency was 0.29 (BA) - 0.77 (FA). Video and colocated evaluators were in total agreement (p = 1.0) for error recognition. Intraclass correlation coefficient was 0.73 to 0.92, dependent on procedure. Correlations video versus colocated evaluations were 0.5 to 0.9. Except for BA, blinded video evaluators discriminated (p < 0.002) whether procedures were performed before training versus after training. Study methodology by Medical Education Research Study Quality Instrument criteria scored 15.5/19, Quality Assessment of Diagnostic Accuracy

  1. Information Risk Management and Resilience

    NASA Astrophysics Data System (ADS)

    Dynes, Scott

    Are the levels of information risk management efforts within and between firms correlated with the resilience of the firms to information disruptions? This paper examines the question by considering the results of field studies of information risk management practices at organizations and in supply chains. The organizations investigated differ greatly in the degree of coupling from a general and information risk management standpoint, as well as in the levels of internal awareness and activity regarding information risk management. The comparison of the levels of information risk management in the firms and their actual or inferred resilience indicates that a formal information risk management approach is not necessary for resilience in certain sectors.

  2. Enhancing quantitative approaches for assessing community resilience

    USGS Publications Warehouse

    Chuang, W. C.; Garmestani, A.S.; Eason, T. N.; Spanbauer, T. L.; Fried-Peterson, H. B.; Roberts, C.P.; Sundstrom, Shana M.; Burnett, J.L.; Angeler, David G.; Chaffin, Brian C.; Gunderson, L.; Twidwell, Dirac; Allen, Craig R.

    2018-01-01

    Scholars from many different intellectual disciplines have attempted to measure, estimate, or quantify resilience. However, there is growing concern that lack of clarity on the operationalization of the concept will limit its application. In this paper, we discuss the theory, research development and quantitative approaches in ecological and community resilience. Upon noting the lack of methods that quantify the complexities of the linked human and natural aspects of community resilience, we identify several promising approaches within the ecological resilience tradition that may be useful in filling these gaps. Further, we discuss the challenges for consolidating these approaches into a more integrated perspective for managing social-ecological systems.

  3. Considering Risk and Resilience in Decision-Making

    NASA Technical Reports Server (NTRS)

    Torres-Pomales, Wilfredo

    2015-01-01

    This paper examines the concepts of decision-making, risk analysis, uncertainty and resilience analysis. The relation between risk, vulnerability, and resilience is analyzed. The paper describes how complexity, uncertainty, and ambiguity are the most critical factors in the definition of the approach and criteria for decision-making. Uncertainty in its various forms is what limits our ability to offer definitive answers to questions about the outcomes of alternatives in a decision-making process. It is shown that, although resilience-informed decision-making would seem fundamentally different from risk-informed decision-making, this is not the case as resilience-analysis can be easily incorporated within existing analytic-deliberative decision-making frameworks.

  4. Enhancing Resilience in Active Duty Military Personnel.

    PubMed

    Crabtree-Nelson, Sonya; DeYoung, Lcdr Peter

    2017-02-01

    A systematic, evidence-based training program to support active duty military personnel through building unit-level resiliency in preparation for anticipated individual times of crisis is needed. Mental health nurses and social workers in the military possess critical training and expertise in identifying and supporting individual and community resilience factors. Their knowledge of the protective aspects of resilience can and should be used to educate all active duty military personnel, ensure military leaders are knowledgeable in how best to support their units, and provide research on the effectiveness of pre-combat resilience training. [Journal of Psychosocial Nursing and Mental Health Services, 55(2), 44-48.]. Copyright 2017, SLACK Incorporated.

  5. Enhancing quantitative approaches for assessing community resilience.

    PubMed

    Chuang, W C; Garmestani, A; Eason, T N; Spanbauer, T L; Fried-Petersen, H B; Roberts, C P; Sundstrom, S M; Burnett, J L; Angeler, D G; Chaffin, B C; Gunderson, L; Twidwell, D; Allen, C R

    2018-05-01

    Scholars from many different intellectual disciplines have attempted to measure, estimate, or quantify resilience. However, there is growing concern that lack of clarity on the operationalization of the concept will limit its application. In this paper, we discuss the theory, research development and quantitative approaches in ecological and community resilience. Upon noting the lack of methods that quantify the complexities of the linked human and natural aspects of community resilience, we identify several promising approaches within the ecological resilience tradition that may be useful in filling these gaps. Further, we discuss the challenges for consolidating these approaches into a more integrated perspective for managing social-ecological systems. Published by Elsevier Ltd.

  6. Medical student resilience and stressful clinical events during clinical training.

    PubMed

    Houpy, Jennifer C; Lee, Wei Wei; Woodruff, James N; Pincavage, Amber T

    2017-01-01

    Medical students face numerous stressors during their clinical years, including difficult clinical events. Fostering resilience is a promising way to mitigate negative effects of stressors, prevent burnout, and help students thrive after difficult experiences. However, little is known about medical student resilience. To characterize medical student resilience and responses to difficult clinical events during clinical training. Sixty-two third-year (MS3) and 55 fourth-year (MS4) University of Chicago medical students completed surveys in 2016 assessing resilience (Connor Davidson Resilience Scale, CD-RISC 10), symptoms of burnout, need for resilience training, and responses to difficult clinical events. Medical student mean resilience was lower than in a general population sample. Resilience was higher in males, MS4s, those without burnout symptoms, and students who felt able to cope with difficult clinical events. When students experienced difficult events in the clinical setting, the majority identified poor team dynamics among the most stressful, and agreed their wellbeing was affected by difficult clinical events. A majority also would prefer to discuss these events with their team later that day. Students discussed events with peers more than with attendings or residents. Students comfortable discussing stress and burnout with peers had higher resilience. Most students believed resilience training would be helpful and most beneficial during MS3 year. Clinical medical student resilience was lower than in the general population but higher in MS4s and students reporting no burnout. Students had some insight into their resilience and most thought resilience training would be helpful. Students discussed difficult clinical events most often with peers. More curricula promoting medical student resilience are needed.

  7. Dynamics of resilience of wheat to drought in Australia from 1991-2010.

    PubMed

    Huai, Jianjun

    2017-08-25

    Although enhancing resilience is a well-recognized adaptation to climate change, little research has been undertaken on the dynamics of resilience. This occurs because complex relationships exist between adaptive capacity and resilience, and some issues also create challenges related to the construction, operation, and application of resilience. This study identified the dynamics of temporal, spatial changes of resilience found in a sample of wheat-drought resilience in Australia's wheat-sheep production zone during 1991-2010. I estimated resilience using principal component analysis, mapped resilience and its components, distinguished resilient and sensitive regions, and provided recommendations related to improving resilience. I frame that resilience is composed of social resilience including on- and off-site adaptive capacity as well as biophysical resilience including resistance and absorption. I found that resilience and its components have different temporal trends, spatial shifts and growth ratios in each region during different years, which results from complicated interactions, such as complementation and substitution among its components. In wheat-sheep zones, I recommend that identifying regional bottlenecks, science-policy engagement, and managing resilience components are the priorities for improving resilience.

  8. A methodology for urban flood resilience assessment

    NASA Astrophysics Data System (ADS)

    Lhomme, Serge; Serre, Damien; Diab, Youssef; Laganier, Richard

    2010-05-01

    In Europe, river floods have been increasing in frequency and severity [Szöllösi-Nagy and Zevenbergen, 2005]. Moreover, climate change is expected to exacerbate the frequency and intensity of hydro meteorological disaster [IPCC, 2007]. Despite efforts made to maintain the flood defense assets, we often observe levee failures leading to finally increase flood risk in protected area. Furthermore, flood forecasting models, although benefiting continuous improvements, remain partly inaccurate due to uncertainties arising all along data calculation processes. In the same time, the year 2007 marks a turning point in history: half of the world population now lives in cities (UN-Habitat, 2007). Moreover, the total urban population is expected to double from two to four billion over the next 30 to 35 years (United Nations, 2006). This growing rate is equivalent to the creation of a new city of one million inhabitants every week, and this during the next four decades [Flood resilience Group]. So, this quick urban development coupled with technical failures and climate change have increased flood risk and corresponding challenges to urban flood risk management [Ashley et al., 2007], [Nie et al., 2009]. These circumstances oblige to manage flood risk by integrating new concepts like urban resilience. In recent years, resilience has become a central concept for risk management. This concept has emerged because a more resilient system is less vulnerable to risk and, therefore, more sustainable [Serre et al., 2010]. But urban flood resilience is a concept that has not yet been directly assessed. Therefore, when decision makers decide to use the resilience concept to manage urban flood, they have no tool to help them. That is why this paper proposes a methodology to assess urban flood resilience in order to make this concept operational. Networks affect the well-being of the people and the smooth functioning of services and, more generally, of economical activities. Yet

  9. The Essential Resilience Scale: Instrument Development and Prediction of Perceived Health and Behaviour.

    PubMed

    Chen, Xinguang; Wang, Yan; Yan, Yaqiong

    2016-12-01

    Further advancement in stress and health research calls for better tools to assess resilience. In this study, we developed the Essential Resilience Scale (ERS) and investigated the association between ERS scores and several health and behaviour measures. We developed the ERS with an operationalized definition of resilience-an individual's capability to anticipate, be flexible with and bounce back from three types of traumatic and adverse events (physical, emotional and social). The 15-item ERS was assessed using survey data from a diverse sample (n = 238, aged 18-45 years, 76 rural-to-urban migrants, 85 rural residents, 77 urban residents) recruited in Wuhan, China. Results showed a high reliability of the ERS (α = 0.94). Confirmatory factor analysis demonstrated a satisfactory fit of the proposed second-order ERS measurement model (goodness-of-fit index = 0.94, comparative fit index = 0.98, root mean square error of approximation = 0.06, chi-square/df = 1.75). Multivariate regression analysis indicated that ERS scores significantly predicted perceived health status, stress, anxiety, depression and cigarette smoking after controlling for important covariates. Findings of this study indicate high reliability and validity of the scale and its potential use in advancing stress and health research. Further studies are implied to provide additional support for the ERS and its relations with other health outcomes. Copyright © 2015 John Wiley & Sons, Ltd. Copyright © 2015 John Wiley & Sons, Ltd.

  10. Operational resilience: concepts, design and analysis

    NASA Astrophysics Data System (ADS)

    Ganin, Alexander A.; Massaro, Emanuele; Gutfraind, Alexander; Steen, Nicolas; Keisler, Jeffrey M.; Kott, Alexander; Mangoubi, Rami; Linkov, Igor

    2016-01-01

    Building resilience into today’s complex infrastructures is critical to the daily functioning of society and its ability to withstand and recover from natural disasters, epidemics, and cyber-threats. This study proposes quantitative measures that capture and implement the definition of engineering resilience advanced by the National Academy of Sciences. The approach is applicable across physical, information, and social domains. It evaluates the critical functionality, defined as a performance function of time set by the stakeholders. Critical functionality is a source of valuable information, such as the integrated system resilience over a time interval, and its robustness. The paper demonstrates the formulation on two classes of models: 1) multi-level directed acyclic graphs, and 2) interdependent coupled networks. For both models synthetic case studies are used to explore trends. For the first class, the approach is also applied to the Linux operating system. Results indicate that desired resilience and robustness levels are achievable by trading off different design parameters, such as redundancy, node recovery time, and backup supply available. The nonlinear relationship between network parameters and resilience levels confirms the utility of the proposed approach, which is of benefit to analysts and designers of complex systems and networks.

  11. Operational resilience: concepts, design and analysis.

    PubMed

    Ganin, Alexander A; Massaro, Emanuele; Gutfraind, Alexander; Steen, Nicolas; Keisler, Jeffrey M; Kott, Alexander; Mangoubi, Rami; Linkov, Igor

    2016-01-19

    Building resilience into today's complex infrastructures is critical to the daily functioning of society and its ability to withstand and recover from natural disasters, epidemics, and cyber-threats. This study proposes quantitative measures that capture and implement the definition of engineering resilience advanced by the National Academy of Sciences. The approach is applicable across physical, information, and social domains. It evaluates the critical functionality, defined as a performance function of time set by the stakeholders. Critical functionality is a source of valuable information, such as the integrated system resilience over a time interval, and its robustness. The paper demonstrates the formulation on two classes of models: 1) multi-level directed acyclic graphs, and 2) interdependent coupled networks. For both models synthetic case studies are used to explore trends. For the first class, the approach is also applied to the Linux operating system. Results indicate that desired resilience and robustness levels are achievable by trading off different design parameters, such as redundancy, node recovery time, and backup supply available. The nonlinear relationship between network parameters and resilience levels confirms the utility of the proposed approach, which is of benefit to analysts and designers of complex systems and networks.

  12. Coping Strategies and the Development of Psychological Resilience

    ERIC Educational Resources Information Center

    Booth, Jessie W.; Neill, James T.

    2017-01-01

    This paper describes psychological theory about stress, coping, and psychological resilience, and considers how coping strategies can help develop resilience in the context of outdoor education. Outdoor education programs often aim to develop psychological resilience through structured challenging and reflective experiences. Use of coping…

  13. Digital Video (DV): A Primer for Developing an Enterprise Video Strategy

    NASA Astrophysics Data System (ADS)

    Talovich, Thomas L.

    2002-09-01

    The purpose of this thesis is to provide an overview of digital video production and delivery. The thesis presents independent research demonstrating the educational value of incorporating video and multimedia content in training and education programs. The thesis explains the fundamental concepts associated with the process of planning, preparing, and publishing video content and assists in the development of follow-on strategies for incorporation of video content into distance training and education programs. The thesis provides an overview of the following technologies: Digital Video, Digital Video Editors, Video Compression, Streaming Video, and Optical Storage Media.

  14. Personal resilience and coping Part II: Identifying resilience and coping among U.S. military service members and veterans with implications for work.

    PubMed

    Rice, Valerie; Liu, Baoxia

    2016-05-27

    U.S. military personnel face challenging situations including frequent deployments, family separations, and exposure to war. Identifying coping strategies used by the most resilient service members and veterans could positively influence military resiliency training programs. The purposes of this paper are to investigate the relationship between coping and resilience among U.S. military active service members and veterans, to identify the coping strategies used by those considered most resilient, and to discuss coping and resilience as they relate to the workplace. U.S. military active service members and veterans (N = 191) completed a demographic survey and two self-report questionnaires: The 14-Item Resilience Scale [1] and the Brief COPE [2]. Active duty service members had higher resilience scores than veterans (p < 0.05), but both fell into the moderate range. Coping strategies were not significantly different between the two groups (p > 0.05). Active service members' resilience was predicted by their use of positive reframing and less use of self-blame as coping strategies, accounting for 52.3% of the variance (R2 = 0.523, F(2, 60) = 32.92, p = 0.000). Veterans' resilience was predicted by longer time-in-service, greater use of humor, and less use of self-blame as coping strategies, explaining 44.8% of the variance (R2 = 0.448, F(3, 116) = 31.408, p = 0.000). This research identifies the positive coping strategies, and least-used negative coping strategies, of the U.S. service members and veterans in our study population with higher resilience scores. Incorporating this information into military- or veteran-based resilience training is likely to increase training effectiveness.

  15. Fisheries regulatory regimes and resilience to climate change.

    PubMed

    Ojea, Elena; Pearlman, Isaac; Gaines, Steven D; Lester, Sarah E

    2017-05-01

    Climate change is already producing ecological, social, and economic impacts on fisheries, and these effects are expected to increase in frequency and magnitude in the future. Fisheries governance and regulations can alter socio-ecological resilience to climate change impacts via harvest control rules and incentives driving fisher behavior, yet there are no syntheses or conceptual frameworks for examining how institutions and their regulatory approaches can alter fisheries resilience to climate change. We identify nine key climate resilience criteria for fisheries socio-ecological systems (SES), defining resilience as the ability of the coupled system of interacting social and ecological components (i.e., the SES) to absorb change while avoiding transformation into a different undesirable state. We then evaluate the capacity of four fisheries regulatory systems that vary in their degree of property rights, including open access, limited entry, and two types of rights-based management, to increase or inhibit resilience. Our exploratory assessment of evidence in the literature suggests that these regulatory regimes vary widely in their ability to promote resilient fisheries, with rights-based approaches appearing to offer more resilience benefits in many cases, but detailed characteristics of the regulatory instruments are fundamental.

  16. Evolution and resilience of the nuclear nonproliferation regime

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

    Pregenzer, Arian L.

    2014-05-09

    This paper introduces the concept of systems resilience as a new framework for thinking about the future of the nonproliferation regime. Resilience refers to the ability of a system to maintain its vital functions in the face of continuous and unpredictable change. First, I make the case that the nonproliferation regime can be viewed as a complex system. Next, I discuss key themes from the literature on systems resilience and apply them to the nonproliferation system: the difference between resilience and stability; the need for evolution to maintain function; the importance of functional diversity; and the concept of the adaptivemore » cycle. I show that most existing nonproliferation strategies are aimed at stability rather than resilience and that the current nonproliferation system may be over-constrained by the cumulative evolution of strategies. According to the literature on systems resilience, this increases its vulnerability to collapse. I argue that the resilience of the nonproliferation system can be enhanced by increasing international participation in setting the nonproliferation agenda, developing general international response capabilities, focusing on non-coercive approaches to decreasing demand, and applying systems thinking more rigorously to nonproliferation.« less

  17. Research on the resilience of husbandry economy to snow disaster

    NASA Astrophysics Data System (ADS)

    Zhao, Shuang; Fang, Yiping

    2017-04-01

    Snow disaster always makes adverse influence on the pastoral economy in alpine area. Resilience theory could efficiently enhance the capacities of resisting disaster and mitigating loss of animal husbandry economy. In order to distinguish the weak parts of existed resilience system and strengthen the construction of disaster mitigating in the source of Changjiang-Yellow River, this paper has developed two methods of comprehensive index and relationship model to measure the resilience from 1980 to 2014. The comprehensive index method is based on the conceptual framework of resilience assessment. And relationship model is derived from the internal relationship between vulnerability and resilience. Through the index system of resilience, this paper also summarizes the mean influencing indicator to husbandry economy resilience. The results show:(1)From time dimension, the resilience of snow disaster in Changjiang-Yellow River is rising with fluctuations. Based on the rate, the changes could be divided into slow(1980-1996) and fast(1997-2014) growing phases. The disaster-mitigating capacity of livestock has been markedly improved; (2)From spatial dimension, the magnitude and frequency of snow disaster change weakly. But the gap of resilience in Changjiang-Yellow River has shrunk in 35 years and the resilience in source of Changjiang is distinctly better than Yellow River; (3)Among all the indicators, snow disaster plays a decisive role in the changes of resilience. The resisting capacity including infrastructure construction makes significant effects on resilience and the reducing measures consisted of income, education and agricultural finance could effectively regulate the level. Key words: husbandry economy; snow disaster; resilience; mitigation

  18. Biological invasions, ecological resilience and adaptive governance

    USGS Publications Warehouse

    Chaffin, Brian C.; Garmestani, Ahjond S.; Angeler, David G.; Herrmann, Dustin L.; Stow, Craig A.; Nystrom, Magnus; Sendzimir, Jan; Hopton, Matthew E.; Kolasa, Jurek; Allen, Craig R.

    2016-01-01

    In a world of increasing interconnections in global trade as well as rapid change in climate and land cover, the accelerating introduction and spread of invasive species is a critical concern due to associated negative social and ecological impacts, both real and perceived. Much of the societal response to invasive species to date has been associated with negative economic consequences of invasions. This response has shaped a war-like approach to addressing invasions, one with an agenda of eradications and intense ecological restoration efforts towards prior or more desirable ecological regimes. This trajectory often ignores the concept of ecological resilience and associated approaches of resilience-based governance. We argue that the relationship between ecological resilience and invasive species has been understudied to the detriment of attempts to govern invasions, and that most management actions fail, primarily because they do not incorporate adaptive, learning-based approaches. Invasive species can decrease resilience by reducing the biodiversity that underpins ecological functions and processes, making ecosystems more prone to regime shifts. However, invasions do not always result in a shift to an alternative regime; invasions can also increase resilience by introducing novelty, replacing lost ecological functions or adding redundancy that strengthens already existing structures and processes in an ecosystem. This paper examines the potential impacts of species invasions on the resilience of ecosystems and suggests that resilience-based approaches can inform policy by linking the governance of biological invasions to the negotiation of tradeoffs between ecosystem services.

  19. Resilience: A psychobiological construct for psychiatric disorders

    PubMed Central

    Shrivastava, Amresh; Desousa, Avinash

    2016-01-01

    Understanding of psychopathology of mental disorder is evolving, particularly with availability of newer insight from the field of genetics, epigenetics, social, and environmental pathology. It is now becoming clear how biological factors are contributing to development of an illness in the face of a number of psychosocial factors. Resilience is a psychobiological factor which determines individual's response to adverse life events. Resilience is a human capacity to adapt swiftly and successfully to stressful/traumatic events and manage to revert to a positive state. It is fundamental for growth of positive psychology which deals with satisfaction, adaptability, contentment, and optimism in people's life. Of late, there has been a paradigm shift in the understanding of resilience in context of stress risk vulnerability dimension. It is a neurobiological construct with significant neurobehavioral and emotional features which plays important role in deconstructing mechanism of biopsychosocial model of mental disorders. Resilience is a protective factor against development of mental disorder and a risk factor for a number of clinical conditions, e.g. suicide. Available information from scientific studies points out that resilience is modifiable factor which opens up avenues for a number of newer psychosocial as well as biological therapies. Early identification of vulnerable candidates and effectiveness of resilience-based intervention may offer more clarity in possibility of prevention. Future research may be crucial for preventive psychiatry. In this study, we aim to examine whether resilience is a psychopathological construct for mental disorder. PMID:26985103

  20. Resilience: A psychobiological construct for psychiatric disorders.

    PubMed

    Shrivastava, Amresh; Desousa, Avinash

    2016-01-01

    Understanding of psychopathology of mental disorder is evolving, particularly with availability of newer insight from the field of genetics, epigenetics, social, and environmental pathology. It is now becoming clear how biological factors are contributing to development of an illness in the face of a number of psychosocial factors. Resilience is a psychobiological factor which determines individual's response to adverse life events. Resilience is a human capacity to adapt swiftly and successfully to stressful/traumatic events and manage to revert to a positive state. It is fundamental for growth of positive psychology which deals with satisfaction, adaptability, contentment, and optimism in people's life. Of late, there has been a paradigm shift in the understanding of resilience in context of stress risk vulnerability dimension. It is a neurobiological construct with significant neurobehavioral and emotional features which plays important role in deconstructing mechanism of biopsychosocial model of mental disorders. Resilience is a protective factor against development of mental disorder and a risk factor for a number of clinical conditions, e.g. suicide. Available information from scientific studies points out that resilience is modifiable factor which opens up avenues for a number of newer psychosocial as well as biological therapies. Early identification of vulnerable candidates and effectiveness of resilience-based intervention may offer more clarity in possibility of prevention. Future research may be crucial for preventive psychiatry. In this study, we aim to examine whether resilience is a psychopathological construct for mental disorder.

  1. Resilience as Regulation of Developmental and Family Processes

    PubMed Central

    MacPhee, David; Lunkenheimer, Erika; Riggs, Nathaniel

    2015-01-01

    Resilience can be defined as establishing equilibrium subsequent to disturbances to a system caused by significant adversity. When families experience adversity or transitions, multiple regulatory processes may be involved in establishing equilibrium, including adaptability, regulation of negative affect, and effective problem-solving skills. The authors’ resilience-as-regulation perspective integrates insights about the regulation of individual development with processes that regulate family systems. This middle-range theory of family resilience focuses on regulatory processes across levels that are involved in adaptation: whole-family systems such as routines and sense of coherence; coregulation of dyads involving emotion regulation, structuring, and reciprocal influences between social partners; and individual self-regulation. Insights about resilience-as-regulation are then applied to family-strengthening interventions that are designed to promote adaptation to adversity. Unresolved issues are discussed in relation to resilience-as-regulation in families, in particular how risk exposure is assessed, interrelations among family regulatory mechanisms, and how families scaffold the development of children’s resilience. PMID:26568647

  2. Resilience and psychosocial adjustment in digestive system cancer.

    PubMed

    Gouzman, Julia; Cohen, Miri; Ben-Zur, Hasida; Shacham-Shmueli, Einat; Aderka, Dan; Siegelmann-Danieli, Nava; Beny, Alex

    2015-03-01

    The study aims to investigate the contributions of resilience, affective reactions and post traumatic growth (PTG) to psychosocial adjustment and behavioral changes among digestive system cancer patients in Israel. A sample of 200 participants, 57.5 % men (from the 46 to 70-year age range), 1-4 years following diagnosis, completed an inventory assessing demographic and medical information, resilience, current positive affect (PA) and negative affect (NA), PTG, psychosocial adjustment and retrospective report of behavioral changes following cancer treatment. Resilience, PA and NA, and PTG were related to adjustment and/or reported behavioral changes, and PA, NA and PTG mediated some of the effects of resilience on adjustment and/or reported behavioral changes. The data underline the importance of resilience, affect, and PTG in the adjustment of digestive system cancer patients. Future studies are needed to better understand the associations of resilience with psychosocial adjustment and behavioral changes. This knowledge may help improve cancer survivors' adjustment.

  3. Leveraging Automatic Speech Recognition Errors to Detect Challenging Speech Segments in TED Talks

    ERIC Educational Resources Information Center

    Mirzaei, Maryam Sadat; Meshgi, Kourosh; Kawahara, Tatsuya

    2016-01-01

    This study investigates the use of Automatic Speech Recognition (ASR) systems to epitomize second language (L2) listeners' problems in perception of TED talks. ASR-generated transcripts of videos often involve recognition errors, which may indicate difficult segments for L2 listeners. This paper aims to discover the root-causes of the ASR errors…

  4. Dashboard Videos

    ERIC Educational Resources Information Center

    Gleue, Alan D.; Depcik, Chris; Peltier, Ted

    2012-01-01

    Last school year, I had a web link emailed to me entitled "A Dashboard Physics Lesson." The link, created and posted by Dale Basier on his "Lab Out Loud" blog, illustrates video of a car's speedometer synchronized with video of the road. These two separate video streams are compiled into one video that students can watch and analyze. After seeing…

  5. Real-time transmission of digital video using variable-length coding

    NASA Technical Reports Server (NTRS)

    Bizon, Thomas P.; Shalkhauser, Mary JO; Whyte, Wayne A., Jr.

    1993-01-01

    Huffman coding is a variable-length lossless compression technique where data with a high probability of occurrence is represented with short codewords, while 'not-so-likely' data is assigned longer codewords. Compression is achieved when the high-probability levels occur so frequently that their benefit outweighs any penalty paid when a less likely input occurs. One instance where Huffman coding is extremely effective occurs when data is highly predictable and differential coding can be applied (as with a digital video signal). For that reason, it is desirable to apply this compression technique to digital video transmission; however, special care must be taken in order to implement a communication protocol utilizing Huffman coding. This paper addresses several of the issues relating to the real-time transmission of Huffman-coded digital video over a constant-rate serial channel. Topics discussed include data rate conversion (from variable to a fixed rate), efficient data buffering, channel coding, recovery from communication errors, decoder synchronization, and decoder architectures. A description of the hardware developed to execute Huffman coding and serial transmission is also included. Although this paper focuses on matters relating to Huffman-coded digital video, the techniques discussed can easily be generalized for a variety of applications which require transmission of variable-length data.

  6. Hesitation and error: Does product placement in an emergency department influence hand hygiene performance?

    PubMed

    Stackelroth, Jenny; Sinnott, Michael; Shaban, Ramon Z

    2015-09-01

    Existing research has consistently demonstrated poor compliance by health care workers with hand hygiene standards. This study examined the extent to which incorrect hand hygiene occurred as a result of the inability to easily distinguish between different hand hygiene solutions placed at washbasins. A direct observational method was used using ceiling-mounted, motion-activated video camera surveillance in a tertiary referral emergency department in Australia. Data from a 24-hour period on day 10 of the recordings were collected into the Hand Hygiene-Technique Observation Tool based on Feldman's criteria as modified by Larson and Lusk. A total of 459 episodes of hand hygiene were recorded by 6 video cameras in the 24-hour period. The observed overall rate of error in this study was 6.2% (27 episodes). In addition an overall rate of hesitation was 5.8% (26 episodes). There was no statistically significant difference in error rates with the 2 hand washbasin configurations. The amelioration of causes of error and hesitation by standardization of the appearance and relative positioning of hand hygiene solutions at washbasins may translate in to improved hand hygiene behaviors. Placement of moisturizer at the washbasin may not be essential. Crown Copyright © 2015. Published by Elsevier Inc. All rights reserved.

  7. Time-dependent resilience assessment and improvement of urban infrastructure systems

    NASA Astrophysics Data System (ADS)

    Ouyang, Min; Dueñas-Osorio, Leonardo

    2012-09-01

    This paper introduces an approach to assess and improve the time-dependent resilience of urban infrastructure systems, where resilience is defined as the systems' ability to resist various possible hazards, absorb the initial damage from hazards, and recover to normal operation one or multiple times during a time period T. For different values of T and its position relative to current time, there are three forms of resilience: previous resilience, current potential resilience, and future potential resilience. This paper mainly discusses the third form that takes into account the systems' future evolving processes. Taking the power transmission grid in Harris County, Texas, USA as an example, the time-dependent features of resilience and the effectiveness of some resilience-inspired strategies, including enhancement of situational awareness, management of consumer demand, and integration of distributed generators, are all simulated and discussed. Results show a nonlinear nature of resilience as a function of T, which may exhibit a transition from an increasing function to a decreasing function at either a threshold of post-blackout improvement rate, a threshold of load profile with consumer demand management, or a threshold number of integrated distributed generators. These results are further confirmed by studying a typical benchmark system such as the IEEE RTS-96. Such common trends indicate that some resilience strategies may enhance infrastructure system resilience in the short term, but if not managed well, they may compromise practical utility system resilience in the long run.

  8. Time-dependent resilience assessment and improvement of urban infrastructure systems.

    PubMed

    Ouyang, Min; Dueñas-Osorio, Leonardo

    2012-09-01

    This paper introduces an approach to assess and improve the time-dependent resilience of urban infrastructure systems, where resilience is defined as the systems' ability to resist various possible hazards, absorb the initial damage from hazards, and recover to normal operation one or multiple times during a time period T. For different values of T and its position relative to current time, there are three forms of resilience: previous resilience, current potential resilience, and future potential resilience. This paper mainly discusses the third form that takes into account the systems' future evolving processes. Taking the power transmission grid in Harris County, Texas, USA as an example, the time-dependent features of resilience and the effectiveness of some resilience-inspired strategies, including enhancement of situational awareness, management of consumer demand, and integration of distributed generators, are all simulated and discussed. Results show a nonlinear nature of resilience as a function of T, which may exhibit a transition from an increasing function to a decreasing function at either a threshold of post-blackout improvement rate, a threshold of load profile with consumer demand management, or a threshold number of integrated distributed generators. These results are further confirmed by studying a typical benchmark system such as the IEEE RTS-96. Such common trends indicate that some resilience strategies may enhance infrastructure system resilience in the short term, but if not managed well, they may compromise practical utility system resilience in the long run.

  9. Holocaust survivors: three waves of resilience research.

    PubMed

    Greene, Roberta R; Hantman, Shira; Sharabi, Adi; Cohen, Harriet

    2012-01-01

    Three waves of resilience research have resulted in resilience-enhancing educational and therapeutic interventions. In the first wave of inquiry, researchers explored the traits and environmental characteristics that enabled people to overcome adversity. In the second wave, researchers investigated the processes related to stress and coping. In the third wave, studies examined how people grow and are transformed following adverse events, often leading to self-actualize, client creativity and spirituality. In this article the authors examined data from a study, "Forgiveness, Resiliency, and Survivorship among Holocaust Survivors" funded by the John Templeton Foundation ( Greene, Armour, Hantman, Graham, & Sharabi, 2010 ). About 65% of the survivors scored on the high side for resilience traits. Of the survivors, 78% engaged in processes considered resilient and felt they were transcendent or had engaged in behaviors that help them grow and change over the years since the Holocaust, including leaving a legacy and contributing to the community.

  10. Resilience and sustainability: Similarities and differences in environmental management applications.

    PubMed

    Marchese, Dayton; Reynolds, Erin; Bates, Matthew E; Morgan, Heather; Clark, Susan Spierre; Linkov, Igor

    2018-02-01

    In recent years there have been many disparate uses of the terms sustainability and resilience, with some framing sustainability and resilience as the same concept, and others claiming them to be entirely different and unrelated. To investigate similarities, differences, and current management frameworks for increasing sustainability and resilience, a literature review was undertaken that focused on integrated use of sustainability and resilience in an environmental management context. Sustainability was defined through the triple bottom line of environmental, social and economic system considerations. Resilience was viewed as the ability of a system to prepare for threats, absorb impacts, recover and adapt following persistent stress or a disruptive event. Three generalized management frameworks for organizing sustainability and resilience were found to dominate the literature: (1) resilience as a component of sustainability, (2) sustainability as a component of resilience, and (3) resilience and sustainability as separate objectives. Implementations of these frameworks were found to have common goals of providing benefits to people and the environment under normal and extreme operating conditions, with the best examples building on similarities and minimizing conflicts between resilience and sustainability. Published by Elsevier B.V.

  11. Psychological Resilience: Preparing our Soldiers for War

    DTIC Science & Technology

    2011-03-23

    Reduction, Suicide Prevention, Report 2010, 26. 27 10 Tanielian, ―Stop Loss,‖ 1. 11 Will Durant , The Story of Civilization: The Life of Greece (New...mental health support. This paper addresses the issue of psychologically preparing our Soldiers for War; building psychological resilience. It will also...resilience. It will also address how the human dimension of leadership can assist in achieving this effect. PSYCHOLOGICAL RESILIENCE: PREPARING OUR

  12. Concept Development: An Operational Framework for Resilience

    DTIC Science & Technology

    2009-08-27

    85% of the nation’s critical infrastructure, spanning both hard and soft features.16 Without support from the business community , resilience objectives...E., Robert W. Kates, and Shirley B. Laska. “Three Years After Katrina: Lessons for Community Resilience ” Environment, vol. 50, no. 5 (September 2008...Presentation at Building Community Resilience and a Culture of Preparedness.” NORAD and USNORTHCOM Surgeon’s Conference, March 10-12, 2009. Wang, Fan Xiao

  13. H.264 Layered Coded Video over Wireless Networks: Channel Coding and Modulation Constraints

    NASA Astrophysics Data System (ADS)

    Ghandi, M. M.; Barmada, B.; Jones, E. V.; Ghanbari, M.

    2006-12-01

    This paper considers the prioritised transmission of H.264 layered coded video over wireless channels. For appropriate protection of video data, methods such as prioritised forward error correction coding (FEC) or hierarchical quadrature amplitude modulation (HQAM) can be employed, but each imposes system constraints. FEC provides good protection but at the price of a high overhead and complexity. HQAM is less complex and does not introduce any overhead, but permits only fixed data ratios between the priority layers. Such constraints are analysed and practical solutions are proposed for layered transmission of data-partitioned and SNR-scalable coded video where combinations of HQAM and FEC are used to exploit the advantages of both coding methods. Simulation results show that the flexibility of SNR scalability and absence of picture drift imply that SNR scalability as modelled is superior to data partitioning in such applications.

  14. Individual, Family, and Neighborhood Factors Distinguish Resilient from Non-Resilient Maltreated Children: A Cumulative Stressors Model

    ERIC Educational Resources Information Center

    Jaffee, Sara R.; Caspi, Avshalom; Moffitt, Terrie E.; Polo-Tomas, Monica; Taylor, Alan

    2007-01-01

    Objective: Children who are physically maltreated are at risk of a range of adverse outcomes in childhood and adulthood, but some children who are maltreated manage to function well despite their history of adversity. Which individual, family, and neighborhood characteristics distinguish resilient from non-resilient maltreated children? Do…

  15. The Los Angeles County Community Disaster Resilience Project — A Community-Level, Public Health Initiative to Build Community Disaster Resilience

    PubMed Central

    Eisenman, David; Chandra, Anita; Fogleman, Stella; Magana, Aizita; Hendricks, Astrid; Wells, Ken; Williams, Malcolm; Tang, Jennifer; Plough, Alonzo

    2014-01-01

    Public health officials need evidence-based methods for improving community disaster resilience and strategies for measuring results. This methods paper describes how one public health department is addressing this problem. This paper provides a detailed description of the theoretical rationale, intervention design and novel evaluation of the Los Angeles County Community Disaster Resilience Project (LACCDR), a public health program for increasing community disaster resilience. The LACCDR Project utilizes a pretest–posttest method with control group design. Sixteen communities in Los Angeles County were selected and randomly assigned to the experimental community resilience group or the comparison group. Community coalitions in the experimental group receive training from a public health nurse trained in community resilience in a toolkit developed for the project. The toolkit is grounded in theory and uses multiple components to address education, community engagement, community and individual self-sufficiency, and partnerships among community organizations and governmental agencies. The comparison communities receive training in traditional disaster preparedness topics of disaster supplies and emergency communication plans. Outcome indicators include longitudinal changes in inter-organizational linkages among community organizations, community member responses in table-top exercises, and changes in household level community resilience behaviors and attitudes. The LACCDR Project is a significant opportunity and effort to operationalize and meaningfully measure factors and strategies to increase community resilience. This paper is intended to provide public health and academic researchers with new tools to conduct their community resilience programs and evaluation research. Results are not yet available and will be presented in future reports. PMID:25153472

  16. The promise and pitfalls of community resilience.

    PubMed

    Uscher-Pines, Lori; Chandra, Anita; Acosta, Joie

    2013-12-01

    An important shift in terminology has occurred in emergency preparedness, and the concept of community resilience has become ubiquitous. Although enhancing community resilience is broader than preparedness, and emphasizes a distinct set of activities and participants, the terms are often used interchangeably. The implications of this shift have not been fully explored. This commentary describes the potential promise and pitfalls of the concept of community resilience and recommends strategies to overcome its limitations. We believe that resilience has the power to dramatically change this field in immense, positive ways, but some important challenges such as confusion about definitions and lack of accountability must first be overcome. (Disaster Med Public Health Preparedness. 2013;7:603-606).

  17. Sandia National Laboratories: 100 Resilient Cities

    Science.gov Websites

    Materials Science Nanodevices & Microsystems Radiation Effects & High Energy Density Science front of monitors Emergency Response Cognitive testing Psychological/ Cognitive Effects The Rockefeller Body's Systems - 100 Resilient Cities Blog News Releases City resilience: Sandia analyzes effects of

  18. Resilience and Psychological Distress in Psychology and Medical Students.

    PubMed

    Bacchi, Stephen; Licinio, Julio

    2017-04-01

    The authors investigated levels of resilience and psychological distress in medical and psychology students, factors that may affect these levels, the relationship between resilience and psychological distress, and student opinion on causes of stress and possible interventions. A voluntary anonymous online survey was distributed to University of Adelaide medical and psychology students. Medical and psychology students (n = 560; response rate = 24.7%) had similar mean resilience and psychological distress scores, and 47.9% of medical students and 55.1% of psychology students were psychologically distressed. Higher levels of resilience were associated with lower levels of distress (p < 0.001). Students supported resilience-based interventions, greater financial support, clearer learning objectives and more continuous assessment as potential means to reduce the effects of stress. Higher levels of resilience were associated with lower levels of psychological distress. Further studies are required to determine the efficacy of resilience-based interventions in these groups.

  19. Reducing Wrong Patient Selection Errors: Exploring the Design Space of User Interface Techniques

    PubMed Central

    Sopan, Awalin; Plaisant, Catherine; Powsner, Seth; Shneiderman, Ben

    2014-01-01

    Wrong patient selection errors are a major issue for patient safety; from ordering medication to performing surgery, the stakes are high. Widespread adoption of Electronic Health Record (EHR) and Computerized Provider Order Entry (CPOE) systems makes patient selection using a computer screen a frequent task for clinicians. Careful design of the user interface can help mitigate the problem by helping providers recall their patients’ identities, accurately select their names, and spot errors before orders are submitted. We propose a catalog of twenty seven distinct user interface techniques, organized according to a task analysis. An associated video demonstrates eighteen of those techniques. EHR designers who consider a wider range of human-computer interaction techniques could reduce selection errors, but verification of efficacy is still needed. PMID:25954415

  20. Reducing wrong patient selection errors: exploring the design space of user interface techniques.

    PubMed

    Sopan, Awalin; Plaisant, Catherine; Powsner, Seth; Shneiderman, Ben

    2014-01-01

    Wrong patient selection errors are a major issue for patient safety; from ordering medication to performing surgery, the stakes are high. Widespread adoption of Electronic Health Record (EHR) and Computerized Provider Order Entry (CPOE) systems makes patient selection using a computer screen a frequent task for clinicians. Careful design of the user interface can help mitigate the problem by helping providers recall their patients' identities, accurately select their names, and spot errors before orders are submitted. We propose a catalog of twenty seven distinct user interface techniques, organized according to a task analysis. An associated video demonstrates eighteen of those techniques. EHR designers who consider a wider range of human-computer interaction techniques could reduce selection errors, but verification of efficacy is still needed.

  1. Evaluating Community Partnerships Addressing Community Resilience in Los Angeles, California

    PubMed Central

    Williams, Malcolm V.; Chandra, Anita; Spears, Asya; Varda, Danielle; Wells, Kenneth B.; Plough, Alonzo L.; Eisenman, David P.

    2018-01-01

    Community resilience has grown in importance in national disaster response and recovery efforts. However, measurement of community resilience, particularly the content and quality of relationships aimed at improving resilience, is lacking. To address this gap, we used a social network survey to measure the number, type, and quality of relationships among organizations participating in 16 coalitions brought together to address community resilience in the Los Angeles Community Disaster Resilience project. These coalitions were randomized to one of two approaches (community resilience or preparedness). Resilience coalitions received training and support to develop these partnerships and implement new activities. Both coalition types received expert facilitation by a public health nurse or community educator. We also measured the activities each coalition engaged in and the extent to which partners participated in these activities at two time points. We found that the community resilience coalitions were initially larger and had lower trust among members than the preparedness communities. Over time, these trust differences dissipated. While both coalitions grew, the resilience community coalitions maintained their size difference throughout the project. We also found differences in the types of activities implemented by the resilience communities; these differences were directly related to the trainings provided. This information is useful to organizations seeking guidance on expanding the network of community-based organizations that participate in community resilience activities. PMID:29584681

  2. Evaluating Community Partnerships Addressing Community Resilience in Los Angeles, California.

    PubMed

    Williams, Malcolm V; Chandra, Anita; Spears, Asya; Varda, Danielle; Wells, Kenneth B; Plough, Alonzo L; Eisenman, David P

    2018-03-27

    Community resilience has grown in importance in national disaster response and recovery efforts. However, measurement of community resilience, particularly the content and quality of relationships aimed at improving resilience, is lacking. To address this gap, we used a social network survey to measure the number, type, and quality of relationships among organizations participating in 16 coalitions brought together to address community resilience in the Los Angeles Community Disaster Resilience project. These coalitions were randomized to one of two approaches (community resilience or preparedness). Resilience coalitions received training and support to develop these partnerships and implement new activities. Both coalition types received expert facilitation by a public health nurse or community educator. We also measured the activities each coalition engaged in and the extent to which partners participated in these activities at two time points. We found that the community resilience coalitions were initially larger and had lower trust among members than the preparedness communities. Over time, these trust differences dissipated. While both coalitions grew, the resilience community coalitions maintained their size difference throughout the project. We also found differences in the types of activities implemented by the resilience communities; these differences were directly related to the trainings provided. This information is useful to organizations seeking guidance on expanding the network of community-based organizations that participate in community resilience activities.

  3. Relationship Between Resilience and Coping Strategies in Competitive Sport.

    PubMed

    Secades, Xabel García; Molinero, Olga; Salguero, Alfonso; Barquín, Roberto Ruíz; de la Vega, Ricardo; Márquez, Sara

    2016-02-01

    Resilience is important in sport performers to withstand the pressure they experience. This study analyzed the relationship among resilient qualities and coping strategies in 235 Spanish athletes (126 males, 109 females; M age = 20.7 yr) who practiced different sports (79.1% team sports, 20.9% individual sports). They were evaluated at the beginning of the last competitive mesocycle and after an important competition. Coping strategies and level of resilient qualities were measured by the Coping Inventory for Competitive Sport and the Resilience Scale. There was no significant difference in resilience scores between evaluations performed during the last mesocycle or competition. A significant increase occurred in the scores for emotion-oriented and distraction-oriented coping during competition. Resilience scores correlated positively to task-oriented coping and negatively to disengagement- and distraction-oriented coping during both periods. Analysis of variance indicated that athletes with high individual resilient qualities reached higher scores in task-oriented coping, using to a lower extent disengagement- and distraction-oriented coping. Results obtained suggest that resilient characteristics may associate in athletes to the use of more potentially adaptative coping strategies. © The Author(s) 2016.

  4. [Internet-based resilience training and prevention of mental disorders].

    PubMed

    Lehr, D; Kunzler, A; Helmreich, I; Behrendt, D; Chmitorz, A; Lieb, K

    2018-05-30

    Resilience is associated with a positive and resource-oriented perspective. Therefore, it seems especially attractive for health promotion and prevention. In recent years, interventions to foster resilience have been increasingly developed, which train resilience factors and are mainly conducted in a face to face group format. The question is raised what potential internet-based interventions (i-interventions) that train resilience factors have for health promotion and prevention. Based on a narrative overview, the possibilities for i‑interventions that train resilience factors for health promotion and prevention are investigated and the state of research is described. The effects of the i‑interventions presented here, which aim at fostering resilience, on measures of mental health and well-being are heterogeneous and vary between low to high effects. Stronger evidence for the efficacy of these measures exists for more general i‑interventions that also train resilience factors but are conceptualized for the prevention of specific disorders, such as depression or for stress reduction. Given the heterogeneous nature of intervention contents, theoretical foundations and therapeutic methods used, the heterogeneity of the evidence is discussed. In addition, perspectives for the further development of resource-oriented resilience interventions are outlined.

  5. Promoting Competence and Resilience in the School Context

    ERIC Educational Resources Information Center

    Masten, Ann S.; Herbers, Janette E.; Cutuli, J. J.; Lafavor, Theresa L.

    2008-01-01

    Four decades of research on resilience in young people provide compelling data and models for applications in the school context. Resilience theory and findings are highly congruent with Strengths-Based School Counseling (SBSC) as formulated by Galassi and Akos (2007). In this article, resilience is defined in relation to competence in…

  6. A Focus on Resiliency: Young Children with Disabilities

    ERIC Educational Resources Information Center

    Jones, Vita L.; Higgins, Kyle; Brandon, Regina R.; Cote, Debra L.; Dobbins, Nicole

    2013-01-01

    This article provides a compilation of 12 characteristics of resilient young children (Table 1) drawn from research, followed by nine global classroom intervention categories (Table 2) found to be effective in supporting students in developing resilience. In this article, the analysis of resilience research is presented to provide educators with…

  7. Genomic basis for coral resilience to climate change.

    PubMed

    Barshis, Daniel J; Ladner, Jason T; Oliver, Thomas A; Seneca, François O; Traylor-Knowles, Nikki; Palumbi, Stephen R

    2013-01-22

    Recent advances in DNA-sequencing technologies now allow for in-depth characterization of the genomic stress responses of many organisms beyond model taxa. They are especially appropriate for organisms such as reef-building corals, for which dramatic declines in abundance are expected to worsen as anthropogenic climate change intensifies. Different corals differ substantially in physiological resilience to environmental stress, but the molecular mechanisms behind enhanced coral resilience remain unclear. Here, we compare transcriptome-wide gene expression (via RNA-Seq using Illumina sequencing) among conspecific thermally sensitive and thermally resilient corals to identify the molecular pathways contributing to coral resilience. Under simulated bleaching stress, sensitive and resilient corals change expression of hundreds of genes, but the resilient corals had higher expression under control conditions across 60 of these genes. These "frontloaded" transcripts were less up-regulated in resilient corals during heat stress and included thermal tolerance genes such as heat shock proteins and antioxidant enzymes, as well as a broad array of genes involved in apoptosis regulation, tumor suppression, innate immune response, and cell adhesion. We propose that constitutive frontloading enables an individual to maintain physiological resilience during frequently encountered environmental stress, an idea that has strong parallels in model systems such as yeast. Our study provides broad insight into the fundamental cellular processes responsible for enhanced stress tolerances that may enable some organisms to better persist into the future in an era of global climate change.

  8. Resilience in eating disorders: A qualitative study.

    PubMed

    Las Hayas, Carlota; Padierna, Jesús A; Muñoz, Pedro; Aguirre, Maialen; Gómez Del Barrio, Andrés; Beato-Fernández, Luís; Calvete, Esther

    2016-07-01

    The objectives of the authors in this study were two-fold: (1) to explore the role of resilience in recovery from eating disorders (EDs), and (2) to develop a model of resilience in women with EDs. Semi-structured interviews with ten women were conducted in April 2011, along with two focus groups with women who had recovered from EDs (n  = 5 women each; conducted in April 2012 at the University of Deusto, Spain), one focus group with clinical experts (n = 8; conducted in April 2012 at the Foundation Against EDs of Biskay, Spain), and six narratives from primary caregivers of ED patients living in Biskay, Spain (conducted in November 2012). All data were analyzed using a grounded theory approach. All female participants acknowledged experiencing resilience in their recovery. The analysis resulted in a conceptual model of resilience composed of the following categories: deep dissatisfaction with life, turning point, acceptance, hope, determination to change, accountability for the ED, active coping, getting social support, gaining self-knowledge, getting information about EDs, increase well-being, trait resilience, initiating new projects and living in the here and now. According to the model presented, resilience preceded the experience of recovery in women with EDs in this sample and could be a useful asset for future interventions.

  9. Resilience in Women who Experience Domestic Violence.

    PubMed

    Tsirigotis, Konstantinos; Łuczak, Joanna

    2018-03-01

    Violence in the family constitutes a serious social and psychological problem with harmful consequences leading, among others, to changes in the psychological functioning of the victim and, secondarily, also the perpetrator. The aim of this study was to examine resilience in women experiencing domestic violence. The "Ego Resiliency Scale" (ERS) was used to study the group of women suffering domestic violence. The study group included 52 women aged 30-65 years (mean age: 40.15) using assistance of the Crisis Intervention Centre due to experienced domestic violence. They most often reported suffering psychological and physical violence, with the husband or intimate partner being the most common perpetrator. Study women experiencing domestic violence obtained significantly lower scores on the ERS. The lowest scores on the ERS were achieved by women suffering paternal violence, while the highest - by women experiencing violence on the part of the intimate partner. Resilience of study women suffering domestic violence was lower than resilience of the general population, i.e. individuals not experiencing domestic violence. Suffered violence inflicted by the father exerted the greatest adverse impact on resilience. It seems advisable to consider resilience in the process of providing women experiencing domestic violence with psychosocial help.

  10. Resilience among first responders.

    PubMed

    Pietrantoni, Luca; Prati, Gabriele

    2008-12-01

    Emergency rescue personnel can be considered a "high risk" occupational group in that they could experience a broad range of health and mental health consequences as a result of work-related exposures to critical incidents. This study examined the resilience factors that protect mental health among first responders. Nine hundred and sixty-one first responders filled out an on-line questionnaire, containing measure of sense of community, collective efficacy, self-efficacy and work-related mental health outcomes (compassion fatigue, burnout and compassion satisfaction). First responders reported high level of compassion satisfaction and low level of burnout and compassion fatigue. Compassion fatigue was predicted by self-efficacy, burnout was predicted by self-efficacy, collective efficacy and sense of community, compassion satisfaction was predicted by self-efficacy and sense of community. Resilience following critical events is common among first responders. Self-efficacy, collective efficacy and sense of community could be considered resilience factors that preserve first responders' work-related mental health.

  11. Self Occlusion and Disocclusion in Causal Video Object Segmentation

    DTIC Science & Technology

    2015-12-18

    computation is parameter- free in contrast to [4, 32, 10]. Taylor et al . [30] perform layer segmentation in longer video sequences leveraging occlusion cues...shows that our method recovers from errors in the first frame (short of failed detection). 4413 image ground truth Lee et al . [19] Grundman et al . [14...Ochs et al . [23] Taylor et al . [30] ours Figure 7. Sample Visual Results on FBMS-59. Comparison of various state-of-the-art methods. Only a single

  12. In vivo estimation of target registration errors during augmented reality laparoscopic surgery.

    PubMed

    Thompson, Stephen; Schneider, Crispin; Bosi, Michele; Gurusamy, Kurinchi; Ourselin, Sébastien; Davidson, Brian; Hawkes, David; Clarkson, Matthew J

    2018-06-01

    Successful use of augmented reality for laparoscopic surgery requires that the surgeon has a thorough understanding of the likely accuracy of any overlay. Whilst the accuracy of such systems can be estimated in the laboratory, it is difficult to extend such methods to the in vivo clinical setting. Herein we describe a novel method that enables the surgeon to estimate in vivo errors during use. We show that the method enables quantitative evaluation of in vivo data gathered with the SmartLiver image guidance system. The SmartLiver system utilises an intuitive display to enable the surgeon to compare the positions of landmarks visible in both a projected model and in the live video stream. From this the surgeon can estimate the system accuracy when using the system to locate subsurface targets not visible in the live video. Visible landmarks may be either point or line features. We test the validity of the algorithm using an anatomically representative liver phantom, applying simulated perturbations to achieve clinically realistic overlay errors. We then apply the algorithm to in vivo data. The phantom results show that using projected errors of surface features provides a reliable predictor of subsurface target registration error for a representative human liver shape. Applying the algorithm to in vivo data gathered with the SmartLiver image-guided surgery system shows that the system is capable of accuracies around 12 mm; however, achieving this reliably remains a significant challenge. We present an in vivo quantitative evaluation of the SmartLiver image-guided surgery system, together with a validation of the evaluation algorithm. This is the first quantitative in vivo analysis of an augmented reality system for laparoscopic surgery.

  13. Resilient Urban Infrastructures - Basics of Smart Sustainable Cities

    NASA Astrophysics Data System (ADS)

    Timashev, S. A.

    2017-11-01

    In this paper the notion of urban infrastructure resilience is formulated being expressed verbally and strictly in conditional probability terms. It is further used to formulate several most important features of a smart city. This multidisciplinary and multifaceted approach is used to explain the concept of quantitative resilience in urban design, operation, managing urban risk and mitigating of the consequences of a natural or industrial disaster. The extremely urgent problem is formulated on how to connect the physical and spatial (core) resiliencies with the functional, organizational, economic and social resiliencies.

  14. Methods, Tools, and Data for Coastal System Resilience Assessments

    DTIC Science & Technology

    2015-10-06

    Baseline Resilience Indicators for Communities ( BRIC ) BUILDING STRONG® Innovative solutions for a safer, better world ► T: SoVI® – Social...address policy  Objective, although data may be arbitrarily weighted in an index Examples: Top-Down (T) and Bottom-Up (B) Bottom-UpTop-Down BRIC ...Coastal Resilience Index USACE’s Resilience Matrix ASCE’s Infrastructure Report Card T: Baseline Resilience Index for Communities ( BRIC

  15. Understanding resilience: New approaches for preventing and treating PTSD.

    PubMed

    Horn, Sarah R; Charney, Dennis S; Feder, Adriana

    2016-10-01

    All individuals experience stressful life events, and up to 84% of the general population will experience at least one potentially traumatic event. In some cases, acute or chronic stressors lead to the development of posttraumatic stress disorder (PTSD) or other psychopathology; however, the majority of people are resilient to such effects. Resilience is the ability to adapt successfully in the face of stress and adversity. A wealth of research has begun to identify the genetic, epigenetic, neural, and environmental underpinnings of resilience, and has indicated that resilience is mediated by adaptive changes encompassing several environmental factors, neural circuits, numerous neurotransmitters, and molecular pathways. The first part of this review focuses on recent findings regarding the genetic, epigenetic, developmental, psychosocial, and neurochemical factors as well as neural circuits and molecular pathways that underlie the development of resilience. Emerging and exciting areas of research and novel methodological approaches, including genome-wide gene expression studies, immune, endocannabinoid, oxytocin, and glutamatergic systems, are explored to help delineate innovative mechanisms that may contribute to resilience. The second part reviews several interventions and preventative approaches designed to enhance resilience in both developmental and adult populations. Specifically, the review will delineate approaches aimed to bolster resilience in individuals with PTSD. Furthermore, we discuss novel pharmacologic approaches, including the N-methyl-d-aspartate (NMDA) receptor ketamine and neuropeptide Y (NPY), as exciting new prospects for not only the treatment of PTSD but as new targets to enhance resilience. Our growing understanding of resilience and interventions will hopefully lead to the development of new strategies for not just treating PTSD but also screening and early identification of at-risk youth and adults. Taken together, efforts aimed at

  16. Disclosure of Medical Errors: What Factors Influence How Patients Respond?

    PubMed Central

    Mazor, Kathleen M; Reed, George W; Yood, Robert A; Fischer, Melissa A; Baril, Joann; Gurwitz, Jerry H

    2006-01-01

    BACKGROUND Disclosure of medical errors is encouraged, but research on how patients respond to specific practices is limited. OBJECTIVE This study sought to determine whether full disclosure, an existing positive physician-patient relationship, an offer to waive associated costs, and the severity of the clinical outcome influenced patients' responses to medical errors. PARTICIPANTS Four hundred and seven health plan members participated in a randomized experiment in which they viewed video depictions of medical error and disclosure. DESIGN Subjects were randomly assigned to experimental condition. Conditions varied in type of medication error, level of disclosure, reference to a prior positive physician-patient relationship, an offer to waive costs, and clinical outcome. MEASURES Self-reported likelihood of changing physicians and of seeking legal advice; satisfaction, trust, and emotional response. RESULTS Nondisclosure increased the likelihood of changing physicians, and reduced satisfaction and trust in both error conditions. Nondisclosure increased the likelihood of seeking legal advice and was associated with a more negative emotional response in the missed allergy error condition, but did not have a statistically significant impact on seeking legal advice or emotional response in the monitoring error condition. Neither the existence of a positive relationship nor an offer to waive costs had a statistically significant impact. CONCLUSIONS This study provides evidence that full disclosure is likely to have a positive effect or no effect on how patients respond to medical errors. The clinical outcome also influences patients' responses. The impact of an existing positive physician-patient relationship, or of waiving costs associated with the error remains uncertain. PMID:16808770

  17. Resilient Women Leaders: A Qualitative Investigation

    ERIC Educational Resources Information Center

    Baldwin, Julia; Maldonado, Nancy L.; Lacey, Candace H.; Efinger, Joan

    2004-01-01

    This qualitative study investigated perceptions of resilient, transformational, successful women leaders regarding their own resiliency and leadership. The ten participants provided information during semi-structured, open-ended, audio taped interviews which were transcribed, hand coded, and then analyzed with QSR N6 software. Findings indicated…

  18. Career Resilience. ERIC Digest No. 178.

    ERIC Educational Resources Information Center

    Brown, Bettina Lankard

    Changes in the workplace such as mergers, acquisitions, reengineering, and downsizing are forcing individuals to recognize the temporary nature of all jobs and develop what has been termed "career resilience.""Career resilience" differs from "career self-reliance" in that the former refers to individual career…

  19. Gender, violence and resilience among Ugandan adolescents

    PubMed Central

    Namy, Sophie; Carlson, Catherine; Norcini Pala, Andrea; Faris, Devin; Knight, Louise; Allen, Elizabeth; Devries, Karen; Naker, Dipak

    2017-01-01

    Resilience, commonly understood as the ability to maintain adaptive functioning in the face of adversity, has emerged as a salient entry point in the field of positive youth development. This study makes a unique contribution by exploring dimensions of resilience among adolescents in Uganda, examining associations between violence from different perpetrators and resilience, and testing whether sex moderates these relationships. Analyses are based on data from 3706 primary school students. Exploratory factor analysis (EFA) identified five factors underlying the construct of resilience: Emotional Support; Family Connectedness; School Connectedness; Social Assets; and Psychological Assets. We used regression analysis to investigate associations between these dependent variables, background characteristics, and experiences of violence (including exposure to intimate partner violence against female caregivers). Results reflect a complex relationship between violence and resilience, with patterns varying by perpetrator (e.g., teacher, peers, caregivers) and some evidence that the sex of the student moderates these dynamics. Overall, there is a consistently negative relationship between all violence measures and Psychological Assets. In addition, teacher violence is associated with lower resilience across factors and both caregiver violence and exposure to IPV are consistently associated with decreased Family Connectedness. These findings suggest that adolescents experiencing (and exposed to) violence from adults may be particularly vulnerable to internalizing and/or externalizing behaviors and withdrawal from the family. Findings point to preventing violence from teachers complemented with enhancing family relationships as promising avenues for resilience-strengthening interventions, and also emphasize the need to consider gendered strategies to ensure girls and boys benefit equally. PMID:28675814

  20. Biological invasions, ecological resilience and adaptive governance.

    PubMed

    Chaffin, Brian C; Garmestani, Ahjond S; Angeler, David G; Herrmann, Dustin L; Stow, Craig A; Nyström, Magnus; Sendzimir, Jan; Hopton, Matthew E; Kolasa, Jurek; Allen, Craig R

    2016-12-01

    In a world of increasing interconnections in global trade as well as rapid change in climate and land cover, the accelerating introduction and spread of invasive species is a critical concern due to associated negative social and ecological impacts, both real and perceived. Much of the societal response to invasive species to date has been associated with negative economic consequences of invasions. This response has shaped a war-like approach to addressing invasions, one with an agenda of eradications and intense ecological restoration efforts towards prior or more desirable ecological regimes. This trajectory often ignores the concept of ecological resilience and associated approaches of resilience-based governance. We argue that the relationship between ecological resilience and invasive species has been understudied to the detriment of attempts to govern invasions, and that most management actions fail, primarily because they do not incorporate adaptive, learning-based approaches. Invasive species can decrease resilience by reducing the biodiversity that underpins ecological functions and processes, making ecosystems more prone to regime shifts. However, invasions do not always result in a shift to an alternative regime; invasions can also increase resilience by introducing novelty, replacing lost ecological functions or adding redundancy that strengthens already existing structures and processes in an ecosystem. This paper examines the potential impacts of species invasions on the resilience of ecosystems and suggests that resilience-based approaches can inform policy by linking the governance of biological invasions to the negotiation of tradeoffs between ecosystem services. Copyright © 2016. Published by Elsevier Ltd.

  1. Socio-Environmental Resilience and Complex Urban Systems Modeling

    NASA Astrophysics Data System (ADS)

    Deal, Brian; Petri, Aaron; Pan, Haozhi; Goldenberg, Romain; Kalantari, Zahra; Cvetkovic, Vladimir

    2017-04-01

    The increasing pressure of climate change has inspired two normative agendas; socio-technical transitions and socio-ecological resilience, both sharing a complex-systems epistemology (Gillard et al. 2016). Socio-technical solutions include a continuous, massive data gathering exercise now underway in urban places under the guise of developing a 'smart'(er) city. This has led to the creation of data-rich environments where large data sets have become central to monitoring and forming a response to anomalies. Some have argued that these kinds of data sets can help in planning for resilient cities (Norberg and Cumming 2008; Batty 2013). In this paper, we focus on a more nuanced, ecologically based, socio-environmental perspective of resilience planning that is often given less consideration. Here, we broadly discuss (and model) the tightly linked, mutually influenced, social and biophysical subsystems that are critical for understanding urban resilience. We argue for the need to incorporate these sub system linkages into the resilience planning lexicon through the integration of systems models and planning support systems. We make our case by first providing a context for urban resilience from a socio-ecological and planning perspective. We highlight the data needs for this type of resilient planning and compare it to currently collected data streams in various smart city efforts. This helps to define an approach for operationalizing socio-environmental resilience planning using robust systems models and planning support systems. For this, we draw from our experiences in coupling a spatio-temporal land use model (the Landuse Evolution and impact Assessment Model (LEAM)) with water quality and quantity models in Stockholm Sweden. We describe the coupling of these systems models using a robust Planning Support System (PSS) structural framework. We use the coupled model simulations and PSS to analyze the connection between urban land use transformation (social) and water

  2. Thematic video indexing to support video database retrieval and query processing

    NASA Astrophysics Data System (ADS)

    Khoja, Shakeel A.; Hall, Wendy

    1999-08-01

    This paper presents a novel video database system, which caters for complex and long videos, such as documentaries, educational videos, etc. As compared to relatively structured format videos like CNN news or commercial advertisements, this database system has the capacity to work with long and unstructured videos.

  3. Operational resilience: concepts, design and analysis

    PubMed Central

    Ganin, Alexander A.; Massaro, Emanuele; Gutfraind, Alexander; Steen, Nicolas; Keisler, Jeffrey M.; Kott, Alexander; Mangoubi, Rami; Linkov, Igor

    2016-01-01

    Building resilience into today’s complex infrastructures is critical to the daily functioning of society and its ability to withstand and recover from natural disasters, epidemics, and cyber-threats. This study proposes quantitative measures that capture and implement the definition of engineering resilience advanced by the National Academy of Sciences. The approach is applicable across physical, information, and social domains. It evaluates the critical functionality, defined as a performance function of time set by the stakeholders. Critical functionality is a source of valuable information, such as the integrated system resilience over a time interval, and its robustness. The paper demonstrates the formulation on two classes of models: 1) multi-level directed acyclic graphs, and 2) interdependent coupled networks. For both models synthetic case studies are used to explore trends. For the first class, the approach is also applied to the Linux operating system. Results indicate that desired resilience and robustness levels are achievable by trading off different design parameters, such as redundancy, node recovery time, and backup supply available. The nonlinear relationship between network parameters and resilience levels confirms the utility of the proposed approach, which is of benefit to analysts and designers of complex systems and networks. PMID:26782180

  4. Video game addiction, ADHD symptomatology, and video game reinforcement.

    PubMed

    Mathews, Christine L; Morrell, Holly E R; Molle, Jon E

    2018-06-06

    Up to 23% of people who play video games report symptoms of addiction. Individuals with attention deficit hyperactivity disorder (ADHD) may be at increased risk for video game addiction, especially when playing games with more reinforcing properties. The current study tested whether level of video game reinforcement (type of game) places individuals with greater ADHD symptom severity at higher risk for developing video game addiction. Adult video game players (N = 2,801; Mean age = 22.43, SD = 4.70; 93.30% male; 82.80% Caucasian) completed an online survey. Hierarchical multiple linear regression analyses were used to test type of game, ADHD symptom severity, and the interaction between type of game and ADHD symptomatology as predictors of video game addiction severity, after controlling for age, gender, and weekly time spent playing video games. ADHD symptom severity was positively associated with increased addiction severity (b = .73 and .68, ps < 0.001). Type of game played or preferred the most was not associated with addiction severity, ps > .05. The relationship between ADHD symptom severity and addiction severity did not depend on the type of video game played or preferred most, ps > .05. Gamers who have greater ADHD symptom severity may be at greater risk for developing symptoms of video game addiction and its negative consequences, regardless of type of video game played or preferred most. Individuals who report ADHD symptomatology and also identify as gamers may benefit from psychoeducation about the potential risk for problematic play.

  5. Resilience amongst Older Colombians Living in Poverty: an Ecological Approach.

    PubMed

    Bennett, Kate M; Reyes-Rodriguez, Maria F; Altamar, Paula; Soulsby, Laura K

    2016-12-01

    Older Colombians face significant adversities: poverty, violence and displacement. However, there is evidence that Latinos are often resilient. We examine resilience in older Colombians living in poverty using an ecological framework that identifies three levels: individual; community; and societal. In this paper we examine data from 16 semi-structured interviews with older Colombians that explore resilience within the context of poverty. We analyze our data using three stages: (1) modified grounded theory; (2) assignment of resilience status; (3) identification of components of the ecological framework which contribute to resilience in these participants. The most striking feature is that some participants are able to adapt to their situation, demonstrating resilience, whilst others are not. Individual characteristics such as psychological and material resources contribute to resilience. At the community level, family, social support, participation and cohesion promote resilience. Finally, at the societal level, social and welfare services, finance, religion and social policy, are important factors. These different levels of resilience are co-dependent, and we illustrate how this is so. We suggest that older Colombians living in poverty often demonstrate resilience, but that more can be done to enhance their lives. This includes interventions at the individual and community levels alongside changes in social policy.

  6. Investigating an API for resilient exascale computing.

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

    Stearley, Jon R.; Tomkins, James; VanDyke, John P.

    2013-05-01

    Increased HPC capability comes with increased complexity, part counts, and fault occurrences. In- creasing the resilience of systems and applications to faults is a critical requirement facing the viability of exascale systems, as the overhead of traditional checkpoint/restart is projected to outweigh its bene ts due to fault rates outpacing I/O bandwidths. As faults occur and propagate throughout hardware and software layers, pervasive noti cation and handling mechanisms are necessary. This report describes an initial investigation of fault types and programming interfaces to mitigate them. Proof-of-concept APIs are presented for the frequent and important cases of memory errors and nodemore » failures, and a strategy proposed for lesystem failures. These involve changes to the operating system, runtime, I/O library, and application layers. While a single API for fault handling among hardware and OS and application system-wide remains elusive, the e ort increased our understanding of both the mountainous challenges and the promising trailheads. 3« less

  7. OceanVideoLab: A Tool for Exploring Underwater Video

    NASA Astrophysics Data System (ADS)

    Ferrini, V. L.; Morton, J. J.; Wiener, C.

    2016-02-01

    Video imagery acquired with underwater vehicles is an essential tool for characterizing seafloor ecosystems and seafloor geology. It is a fundamental component of ocean exploration that facilitates real-time operations, augments multidisciplinary scientific research, and holds tremendous potential for public outreach and engagement. Acquiring, documenting, managing, preserving and providing access to large volumes of video acquired with underwater vehicles presents a variety of data stewardship challenges to the oceanographic community. As a result, only a fraction of underwater video content collected with research submersibles is documented, discoverable and/or viewable online. With more than 1 billion users, YouTube offers infrastructure that can be leveraged to help address some of the challenges associated with sharing underwater video with a broad global audience. Anyone can post content to YouTube, and some oceanographic organizations, such as the Schmidt Ocean Institute, have begun live-streaming video directly from underwater vehicles. OceanVideoLab (oceanvideolab.org) was developed to help improve access to underwater video through simple annotation, browse functionality, and integration with related environmental data. Any underwater video that is publicly accessible on YouTube can be registered with OceanVideoLab by simply providing a URL. It is strongly recommended that a navigational file also be supplied to enable geo-referencing of observations. Once a video is registered, it can be viewed and annotated using a simple user interface that integrates observations with vehicle navigation data if provided. This interface includes an interactive map and a list of previous annotations that allows users to jump to times of specific observations in the video. Future enhancements to OceanVideoLab will include the deployment of a search interface, the development of an application program interface (API) that will drive the search and enable querying of

  8. The geomorphology of wetlands in drylands: Resilience, nonresilience, or …?

    NASA Astrophysics Data System (ADS)

    Tooth, Stephen

    2018-03-01

    Over the last decade, much attention has focused on wetland resilience to disturbances such as extreme weather events, longer climate change, and human activities. In geomorphology and cognate disciplines, resilience is defined in various ways and has physical and socioeconomic dimensions but commonly is taken to mean the ability of a system to (A) withstand disturbance, (B) recover from disturbance, or (C) adapt and evolve in response to disturbance to a more desirable (e.g., stable) configuration. Most studies of wetland resilience have tended to focus on the more-or-less permanently saturated humid region wetlands, but whether the findings can be readily transferred to wetlands in drylands remains unclear. Given the natural climatic variability and overall strong moisture deficit characteristic of drylands, are such wetlands likely to be more resilient or less resilient? Focusing on wetlands in the South African drylands, this paper uses existing geomorphological, sedimentological, and geochronological data sets to provide the spatial (up to 50 km2) and temporal (late Quaternary) framework for an assessment of geomorphological resilience. Some wetlands have been highly resilient to environmental (especially climate) change, but others have been nonresilient with marked transformations in channel-floodplain structure and process connectivity having been driven by natural factors (e.g., local base-level fall, drought) or human activities (e.g., channel excavation, floodplain drainage). Key issues related to the assessment of wetland resilience include channel-floodplain dynamics in relation to geomorphological thresholds, wetland geomorphological 'life cycles', and the relative roles of natural and human activities. These issues raise challenges for the involvement of geomorphologists in the practical application of the resilience concept in wetland management. A key consideration is how geomorphological resilience interfaces with other dimensions of resilience

  9. Sustainability and resilience in midwifery: A discussion paper.

    PubMed

    Crowther, Susan; Hunter, Billie; McAra-Couper, Judith; Warren, Lucie; Gilkison, Andrea; Hunter, Marion; Fielder, Anna; Kirkham, Mavis

    2016-09-01

    midwifery workforce issues are of international concern. Sustainable midwifery practice, and how resilience is a required quality for midwives, have begun to be researched. How these concepts are helpful to midwifery continues to be debated. It is important that such debates are framed so they can be empowering for midwives. Care is required not to conceptually label matters concerning the midwifery workforce without judicious scrutiny and diligence. the aim of this discussion paper is to explore the concepts of sustainability and resilience now being suggested in midwifery workforce literature. Whether sustainability and resilience are concepts useful in midwifery workforce development is questioned. using published primary midwifery research from United Kingdom and New Zealand the concepts of sustainability and resilience are compared, contrasted and explored. there are obvious differences in models of midwifery care in the United Kingdom and New Zealand. Despite these differences, the concepts of resilience and sustainability emerge as overlapping themes from the respective studies' findings. Comparison between studies provides evidence of what is crucial in sustaining healthy resilient midwifery practice. Four common themes have been identified that traverse the different models of care; Self-determination, ability to self-care, cultivation of relationships both professionally and with women/families, and a passion, joy and love for midwifery. the impact that midwifery models of care may have on sustainable practice and nurturing healthy resilient behaviors remains uncertain. The notion of resilience in midwifery as the panacea to resolve current concerns may need rethinking. Resilience may be interpreted as expecting midwives 'to toughen up' in a workplace setting that is socially, economically and culturally challenging. Sustainability calls for examination of the reciprocity between environments of working and the individual midwife. The findings invite

  10. Toward an African Definition of Resilience: A Rural South African Community's View of Resilient Basotho Youth

    ERIC Educational Resources Information Center

    Theron, Linda C.; Theron, Adam M. C.; Malindi, Macalane J.

    2013-01-01

    Resilience, or adaptive behavior in the face of adversity, has recently come to be understood as a phenomenon that should not be uniformly conceptualized across contexts and cultures. This emerging understanding has urged exploration of what resilience might mean in specific cultural contexts. As in other majority nation contexts, there is scant…

  11. Resilience, Bullying, and Mental Health: Factors Associated with Improved Outcomes

    ERIC Educational Resources Information Center

    Moore, Brian; Woodcock, Stuart

    2017-01-01

    Resilience is associated with bouncing back from adversity, and the term currently enjoys significant popular appeal. However, understanding of resilience is often superficial. The current paper examined 105 primary and high school students' experiences of resilience and bullying, and considered resilience as a hierarchical factorial model. The…

  12. Resiliency and the Ability to Detect Cartoon Humor

    ERIC Educational Resources Information Center

    Killlon, Jessica B.; Torres, Aurora

    2017-01-01

    The Connor Davidson Resilience Scale was developed to measure resiliency, an individual's ability to positively adapt to stressful or adverse situations. Resilient individuals have close and secure relationships, have a strong sense of purpose, know when to turn to others for help, and find humor in situations. The focus of this study was on the…

  13. Master Resilience Training in the U.S. Army

    ERIC Educational Resources Information Center

    Reivich, Karen J.; Seligman, Martin E. P.; McBride, Sharon

    2011-01-01

    The U.S. Army Master Resilience Trainer (MRT) course, which provides face-to-face resilience training, is one of the foundational pillars of the Comprehensive Soldier Fitness program. The 10-day MRT course is the foundation for training resilience skills to sergeants and for teaching sergeants how to teach these skills to their soldiers. The…

  14. New York Solar Smart DG Hub-Resilient Solar Project: Economic and Resiliency Impact of PV and Storage on New York Critical Infrastructure

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

    Anderson, Kate; Burman, Kari; Simpkins, Travis

    Resilient PV, which is solar paired with storage ('solar-plus-storage'), provides value both during normal grid operation and power outages as opposed to traditional solar PV, which functions only when the electric grid is operating. During normal grid operations, resilient PV systems help host sites generate revenue and/or reduce electricity bill charges. During grid outages, resilient PV provides critical emergency power that can help people in need and ease demand on emergency fuel supplies. The combination of grid interruptions during recent storms, the proliferation of solar PV, and the growing deployment of battery storage technologies has generated significant interest in usingmore » these assets for both economic and resiliency benefits. This report analyzes the technical and economic viability for resilient PV on three critical infrastructure sites in New York City (NYC): a school that is part of a coastal storm shelter system, a fire station, and a NYCHA senior center that serves as a cooling center during heat emergencies. This analysis differs from previous solar-plus-storage studies by placing a monetary value on resiliency and thus, in essence, modeling a new revenue stream for the avoided cost of a power outage. Analysis results show that resilient PV is economically viable for NYC's critical infrastructure and that it may be similarly beneficial to other commercial buildings across the city. This report will help city building owners, managers, and policymakers better understand the economic and resiliency benefits of resilient PV. As NYC fortifies its building stock against future storms of increasing severity, resilient PV can play an important role in disaster response and recovery while also supporting city greenhouse gas emission reduction targets and relieving stress to the electric grid from growing power demands.« less

  15. Caregivers' resilience is independent from the clinical symptoms of dementia.

    PubMed

    Dias, Rachel; Simões-Neto, José Pedro; Santos, Raquel Luiza; Sousa, Maria Fernanda Barroso de; Baptista, Maria Alice Tourinho; Lacerda, Isabel Barbeito; Kimura, Nathalia Ramos Santos; Dourado, Marcia Cristina Nascimento

    2016-12-01

    Resilience is the capacity for successful adaptation when faced with the stress of adversity. We aimed to investigate the relationship between caregivers' resilience and the sociodemographic and clinical factors of people with dementia. Cross-sectional assessment of 58 people with dementia and their caregiver dyads showed that most caregivers were female adult children. The caregivers reported moderate to higher levels of resilience, lower levels of anxiety and depressive symptoms and moderate levels of burden. Resilience was not related to the caregiver's gender (p = 0.883), nor clinical (p = 0.807) or emotional problems (p = 0.420). The regression showed that resilience was related to the caregiver's quality of life (p < 0.01) and inversely associated with their depressive symptoms (p < 0.01). There was no relationship between caregivers' resilience and the sociodemographic and clinical characteristics of people with dementia. We can assume that resilience is an individual characteristic. Support groups should also focus on the factors that may increase resilience among caregivers.

  16. Fostering Resilience: A Necessary Skill for Teacher Retention

    NASA Astrophysics Data System (ADS)

    Doney, Patricia A.

    2013-06-01

    The goal of this qualitative 2-year study was to examine the resilience building process in four novice secondary science teachers and its link to teacher retention. To achieve the research goal, a resilience framework was established. Three factors were instrumental in creating the framework. The first focused on stressors and protective factors in the lives of novice secondary science teachers and provided direction and goals for the research. Second, a case study was developed for each of the four teachers participating in the research in order to emphasize the detailed analysis of factors linked to resilience. Finally, cross-case analysis was employed to identify similarities and differences and provide insight into issues concerning the resilience process. Results of this study suggest that the interaction between stressors and protective factors acts as a primary force in the resilience process and stimulate responses to help counteract negative effects of resulting stress. Therefore, it can be reasoned that resilience can be fostered in novice teachers as a means to encourage teacher retention.

  17. Examining the Effects of Religious Attendance on Resilience for Older Adults.

    PubMed

    Manning, Lydia K; Miles, Andrew

    2018-02-01

    Growing older often brings hardship, adversity, and even trauma. Resilience is a broad term used to describe flourishing despite adversity. To date, resilience and the connections to religion have not been well studied, despite compelling evidence that religious practice can promote psychological health. This research examines the role that religion plays in promoting resilience among older adults. Research questions include: (a) What is the relationship between religion and trait resilience? and (b) Does religion promote resilient reintegration following traumatic life events? Results indicate that religious service attendance is tied to higher levels of trait resilience and that both service attendance and trait resilience directly predict lower levels of depression and higher rates of resilient reintegration following traumatic life events. Findings suggest that religious service attendance has protective properties that are worthy of consideration when investigating resilience.

  18. Quantifying and Monetizing Renewable Energy Resiliency

    DOE PAGES

    Anderson, Kate H.; Laws, Nicholas D.; Marr, Spencer; ...

    2018-03-23

    Energy resiliency has been thrust to the forefront by recent severe weather events and natural disasters. Billions of dollars are lost each year due to power outages. This article highlights the unique value renewable energy hybrid systems (REHS), comprised of solar, energy storage, and generators, provide in increasing resiliency. We present a methodology to quantify the amount and value of resiliency provided by REHS, and ways to monetize this resiliency value through insurance premium discounts. A case study of buildings in New York City demonstrates how implementing REHS in place of traditional backup diesel generators can double the amount ofmore » outage survivability, with an added value of $781,200. For a Superstorm Sandy type event, results indicate that insurance premium reductions could support up to 4% of the capital cost of REHS, and the potential exists to prevent up to $2.5 billion in business interruption losses with increased REHS deployment.« less

  19. Quantifying and Monetizing Renewable Energy Resiliency

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

    Anderson, Kate H.; Laws, Nicholas D.; Marr, Spencer

    Energy resiliency has been thrust to the forefront by recent severe weather events and natural disasters. Billions of dollars are lost each year due to power outages. This article highlights the unique value renewable energy hybrid systems (REHS), comprised of solar, energy storage, and generators, provide in increasing resiliency. We present a methodology to quantify the amount and value of resiliency provided by REHS, and ways to monetize this resiliency value through insurance premium discounts. A case study of buildings in New York City demonstrates how implementing REHS in place of traditional backup diesel generators can double the amount ofmore » outage survivability, with an added value of $781,200. For a Superstorm Sandy type event, results indicate that insurance premium reductions could support up to 4% of the capital cost of REHS, and the potential exists to prevent up to $2.5 billion in business interruption losses with increased REHS deployment.« less

  20. Spatial modelling of disaster resilience using infrastructure components of baseline resilience indicators for communities (BRIC) in special region of Yogyakarta

    NASA Astrophysics Data System (ADS)

    Kuscahyadi, Febriana; Meilano, Irwan; Riqqi, Akhmad

    2017-07-01

    Special Region of Yogyakarta Province (DIY) is one of Indonesian regions that often harmed by varied natural disasters which caused huge negative impacts. The most catastrophic one is earthquake in May, 27th 2006 with 6.3 magnitude moment [1], evoked 5716 people died, and economic losses for Rp. 29.1 Trillion, [2]. Their impacts could be minimized by committing disaster risk reduction program. Therefore, it is necessary to measure the natural disaster resilience within a region. Since infrastructure are might be able as facilities that means for evacuations, distribute supplies, and post disaster recovery [3], this research concerns to establish spatial modelling of natural disaster resilience using infrastructure components based on BRIC in DIY Province. There are three infrastructure used in this model; they are school, health facilities, and roads. Distance analysis is used to determine the level of resilient zone. The result gives the spatial understanding as a map that urban areas have better disaster resilience than the rural areas. The coastal areas and mountains areas which are vulnerable towards disaster have less resilience since there are no enough facilities that will increase the disaster resilience