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

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

Journal: :The Journal of neuroscience : the official journal of the Society for Neuroscience 1999
L E Goehler R P Gaykema K T Nguyen J E Lee F J Tilders S F Maier L R Watkins

Intraperitoneal administration of the cytokine interleukin-1beta (IL-1beta) induces brain-mediated sickness symptoms that can be blocked by subdiaphragmatic vagotomy. Intraperitoneal IL-1beta also induces expression of the activation marker c-fos in vagal primary afferent neurons, suggesting that IL-1beta is a key component of vagally mediated immune-to-brain communication. The cellular sources...

Journal: :Neuroimmunomodulation 2010
Steven W Threlkeld Jessica L Lynch Kristin M Lynch Grazyna B Sadowska William A Banks Barbara S Stonestreet

OBJECTIVES The cytokines interleukin (IL)-1beta and IL-6 are modulators of the neuroimmune axis and have been implicated in neuronal cell death cascades after ischemia or infection. Previous work has shown that some cross-species conservation exists between human and rodent blood-brain barrier (BBB) transport systems. To further assess cross-species conservation of cytokine transport across the...

Journal: :Journal of immunology 2007
Sudarshan Seshadri Michelle D Duncan Judith M Hart Mikhail A Gavrilin Mark D Wewers

Macrophages and their precursors, monocytes, are key cells involved in the innate immune response. Although both monocytes and macrophages produce caspase-1, the key enzyme responsible for pro-IL-1beta processing; macrophages are limited in their ability to activate the enzyme and release functional IL-1beta. In this context, because mutations in the pyrin gene (MEFV) cause the inflammatory dis...

Journal: :Hypertension 1999
Q He M C LaPointe

Because both the brain natriuretic peptide (BNP) gene and the cytokine interleukin-1beta (IL-1beta) are induced in the infarcted myocardium, localized production of IL-1beta may regulate the BNP gene. We tested whether (1) IL-1beta regulates the human BNP promoter, (2) cis elements in the proximal promoter respond to IL-1beta, and (3) mitogen-activated protein kinase (MAPK) signaling pathways [...

Journal: :BMC Gastroenterology 2002
Ian LP Beales

BACKGROUND Helicobacter pylori is the main risk factor for the development of non-cardia gastric cancer. Increased proliferation of the gastric mucosa is a feature of H. pylori infection. Mucosal interkeukin-1beta production is increased in H. pylori infection and IL-1beta genotypes associated with increased pro-inflammatory activity are risk factors for the development of gastric cancer. The e...

Journal: :The European respiratory journal 2004
Y Yang W Bin M O Aksoy S G Kelsen

In asthma, human airway epithelial cells (HAECs) regulate the intensity of mucosal inflammation, in part, by releasing the pro-inflammatory cytokine interleukin (IL)-1beta. However, the IL-1beta inhibitors, IL-1 receptor antagonist (IL-1RA) and soluble IL-1 receptor type II (sIL-1RII), regulate IL-1beta bioactivity. In order to better understand the control of IL-1beta activity in the airway mu...

Journal: :EMBO reports 2010
Seth L Masters Lisa A Mielke Ann L Cornish Caroline E Sutton Joanne O'Donnell Louise H Cengia Andrew W Roberts Ian P Wicks Kingston H G Mills Ben A Croker

Reports describing the effect of interferon-gamma (IFNgamma) on interleukin-1beta (IL-1beta) production are conflicting. We resolve this controversy by showing that IFNgamma potentiates IL-1beta release from human cells, but transiently inhibits the production of IL-1beta from mouse cells. Release from this inhibition is dependent on suppressor of cytokine signalling 1. IL-1beta and Th17 cells ...

Journal: :The British journal of ophthalmology 2004
R A Kowluru S Odenbach

AIM To examine the role of cytokine interleukin-1beta (IL-1beta) in retinal capillary cell death in diabetes. METHODS The effect of glucose on the expression of IL-1beta was measured in the bovine retinal endothelial cells. The role of IL-1beta in the accelerated endothelial cell loss was determined by investigating the effect of human recombinant IL-1beta on their apoptosis in normal and hig...

Journal: :The Journal of Experimental Medicine 2008
Jonathan Maelfait Elisabeth Vercammen Sophie Janssens Peter Schotte Mira Haegman Stefan Magez Rudi Beyaert

The cytokine interleukin (IL)-1beta is a key mediator of the inflammatory response and has been implicated in the pathophysiology of acute and chronic inflammation. IL-1beta is synthesized in response to many stimuli as an inactive pro-IL-1beta precursor protein that is further processed by caspase-1 into mature IL-1beta, which is the secreted biologically active form of the cytokine. Although ...

Journal: :Cytokine 1996
M J van der Meer C G Sweep G J Pesman F J Tilders A R Hermus

The authors have studied mechanisms which could be involved in the sustained activation of the hypothalamus-pituitary-adrenal (HPA) axis during continuous infusion of rats with recombinant human interleukin-1beta (IL-1beta). First, the effects of 3 days of intracerebroventricular (i.c.v.) infusion of rats with IL-1 on plasma adrenocorticotropin (ACTH) and corticosterone (B) levels were investig...

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

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

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