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

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

2013

OBJECTIVE: Prospectively track teen childbirths in maltreated and nonmaltreated females and test the hypothesis that child maltreatment is an independent predictor of subsequent teen childbirth over and above demographic characteristics and other risk factors. METHODS: Nulliparous adolescent females (N = 435) aged 14 to 17 years were assessed annually through age 19 years. Maltreated females we...

Journal: :Reproductive Health 2009
Joseph M Strayhorn Jillian C Strayhorn

BACKGROUND The children of teen mothers have been reported to have higher rates of several unfavorable mental health outcomes. Past research suggests several possible mechanisms for an association between religiosity and teen birth rate in communities. METHODS The present study compiled publicly accessible data on birth rates, conservative religious beliefs, income, and abortion rates in the ...

Journal: :The Journal of adolescent health : official publication of the Society for Adolescent Medicine 2005
Sylvana E Bennett Nassim P Assefi

We compared school-based abstinence-only programs with those including contraceptive information (abstinence-plus) to determine which has the greatest impact on teen pregnancy. The United States has one of the highest rates of teen pregnancy in the industrialized world. Programs aimed at reducing the rate of teen pregnancy include a myriad of approaches including encouraging abstinence, providi...

2012
Jorge L. Pinzon

Teen pregnancy and parenting remain an important public health issue in the United States and the world, and many children live with their adolescent parents alone or as part of an extended family. A significant proportion of teen parents reside with their family of origin, significantly affecting the multigenerational family structure. Repeated births to teen parents are also common. This clin...

2009
Allison Kay Holmes

Title of Document: LOW-INCOME TEEN FATHERS’ TRAJECTORY OF INVOLVEMENT: THE INFLUENCE OF INDIVIDUAL, CONTEXTUAL, AND COPARENTAL FACTORS Allison Kay Holmes, Ph.D., 2009 Directed By: Professor Brenda Jones Harden, Ph.D., Human Development and Child Studies While teen births are on the rise and marriage rates are on the decline, fathers have become a recent focus. However, there is a dearth of lite...

Journal: :Ghana medical journal 2017
Kennedy Machira Martin E Palamuleni

OBJECTIVE The study seeks to examine factors associated with teen mothers' use of modern contraceptives after giving birth. METHODS The 2010 Malawi Demographic and Health Survey data was used to test the study objective. A sample of 12, 911 teen mothers aged between 10 and 18 years were extracted from 23, 020 women and were asked of contraceptive usage after first birth experiences, in which,...

Journal: :International journal of offender therapy and comparative criminology 2005
Deborah Kirby Forgays Lisa DeMilio

Teen Courts are an effective judicial alternative for many youth offenders. The majority of youth courts deal solely with first-time offenders. However, repeat offenders are at a greater risk for future crime. Is Teen Court effective with more experienced offenders? In this study, the authors examine the outcomes of 26 Whatcom County Teen Court offenders with at least one prior conviction. The ...

Journal: :Annals of advances in automotive medicine. Association for the Advancement of Automotive Medicine. Annual Scientific Conference 2010
Craig P Thor Hampton C Gabler

Graduated driving licensing laws are now in place in all 50 U.S. states and the District of Columbia. However, despite stricter supervised driving requirements, restrictions on the number of passengers, and earlier nighttime driving curfews, teen drivers continue to be at a higher crash risk than the adult driving population. The National Motor Vehicle Crash Causation Survey (NMVCCS) dataset wa...

Journal: :Journal of drug education 1997
N G Dorsch

Despite the national goal of "drug-free" schools, recent data suggest that chemical abuse among school-aged children remains a concern. This qualitative case study presents a "unique case" within one school's substance abuse prevention program. In this program, pioneered in 1973, pairs of teen counselors "adopt" a middle school classroom and make regularly scheduled visits to conduct chemical a...

Journal: :MMWR. Morbidity and mortality weekly report 2016
Lisa Romero Karen Pazol Lee Warner Shanna Cox Charlan Kroelinger Ghenet Besera Anna Brittain Taleria R Fuller Emilia Koumans Wanda Barfield

Teen childbearing can have negative health, economic, and social consequences for mothers and their children (1) and costs the United States approximately $9.4 billion annually (2). During 1991-2014, the birth rate among teens aged 15-19 years in the United States declined 61%, from 61.8 to 24.2 births per 1,000, the lowest rate ever recorded (3). Nonetheless, in 2014, the teen birth rate remai...

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

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

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