نتایج جستجو برای: cd2 and cd

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

2009
Keith Crawford Dana Gabuzda Vassilios Pantazopoulos Jianhua Xu Chris Clement Ellis Reinherz Chester A. Alper

Low levels of CD2 have been described on subsets of monocytes, macrophages, and dendritic cells. CD2 is expressed on about one-third of circulating monocytes, at levels one-half log lower than on T or NK cells, representing 2–4% of PBMC. FACS analysis of CD2 and CD2 monocytes revealed no significant difference in the expression of adhesion molecules (CD11a/b/c), class II Ags (HLA-DR, -DQ, -DP),...

2013
Kénora Chau Michèle Baumann Nearkasen Chau

BACKGROUND Multi-morbidity such as cumulating mental health, behavioral, and school difficulties (consumptions of alcohol, tobacco, cannabis, and hard drugs, obesity, depressive symptoms, suicide attempts, involvement in violence, and low school performance) is common in early adolescence and can be favored by a number of socioeconomic factors (gender, age, nationality, family structure, parent...

Journal: :Journal of virology 2000
A H Choi M Basu M M McNeal J Flint J L VanCott J D Clements R L Ward

The purpose of this study was to determine which regions of the VP6 protein of the murine rotavirus strain EDIM are able to elicit protection against rotavirus shedding in the adult mouse model following intranasal (i.n.) immunization with fragments of VP6 and a subsequent oral EDIM challenge. In the initial experiment, the first (fragment AB), middle (BC), or last (CD) part of VP6 that was gen...

Journal: :The Journal of Experimental Medicine 1990
H C Chang P Moingeon R Pedersen J Lucich C Stebbins E L Reinherz

Prior studies identified a segment of the CD2 cytoplasmic domain between amino acid (aa) residues 253 and 287 as important in T lymphocyte signal transduction. This region contains two repeats of the sequence motif PPPGHR, thought to form a "cage" structure involved in CD2-mediated signaling. To evaluate this segment, a series of mutant human CD2 molecules were produced by oligonucleotide-direc...

2012
Philiswa N. Nomngongo J. Catherine Ngila Titus A. M. Msagati

Due to the high toxicity of heavy metals, it is crucial to detect ultra low levels of the metals, especially in drinking water. The common techniques include spectrometric techniques such as inductively coupled plasmaatomic emission spectroscopy, ICP-AES (Bettinelli et al. 2000; Rahmi et al. 2007; Tuzen et al. 2008) as well as anodic stripping voltammetry (Brainina et al. 2004). Even though ICP...

Journal: :Environmental Health Perspectives 1984
S Onosaka K Tanaka M G Cherian

Although the induced synthesis of metallothionein (MT) after exposure to certain metals has been known for some time, there is little information on the quantitation of MT in various tissues. In this study, tissue MT concentrations were measured by a modified Cd-saturation method in tissues of adult male rats after injection of different metal salts. There were differences in tissue levels of M...

Journal: :Organometallics 2022

The room-temperature reactions of the diruthenium μ-allenyl complex [Ru2Cp2(CO)2(NCMe){μ-η1:η2-CH═C═CMe2}]BF4, 3-NCMe, with a series alkenes, RCH═CH2, afforded complexes [Ru2Cp2(CO)2{μ-η3:η2-CH(R)CHC(Me)C(Me)CH2}]BF4 (R═Ph, 4; 4-C6H4Me, 5; Me, 6; nBu, 7; CO2Me, 8; and H, 9), containing an uncommon pentacarbon alkenyl-allyl ligand. Cross experiments deuterated reagents, i.e., [Ru2Cp2(CO)2(NCMe){...

The present study synthesizes a novel adsorbent by coating Fe3O4 magnetic nanoparticles with amino functionalized mesoporous silica. The FTIR spectrums indicate that silica has been successfully coated on the surface of Fe3O4 and 3-aminopropyl tri methoxysilane compound have been grafted to the surface of silica-coated Fe3O4. The XRD analysis shows the presence of magnetite phase with cubic spi...

Journal: :The Journal of Experimental Medicine 1989
D Kabelitz P Conradt S Schondelmaier H Wagner R Haars

It is generally believed that CD2 (T11, sheep erythrocyte receptor) is expressed on all human T cells. In the present study we have identified and characterized a minor subset of CD2- CD3/TCR alpha/beta+ T cells in the peripheral blood of healthy individuals. CD2-CD3+ T cells were enriched in PBMC depleted of plastic-adherent macrophages, E-rosetting (i.e., CD2+) T cells and surface Ig+ B cells...

2017
Tamzin A Blewett Dustin Newton Shannon L Flynn Daniel S Alessi Greg G Goss Trevor J Hamilton

Cadmium (Cd2+) is a non-essential metal ubiquitous in the environment due to industrial processes. However, little is known regarding the ability of Cd2+ to impact the behaviour of aquatic animals in receiving environments. Green shore crabs (Carcinus maenas) were exposed to waterborne Cd2+ [control (no Cd2+), low (0.30 μmol/L), medium (3.3 μmol/L) and high (63 μmol/L)], for 24 h, then, crabs w...

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

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

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