نتایج جستجو برای: fitness parameters

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

2010
Danilo Sales Bocalini Andrey Jorge Serra Roberta Luksevicius Rica Leonardo dos Santos

OBJECTIVE To evaluate the effects of short-term exercise detraining on the functional fitness of older women after a 12-week water-based exercise (WE) program. METHODS Healthy older women (trained (TR) group) were submitted to 12 weeks WE (three 45 min sessions per week) followed by a 6-week detraining period. A group of aged-matched women without any exercise training (UN group) were evaluat...

2014
José S. Meza Francisco Díaz-Fleischer Lázaro R. Sánchez-Velásquez Cristina Silvia Zepeda-Cisneros Alfred M. Handler Marc F. Schetelig Zach N. Adelman

Site-specific recombination technologies are powerful new tools for the manipulation of genomic DNA in insects that can improve transgenesis strategies such as targeting transgene insertions, allowing transgene cassette exchange and DNA mobilization for transgene stabilization. However, understanding the fitness cost implications of these manipulations for transgenic strain applications is crit...

Journal: :Journal of research in health sciences 2014
Jamshid Hossain-Alizadeh Mohammad Taghi Goodarzi

BACKGROUND Adiposity is correlated with metabolic complications, such as insulin resistance, glucose intolerance, hypertension etc. that finally can lead to coronary heart disease (CHD). Physical activity plays an important role in prevention of these diseases. We aimed to study body fat and plasma lipids and lipoproteins in different levels of physical fitness; also to examine any relationship...

Journal: :Journal of applied physiology 2012
Luis Gracia-Marco Jara Valtueña Francisco B Ortega Faustino R Pérez-López Germán Vicente-Rodríguez Christina Breidenassel Marika Ferrari Dénes Molnar Kurt Widhalm Stefaan de Henauw Anthony Kafatos Ligia E Diaz Frédéric Gottrand Giuseppe Maiani Peter Stehle Manuel J Castillo Luis A Moreno Marcela González-Gross

There is a lack of studies that analyze the association between micronutrient-related biomarker status and physical fitness in adolescents. In the present study, biochemical parameters for iron and vitamin status were studied, along with objective measures of physical fitness in healthy male and female European adolescents. One thousand eighty-nine adolescents (580 girls, 12.5-17.5 yr) from the...

2008
J Tiilikainen H Lipsanen

A novel error limit determination method for x-ray reflectivity (XRR) analysis is developed and applied to data measured from atomic-layer-deposited aluminium oxide on silicon. The analysis here is based on Parratt’s formalism and on a fitness defined as a mean-squared error between a measurement and a fit in logarithmic scales. The mathematically derived upper bound for an error uses a trick w...

Journal: :Int. J. Approx. Reasoning 2004
Marc Thuillard

BELIMO Automation AG, Brunnenbachstrasse 1, CH-8340 Hinwil, Switzerland Abstract Multiresolution and wavelet-based search methods are suited to problems for which acceptable solutions are in regions of high average local fitness. In this paper, two different approaches are presented. In the Markov-based approach, the sampling resolution is chosen adaptively depending on the fitness of the last ...

2015
Emilio Villa-González Jonatan R. Ruiz Palma Chillón Paul B. Tchounwou

Active commuting (walking or cycling) to school has been positively associated with improved fitness among adolescents. However, current evidence lacks information on whether this association persists in children. The aim of this study was to examine the association of active commuting to school with different fitness parameters in Spanish school-aged children. A total of 494 children (229 girl...

2012
Luis Gracia-Marco Jara Valtueña Francisco B. Ortega Faustino R. Pérez Germán Vicente-Rodríguez Christina Breidenassel Marika Ferrari Kurt Widhalm Stefaan de Henauw Anthony Kafatos Ligia E. Diaz Frédéric Gottrand Giuseppe Maiani Peter Stehle Manuel J. Castillo Marcela González-Gross

60 There is a lack of studies that analyse the association between micronutrient-related 61 biomarker status and physical fitness in adolescents. In the present study, biochemical 62 parameters for iron and vitamin status were studied along with objective measures of 63 physical fitness in healthy male and female European adolescents. 1089 adolescents (580 64 girls, 12.5-17.5 years) from the HE...

2012
Luis Gracia-Marco Jara Valtueña Francisco B. Ortega Faustino R. Pérez Germán Vicente-Rodríguez Christina Breidenassel Marika Ferrari Kurt Widhalm Stefaan de Henauw Anthony Kafatos Ligia E. Diaz Frédéric Gottrand Giuseppe Maiani Peter Stehle Manuel J. Castillo Marcela González-Gross

60 There is a lack of studies that analyse the association between micronutrient-related 61 biomarker status and physical fitness in adolescents. In the present study, biochemical 62 parameters for iron and vitamin status were studied along with objective measures of 63 physical fitness in healthy male and female European adolescents. 1089 adolescents (580 64 girls, 12.5-17.5 years) from the HE...

2015
Kijin Kim Nayoung Ahn Wookwang Cheun Jayoung Byun Youngsik Joo

This study analyzed the differences in aerobic and anaerobic exercise ability and growth-related indicators, depending on the polymorphism of the ACE and the ACTN3 genes, to understand the genetic influence of exercise ability in the growth process of children. The subjects of the study consisted of elementary school students (n=856, age 10.32±0.07 yr). The anthropometric parameters, physical f...

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

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

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