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

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

Journal: :Journal of pediatric psychology 1993
J W Finney E R Christophersen P C Friman I V Kalnins J E Maddux L Peterson M C Roberts M Wolraich

Injuries are the major causes of death for children. Pediatric psychology offers significant contributions to the multidisciplinary efforts necessary to prevent injuries and reduce harm to children. This Task Force Report reviews epidemiological data, characteristics of children's injuries, passive and active interventions for reducing injuries, and research, policy, and evaluation issues for i...

2010
L. V. KANTOROVICH

G. E. Forsythe, who edited the translation of Kantorovich's paper, included the following remark about this footnote: "It is not clear to me that Kantorovich's inequality really is a special case of that of Polya and Szego." Examining the relation between the two inequalities more closely we found that this remark is well justified and can be made even more specific in that the inequality of Po...

2014
Petra H. Wirtz Livia Thomas Gregor Domes Frank J. Penedo Ulrike Ehlert Fridtjof W. Nussbeck

*a,b Petra H. Wirtz, Ph.D., a Livia Thomas, M.S., c Gregor Domes, Ph.D., d Frank J. Penedo, Ph.D., b Ulrike Ehlert, Ph.D. & e Fridtjof W. Nussbeck, Ph.D. a Biological and Health Psychology, University of Bern, Switzerland b Department of Clinical Psychology and Psychotherapy, University of Zurich, Switzerland c Department of Psychology, University of Freiburg, Germany d Department of Psychology...

A. Ahmadi, Z. Raeisi, Ph.D.,

Effectiveness of Acceptance and Commitment Therapy in Improving     Self-Efficacy of Mothers of Children with Autism   A. Ahmadi [1] Z. Raeisi, Ph.D. [2]   Given the unique stresses inherent in raising a child with autism, mothers may find it challenging to maintain a positive sense of self-efficacy. This study sought to determine the effects of Acceptance and Commitment Therapy (ACT) on s...

Journal: :فصلنامه رفاه اجتماعی 0
شیرین عبادی shirin ebadi

educational psychology has approved that children will become accountable if we let them to make their own decisions, and they will be grown up self-confidence if we trust them. according to the same matters, the article no.12 of children’s rights international convention suggests providing opportunities for children to be able to make decisions whether by themselves or their representatives. t...

Journal: :Cognitive behaviour therapy 2010
Bryce D McLeod

cognitive therapy techniques for children and adolescents cognitive therapy techniques for children and adolescents watch, warning, storm! diary guilford press cognitive therapy techniques for children and adolescents cognitive therapy techniques ????????? cognitive therapy techniques for children and adolescents cognitive therapy techniques for children and adolescents book review tandfonline ...

Journal: :British journal of health psychology 2016
Angeliki Bogosian Liesbeth M Van Vliet Gillian Craig Lorna K Fraser Julie M Turner-Cobb

Children with a long-term condition and their families are confronted with multiple biopsychosocial challenges. In this editorial,weoutline the scope of theproblem and then look at some examples of interventions for children with a long-term condition and how health psychology can inform and influence these. Health psychology theories are often not very well applied or reported, and there is co...

Journal: :The Japanese Journal of Educational Psychology 1969

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

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

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