نتایج جستجو برای: visceral adiposity

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

2015
Daniel Gamu Anton Trinh Eric Bombardier A Russell Tupling

Several rodent models of obesity have been shown to develop excessive adiposity only when voluntary cage ambulation is restricted. We have previously shown that mice lacking the sarco(endo)plasmic reticulum Ca(2+)-ATPase pump regulatory protein sarcolipin (Sln(-/-)), an uncoupler of Ca(2+) uptake, develop excessive diet-induced obesity under standard housing conditions. However, it is unclear w...

2015
Imke Janssen Lynda H. Powell Mateusz S. Jasielec Rasa Kazlauskaite

OBJECTIVE To determine whether menopause-related changes in reproductive hormones were associated with change in adiposity and whether these relationships were independent of important covariates. METHODS Annual assessments of adiposity measures [computed tomography-assessed visceral adipose tissue (VAT) and subcutaneous abdominal adipose tissue (SAT) and dual-energy X-ray absorptiometry-asse...

2016
Shu-xia Guo Xiang-hui Zhang Jing-yu Zhang Jia He Yi-zhong Yan Jiao-long Ma Ru-lin Ma Heng Guo La-ti Mu Shu-gang Li Qiang Niu Dong-sheng Rui Mei Zhang Jia-ming Liu Kui Wang Shang-zhi Xu Xiang Gao Yu-song Ding

Most previous studies on metabolic syndrome (MetS) examined urban and high income settings. We thus investigated the prevalence of MetS among a multi-ethnic population living in a low income rural area and explored the use of visceral adiposity and anthropometric indicators to identify men and women with MetS. We recruited 10,029 individuals of nomadic Kazakhs, rural Uyghur and Han residents in...

2015
Jae Heon Kim Seung Whan Doo Kang Su Cho Won Jae Yang Yun Seob Song Jiyoung Hwang Seong Sook Hong Soon-Sun Kwon

BACKGROUND Although there is growing evidence of relationship between obesity and some specific stone compositions, results were inconsistent. Due to a greater relationship between metabolic syndrome and some specific stone type, obesity measured by body mass index (BMI) has limitation in determining relationship between obesity and stone compositions. The aim of this study was to determine the...

2015
Maharshi Bhaswant Hemant Poudyal Michael L. Mathai Leigh C. Ward Peter Mouatt Lindsay Brown

Both black (B) and green (G) cardamom are used as flavours during food preparation. This study investigated the responses to B and G in a diet-induced rat model of human metabolic syndrome. Male Wistar rats were fed either a corn starch-rich diet (C) or a high-carbohydrate, high-fat diet with increased simple sugars along with saturated and trans fats (H) for 16 weeks. H rats showed signs of me...

Journal: :Journal of nutrigenetics and nutrigenomics 2008
Xiaocun Sun Kristin L Morris Michael B Zemel

Dietary calcium inhibits adiposity, and a key underlying mechanism is suppression of calcitriol, which modulates Ca(2+) signaling and mitochondrial uncoupling in adipocytes. We demonstrated that calcitriol directly regulates adipocyte 11beta-HSD-1 expression and cortisol production in human adipocytes in vitro and dietary calcium inhibits visceral adipose tissue 11beta-HSD-1 expression in mice,...

2011
Kana Inoue Norikazu Maeda Susumu Kashine Yuya Fujishima Junji Kozawa Aki Hiuge-Shimizu Kohei Okita Akihisa Imagawa Tohru Funahashi Iichiro Shimomura

BACKGROUND To examine the effects of liraglutide, a glucagon-like peptide-1 (GLP-1) analogue, on visceral fat adiposity, appetite, food preference, and biomarkers of cardiovascular system in Japanese patients with type 2 diabetes. METHODS The study subjects were 20 inpatients with type 2 diabetes treated with liraglutide [age; 61.2 ± 14.0 years, duration of diabetes; 16.9 ± 6.6 years, glycate...

2017
Moira S Lewitt

There is substantial evidence that the growth hormone (GH)/insulin-like growth factor (IGF) system is involved in the pathophysiology of obesity. Both GH and IGF-I have direct effects on adipocyte proliferation and differentiation, and this system is involved in the cross-talk between adipose tissue, liver, and pituitary. Transgenic animal models have been of importance in identifying mechanism...

2015
Camila Lemos Marques Jussara Carnevale Almeida Ticiana da Costa Rodrigues

Background Obesity is associated with risk of clinical and metabolic complications such as dyslipidemia, hypertension and diabetes. Previous studies have demonstrated that visceral obesity is related to type 2 diabetes, cardiovascular disease and insulin resistance (IR). This study aims to evaluate the relationship between different markers of body adiposity and IR in adults with type 1 diabete...

Journal: :American journal of physiology. Endocrinology and metabolism 2015
Teri L Hernandez Daniel H Bessesen Kimberly A Cox-York Christopher B Erickson Christopher K Law Molly K Anderson Hong Wang Matthew R Jackman Rachael E Van Pelt

Femoral subcutaneous adipose tissue (SAT) appears to be cardioprotective compared with abdominal SAT, possibly through better triglyceride (TG) sequestration. We hypothesized that removal of femoral SAT would increase postprandial TG through a reduction in dietary fatty acid (FA) storage. Normal-weight (means ± SD; BMI 23.9 ± 2.6 kg/m(2)) women (n = 29; age 45 ± 6 yr) were randomized to femoral...

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

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

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