نتایج جستجو برای: height 176 cm

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

Journal: :thrita 0
seyed hassan eftekhar vaghefi department of medical anatomy, faculty of medicine, kerman university of medical sciences, kerman, ir iran leila elyasi department of medical anatomy, faculty of medicine, kerman university of medical sciences, kerman, ir iran; department of medical anatomy, faculty of medicine, kerman university of medical sciences, 22 bahman st., pazhohesh square, kerman, ir iran. tel/fax: +98-3413221666; 09113932235 saeed reza amirian department of occupational therapy, faculty of rehabilitation center, shahid beheshti university of medical science, tehran, ir iran shahrzad eftekhar vaghefi department of biology, faculty of sciences, shahid bahonar university, kerman, ir iran

materials and methods in this descriptive and analytical study, we used a static and direct method. cluster sampling method was used to select the subjects. participants were 1600 randomly-selected iranian male (n = 568) and female (n = 1031) workers of five hospitals in bandar abbas. thirty seven static dimensions were measured in the individuals aged 20 - 60. for anthropometric measurement, t...

Journal: :Scandinavian Journal of Medicine & Science in Sports 2021

This study aimed to (1) estimate age-at-mid-growth spurt (age-at-MGS) in Portuguese boys from two different regions—the Azores islands and Viana do Castelo, (2) identify spurts a variety of physical fitness (PF) components aligned by age-at-MGS the samples. A total 176 (Azores, n = 91; 85) aged 6 years old were followed annually 10 age. Age-at-MGS PF (speed, explosive muscular strength, abdomin...

2016
RAti tAndon Syed MobAShiR yunuS nAfiS AhAMed fARuqi Adil ASghAR

Materials and Methods: 238 males and 259 females in the age group of 18-30 year were considered for measurements: height, hand morphometrics and foot morphometrics. Stadiometer was used to measure the height. All morphometric measurements analyzed by SPSS. Results: In females, stature varied from 140.500 to 180.00 cm with mean value of 157.199±6.244 cm. In males, stature varied from 159.00 to 1...

Journal: :American journal of epidemiology 1999
H T Sørensen S Sabroe K J Rothman M Gillman F H Steffensen P Fischer T I Sørensen

Adult height has been found to be inversely associated with mortality. Recently, it has been suggested that growth in utero is linked with adult risk of several chronic diseases. The authors examined possible associations between birth weight, birth length, and adult height in young Danish men. They conducted the study in the fifth conscription district of Denmark including all the men born aft...

2016
Ugur Cinar Semih Halezeroglu Erdal Okur Mehmet Akif Inanici Semra Kayaoglu

The purpose of this study was to investigate the average tracheal length and number of the tracheal cartilages in Turkish people, with emphasis on the relationships to body height and sex. A hundred fresh human cadaver tracheas were harvested from 75 males and 25 females. Age, sex and body height of cadavers were recorded. All the neck and intrathoracic structures were removed. The tracheal len...

2016
Melanie Lesinski Thomas Muehlbauer Urs Granacher

BACKGROUND The aim of the present study was to verify concurrent validity of the Gyko inertial sensor system for the assessment of vertical jump height. METHODS Nineteen female sub-elite youth soccer players (mean age: 14.7 ± 0.6 years) performed three trials of countermovement (CMJ) and squat jumps (SJ), respectively. Maximal vertical jump height was simultaneously quantified with the Gyko s...

Journal: :Folia morphologica 2009
M A Olude J O Olopade I O Fatola S K Onwuka

Sixteen African giant rats (Cricetomys gambianus Waterhouse), consisting of 8 male and 8 female rats, were used to determine neurocranial measurements of the skulls. The mean neurocranial volume was 5.06 + or - 0.05 mL, neurocranial length was 3.33 + or - 0.08 cm, and the neurocranial height and index were 1.39 + or - + or - 0.04 cm and 41.74%, respectively. The mean whole skull length and heig...

2012
Toshiaki Tanaka Yasuhiro Naiki Reiko Horikawa

Twenty-one boys with a height of 135 cm or less at onset of puberty were treated with a combination of GnRH analog and anabolic steroid hormone, and their pubertal height gain and adult height were compared with those of untreated 29 boys who enter puberty below 135 cm. The mean age at the start of treatment with a GnRH analog, leuprorelin acetate depot (Leuplin(®)) was 12.3 yr, a mean of 1.3 y...

Journal: :Pediatrics 1998
L Plotnick K M Attie S L Blethen J P Sy

OBJECTIVE To evaluate growth rate and adult height with recombinant growth hormone (GH) treatment in girls with Turner syndrome (TS) and predictors of their growth response. METHODS Data on girls with TS who were treated with GH in the National Cooperative Growth Study (NCGS) were evaluated. As of January 1997, there were 2798 girls with TS in the NCGS database, 2652 of whom had not previousl...

Journal: :Archives of disease in childhood 1997
L D Voss B J Bailey

AIMS To investigate the extent and timing of diurnal variation in stature and to examine the effectiveness of the stretched technique in reducing the loss in height. SETTING A Southampton school. DESIGN Fifty three children, divided into two groups, were measured by two independent auxologists using a Leicester height measure. Each child was measured four times, at 0900, 1100, 1300, and 150...

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

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

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