نتایج جستجو برای: costimulatory molecules

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

Journal: :Jurnal Kedokteran Brawijaya (e-journal) 2023

This study aimed to determine the role of soluble costimulatory molecules in aging and association with presence comorbid aged individuals. Thirty-two elderly twenty healthy subjects were included this study. The sCD28, sCD80, sCD86, sCD163, sCTLA4 measured using ELISA. was documented from medical records. Charlson Comorbidity Index (CCI) evaluate survival/mortality risk for subjects. levels ma...

Journal: :Journal of immunology 2007
Hélène Bour-Jordan Benoit L Salomon Heather L Thompson Rex Santos Abul K Abbas Jeffrey A Bluestone

The NOD mouse is an invaluable model for the study of autoimmune diabetes. Furthermore, although less appreciated, NOD mice are susceptible to other autoimmune diseases that can be differentially manifested by altering the balance of T cell costimulatory pathways. In this study, we show that constitutively expressing B7-1 on B cells (NOD-B7-1B-transgenic mice) resulted in reduced insulitis and ...

2014
Tomasz Maj Anna Slawek Anna Chelmonska-Soyta

Immune phenomena during the preimplantation period of pregnancy are poorly understood. The aim of our study was to assess the capacity for antigen presentation of splenic antigen-presenting cells (APCs) derived from pregnant and pseudopregnant mice in in vitro conditions. Therefore, sorted CD11c(+) dendritic cells and macrophages F4/80(+) and CD11b(+) presenting ovalbumin (OVA) were cocultured ...

Journal: :Journal of immunology 2010
Henry Radziewicz Chris C Ibegbu Huiming Hon Nathalie Bédard Julie Bruneau Kimberly A Workowski Stuart J Knechtle Allan D Kirk Christian P Larsen Naglaa H Shoukry Arash Grakoui

Costimulatory signals via B7/CD28 family molecules (signal 2) are critical for effective adaptive CD8(+) T cell immune responses. In addition to costimulatory signals, B7/CD28 family coinhibitory receptor/ligands that modulate immune responses have been identified. In acute hepatitis C virus (HCV) infection, programmed death receptor 1, an inhibitory receptor in the CD28 family, is highly expre...

Journal: :The Journal of Experimental Medicine 1995
A Windhagen J Newcombe F Dangond C Strand M N Woodroofe M L Cuzner D A Hafler

Resting autoreactive T cells are present in the circulation of normal individuals without pathologic consequences. In autoimmune animal models, stimulation of these self-reactive T cells in the presence of costimulatory molecules B7-1 results in T cell-mediated autoimmune disease, whereas B7-2 stimulation generates regulatory autoreactive T cells that abrogate disease severity. Thus, reactivati...

Journal: :Journal of Biosciences and Medicines 2023

PD-1 and its ligands PD-L1 PD-L2 are widely expressed on the surface of a variety cells group costimulatory molecules related to negative immune regulation. The activation PD-1/PD-L1 signaling pathway is beneficial for tumors escape from surveillance, but specific tumor mechanism not yet clear. As far as efficacy anti-PD-1 anti-PD-L1 antibodies concerned, more in-depth research mechanisms still...

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

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

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