نتایج جستجو برای: insecurity of passers

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

Journal: :Public health nutrition 2015
Kammi K Schmeer Barbara A Piperata Andrés Herrera Rodríguez Virgilio Mariano Salazar Torres Francisco José Centeno Cárdenas

OBJECTIVE Women (especially mothers) are theorized as critical to reducing household food insecurity through their work and caregiver roles. The present study tests these assumptions, assessing how maternal economic and social resources are associated with food insecurity in households with young children. DESIGN Data from a population-based sample of households was collected in León, Nicarag...

Journal: :The British journal of nutrition 2008
Alok Bhargava Dean Jolliffe Larry L Howard

Recent increases in obesity prevalence among children in developed countries are of policy concern. While significant positive associations between households' food insecurity status and body weights have been reported for adults, it is known from the energy physiology literature that energy requirements depend on BMR, anthropometric measures and physical activity. It is therefore important to ...

Journal: :Canadian journal of diabetes 2017
Brittany Thomas Sandra Fitzpatrick Souraya Sidani Enza Gucciardi

OBJECTIVES Routine food insecurity screening is recommended in diabetes care to inform more tailored interventions that better support diabetes self-management among food-insecure patients. This pilot study explored the acceptability and feasibility of a food insecurity screening initiative within a diabetes care setting in Toronto. METHODS A systematic literature review informed the developm...

Journal: :Industrial health 2008
Fatma Ozyaman Boya Yücel Demiral Alp Ergör Yildiz Akvardar Hans De Witte

Dramatic changes in workplace structure and environment have increased the importance of psychosocial factors and job insecurity in working life. Job insecurity is shown to have a negative impact on mental and physical health. Health care transformation in Turkey increases the threat of job insecurity for many workers in the health care sector. Therefore the aim of this cross-sectional study wa...

2016
Marc B. Schure Jodie G. Katon Edwin Wong Chuan-Fen Liu

Food and housing insecurity may contribute to poorer mental and physical health. It is unclear as to whether those with prior military service, compared to those without, are more vulnerable to these current stressors. The objective of this study was to use U.S. population-based data to determine whether prior military service moderates the association of food and housing insecurity with poor m...

Journal: :Public health nutrition 2010
Germana H Leyna Elia J Mmbaga Kagoma S Mnyika Akhtar Hussain Knut-Inge Klepp

OBJECTIVE The purpose of the present paper is to assess the relationship between food insecurity and food consumption patterns, anthropometric measures and serum micronutrient levels in rural Kilimanjaro, Tanzania. DESIGN A population-based cross-sectional study was carried out between March and May of 2005. SETTING Rural Kilimanjaro, Tanzania. SUBJECTS Analysis was restricted to 1014 adu...

Farhad Lashkarboluki, Farzaneh Sadeghi Ghotbabadi, Majid Najafzadeh, Masoomeh Gholami, Mohammad Reza Honarvar, Naser Behnampour, Zahra Abdollahi,

Background and objectives: Iran was reported in the high-risk group of World Food Security Map in 2008 .Identifying food insecurity is first step for executing interventions. Measuring household food security is its cornerstone. SAMAT System was designed to provide a variety of GIS-based reports to policy makers and managers in the field of food security. Methods and Materials: SAMAT system wa...

صفوی, سید مرتضی, میرشکار, سمیه, یادگار فر, قاسم,

Background and Objectives: Food is one of the major needs of the humans that is defined in the context of food security. The objective of this study was to find the relationship between food insecurity and stunting combined with obesity and overweight in children aged 7-11 years old in Zabol. Methods: This study had two phases. In the first phase (cross-sectional), 3443 students aged 7-11 ye...

حیدری, سیامک, فاطمی نیا, سیاوش ,

Objective: Citizens have many rights and commitments. "Citizenship commitments" induce social order and make social affairs predictable. Such a concept due to its nature and meaning holds relation with entire subjects and debates of currently human and social fields. Method: This research is a survey on citizens over the age of 18 in Tehran city. Sampling method is compound of classified a...

اشراقیان, محمدرضا, جزایری, ابوالقاسم, درستی, احمد, سیاسی, فریدون, کرم سلطانی, زهرا,

Background and Aim: Food and nutrition is one of the most essential needs of human societies and gaining sufficient and suitable food for all people is based on food security. Children are one of the most volnurable groups, so researchers and nutritionest emphasize on studying and analyzing of different aspects, effects and associated facters on prevalence of food insecurity and obesity among ...

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

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

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