نتایج جستجو برای: state anxiety csai

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

Akram Noori, Farhad Khormaei, Mohammad Shahvarani, Soheila Shaei Arani,

Anxiety is a painful feeling that depends on a current traumatic situation or an expected threat that its origin is unknown. State anxiety is a transitory emotional state and trait anxiety refers to individual readiness for anxiety that is relatively stable. Besides, cognitive therapists believe that schemas are central for developing and maintaining the chronic forms of trauma, such as persona...

Background Celiac disease (CD) is a systemic autoimmune disorder due to immune response triggered by ingestion of gluten in the diet. Treatment with lifelong gluten-free diet may impact negatively on the health-related quality of life and may lead to psychological disturbances. The purpose of study was to evaluate quality of life, depression and anxiety in children with celiac disease. Material...

Introduction: Anxiety is one of the prevalent events before and after surgery which occurs in patients due to the waiting time for heart surgery, hospitalization, fear of death, and in general the fear of unknowns. This study was conducted to investigate and compare the effect of multimedia education on anxiety before and after surgery in patients undergoing coronary artery bypass graft surgery...

Journal: :Journal of vascular and interventional radiology : JVIR 2005
Christine J Schupp Kevin Berbaum Michael Berbaum Elvira V Lang

PURPOSE To assess how patients' underlying anxiety affects their experience of distress, use of resources, and responsiveness toward nonpharmacologic analgesia adjunct therapies during invasive procedures. MATERIALS AND METHODS Two hundred thirty-six patients undergoing vascular and renal interventions, who had been randomized to receive during standard care treatment, structured empathic att...

Background and Objectives: Progressive muscle relaxation is a non-invasive, cost-effective and complication less method which can be performed independently by the individual. Considering the importance of psychological problems during pregnancy, the purpose of this study was to evaluate the effect of progressive muscle relaxation counseling on anxiety among primigravida women referred to healt...

Journal: :Journal of pediatric psychology 2012
Melanie Noel Christine T Chambers Patrick J McGrath Raymond M Klein Sherry H Stewart

OBJECTIVE To investigate the impact of experimentally manipulated state anxiety and the influence of anxiety-related variables on children's memories for pain. METHODS A total of 110 children (60 boys) between the ages of 8 and 12 years were randomly assigned to complete a state anxiety induction task or a control task. Following experimental manipulation, children completed a laboratory pain...

2009
C H Spielberger

This self-report measure indicates the intensity of feelings of anxiety; it distinguishes between state anxiety (a temporary condition experienced in specific situations) and trait anxiety (a general tendency to perceive situations as threatening). It was originally developed as a research instrument to study anxiety in normal adult population samples, but it can also be used to screen for anxi...

Journal: :مجله علوم اعصاب شفای خاتم 0
norman bradley schmidt anxiety and behavioral health clinic, department of psychology, florida state university, florida, usa

the goal of this talk will be to familiarize the audience with the nature and prevalence of anxiety disorders and document their impact on society. anxiety is the most common form of psychopathology affecting an estimated one in four people at some point during their lifetimes. in comparison to all types of diseases and injuries, a 2013 jama report indicated that anxiety disorders were the fift...

Journal: :Cancer nursing 2014
Marianna Kyranou Kathleen Puntillo Laura B Dunn Bradley E Aouizerat Steven M Paul Bruce A Cooper John Neuhaus Claudia West Marylin Dodd Christine Miaskowski

BACKGROUND The diagnosis of breast cancer, in combination with the anticipation of surgery, evokes fear, uncertainty, and anxiety in most women. OBJECTIVE Study purposes were to examine in patients who underwent breast cancer surgery how ratings of state anxiety changed from the time of the preoperative assessment to 6 months after surgery and to investigate whether specific demographic, clin...

Journal: :Journal of Physics: Conference Series 2021

Abstract The identification of perpetrators, present in Child Sexual Abuse Imagery (CSAI), is a significant challenge due to the use anonymisation techniques that mask their identities. Consequently, researchers have investigated uncommon biometric identifiers such as knuckle patterns, palmprints and dorsal side hand. This research proposes Convolutional Neural Network (CNN) based, fully automa...

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

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

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