نتایج جستجو برای: relationship between boys and girls

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

Journal: :Physiological research 2003
R Pilcová J Sulcová M Hill P Bláha L Lisá

Obesity in children is accompanied by increased circulating leptin concentrations. Girls have higher leptin concentrations than boys. The aim of our study was to compare serum leptin levels before and after a five-week weight reduction program and to study the relationship of leptin levels, serum total cholesterol, and androgens (testosterone, dehydroepiandrosterone, dehydroepiandrosterone sulp...

Journal: :مجله علوم اعصاب شفای خاتم 0
shahrzad rezaian psychological department, roudehen branch, islamic azad university, tehran, iran.

the purpose of the present research was study effect anxiety of social negative evaluation in children’s social seclusion aged 8 to 12 in tehran city. therefore, 250 children (125 boys and 125 girls) were randomly chosen in order to answer fear short scale of negative evaluation )bfne) and social seclusion scale (ucla). the data from this research were analyzed by using of pearson`s product mom...

2013
Michael J Duncan Yahya al-Nakeeb Alan, M Nevill

BACKGROUND This study sought to compare the utility of either inverted body mass index or body mass index to optimise the relationship with body esteem in young adolescents Design: The study was cross sectional in design and assessed body esteem and weight status in 756 young adolescents (394 boys, 362 girls, mean age ± S.D. 11.4 ± 1.6 years). METHODS Body esteem was determined using the body...

اختری, طاهره,

The primary aim of the present research is to study the attitude of (first, second and third grade) high school students in Tehran province schools towards Arabic language. secondly, the effort is also taken to find out the relation ship (if any) between sex and different “Educational and training” regions. There fore, first an attitude questionnaire was prepared based on the specialists’ point...

ژورنال: پژوهشنامه اخلاق 2012

The relationship between boys and girls in university is regarded as a new and sensitive interdisciplinary problem. This paper, giving a description of the university climate in our country by a field study method and measuring the views and religious beliefs of the students, has studied the problem. As is understood by the study, there has been a considerable point of view among students with ...

Journal: :Behaviour research and therapy 2001
L A Ricciardelli M P McCabe

Stice's dual pathway model of dietary restraint and negative affect was examined in both adolescent girls and boys. Self-report measures assessing body dissatisfaction, dietary restraint, negative affect and bulimic behavior were administered to 267 girls and 199 boys aged between 12 and 16 years. The findings for the girls were consistent with Stice's model, in that they indicated that both di...

2011
Lucy J Griffiths Carol Dezateux Andrew Hill

OBJECTIVES We examined cross-sectional and longitudinal associations between obesity and emotional and behavioural problems in a nationally representative sample of young children. METHODS Data were available from 11 202 children (50% boys) participating in the UK's Millennium Cohort Study. Height and weight were measured at 3 and 5 years and children defined as obese using IOTF cut-offs for ...

Journal: :Child psychiatry and human development 2015
Gayle R Byck Gregory Swann Benjamin Schalet John Bolland Brian Mustanski

There is limited literature on the relationship between sensation seeking and adolescent risk behaviors, particularly among African Americans. We tested the association between psychometrically-derived subscales of the Zuckerman Sensation Seeking Scale and the intercepts and slopes of individual growth curves of conduct problems, sexual risk taking, and substance use from ages 13 to 18 years by...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده زبانهای خارجی 1392

the aim of the current study was to investigate the relationship among efl learners learning style preferences, use of language learning strategies, and autonomy. a total of 148 male and female learners, between the ages of 18 and 30, majoring in english literature and english translation at islamic azad university, central tehran were randomly selected. a package of three questionnaires was ad...

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

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

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