نتایج جستجو برای: housing services index

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

Journal: :BMC Health Services Research 2008
Phyllis Montgomery Cheryl Forchuk Craig Duncan Don Rose Patricia H Bailey Ramamohan Veluri

BACKGROUND During the past two decades, consumers, providers and policy makers have recognized the role of supported housing intervention for persons diagnosed with serious mental illness (SMI) to be able to live independently in the community. Much of supported housing research to date, however, has been conducted in large urban centers rather than northern and rural communities. Northern cond...

2007
Edgar Olsen

The purpose of this study is to determine the cost-effectiveness of various ways of providing housing services for low-income families through the leased public housing approach, whereby a local housing authority leases from the private sector and·sublets to tenants for no more than 25 percent of their adjusted incomes. The paper compares the cost-effectiveness of programs involving the leasing...

2001
Donald L. Redfoot

The Clinton administration’s recently announced home and community-based care proposals have potentially important implications not only for long-term care policy, but also for housing policy in the United States. This article attempts to draw out some of those implications. The first section examines problems inherent in the current “medical/welfare” system of financing longterm care, which co...

1997
MARJORIE FLAVIN TAKASHI YAMASHITA Marjorie Flavin Takashi Yamashita

The paper studies the impact of the portfolio constraint imposed by the consumption demand for housing (the “housing constraint”) on the household’s optimal holdings of financial assets. Since the ratio of housing to net worth declines as the household accumulates wealth, the housing constraint induces a life-cycle pattern in the portfolio shares of stocks and bonds. For reasonable degrees of r...

2015
G. Shen

This paper investigates the location and accessibility disadvantages of manufactured housing using Geographical Information Systems. It is found that, on an aggregated basis, manufactured housing has been placed further away from positive public-community facilities and, hence, services than other types of housing. It has also been placed further away from major employment centers. Moreover, a ...

2001
Gary W. Evans Heidi Saltzman Jana L. Cooperman GARY W. EVANS

An observer-based, standardized index of housing quality (structural quality, privacy, indoor climate, hazards, cleanliness/clutter, and children’s resources) is significantly related to psychological distress and a behavioral index of learned helplessness, which reflects an important component of human motivation. Independent of household income, thirdthrough fifth-grade children residing in p...

2006
Michael P. Johnson

Housing is a key component of the U.S. economy: in 2001, housing comprised more than a third of the nation’s tangible assets, and, in the form of home building and remodeling, housing consumption and related spending represented more than 21 percent of the U.S. gross domestic product. Since 2001, home sales, prices, equity and debt have all grown substantially, enabling millions of Americans to...

Journal: :iranian journal of environmental sciences 0
nikhat bano department of geography, aligarh muslim university, aligarh, india

the present study aims to analyze the existing indoor environmental conditions of firozabad city along with its impact on people’s health by going through the correlative index of indoor environment’s determinant and different diseases, faced by the people. in order to measure spatial disparities, the statistical technique, i.e. the standard score additive model (z- score), has been applied to ...

2015
Juan Valdes-Stauber Reinhold Kilian

BACKGROUND In this cross-sectional study, we investigated whether clinical, social, financial, and care variables were associated with different accommodation settings for individuals suffering from severe and persistent mental disorders. METHOD Electronic record data of 250 patients who fulfilled the criteria for persistent and severe mental illness were used. Multiple linear regression mode...

Journal: :JAMA 2015
Vicky Stergiopoulos Stephen W Hwang Agnes Gozdzik Rosane Nisenbaum Eric Latimer Daniel Rabouin Carol E Adair Jimmy Bourque Jo Connelly James Frankish Laurence Y Katz Kate Mason Vachan Misir Kristen O'Brien Jitender Sareen Christian G Schütz Arielle Singer David L Streiner Helen-Maria Vasiliadis Paula N Goering

IMPORTANCE Scattered-site housing with Intensive Case Management (ICM) may be an appropriate and less-costly option for homeless adults with mental illness who do not require the treatment intensity of Assertive Community Treatment. OBJECTIVE To examine the effect of scattered-site housing with ICM services on housing stability and generic quality of life among homeless adults with mental ill...

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

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

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