نتایج جستجو برای: high schizotypy

تعداد نتایج: 2059763  

2003
ABIGAIL L. LARRISON CAROLYN F. FERRANTE ANNE B. SERENO Carolyn F. Ferrante Kevin A. Briand Anne B. Sereno

Larrison, Abigail L., Carolyn F. Ferrante, Kevin A. Briand, Anne B. Sereno: Schizotypal Traits, Attention and Eye Movements. Prog. Neuro-Psychopharmacol. & Biol. Psychiat. 2000,24, pp. 357-372. 02000 Elscvicr S&n= Inc. 1. Subjects demonstrating high, average, or low schizotypal traits participated in saccade tasks of eye movements and attention including: a simple saccade task, an antisaccade t...

2013
Michele Ribolsi Giulia Lisi Giorgio Di Lorenzo Giuseppe Rociola Cinzia Niolu Alberto Siracusano

INTRODUCTION Recent studies have found a lack of normal pseudoneglect in schizophrenia patients and in their first degree relatives. Similarly, several contributions have reported that measures of schizotypy in the healthy population may be related to signs of right-sided lateralization, but most of these studies differ greatly in methodology (sample size, choice of schizotypy scales, and later...

Journal: :Schizophrenia research 2015
Julie M McCarthy Michael T Treadway Jack J Blanchard

It has been proposed that anhedonia may, in part, reflect difficulties in reward processing and effortful decision making. The current study aimed to replicate previous findings of effortful decision making deficits associated with elevated anhedonia and expand upon these findings by investigating whether these decision making deficits are specific to elevated social anhedonia or are also assoc...

Journal: :The Journal of nervous and mental disease 2005
Elias Tsakanikos Phil Reed

We examined whether positive schizotypy (i.e., reports of hallucinatory and delusional-like experiences) in nonclinical participants could predict false perceptual experiences during detection of fast-moving words beyond a possible response bias. The participants (N = 160) were assigned to one of two conditions: they were asked either to make presence/absence judgments (loose criterion) or to r...

Journal: :Psychological assessment 2014
David C Cicero Elizabeth A Martin Theresa M Becker Anna R Docherty John G Kerns

Despite the common use of either psychometric or clinical methods for identifying individuals at risk for psychosis, previous research has not examined the correspondence and extent of convergence of these 2 approaches. Undergraduates (n = 160), selected from a larger pool, completed 3 self-report schizotypy scales: the Magical Ideation Scale, the Perceptual Aberration Scale, and the Revised So...

2015
Yi Wang Wen-hua Liu Zhi Li Xin-hua Wei Xin-qing Jiang David L. Neumann David H. K. Shum Eric F. C. Cheung Raymond C. K. Chan

Impairment in empathy has been demonstrated in patients with schizophrenia and individuals with psychosis proneness. In the present study, we examined the neural correlates underlying theory of mind (ToM) and empathy and the relationships between these two social cognitive abilities with schizotypy. Fifty-six first-year college students (31 males, 25 females) between 17 and 21 years of age (M =...

Journal: :British Journal of Psychiatry 1998

2015
Stephanie Louise Caroline Gurvich Erica Neill Eric J. Tan Tamsyn E. Van Rheenen Susan Rossell

Previous research has shown mild forms of the neurocognitive impairments seen in schizophrenia among healthy individuals exhibiting high schizotypal traits. This study aimed to explore associations between schizotypy and cognitive performance in an adult community sample. Ninety-five females and 79 males completed the Oxford-Liverpool Inventory of Feelings and Experiences (O-LIFE), which measur...

2012
Haruka Yamamoto Hideto Tsuchida Takashi Nakamae Seiji Nishida Yuki Sakai Akihito Fujimori Jin Narumoto Yoshihisa Wada Takafumi Yoshida Chiaki Taga Kenji Fukui

PURPOSE Obsessive-compulsive disorder (OCD) patients exhibit a noninhibition response pattern very similar to that observed in schizotypy patients in cognitive tasks. It has been suggested that the reduced cognitive inhibition observed in both schizotypy and OCD may result in the frequent entry into awareness of unacceptable urges and intrusive thoughts. The aim of this study was to investigate...

2014
Daria Dembińska-Krajewska Janusz Rybakowski

Schizotypal personality can be perceived as a personality trait and considered as a dimension. In recent decades, this way of thinking has been promoted by a British psychologist Gordon Claridge, the main author of the Oxford-Liverpool Inventory of Feelings and Experiences (O-LIFE) schizotypy scale, which is the subject of this article. In such dimensional model, schizotypy represents a continu...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->