نتایج جستجو برای: autoimmune inflammation

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

Journal: :Frontiers in Immunology 2023

Autoimmune diseases (ADs) are characterized by the production of autoreactive lymphocytes, immune responses to self-antigens, and inflammation in related tissues organs. Cytotoxic T-lymphocyte antigen 4 (CTLA-4) is majorly expressed activated T cells works as a critical regulator inflammatory response. In this review, we first describe structure, expression, how signaling pathways CTLA-4 partic...

Journal: :Clinical immunology 2013
Nadia Guerra Kathleen Pestal Tiffany Juarez Jennifer Beck Karen Tkach Lin Wang David H Raulet

The NKG2D activating receptor has been implicated in numerous autoimmune diseases. We tested the role of NKG2D in models of autoimmunity and inflammation using NKG2D knockout mice and antibody blockade experiments. The severity of experimental autoimmune encephalitis (EAE) was decreased in NKG2D-deficient mice when the disease was induced with a limiting antigen dose, but unchanged with an opti...

2015
Mads Emil Bjørn Hans Carl Hasselbalch

The inflammation-mediated comorbidities in myelofibrosis (MF) and related neoplasms (MPNs) likely reflect the concurrent immune deregulation and systemic inflammatory nature of the MPNs, emphasizing the link between chronic systemic inflammation, immune deregulation, and the malignant clone. JAK1-2 inhibitors in MF-patients reduce constitutional symptoms and splenomegaly, but also taget autoimm...

2016
Katja Bieber Mareike Witte Shijie Sun Jennifer E. Hundt Kathrin Kalies Sören Dräger Anika Kasprick Trix Twelkmeyer Rudolf A. Manz Peter König Jörg Köhl Detlef Zillikens Ralf J. Ludwig

T cells are key players in autoimmune diseases by supporting the production of autoantibodies. However, their contribution to the effector phase of antibody-mediated autoimmune dermatoses, i.e., tissue injury and inflammation of the skin, has not been investigated. In this paper, we demonstrate that T cells amplify the development of autoantibody-induced tissue injury in a prototypical, organ-s...

Amir Ghaemi, Gelareh Vakilzadeh, Leila Alizadeh, Soodeh Razeghi Jahromi,

Introduction: Multiple sclerosis (MS) has been recognized as a common neurodegenerative disease that occurs after an Auto reactive T cells against myelin antigens.  Demyelination and inflammation are the main features of this disease. The anti-inflammatory and neuroprotective roles of bone marrow-derived mesenchymal stem cells (BM-MSCs) have been considered as a suitable tre...

2005
Alla Skapenko Jan Leipe Peter E Lipsky Hendrik Schulze-Koops

T cells, in particular CD4+ T cells, have been implicated in mediating many aspects of autoimmune inflammation. However, current evidence suggests that the role played by CD4+ T cells in the development of rheumatoid inflammation exceeds that of activated proinflammatory T-helper (Th)1 effector cells that drive the chronic autoimmune response. Subsets of CD4+ T cells with regulatory capacity, s...

Journal: :Journal of immunology 2011
Cécile Schiffer Ana Inés Lalanne Lydie Cassard David A Mancardi Odile Malbec Pierre Bruhns Fariel Dif Marc Daëron

Some nonpathogenic bacteria were found to have protective effects in mouse models of allergic and autoimmune diseases. These "probiotics" are thought to interact with dendritic cells during Ag presentation, at the initiation of adaptive immune responses. Many other myeloid cells are the effector cells of immune responses. They are responsible for inflammation that accounts for symptoms in aller...

Journal: :Frontiers in immunology 2016
Kenneth Michael Pollard

Inhalation of dust containing crystalline silica is associated with a number of acute and chronic diseases including systemic autoimmune diseases. Evidence for the link with autoimmune disease comes from epidemiological studies linking occupational exposure to crystalline silica dust with the systemic autoimmune diseases systemic lupus erythematosus, systemic sclerosis, and rheumatoid arthritis...

ژورنال: یافته 2011
سابوته, توماج, شاهسوار, فرهاد,

Antisperm antibodies (ASA) occur in men and women and may significantly impair fertility. In this case, the testis is an immunologically privileged site where germ cell antigens are protected from autoimmune attack. However, due to disruption of the blood-testis barrier occurring from testicular injury, or as a consequence of trauma to the epididymis or vas deferens many testicular proteins get...

Journal: :European heart journal 2015
Carsten Skurk Heinz-Peter Schultheiss

Myocarditis is defined as inflammation of cardiac muscle with or without myocyte necrosis. Both infectious and non-infectious aetiologies for myocarditis are known, but the most common is virus-induced myocarditis often followed by post-infectious inflammatory cardiomyopathy. Many RNA (picorna-, orthomyxo-, paramyxo-, and flaviviruses) as well as DNA (adeno-, erythro-, herpes-, and retroviruses...

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

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

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