نتایج جستجو برای: young women

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

2012
Nkomba Kayeyi Knut Fylkesnes Charles Michelo Mpundu Makasa Ingvild Sandøy

BACKGROUND A decline in HIV incidence has been reported in Zambia and a number of other sub-Saharan countries. The trend of HIV prevalence among young people is a good marker of HIV incidence. In this study, different data sources are used to examine geographical and sub-population group differentials in HIV prevalence trends among men and women aged 15-24 years in Zambia. DESIGN AND METHODS ...

2006

Despite the high prevalence of early marriage and the distinct and predictable risks these girls and young women face, little is known about the lives of married young women, and little has been done to support them. In response, the Population Council, in partnership with Child in Need Institute (West Bengal) and Deepak Charitable Trust (Gujarat), initiated the First-Time Parents project. This...

Journal: :Chinese sociological review 2015
Yi-Lin Chiang Emily Hannum Grace Kao

Statistics suggest that young men and women in China migrate at almost equal numbers, but we know less about gender differences in the decision to migrate. We examine the factors associated with the decision to migrate and the rationales given by young migrants. Our results are consistent with previous figures and show no overall gender differences in susceptibility to migration. However, we fi...

2017
Dong-Min Jeong Yoo-Jin Shin Na-Ra Lee Ho-Kyung Lim Han-Wool Choung Kang-Mi Pang Bong-Ju Kim Soung-Min Kim Jong-Ho Lee

OBJECTIVES The purpose of this study was to establish normative data for healthy Korean adults by measuring the maximal strength and endurance scores of the tongue, lip, and cheek, and to examine correlations between these measurements. MATERIALS AND METHODS This study included 120 subjects that were divided into three groups according to age: young (20-39 years), middle-aged (40-59 years), a...

Journal: :African journal of reproductive health 2015
Naomi Lince-Deroche Adila Hargey Kelsey Holt Tara Shochet

Young women and girls in South Africa are at high risk of unintended pregnancy and HIV. Previous studies have reported barriers to contraceptive and other sexual and reproductive health (SRH) services among young women in this context. We aimed to assess young women's SRH knowledge and experiences and to determine how they get SRH information and services in Soweto, South Africa using quantitat...

2012
Jeung Yun Lee Dong Sook Cho Hyun Ju Kim

This study was done to explore the effect of Korean women's salt usage behavior on their sodium intake and excretion according to aging. Dietary sodium intake and salt usage behavior were analyzed to compare the difference between young and middle-aged women. One hundred fifty six young women and 77 middle-aged women without hypertension or any current medication were recruited. Body mass index...

Journal: :Genetic epidemiology 2006
Leah R MacClellan Braxton D Mitchell John W Cole Marcella A Wozniak Barney J Stern Wayne H Giles David W Brown Mary J Sparks Steven J Kittner

BACKGROUND AND PURPOSE Stroke occurs infrequently in young adults. While a familial basis for older onset stroke is well established, the extent of familial clustering in young-onset stroke is unknown. To address this issue, we compared the frequency of stroke in relatives of stroke cases to that in relatives of controls across different ages and by stroke subtype. METHODS Through a populatio...

2016
Sanyukta Mathur Nanlesta Pilgrim Julie Pulerwitz

e408 www.thelancet.com/hiv Vol 3 September 2016 of violence within sexual relationships are likely to infl uence decisions about PrEP. Furthermore, young women’s access to education, information, and social support and their own HIV risk perceptions are likely to signifi cantly infl uence PrEP uptake. The two sides of the framework are connected to illustrate the continuous interplay between th...

Journal: :Medicinski pregled 2014
Mirjana Kovač Željko Miković Vesna Mandić Dragica Radojković Valentina Đorđević Gorana Mitić

INTRODUCTION Venous thromboembolism is a multifactorial disease defined by multiple interactions between genetic and acquired risk factors. After coronary heart disease and stroke, venous thromboembolism is the most common cause of cardiovascular death and disability. MATERIAL AND METHODS In order to investigate the clinical characteristics of first venous thromboembolism, 447 women younger t...

Journal: :Aerospace medicine 1970
E Shvartz N Meyerstein

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

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

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