نتایج جستجو برای: social recovery

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

2014
Sam Taylor Helen Leigh-Phippard Alec Grant

Background: This paper discusses a writing for recovery narrative practice development project based on Deleuzian theoretical principles. Creative writing was based on a formulation of ‘recovery’ as transcending the social invalidation, discrimination and abusive effects of institutional psychiatry. Aims and objectives: • To provide a safe space for participants to explore the creative writing ...

Journal: :Schizophrenia research 2009
Julio Bobes Antonio Ciudad Enric Alvarez Luis San Pepa Polavieja Inmaculada Gilaberte

OBJECTIVES This report presents the results of an observational empirical clinical investigation about the prevalence and correlates of a proposed definition of recovery from schizophrenia in outpatients in Spain. METHODS Of 1010 outpatients with schizophrenia (DSM-IV-TR), a subgroup of 452 patients in symptomatic remission (SR) was followed for 1 year. SR was defined according to Andreasen's...

2015
Mirca Madianou

This article investigates the intersection of digital and social inequality in the context of disaster recovery. In doing so, the article responds to the optimism present in recent claims about “humanitarian technology” which refers to the empowering uses and applications of interactive technologies by disaster-affected people. Drawing on a long-term ethnography with affected communities recove...

2012
Francesca Pernice-Duca

Establishing “community” decreases isolation and social stigma and supports both physical and mental well-being (Ralph & Corrigan, 2005) for many individuals marginalized by the consequences of a mental illness. This chapter will focus on the role of intentional recovery communities in supporting wellness among people living with mental illness. The chapter will introduce the reader to the conc...

Journal: :Disasters 2012
Daniel P Aldrich

Despite the tremendous destruction wrought by catastrophes, social science holds few quantitative assessments of explanations for the rate of recovery. This article illuminates four factors-damage, population density, human capital, and economic capital-that are thought to explain the variation in the pace of population recovery following disaster; it also explores the popular but relatively un...

Journal: :Psychiatria polska 2014
Magdalena Podogrodzka-Niell Magdalena Tyszkowska

Persons with mental disorders often experience stigmatization. There is a number of social factors that may affect the process of recovery and at the same time, in certain circumstances, could be a source of stigma. Mentally ill may find strength in themselves to fight against the disease or the opposite - can internalize the negative attitudes of the society and become self-stigmatized. The pa...

2015
Hans Petter Solli

Mental health difficulties are connected with major interpersonal and social challenges. Recent qualitative research indicates that music therapy can facilitate many of the core elements found to promote social recovery and social inclusion, findings also reflected in results from a growing body of effect studies. The objective of this study was to explore how music therapy might afford possibi...

2016
Douglas Paton Melanie Irons

Disasters create an urgent need for people to deal with novel emergent problems. To respond effectively, people require information (about the event, support resources, actions, etc.) and the ability to interpret and use available information to deal with diverse, emergent hazard consequences and demands over time. This diversity renders top-down, homogeneous approaches to disaster communicatio...

2013
Zeno Franco Syed Ahmed Craig E. Kuziemsky Paul A. Biedrzycki Anne Kissack

Community-based disaster response is gaining attention in the United States because of major problems with domestic disaster recovery over the last decade. A social network analysis approach is used to illustrate how community-academic partnerships offer one way to leverage information about existing, mediated relationships with the community through trusted actors. These partnerships offer a p...

Journal: :British Journal of Social Work 2023

Abstract Rebuilding one’s social network is essential to long-term recovery from a substance-use problem. Despite this awareness, studies are needed for showing how people in describe their networks and what they perceive as important developing these networks. This study has sought investigate (i) problems (ii) experience key factors We interviewed seventeen participants mapped out person-cent...

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

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

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