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

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

2016
Pan Yu Liya Denney Yingdong Zheng Gerard Vinyes-Parés Kathleen C. Reidy Alison L. Eldridge Peiyu Wang Yumei Zhang

BACKGROUND Food consumption patterns of young children in China are not well known. OBJECTIVE Characterised food groups consumed by infants and young children in urban China using data from the Maternal Infant Nutrition Growth (MING) study. DESIGN One 24-h dietary recall was completed for 1,350 infants and young children (436 infants aged 6-11 months and 914 young children aged 12-35 months...

Journal: :Paediatric respiratory reviews 2008
Sarath Ranganathan Barry Linnane Gary Nolan Catherine Gangell Graham Hall

Measurement of lung function is routine in older children and adults with cystic fibrosis (CF) but not in infants and preschool children. Pulmonary infection, neutrophil-dominated inflammation and clinical exacerbations in young children similar to those seen in older subjects have been identified and highlight the urgent need to evaluate lung function in early life. Mounting evidence suggests ...

Journal: :AIDS care 2013
Heather Sipsma Irma Eloff Jennifer Makin Michelle Finestone Liesel Ebersohn Maretha J Visser Kathleen J Sikkema Charmayne A Boeving Allen Ronél Ferreira Brian Forsyth

Adults with HIV are living longer due to earlier diagnosis and increased access to antiretroviral medications. Therefore, fewer young children are being orphaned and instead, are being cared for by parents who know they are HIV positive, although they may be asymptomatic. Presently, it is unclear whether the psychological functioning of these young children is likely to be affected or, alternat...

Journal: :Policy brief 2016
James J Crall Jackie Illum Ana Martinez Nadereh Pourat

Despite the high rate of untreated tooth decay, many young children in California under six years of age have never been to a dentist. Numerous and complex barriers to access to oral health care for young children exist, and a multifaceted approach is required to improve receipt of preventive and treatment services that could improve the oral health of this population. This policy brief describ...

Journal: :Behavioural and cognitive psychotherapy 2014
Paul Stallard Pam Myles Amanda Branson

BACKGROUND There is increased interest in developing training in cognitive behaviour therapy (CBT) with children and young people. However, the assessment of clinical competence has relied upon the use of measures such as the Cognitive Therapy Scale-Revised (CTS-R: Blackburn et al., 2001) which has been validated to assess competence with adults. The appropriateness of this measure to assess co...

2016
Qiao Wang

This article discusses the importance of patterning in early mathematics study for young children and describes some patterning activities for prekindergarten classes to motivate young children to explore the mathematics through observing and creating their own patterns.

Ghadamli , P,

ABSTRACT Lumbar puncture (LP) is performed frequently in Pediatric departments to diagnose meningitis in infants and young children with fever. Children selected to have LP who do not have meningitis may, however, have other bacterial infections. During a 2-year desciptive study, we investigated lumbar punctures performed in pediatric departments of Bou-Ali, Emam-Hossein and Loghmane-Hakim ho...

2015
Judith Danovitch Nicholaus S. Noles Patrick Shafto

Members of the current generation of young children have been exposed to technological informants, primarily consisting of devices that search the Internet for information, nearly since birth. However, little is known about how young children explore information using these digital sources. To address this issue, 30 preschool children generated questions about unfamiliar animals that were to be...

Journal: :Culture, health & sexuality 2011
Joyce Wamoyi Angela Fenwick Mark Urassa Basia Zaba William Stones

This paper examines how socio-economic changes in Tanzania have impacted on parent-child relationships, in particular parental behavioural control over their children and parental influence on young people's sexual behaviour. Data came from participant observation, focus group discussions and in-depth interviews with young people (14-24 years) and their parents. Socio-economic changes (educatio...

2002
JOAN L. LUBY DAVID J. KUPFER

Objective: Three sites collaborated to evaluate the differential performance of the MacArthur Health and Behavior Questionnaire (HBQ) and the Diagnostic Interview Schedule for Children Version IV (DISC-IV) in identifying DSM-IV psychopathology in young children. Method: A sample of 120 fourto eight-year-old nonreferred (community) (n = 67) and referred (clinical) (n = 53) children was examined....

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

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

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