نتایج جستجو برای: subjective anxiety

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

2017
Daniel E Bradford Courtney A Motschman Mark J Starr John J Curtin

Developing a better understanding of how and under what circumstances alcohol affects the emotions, cognitions and neural functions that precede and contribute to dangerous behaviors during intoxication may help to reduce their occurrence. Alcohol intoxication has recently been shown to reduce defensive reactivity and anxiety more during uncertain vs certain threat. However, alcohol's effects o...

Journal: :Social cognitive and affective neuroscience 2011
Joshua M Carlson Tsafrir Greenberg Denis Rubin Lilianne R Mujica-Parodi

Anticipation is a central component of anxiety and the anterior insula appears to be an important neural substrate in which this process is mediated. The anterior insula is also thought to underlie the interoceptive representation of one's affective state. However, the degree to which individual differences in anticipation-related insula reactivity are associated with variability in the subject...

2010
Petr Pastucha Jan Prasko Tomas Diveky Ales Grambal Klara Latalova Zuzana Sigmundova

THE AIM of our study is to examine if the dissociation, can influence intensity of psychopathology in patients suffering with borderline personality disorders and compare the level of dissociation of the patients with the data of healthy subjects. METHODS: 24 patients suffering with borderline personality disorder (7 males and 17 females) and 31 healthy controls (9 males and 22 females) were in...

2018
Michio Murakami Yoshitake Takebayashi Yoshihito Takeda Akiko Sato Yasumasa Igarashi Kazumi Sano Tetsuo Yasutaka Wataru Naito Sumire Hirota Aya Goto Tetsuya Ohira Seiji Yasumura Koichi Tanigawa

After the Fukushima Daiichi Nuclear Power Station accident in 2011, concerns about radiation exposure and decline in subjective well-being have been reported. To tackle these problems, various countermeasures in relation to radiation have been implemented. In this study, we comprehensively evaluated the effects of radiological countermeasures on subjective well-being (e.g., satisfaction with li...

Journal: :Psychoneuroendocrinology 2016
Joanna J Arch Lauren N Landy Kirk Warren Brown

Arch et al. (2014) demonstrated that brief self-compassion meditation training (SCT) dampened sympathetic (salivary alpha-amylase) and subjective anxiety responses to the Trier Social Stress Test (TSST), relative to attention and no-instruction control conditions. The present study examined baseline predictors and moderators of these SCT intervention effects. Baseline characteristics included t...

Journal: :Hearing research 2016
T Pattyn F Van Den Eede S Vanneste L Cassiers D J Veltman P Van De Heyning B C G Sabbe

BACKGROUND The most common form of tinnitus is a subjective, auditory, and distressing phantom phenomenon. Comorbidity with depression is high but other important psychiatric disorders such as anxiety disorders have received less attention. The current paper reviews the literature on the associations between tinnitus and anxiety disorders and the underlying pathophysiology, and discusses the cl...

2016
Philip Hepp Carsten Hagenbeck Bettina Burghardt Bernadette Jaeger Oliver T. Wolf Tanja Fehm Nora K. Schaal

BACKGROUND Women undergoing elective caesarean section experience anxiety. However, course, extent and duration of anxiety have not been investigated yet. This study aimed to explore anxiety levels during the course of the day of surgery by employing and comparing subjective as well as objective measures. By examining their correlation it is intended to give methodological support for intervent...

Journal: :Biological research for nursing 2012
Kwo-Chen Lee Yu-Huei Chao Jia-Jean Yiin Hsin-Yi Hsieh Wen-Jan Dai Yann-Fen Chao

BACKGROUND Patients often exhibit preoperative fear and anxiety that may influence the process of induction and recovery from anesthesia. Music is thought to be an alternative to medication for relief of fear and anxiety. OBJECTIVES The purpose of the present study was to explore the feasibility of using heart rate (HR) variability (HRV) for evaluating the efficacy of music listening to relie...

Journal: :Revista de saude publica 2006
Adriano Dias Ricardo Cordeiro José Eduardo Corrente

OBJECTIVE The Tinnitus Handicap Inventory is a questionnaire for assessing the impact of tinnitus by quantifying psychoemotional and functional problems it causes. The objective of the study was to validate the Brazilian Portuguese translation of this questionnaire, named Questionario de Gravidade do Zumbido. METHODS The questionnaire was applied to 135 individuals with tinnitus from two audi...

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

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

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"; } -->