نتایج جستجو برای: teen novel

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

Journal: :The Journal of adolescent health : official publication of the Society for Adolescent Medicine 2005
Michelle C Kegler Clayton W Williams Carol M Cassell John Santelli Scott R Kegler Susanne B Montgomery Mary Lou Bell Yolanda G Martinez Jonathan D Klein Peter Mulhall Jeffry A Will Vicki Harris Wyatt Toni L Felice Sharon C Hunt

PURPOSE To describe coalition membership, examine associations between coalition processes and short-term coalition outcomes, and assess the relative contribution of key coalition processes to perceived accomplishments in teen pregnancy prevention coalitions. METHODS A self-administered survey was distributed to active members of 21 teen pregnancy prevention coalitions in 13 communities. The ...

Journal: :Demography 2013
Elizabeth Oltmans Ananat Anna Gassman-Pines Christina Gibson-Davis

Using North Carolina data for the period 1990-2010, we estimate the effects of economic downturns on the birthrates of 15- to 19-year-olds, using county-level business closings and layoffs as a plausibly exogenous source of variation in the strength of the local economy. We find little effect of job losses on the white teen birthrate. For black teens, however, job losses to 1 % of the working-a...

2011
Monica H. Swahn Volkan Topalli Bina Ali Sheryl M. Strasser Jeffrey S. Ashby Joel Meyers

OBJECTIVE We examined the association between pre-teen alcohol use initiation and the victimization and perpetration of bullying among middle and high school students in Georgia. METHODS We computed analyses using data from the 2006 Georgia Student Health Survey (N=175,311) of students in grades 6, 8, 10 and 12. The current analyses were limited to students in grades 8, 10 and 12 (n=122,434)....

2012
D.P. Béhague H.D. Gonçalves D. Gigante B.R. Kirkwood

Explanations for the association between teen-childbearing and subsequent mental morbidity vary considerably, from those based on neurological theories of development to those investigating underlying social and economic determinants. Based on longitudinal epidemiological and ethnographic sub-studies of the 1982 Pelotas birth cohort study, this paper explores the hypothesis that teen childbeari...

2013

Adolescent parenthood is associated with a range of adverse outcomes for young mothers, including mental health problems such as depression, substance abuse, and posttraumatic stress disorder. Teen mothers are also more likely to be impoverished and reside in communities and families that are socially and economically disadvantaged. These circumstances can adversely affect maternal mental healt...

2007
Christopher L. Smith

Most studies about the labor market impact of immigration limit their analysis to the adult native population. This paper shows that teen employment is signi…cantly more responsive than adult employment to immigration, and that growth in low-skilled immigration appears to be an important cause of recent declines in teen employment rates. Using variation in immigrant shares across metropolitan a...

Journal: :WMJ : official publication of the State Medical Society of Wisconsin 2005
Gwen McIntosh

In 2000, Wisconsin enacted the Graduated Driver Licensing (GDL) Law in an effort to reduce the number of teen deaths and injuries due to motor vehicle crashes. The GDL program targets high-risk teen driving behaviors by mandating more hours of supervised driving, limiting nighttime driving, restricting vehicle passengers, requiring seatbelt use, and mandating absolute sobriety for all teen driv...

Journal: :Contraception 2007
Pat Paluzzi Sara Holmes

Clinicians are overlooked and undervalued in the sexual health education equation for teens and their parents. As trusted health professionals, providers have a unique opportunity to educate entire families on sexual health issues using clear, medically accurate information that is developmentally appropriate and unbiased. Teen pregnancy rates in the United States are at an alltime low [1,2]. D...

Journal: :Journal of the American Academy of Child & Adolescent Psychiatry 2014

Journal: :American Journal of Public Health 2006

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

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

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