نتایج جستجو برای: gharb township

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

Journal: :Injury prevention : journal of the International Society for Child and Adolescent Injury Prevention 1995
K J Zwi A B Zwi E Smettanikov N Söderlund S Logan

OBJECTIVES To describe the patterns and causes of childhood injury presenting to a South African township health centre in 1991. DESIGN Retrospective review of clinic held case notes. SETTING Typical South-African urban township within Greater Johannesburg. SUBJECTS 695 subjects aged 0-19 years presenting as a direct result of injury. RESULTS Overall rates of presentation for injury wer...

Journal: :Women & health 2003
Xóchitl Castañeda Deborah Lynn Billings Julia Blanco

Reproduction and motherhood are among the most important components of women's identity throughout Mexico and, for many women, are the only vehicles for gaining recognition and status in the family and community. At the same time, however, abortion is a central experience in the lives of many women and carries with it the complexities and contradictions of women's reproductive and sexual health...

2016
Pengjun Zhao Mengzhu Zhang Yehua Dennis Wei

The past decades have witnessed a number of informal land developments on the urban fringe in China although many strict state regulations have been made to control this. The dual urban rural land system is widely believed to be one major determinant of informal developments in the existing literature. However, the important role of local villages and townships are often neglected. This paper a...

Journal: :CoRR 2014
R. Kaniezhil C. Chandrasekar

The paper focuses on improving the spectrum sharing using NSU, FLS and Traffic Pattern Prediction and also made comparison that traffic pattern prediction provides a better way of improving the spectrum utilization and avoids the spectrum scarcity. This helps to increase the number of active users, ease of identification of optimal users to use the spectrum with maximized coverage of the spectr...

Journal: :Economics and human biology 2009
Anne Case Alicia Menendez

Globally, men and women face markedly different risks of obesity. In all but of handful of (primarily Western European) countries, obesity is much more prevalent among women than men. We examine several potential explanations for this phenomenon. We analyze differences between men and women in reports and effects of potential underlying causes of obesity-childhood and adult poverty, depression,...

2016
Yan Zou Rong-Hua Zhang Shi-Chang Xia Li-Chun Huang Yue-Qiang Fang Jia Meng Jiang Chen He-Xiang Zhang Biao Zhou Gang-Qiang Ding

There is growing concern over the double burden of over- and under-nutrition in individuals, especially in children and adolescents, which could dwarf their growth and development. This study aims to explore the rural-urban difference in BMI and anemia among children and adolescents. A stratified cluster sampling technique was employed. Dietary data were collected through interviews, and anthro...

Journal: :The International Review of Retail, Distribution and Consumer Research 2015

Journal: :Computers in Human Behavior 2012
Kuang-Wen Wu Shaio Yan Huang David C. Yen Irina Popova

Department of International Trade, Feng Chia University, No. 100 Wenhwa Rd., Seatwen, Taichung 40724, Taiwan Department of Accounting and Information Technology, Advanced Institute of Manufacturing with High-tech Innovations, National Chung Cheng University, No. 168 University Rd., Minhsiung Township, Chiayi County 62102, Taiwan Department of DSC & MIS, Miami University, Oxford, OH 45056, Unite...

2008
Hong-Dar Lin Gary C Lin Chung-Yu Chung Wan-Ting Lin

Hong-Dar Lin*, Gary C Lin, Chung-Yu Chung, and Wan-Ting Lin Department of Industrial Engineering and Management, Chaoyang University of Technology, 168 Jifong E. Rd., Wufong Township, Taichung County, 41349, Taiwan Department of Industrial and Manufacturing Engineering and Technology, Bradley University, 1501 West Bradley Avenue, Peoria, IL 61625, USA College of Business, University of Missouri...

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

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

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