نتایج جستجو برای: obese men

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

Journal: :Journal of the American Dietetic Association 2011
Eunice Mah Manuel D Matos Diana Kawiecki Kevin Ballard Yi Guo Jeff S Volek Richard S Bruno

Vitamin C supplementation has been suggested to reduce cardiovascular disease risk. However, no studies have examined the relationship between vitamin C status and vascular dysfunction in lean and obese individuals in the absence of supplementation. We examined whether vascular function is interrelated with vitamin C status and inflammation in healthy, college-aged lean and obese men with no hi...

Journal: :African health sciences 2013
A A Akintunde Y Oladosu O G Opadijo

BACKGROUND Cardiac adaptation to hypertension and obesity may be related to many factors such as race, gender and haemodynamic status. Some gender specific associations with left ventricular structure and function have been described among Caucasians. OBJECTIVES To describe the sex specific pattern of left ventricular adaptations to obesity and hypertension among Nigerians. METHODOLOGY It w...

Journal: :Advances in Obesity, Weight Management & Control 2017

2012
Fatemeh Esteki Ghashghaei Masoumeh Sadeghi Katayoun Rabiei Hamidreza Roohafza Nizal Sarrafzadegan

BACKGROUND Obesity is common in patients with cardiovascular disease (CVD) and the vast majority of patients entering into cardiac rehabilitation program (CRP) are obese. Regarding the gender differences, the risk of developing coronary heart disease (CHD) is recognized to be different between obese men and women. So, the purpose of this study was to explore the effect of CRP in functional capa...

Journal: :علوم زیستی ورزشی 0
رحمان سوری دانشیار فیزیولوژی ورزش دانشکدۀ تربیت بدنی دانشگاه تهران علی اصغر رواسی استاد فیزیولوژی ورزش دانشکدۀ تربیت بدنی دانشگاه تهران محمدرضا دارابی کارشناس ارشد فیزیولوژی ورزش دانشگاه تهران

the aim of this study was to examine the effect of 12 weeks of concurrent training on rbp4 andinsulin resistance levels in obese middle-age men. for this purpose, 20 obese middle-age men voluntarily participated in this study and were assigned to concurrent training group (n=10, mean age 51.2 ± 2.25 yr and bmi 31.44 ± 0.81 kg/m²) and control group (n=10, mean age 50.3 ± 2.11 yr and bmi 30.32 ± ...

2016
Kyung-Soo Kim Hyun-Ju Oh Young Ju Choi Byung Wook Huh Soo-Kyung Kim Seok Won Park Eun Jig Lee Yong-Wook Cho Kap-Bum Huh

BACKGROUND Current criterion of waist circumference (WC) for abdominal obesity is not enough to demonstrate characteristics of obese and non-obese populations defined by BMI. The aim of this study was to redefine the cutoff values of WC according to general obesity (BMI ≥ 25 kg/m(2)). METHODS The receiver operating characteristic curve analysis was performed to determine cutoff values of WC f...

2015
Kasper W. ter Horst Pim W. Gilijamse Barbara A. de Weijer Murat Kilicarslan Mariette T. Ackermans Aart J. Nederveen Max Nieuwdorp Johannes A. Romijn Mireille J. Serlie

Glucose and lipid metabolism differ between men and women, and women tend to have better whole-body or muscle insulin sensitivity. This may be explained, in part, by differences in sex hormones and adipose tissue distribution. Few studies have investigated gender differences in hepatic, adipose tissue, and whole-body insulin sensitivity between severely obese men and women. In this study, we ai...

Journal: :The Netherlands journal of medicine 2008
J Hofstra S Loves B van Wageningen J Ruinemans-Koerts I Jansen H de Boer

BACKGROUND Obesity can be associated with biochemical evidence of isolated hypogonadotropic hypogonadism (IHH) in men. Prevalence and severity of IHH in obese men are not exactly known. OBJECTIVE To assess the prevalence of IHH in obese men. DESIGN AND SUBJECTS Cross-sectional study of 160 obese men, BMI >30 kg/m2, who applied for medical or surgical treatment of obesity in a general teachi...

2011
Esther Zimmermann Claus Holst Thorkild I. A. Sørensen

BACKGROUND The association between obesity in adults and excess morbidity and mortality is well established, but the health impact throughout adult life of being obese in early adulthood needs elucidation. We investigated somatic morbidity, including fatal morbidity, throughout adulthood in men starting adult life as obese. METHODS Among 362,200 Danish young men, examined for military service...

Journal: :The Journal of urology 2016
K G R Yamacake M Cocuzza F C M Torricelli B C Tiseo R Frati G C Freire A A Antunes M Srougi

OBJECTIVES To study the impact of obesity, age and varicocele on sexual hormones of adult and elderly men. MATERIALS AND METHODS 875 men who were screened for prostate cancer were enrolled in this study. Data recorded comprised age, body mass index (BMI), serum levels of total testosterone (TT), free testosterone (FT), sex hormone-binding globulin (SHBG), luteinizing hormone (LH) and follicul...

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

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

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