نتایج جستجو برای: cognitive interventions

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

Journal: :Behavioural and cognitive psychotherapy 2014
Katharine A Rimes Janet Wingrove Rona Moss-Morris Trudie Chalder

BACKGROUND Cognitive behavioural interventions are effective in the treatment of chronic fatigue, chronic fatigue syndrome (sometimes known as ME or CFS/ME) and irritable bowel syndrome (IBS). Such interventions are increasingly being provided not only in specialist settings but in primary care settings such as Improving Access to Psychological Therapies (IAPT) services. There are no existing c...

2014
Agustín Ibanez Pablo Richly María Roca Facundo Manes

1 Laboratory of Experimental Psychology and Neuroscience (LPEN), Institute of Cognitive Neurology (INECO), Favaloro University, Buenos Aires, Argentina 2 UDP-INECO Foundation Core on Neuroscience (UIFCoN), Diego Portales University, Santiago, Chile 3 National Scientific and Technical Research Council (CONICET), Buenos Aires, Argentina 4 Universidad Autónoma del Caribe, Barranquilla, Colombia 5 ...

2017
Katie Finning David A Richards Lucy Moore David Ekers Dean McMillan Paul A Farrand Heather A O'Mahen Edward R Watkins Kim A Wright Emily Fletcher Shelley Rhodes Rebecca Woodhouse Faye Wray

OBJECTIVE To explore participant views on acceptability, mechanisms of change and impact of behavioural activation (BA) delivered by junior mental health workers (MHWs) versus cognitive behavioural therapy (CBT) delivered by professional psychotherapists. DESIGN Semistructured qualitative interviews analysed using a framework approach. PARTICIPANTS 36 participants with major depressive diso...

Journal: :Psycho-oncology 2015
Kim Brandes Annemiek J Linn Phyllis N Butow Julia C M van Weert

OBJECTIVE Question Prompt Lists (QPLs) have been used extensively in the oncology setting to improve communication, psychological and/or cognitive outcomes. In this systematic review, the objectives were to (a) examine the methodological quality of QPL interventions, (b) review the effectiveness of QPL interventions on communication, psychological and/or cognitive outcomes of cancer patients, (...

ژورنال: کودکان استثنایی 2020

Objective: The purpose of this study was to Effectiveness and comparison  of Intervention with Applied Behavioral Analysis (ABA) and Neurofeedback on the Promotion of Cognitive, Social, and Daily Living Activities in Children with Autistic Spectrum Disorders (ASD). Method: The research method was experimental design with pretest-posttest design with control group. The statistical population inc...

آقائی, الهام , جمالی پاقلعه, سمیه , عابدی, احمد ,

Objectives: The aim of the Current meta-analysis was to determine the effectiveness of cognitive-behavior treatments in reducing test anxiety.  Method: Totally 23 studies with accepted methodology were selected and meta-analysis was done on them. The data were gathered using meta-analysis check list. The effect size of each study was calculated separately. Results: The study findings showed tha...

Journal: :Clinical psychological science : a journal of the Association for Psychological Science 2015
Arielle R Baskin-Sommers John J Curtin Joseph P Newman

Cognitive remediation is a treatment approach with the potential to translate basic science into more specific, mechanism-based interventions by targeting particular cognitive skills. The present study translated understanding of two well-defined cognitive-emotion dysfunctions into novel deficit-matched interventions and evaluated whether cognitive remediation would demonstrate specific and gen...

Journal: :Developmental disabilities research reviews 2005
Beth Slomine Gianna Locascio

Cognitive deficits are frequent consequences of acquired brain injury (ABI) and often require intervention. We review the theoretical and empirical literature on cognitive rehabilitation in a variety of treatment domains including attention, memory, unilateral neglect, speech and language, executive functioning, and family involvement/education. Because there are more well-designed studies exam...

The present research has aimed to compare efficacy of cognitive-behavioral and metacognitive approaches on thought fusions and washing-cleaning obsessions in patient with obsessive-compulsive disorder. The study utilized quasi-experimental design with pretest - posttest model has two experimental groups. The population included all of the girl students at the university of science and technolog...

2006
Susan H. Pierson Nathan Griffith

Cognitive impairment in multiple sclerosis is an increasingly recognized entity. This article reviews the cognitive impairment of multiple sclerosis, its prevalence, its relationship to different types of multiple sclerosis, and its contribution to long-term functional prognosis. The discussion also focuses on the key elements of cognitive dysfunction in multiple sclerosis which distinguish it ...

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

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

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