نتایج جستجو برای: head of household status

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

2007
Michael Fertig Marcus Tamm IZA Bonn

Always Poor or Never Poor and Nothing in Between? Duration of Child Poverty in Germany This paper analyses the duration of child poverty in Germany. In our sample, we observe the entire income history from the individuals' birth to their coming of age at age 18. Therefore we are able to analyze dynamics in and out of poverty for the entire population of children, whether they become poor at lea...

2012
Zoe G. Davies Richard A. Fuller Martin Dallimer Alison Loram Kevin J. Gaston

Ameliorating pressures on the ecological condition of the wider landscape outside of protected areas is a key focus of conservation initiatives in the developed world. In highly urbanized nations, domestic gardens can play a significant role in maintaining biodiversity and facilitating human-wildlife interactions, which benefit personal and societal health and well-being. The extent to which so...

Journal: :زن در توسعه و سیاست 0
روح اله رضائی دانشیار، دانشکدۀ کشاورزی دانشگاه زنجان سپیده نوروزی دانشجوی کارشناسی ارشد، دانشکدۀ کشاورزی دانشگاه زنجان غلامرضا مجردی استادیار، دانشکدۀ کشاورزی دانشگاه زنجان لیلا صفا استادیار، دانشکدۀ کشاورزی دانشگاه زنجان

today, health-related quality of life (hrqol) is an important indicator of development; however, due to the greater vulnerability, hrqol level of women is lower than men, especially in rural regions. this problem has doubled the necessity to investigate and identify the factors affecting hrqol. given the importance of the issue, the purpose of this descriptive- correlative research was to study...

Journal: :Jurnal public policy 2021

The Corona virus is a new that emerged at the end of December 2019, it called Covid-19. attacks respiratory system which very dangerous and deadly. problem in village Utenkot, Muara Dua Subdistrict, its implementation, Uteun Kot Village Government has allocated special fund Rp. 597,650,000. This type research descriptive qualitative using techniques to obtain data through interviews, observatio...

پایان نامه :دانشگاه آزاد اسلامی واحد کرمانشاه - دانشکده فنی 1393

. [1] [2] [3] ...

2016
Enos O. Omondi

Non-existent micro-level estimates on the impact of migration on livelihood in rural areas in Kenya, compounded with minimal literature on the same, called for this study. This study used secondary data from the 2005 to 2015 African Wildlife Foundation Livelihoods dataset from Kilimanjaro landscape, with the purpose was of undertaking a comparative livelihood analysis between the in-migrant and...

2013
Peter A. Cooper

BACKGROUND This article is a review of the PhD thesis by Elizabeth Kimani-Murage that explores the double burden of malnutrition in rural South Africa. This is in the context of a worryingly rapid increase in obesity and obesity-related diseases in low- and middle-income countries (LMICs) including South Africa, and in the wake of on-going nutrition transition and lifestyle changes in these cou...

Journal: :iranian journal of public health 0
baurzhan zhussupov sabrina hermosilla assel terlikbayeva angela aifah xin ma zhaxybay zhumadilov

background: this study examined the association between incident pulmonary tuberculosis (tb) and social and behavioral characteristics in almaty oblast, kazakhstan from 2012 to 2013. methods: we used a matched case-control design to estimate the role of factors for acquiring pulmonary tb. totally 324 individuals were recruited from sep 2012 to mar 2013. participants included 110 tb index cases ...

Journal: :international journal of health policy and management 0
bakhtiar piroozi department of health management and economics, school of public health, tehran university of medical sciences, tehran, iran ghobad moradi social determinants of health research center, kurdistan university of medical sciences, sanandaj, iran bijan nouri department of epidemiology and biostatistics, school of medicine, kurdistan university of medical sciences, sanandaj, iran amjad mohamadi bolbanabad department of health management and economics, school of public health, tehran university of medical sciences, tehran, iran hossein safari department of health management and economics, school of public health, tehran university of medical sciences, tehran, iran

background one of the main objectives of health systems is the financial protection against out-of-pocket (oop) health expenditures. oop health expenditures can lead to catastrophic payments, impoverishment or poverty among households. in iran, health sector evolution plan (hsep) has been implemented since 2014 in order to achieve universal health coverage and reduce the oop health expenditures...

حشمت, رامین, درستی مطلق, احمدرضا, راستی, راضیه, پور آرام, حامد,

Background and Objectives: Food insecurity is a major public health problem. The impact of unplanned pregnancy on the physical and mental health of the mother and the fetus is unfavorable. This study was conducted to compare the relationship between food insecurity and some demographic and socioeconomic characteristics, fertility, and pregnancy in women with planned and unplanned pregnancy in F...

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

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

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