نتایج جستجو برای: infiltration resistance

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

2016

The development of Insulin resistance in obesity is associated with infiltration of immune cells in white adipose tissue (WAT). Especially macrophage infiltration in WAT is known to produce several proinflmmatory cytokines which induces the state of inflammation and impairs the insulin signaling and related pathways. Several animal and human studies have been conducted to unravel the mystery of...

Journal: :asian journal of sports medicine 0
abbas saremi department of sport sciences, arak university, arak, ir iran nader shavandi department of sport sciences, arak university, arak, ir iran mohammad parastesh department of sport sciences, arak university, arak, ir iran hassan daneshmand department of medical sciences, university of arak, arak, iran

purpose the inflammatory state of adipose tissue in obese subjects may be the most important factor linking increased adipose tissue mass to insulin resistance. chemerin is a newly discovered adipokine that plays an important role in macrophage infiltration into adipose tissue and may contribute to the development of inflammation and insulin resistance. we examined the effects of 12 weeks of ae...

Journal: :Jurnal Kimia Sains dan Aplikasi 2022

The cathode materials fabrication with outstanding performance and stability at intermediate temperatures of 600–800℃ is required for the prospective mass production solid oxide fuel cells (SOFCs). Infiltration a potential method because it has proven successful in cell enhancement. This study mainly focuses on electrical conductivity long-term reliability symmetric NdBa0.5Sr0.5Co2O5+δ (NBSC) f...

2010
Jessie Zhong Andre Paul Stewart J. Kellie Geraldine M. O'Neill

Extensive infiltration of the surrounding healthy brain tissue is a cardinal feature of glioblastomas, highly lethal brain tumors. Deep infiltration by the glioblastoma cells renders complete surgical excision difficult and contemporary adjuvant therapies have had little impact on long-term survival. Thus, deep infiltration and resistance to irradiation and chemotherapy remain a major cause of ...

Journal: :علوم زیستی ورزشی 0
ذبیح اله قدم پور واحد کارشناس ارشد تربیت بدنی و علوم وزشی دانشگاه فردوسی مشهد امیر رشید لمیر استادیار دانشکده تربیت بدنی و علوم ورزشی دانشگاه فردوسی مشهد زهرا موسوی استادیار دانشکده دامپزشکی دانشگاه فردوسی مشهد احمدرضا راجی دانشیار دانشکده دامپزشکی دانشگاه فردوسی مشهد

the aim of the present study was to investigate the effects of anabolic steroid stanozolol along with eight weeks of resistance training on structural changes in male rats' liver tissue. for this purpose, 28 male adult wistar rats (age: 12 weeks old and 228.53±7.94 g body weight) were randomly assigned to four groups: group 1: control+placebo (n=7), group 2: resistance training+placebo (n=...

Journal: :American journal of physiology. Endocrinology and metabolism 2014
Sheila R Costford Jason Castro-Alves Kenny L Chan Liane J Bailey Minna Woo Denise D Belsham John H Brumell Amira Klip

Chronic low-grade inflammation is an important contributor to the development of insulin resistance, a hallmark of type 2 diabetes mellitus (T2DM). Obesity and high-fat feeding lead to infiltration of immune cells into metabolic tissues, promoting inflammation and insulin resistance. We hypothesized that macrophages from mice lacking NOX2 (Cybb), an essential component of the NADPH oxidase comp...

Journal: :The Journal of clinical investigation 2010
Takeshi Wada Kenji Ishiwata Haruhiko Koseki Tomoyuki Ishikura Tsukasa Ugajin Naotsugu Ohnuma Kazushige Obata Ryosuke Ishikawa Soichiro Yoshikawa Kaori Mukai Yohei Kawano Yoshiyuki Minegishi Hiroo Yokozeki Naohiro Watanabe Hajime Karasuyama

Ticks are ectoparasitic arthropods that can transmit a variety of microorganisms to humans and animals during blood feeding, causing serious infectious disorders, including Lyme disease. Acaricides are pharmacologic agents that kill ticks. The emergence of acaricide-resistant ticks calls for alternative control strategies for ticks and tick-borne diseases. Many animals develop resistance to tic...

2015
Gustavo Vinícius Ghellioni Lucas Souto da Silva Anna Paula Piovezan Rafael Olívio Martins

OBJECTIVE To evaluate the influence of treatment with different doses of methylprednisolone on the mechanical resistance and possible histological alterations of the rotator cuff tendon in rats. METHODS Male Wistar rats were divided randomly into four treatment groups: sham, vehicle or 0.6 mg/kg or 6.0 mg/kg of methylprednisolone. Changes to mechanical resistance (in N) and histological param...

Journal: :The European respiratory journal 2004
P-R Burgel L O Cardell I F Ueki J A Nadel

Increased mucin expression is a feature of nasal polyposis. Corticosteroids reduce polyp size and symptoms, but their effect on mucin production remains unknown. In this study, the effects of intranasal corticosteroids on MUC5AC mucin expression, nasal resistance, eosinophil and neutrophil infiltration, epidermal growth factor receptor (EGFR), interleukin (IL)-8, and tumour necrosis factor (TNF...

Though it is vital to estimate infiltration as one of the key factors in effective management of water resources, only few studies have been carried out either to determine the infiltration or to compare the performance of infiltration models for coarse textured soils. Thus, the present study was conducted to accomplish two objectives. First to estimate the Horton’s infiltration model parameter...

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

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

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