782 research outputs found
Revisiting previously searched locations in visual neglect: role of right parietal and frontal lesions in misjudging old locations as new
Right-hemisphere patients with left neglect often demonstrate abnormal visual search, re-examining stimuli to the right while ignoring those to the left. But re-fixations alone do not reveal if patients misjudge whether they have searched a location before. Here, we not only tracked the eye movements of 16 neglect patients during search, but also asked them to click a response button only when they judged they were fixating a target for the very first time. "Re-clicking" on previously found targets would indicate that patients erroneously respond to these as new discoveries. Lesions were mapped with high-resolution MRI. Neglect patients with damage involving the right intraparietal sulcus or right inferior frontal lobe "re-clicked" on previously found targets on the right at a pathological rate, whereas those with medial occipito-temporal lesions did not. For the intraparietal sulcus patients, the probability of erroneous re-clicks on an old target increased with time since first discovering it; whereas for frontal patients it was independent of search time, suggesting different underlying mechanisms in these two types of patient. Re-click deficits correlated with degree of leftward neglect, mainly due to both being severe in intraparietal cases. These results demonstrate that misjudging previously searched locations for new ones can contribute to pathological search in neglect, with potentially different mechanisms being involved in intraparietal versus inferior frontal patients. When combined with a spatial bias to the right, such deficits might explain why many neglect patients often re-examine rightward locations, at the expense of items to their left
Large emergency-response exercises: qualitative characteristics - a survey
Exercises, drills, or simulations are widely used, by governments, agencies and commercial organizations, to simulate serious incidents and train staff how to respond to them. International cooperation has led to increasingly large-scale exercises, often involving hundreds or even thousands of participants in many locations. The difference between ‘large’ and ‘small’ exercises is more than one of size: (a) Large exercises are more ‘experiential’ and more likely to undermine any model of reality that single organizations may create; (b) they create a ‘play space’ in which organizations and individuals act out their own needs and identifications, and a ritual with strong social implications; (c) group-analytic psychotherapy suggests that the emotions aroused in a large group may be stronger and more difficult to control. Feelings are an unacknowledged major factor in the success or failure of exercises; (d) successful large exercises help improve the nature of trust between individuals and the organizations they represent, changing it from a situational trust to a personal trust; (e) it is more difficult to learn from large exercises or to apply the lessons identified; (f) however, large exercises can help develop organizations and individuals. Exercises (and simulation in general) need to be approached from a broader multidisciplinary direction if their full potential is to be realized
Imaging cervical cytology with scanning near-field optical microscopy (SNOM) coupled with an IR-FEL
Cervical cancer remains a major cause of morbidity and mortality among women, especially in the developing world. Increased synthesis of proteins, lipids and nucleic acids is a pre-condition for the rapid proliferation of cancer cells. We show that scanning near-field optical microscopy, in combination with an infrared free electron laser (SNOM-IR-FEL), is able to distinguish between normal and squamous low-grade and high-grade dyskaryosis, and between normal and mixed squamous/glandular pre-invasive and adenocarcinoma cervical lesions, at designated wavelengths associated with DNA, Amide I/II and lipids. These findings evidence the promise of the SNOM-IR-FEL technique in obtaining chemical information relevant to the detection of cervical cell abnormalities and cancer diagnosis at spatial resolutions below the diffraction limit (?0.2 \ensuremathμm). We compare these results with analyses following attenuated total reflection Fourier-transform infrared (ATR-FTIR) spectroscopy; although this latter approach has been demonstrated to detect underlying cervical atypia missed by conventional cytology, it is limited by a spatial resolution of ~3 \ensuremathμm to 30 \ensuremathμm due to the optical diffraction limit
Micro-Electro-Mechanical-Systems (MEMS) and Fluid Flows
The micromachining technology that emerged in the late 1980s can provide micron-sized sensors and actuators. These micro transducers are able to be integrated with signal conditioning and processing circuitry to form micro-electro-mechanical-systems (MEMS) that can perform real-time distributed control. This capability opens up a new territory for flow control research. On the other hand, surface effects dominate the fluid flowing through these miniature mechanical devices because of the large surface-to-volume ratio in micron-scale configurations. We need to reexamine the surface forces in the momentum equation. Owing to their smallness, gas flows experience large Knudsen numbers, and therefore boundary conditions need to be modified. Besides being an enabling technology, MEMS also provide many challenges for fundamental flow-science research
Determinants of impact : towards a better understanding of encounters with the arts
The article argues that current methods for assessing the impact of the arts are largely based on a fragmented and incomplete understanding of the cognitive, psychological and socio-cultural dynamics that govern the aesthetic experience. It postulates that a better grasp of the interaction between the individual and the work of art is the necessary foundation for a genuine understanding of how the arts can affect people. Through a critique of philosophical and empirical attempts to capture the main features of the aesthetic encounter, the article draws attention to the gaps in our current understanding of the responses to art. It proposes a classification and exploration of the factors—social, cultural and psychological—that contribute to shaping the aesthetic experience, thus determining the possibility of impact. The ‘determinants of impact’ identified are distinguished into three groups: those that are inherent to the individual who interacts with the artwork; those that are inherent to the artwork; and ‘environmental factors’, which are extrinsic to both the individual and the artwork. The article concludes that any meaningful attempt to assess the impact of the arts would need to take these ‘determinants of impact’ into account, in order to capture the multidimensional and subjective nature of the aesthetic experience
Assessing the conservation value of waterbodies: the example of the Loire floodplain (France)
In recent decades, two of the main management tools used to stem biodiversity erosion have been biodiversity monitoring and the conservation of natural areas. However, socio-economic pressure means that it is not usually possible to preserve the entire landscape, and so the rational prioritisation of sites has become a crucial issue. In this context, and because floodplains are one of the most threatened ecosystems, we propose a statistical strategy for evaluating conservation value, and used it to prioritise 46 waterbodies in the Loire floodplain (France). We began by determining a synthetic conservation index of fish communities (Q) for each waterbody. This synthetic index includes a conservation status index, an origin index, a rarity index and a richness index. We divided the waterbodies into 6 clusters with distinct structures of the basic indices. One of these clusters, with high Q median value, indicated that 4 waterbodies are important for fish biodiversity conservation. Conversely, two clusters with low Q median values included 11 waterbodies where restoration is called for. The results picked out high connectivity levels and low abundance of aquatic vegetation as the two main environmental characteristics of waterbodies with high conservation value. In addition, assessing the biodiversity and conservation value of
territories using our multi-index approach plus an a posteriori hierarchical classification methodology reveals two major interests: (i) a possible geographical extension and (ii) a multi-taxa adaptation
Linear, Deterministic, and Order-Invariant Initialization Methods for the K-Means Clustering Algorithm
Over the past five decades, k-means has become the clustering algorithm of
choice in many application domains primarily due to its simplicity, time/space
efficiency, and invariance to the ordering of the data points. Unfortunately,
the algorithm's sensitivity to the initial selection of the cluster centers
remains to be its most serious drawback. Numerous initialization methods have
been proposed to address this drawback. Many of these methods, however, have
time complexity superlinear in the number of data points, which makes them
impractical for large data sets. On the other hand, linear methods are often
random and/or sensitive to the ordering of the data points. These methods are
generally unreliable in that the quality of their results is unpredictable.
Therefore, it is common practice to perform multiple runs of such methods and
take the output of the run that produces the best results. Such a practice,
however, greatly increases the computational requirements of the otherwise
highly efficient k-means algorithm. In this chapter, we investigate the
empirical performance of six linear, deterministic (non-random), and
order-invariant k-means initialization methods on a large and diverse
collection of data sets from the UCI Machine Learning Repository. The results
demonstrate that two relatively unknown hierarchical initialization methods due
to Su and Dy outperform the remaining four methods with respect to two
objective effectiveness criteria. In addition, a recent method due to Erisoglu
et al. performs surprisingly poorly.Comment: 21 pages, 2 figures, 5 tables, Partitional Clustering Algorithms
(Springer, 2014). arXiv admin note: substantial text overlap with
arXiv:1304.7465, arXiv:1209.196
The role of thermal energy accommodation and atomic recombination probabilities in low pressure oxygen plasmas
International audienceSurface interaction probabilities are critical parameters that determine the behaviour of low pressure plasmas and so are crucial input parameters for plasma simulations that play a key role in determining their accuracy. However, these parameters are difficult to estimate without in situ measurements. In this work, the role of two prominent surface interaction probabilities, the atomic oxygen recombination coefficient ? O and the thermal energy accommodation coefficient ? E in determining the plasma properties of low pressure inductively coupled oxygen plasmas are investigated using two-dimensional fluid-kinetic simulations. These plasmas are the type used for semiconductor processing. It was found that ? E plays a crucial role in determining the neutral gas temperature and neutral gas density. Through this dependency, the value of ? E also determines a range of other plasma properties such as the atomic oxygen density, the plasma potential, the electron temperature, and ion bombardment energy and neutral-to-ion flux ratio at the wafer holder. The main role of ? O is in determining the atomic oxygen density and flux to the wafer holder along with the neutral-to-ion flux ratio. It was found that the plasma properties are most sensitive to each coefficient when the value of the coefficient is small causing the losses of atomic oxygen and thermal energy to be surface interaction limited rather than transport limited
Waveguide Coupled Resonance Fluorescence from On-Chip Quantum Emitter
Resonantly driven quantum emitters offer a very promising route to obtain highly coherent sources of single photons required for applications in quantum information processing (QIP). Realizing this for on-chip scalable devices would be important for scientific advances and practical applications in the field of integrated quantum optics. Here we report on-chip quantum dot (QD) resonance fluorescence (RF) efficiently coupled into a single-mode waveguide, a key component of a photonic integrated circuit, with a negligible resonant laser background and show that the QD coherence is enhanced by more than a factor of 4 compared to off-resonant excitation. Single-photon behavior is confirmed under resonant excitation, and fast fluctuating charge dynamics are revealed in autocorrelation g(2) measurements. The potential for triggered operation is verified in pulsed RF. These results pave the way to a novel class of integrated quantum-optical devices for on-chip quantum information processing with embedded resonantly driven quantum emitters
Mass spectrometry and multivariate analysis to classify cervical intraepithelial neoplasia from blood plasma: an untargeted lipidomic study
Cervical cancer is still an important issue of public health since it is the fourth most frequent type of cancer in women worldwide. Much effort has been dedicated to combating this cancer, in particular by the early detection of cervical pre-cancerous lesions. For this purpose, this paper reports the use of mass spectrometry coupled with multivariate analysis as an untargeted lipidomic approach to classifying 76 blood plasma samples into negative for intraepithelial lesion or malignancy (NILM, n = 42) and squamous intraepithelial lesion (SIL, n = 34). The crude lipid extract was directly analyzed with mass spectrometry for untargeted lipidomics, followed by multivariate analysis based on the principal component analysis (PCA) and genetic algorithm (GA) with support vector machines (SVM), linear (LDA) and quadratic (QDA) discriminant analysis. PCA-SVM models outperformed LDA and QDA results, achieving sensitivity and specificity values of 80.0% and 83.3%, respectively. Five types of lipids contributing to the distinction between NILM and SIL classes were identified, including prostaglandins, phospholipids, and sphingolipids for the former condition and Tetranor-PGFM and hydroperoxide lipid for the latter. These findings highlight the potentiality of using mass spectrometry associated with chemometrics to discriminate between healthy women and those suffering from cervical pre-cancerous lesions
- …
