3,664 research outputs found

    Societal impact evaluation: Exploring evaluator perceptions of the characterization of impact under the REF2014

    Get PDF
    © The Author 2015. Published by Oxford University Press. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted reuse, distribution, and reproduction in any medium, provided the original work is properly cited.The relative newness of ‘impact’ as a criterion for research assessment has meant that there is yet to be an empirical study examining the process of its evaluation. This article is part of a broader study which is exploring the panel-based peer and end-user review process for societal impact evaluation using the UK’s national research assessment exercise, the Research Excellence Framework (REF) 2014, as a case study. In particular, this article explores the different perceptions REF2014 evaluators had regarding societal impact, preceding their evaluation of this measure as part of REF2014. Data are drawn from 62 interviews with evaluators from the health-related Panel A and its subpanels, prior to the REF2014 exercise taking place. We show how going into the REF exercise, evaluators from Panel A had different perceptions about how to characterize impact and how to define impact realization in terms of research outcomes and the research process. We conclude by discussing the implications of our findings for future impact evaluation frameworks, as well as postulating a series of hypotheses about the ways in which evaluators’ different perceptions going into an impact assessment could potentially influence the evaluation of impact submissions. Using REF2014 as a case study, these hypotheses will be tested in interviews with REF2014 evaluators post-assessment.This work was supported by the Economic and Social Research Council (ESRC), UK. Grant number: ES/K008897/1

    Visual marking and facial affect : can an emotional face be ignored?

    Get PDF
    Previewing a set of distractors allows them to be ignored in a subsequent visual search task (Watson & Humphreys, 1997). Seven experiments investigated whether this preview benefit can be obtained with emotional faces, and whether negative and positive facial expressions differ in the extent to which they can be ignored. Experiments 1–5 examined the preview benefit with neutral, negative, and positive previewed faces. These results showed that a partial preview benefit occurs with face stimuli, but that the valence of the previewed faces has little impact. Experiments 6 and 7 examined the time course of the preview benefit with valenced faces. These showed that negative faces were more difficult to ignore than positive faces, but only at short preview durations. Furthermore, a full preview benefit was not obtained with face stimuli even when the preview duration was extended up to 3 s. The findings are discussed in terms of the processes underlying the preview benefit, their ecological sensitivity, and the role of emotional valence in attentional capture and guidance

    When are abrupt onsets found efficiently in complex visual search? : evidence from multi-element asynchronous dynamic search

    Get PDF
    Previous work has found that search principles derived from simple visual search tasks do not necessarily apply to more complex search tasks. Using a Multielement Asynchronous Dynamic (MAD) visual search task, in which high numbers of stimuli could either be moving, stationary, and/or changing in luminance, Kunar and Watson (M. A Kunar & D. G. Watson, 2011, Visual search in a Multi-element Asynchronous Dynamic (MAD) world, Journal of Experimental Psychology: Human Perception and Performance, Vol 37, pp. 1017-1031) found that, unlike previous work, participants missed a higher number of targets with search for moving items worse than for static items and that there was no benefit for finding targets that showed a luminance onset. In the present research, we investigated why luminance onsets do not capture attention and whether luminance onsets can ever capture attention in MAD search. Experiment 1 investigated whether blinking stimuli, which abruptly offset for 100 ms before reonsetting-conditions known to produce attentional capture in simpler visual search tasks-captured attention in MAD search, and Experiments 2-5 investigated whether giving participants advance knowledge and preexposure to the blinking cues produced efficient search for blinking targets. Experiments 6-9 investigated whether unique luminance onsets, unique motion, or unique stationary items captured attention. The results found that luminance onsets captured attention in MAD search only when they were unique, consistent with a top-down unique feature hypothesis. (PsycINFO Database Record (c) 2013 APA, all rights reserved)

    When are abrupt onsets found efficiently in complex visual search? : evidence from multi-element asynchronous dynamic search

    Get PDF
    Previous work has found that search principles derived from simple visual search tasks do not necessarily apply to more complex search tasks. Using a Multielement Asynchronous Dynamic (MAD) visual search task, in which high numbers of stimuli could either be moving, stationary, and/or changing in luminance, Kunar and Watson (M. A Kunar & D. G. Watson, 2011, Visual search in a Multi-element Asynchronous Dynamic (MAD) world, Journal of Experimental Psychology: Human Perception and Performance, Vol 37, pp. 1017-1031) found that, unlike previous work, participants missed a higher number of targets with search for moving items worse than for static items and that there was no benefit for finding targets that showed a luminance onset. In the present research, we investigated why luminance onsets do not capture attention and whether luminance onsets can ever capture attention in MAD search. Experiment 1 investigated whether blinking stimuli, which abruptly offset for 100 ms before reonsetting-conditions known to produce attentional capture in simpler visual search tasks-captured attention in MAD search, and Experiments 2-5 investigated whether giving participants advance knowledge and preexposure to the blinking cues produced efficient search for blinking targets. Experiments 6-9 investigated whether unique luminance onsets, unique motion, or unique stationary items captured attention. The results found that luminance onsets captured attention in MAD search only when they were unique, consistent with a top-down unique feature hypothesis. (PsycINFO Database Record (c) 2013 APA, all rights reserved)

    Visual marking and change blindness : moving occluders and transient masks neutralize shape changes to ignored objects

    Get PDF
    Visual search efficiency improves by presenting (previewing) one set of distractors before the target and remaining distractor items (D. G. Watson & G. W. Humphreys, 1997). Previous work has shown that this preview benefit is abolished if the old items change their shape when the new items are added (e.g., D. G. Watson & G. W. Humphreys, 2002). Here we present 5 experiments that examined whether such object changes are still effective in recapturing attention if the changes occur while the previewed objects are occluded or masked. Overall, the findings suggest that masking transients are effective in preventing both object changes and the presentation of new objects from capturing attention in time-based visual search conditions. The findings are discussed in relation to theories of change blindness, new object capture, and the ecological properties of time-based visual selection. (PsycINFO Database Record (c) 2010 APA, all rights reserved

    Quiescent consistency: Defining and verifying relaxed linearizability

    Get PDF
    Concurrent data structures like stacks, sets or queues need to be highly optimized to provide large degrees of parallelism with reduced contention. Linearizability, a key consistency condition for concurrent objects, sometimes limits the potential for optimization. Hence algorithm designers have started to build concurrent data structures that are not linearizable but only satisfy relaxed consistency requirements. In this paper, we study quiescent consistency as proposed by Shavit and Herlihy, which is one such relaxed condition. More precisely, we give the first formal definition of quiescent consistency, investigate its relationship with linearizability, and provide a proof technique for it based on (coupled) simulations. We demonstrate our proof technique by verifying quiescent consistency of a (non-linearizable) FIFO queue built using a diffraction tree. © 2014 Springer International Publishing Switzerland

    Verifying linearizability on TSO architectures

    Get PDF
    Linearizability is the standard correctness criterion for fine-grained, non-atomic concurrent algorithms, and a variety of methods for verifying linearizability have been developed. However, most approaches assume a sequentially consistent memory model, which is not always realised in practice. In this paper we define linearizability on a weak memory model: the TSO (Total Store Order) memory model, which is implemented in the x86 multicore architecture. We also show how a simulation-based proof method can be adapted to verify linearizability for algorithms running on TSO architectures. We demonstrate our approach on a typical concurrent algorithm, spinlock, and prove it linearizable using our simulation-based approach. Previous approaches to proving linearizabilty on TSO architectures have required a modification to the algorithm's natural abstract specification. Our proof method is the first, to our knowledge, for proving correctness without the need for such modification

    Diffractive rho^0 photo- and leptoproduction at high energies

    Full text link
    We discuss the elastic photo- and leptoproduction of rho^0-mesons from nucleons at Q^2 < 1 GeV^2 as studied in recent experiments at HERA and FNAL. We find that the mass distribution of the measured \pi^+\pi^- pairs is determined to a large extent by the two-pion contribution to the photon spectral function as given by the pion form factor. With rising Q^2 the rate of diffractive events decreases and the \pi^+\pi^- mass distribution approaches a symmetric shape.Comment: 7 pages LaTeX, 3 figures, to appear in Phys.Lett.
    corecore