نتایج جستجو برای: transdiagnostic treatment

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

2013
Steven J Linton

Emotion and pain are known to be intimately related, but treating co-occurring problems is still in its infancy mainly because we lack a clear theoretical understanding of the underlying mechanisms involved. This lack of understanding is problematic because treatment has proved challenging and co-occurring pain and emotional problems are associated with poor outcome, relapse, and greater sick a...

Journal: :Behavioural and cognitive psychotherapy 2015
Donna L Ewing Jeremy J Monsen Ellen J Thompson Sam Cartwright-Hatton Andy Field

BACKGROUND Previous meta-analyses of cognitive-behavioural therapy (CBT) for children and young people with anxiety disorders have not considered the efficacy of transdiagnostic CBT for the remission of childhood anxiety. AIM To provide a meta-analysis on the efficacy of transdiagnostic CBT for children and young people with anxiety disorders. METHODS The analysis included randomized contro...

Background & aim: Anxiety and depression disorders have high rates of comorbidity. By emphasizing the central processes of psychopathology and targeting these common processes,   unified transdiagnostic treatment can be very effective in the treatment of comorbidity. Therefore, the present study was conducted to investigate the effect of Unified Transdiagnostic Treatment on Anxiety Di...

Journal: :مجله علوم اعصاب شفای خاتم 0
peter joseph norton university of houston anxiety disorder clinic, houston, usa.

this workshop is an evidence-based cognitive behavioral therapy (cbt) training for mental health professionals and counselling graduate students in group therapy for anxiety disorders. the “transdiagnostic” approach is gaining widespread acceptance because it enables therapists to treat a variety of anxiety disorders using a common group protocol. training will focus specifically on delivering ...

Journal: :Comprehensive psychiatry 2010
Jacqueline R Bullis Meghan R Fortune Todd J Farchione David H Barlow

OBJECTIVE The aim of this study is to conduct a preliminary examination of long-term outcomes on a broad range of affective disorder symptoms treated with a newly developed intervention: The Unified Protocol for Transdiagnostic Treatment of Emotional Disorders (UP). METHOD Maintenance of treatment gains at long-term follow-up (LTFU) were explored in patients (N=15, mean age=32.27; 60% female)...

2017
Amanda Díaz-García Alberto González-Robles Javier Fernández-Álvarez Azucena García-Palacios Rosa María Baños Cristina Botella

BACKGROUND Emotional disorders (ED) are among the most prevalent mental disorders. However, less than 50% of people suffering from ED receive the appropriate treatment. This situation has led to the development of new intervention proposals based on the transdiagnostic perspective, which tries to address the underlying processes common to ED. Most of these programs focus primarily on down-regul...

2012
AMELIA ALDAO Katherine Dixon-Gordon Annette Mankus Douglas Mennin Elena Mayville Amelia Aldao

Recent investigations suggest that emotion regulation can be conceptualized as a transdiagnostic process (Kring & Sloan, 2010). Specifically, the habitual use of putatively maladaptive emotion regulation strategies (e.g., rumination, suppression), and the infrequent use of putatively adaptive strategies (e.g., acceptance, reappraisal) have been shown to predict various symptoms of psychopatholo...

محمدی, ابوالفضل , بیرشک, بهروز, غرایی, بنفشه ,

  Objectives : The purpose of current study was comparison of transdiagnostic group therapy with classic group cognitive therapy on positive and negative affects and emotion regulation. Method: Thirty-three college students with anxiety and depressive symptoms were randomly assigned to two groups and participated in eight two-hour sessions. Results: In both groups, the treatment method was effe...

Journal: :Psychiatry research 2014
Daniel F Gros

Considerable attention has focused on the growing need for evidence-based psychotherapy for veterans with affective disorders within the Department of Veteran Affairs. Despite, and possibly due to, the large number of evidence-based protocols available, several obstacles remain in their widespread delivery within Veterans Affairs Medical Centers. In part as an effort to address these concerns, ...

2012
NICKOLAI TITOV BLAKE F. DEAR LUKE JOHNSTON MATTHEW TERIDES

Anxiety and depression are common, chronic, disabling and frequently comorbid, but many people experience barriers accessing treatment. Internet-delivered psychological treatments (iPT) have considerable potential to increase access, while transdiagnostic (TD) interventions, which aim to simultaneously treat multiple disorders, represent an emerging approach that may facilitate the treatment of...

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

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

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