نتایج جستجو برای: 1beta il

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

Journal: :Gastroenterology 2010
Kouichi Miura Yuzo Kodama Sayaka Inokuchi Bernd Schnabl Tomonori Aoyama Hirohide Ohnishi Jerrold M Olefsky David A Brenner Ekihiro Seki

BACKGROUND & AIMS Development of nonalcoholic steatohepatitis (NASH) involves the innate immune system and is mediated by Kupffer cells and hepatic stellate cells (HSCs). Toll-like receptor 9 (TLR9) is a pattern recognition receptor that recognizes bacteria-derived cytosine phosphate guanine (CpG)-containing DNA and activates innate immunity. We investigated the role of TLR9 signaling and the i...

Journal: :Journal of immunology 2005
Todd M Schaefer Jacqueline A Wright Patricia A Pioli Charles R Wira

The objective of this study was to examine the effects of sex hormones on IL-1beta-mediated responses by uterine epithelial cells. The mRNA expression and secretion of human beta-defensin-2 and CXCL8 by uterine epithelial cells was examined following stimulation with IL-1beta in the presence of estradiol or progesterone. Estradiol inhibited the IL-1beta-mediated mRNA expression and secretion of...

Journal: :Circulation 2000
S D Prabhu B Chandrasekar D R Murray G L Freeman

BACKGROUND Whether beta-adrenergic blockade modulates myocardial expression of inflammatory cytokines and nitric oxide (NO) in heart failure is unclear. METHODS AND RESULTS We administered oral metoprolol or no therapy to rats for 12 weeks after large myocardial infarction and subsequently examined left ventricular (LV) remodeling; myocardial tumor necrosis factor (TNF)-alpha, interleukin (IL...

Journal: :American journal of physiology. Heart and circulatory physiology 2002
Christopher D Raeburn Charles A Dinarello Michael A Zimmerman Casey M Calkins Benjamin J Pomerantz Robert C McIntyre Alden H Harken Xianzhong Meng

Tumor necrosis factor-alpha (TNF-alpha) and interleukin-1beta (IL-1beta) have been implicated in cardiac dysfunction during endotoxemia. Because IL-18 is a proinflammatory cytokine known to mediate the production of TNF-alpha and IL-1beta and to induce the expression of intercellular adhesion molecule-1 (ICAM-1) and vascular cell adhesion molecule-1 (VCAM-1), we hypothesized that neutralization...

Journal: :Mindfulness 2022

Abstract Objectives To examine the preliminary effects of mindfulness-based stress reduction (MBSR) program in management biopsychosocial stress–related changes associated with Parkinson’s disease (PD) among patient/caregiving-partner dyads. Methods PD dyads ( N = 18) early trajectory were recruited from a university-affiliated movement disorders clinic and randomized (1:1) to either MBSR inter...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2000
S M Allan L C Parker B Collins R Davies G N Luheshi N J Rothwell

The cytokine IL-1 mediates diverse forms of neurodegeneration, but its mechanism of action is unknown. We have demonstrated previously that exogenous and endogenous IL-1 acts specifically in the rat striatum to dramatically enhance ischemic and excitotoxic brain damage and cause extensive cortical injury. Here we tested the hypothesis that this distant effect of IL-1 is mediated through polysyn...

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1999
N J Van Wagoner J W Oh P Repovic E N Benveniste

In the CNS, astrocytes are a major inducible source of interleukin-6 (IL-6). Although IL-6 has beneficial effects in the CNS because of its neurotrophic properties, its overexpression is generally detrimental, adding to the pathophysiology associated with CNS disorders. Many factors have been shown to induce IL-6 expression by astrocytes, particularly the cytokines tumor necrosis factor-alpha (...

Journal: :Hypertension 1998
R Muniyappa P R Srinivas J L Ram M F Walsh J R Sowers

Abnormal vascular smooth muscle (VSMC) proliferation is a key feature in diabetes-associated atherosclerotic disease. Since nitric oxide inhibits VSMC tone, migration, adhesion, and proliferation, we examined the effects of high glucose on IL-1beta-induced NO release from VSMCs in culture. Confluent smooth muscle cells, preincubated with either 5 mmol/L (mM) or 20 mmol/L (mM) glucose for 48 hou...

Journal: :American journal of physiology. Heart and circulatory physiology 2004
Jose A Ospina Holly N Brevig Diana N Krause Sue P Duckles

Interleukin (IL)-1beta is a potent inducer of inflammatory prostaglandins, which are important mediators of vascular response to cerebral injury, whereas estrogen reduces brain injury in models of ischemic stroke. Thus we examined the effects of in vivo IL-1beta exposure on cerebrovascular cyclooxygenase (COX)-2 expression and function in an animal model of chronic estrogen replacement. Estroge...

Journal: :Respiratory Research 2006
N William Parilla Valerie S Hughes Kristin M Lierl Hector R Wong Kristen Page

BACKGROUND Recognition of repeat unmethylated CpG motifs from bacterial DNA through Toll-like receptor (TLR-9) has been shown to induce interleukin (IL)-8 expression in immune cells. We sought to investigate the role of CpG oligodeoxynucleotides (ODN) on a human bronchial epithelial cells. METHODS RT-PCR and Western blot analysis were used to determine expression of TLR-9 in human bronchial e...

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

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

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