نتایج جستجو برای: cy rf

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

Journal: :Dalton transactions 2016
Morgan C MacInnis Adam J Ruddy Robert McDonald Michael J Ferguson Laura Turculet

The synthesis of 16-electron complexes of the type (Cy-PSiP)RuX(L) (Cy-PSiP = κ3-(2-Cy2PC6H4)2SiMe) is reported. Treatment of (Cy-PSiP)H with one equiv. RuCl2(PPh3)3 in the presence of Et3N afforded a mixture of (Cy-PSiP)RuCl(PPh3) (1) and [(Cy-PSiP)RuCl]2 (2), which exists in a temperature-dependent equilibrium process involving reversible dissociation of PPh3 from 1 to form 2. While treatment...

Journal: :Cancer research 1984
B Sharma N D Vaziri

Cyclophosphamide (CY) has been shown to modulate a number of immune responses. In the present study, we have examined the effect of CY on human natural killer (NK) cells in vitro. Lymphocytes from six normal volunteers were cultured alone or with CY in the medium containing human AB plasma, and their cytotoxicity was assessed against cells of K562. The results demonstrated that lymphocytes when...

Journal: :Transplantology 2022

HSCT from an unrelated HLA-mismatched donor (MMUD) is one of the alternatives where HLA-matched not found. The aim this study was to compare GvHD prophylaxis with anti-thymocyte globulin (ATG) vs. post-transplant cyclophosphamide (PT-Cy). Thirty-nine adult patients were uniformly treated rabbit ATG-Cy-A-MTX and peripheral blood stem cell (PBSC) 40 PT-Cy-MMF-tacrolimus PBSC. This retrospective r...

2014
Ayesha De Costa Kranti S. Vora Kayleigh Ryan Parvathy Sankara Raman Michele Santacatterina Dileep Mavalankar

BACKGROUND Many low-middle income countries have focused on improving access to and quality of obstetric care, as part of promoting a facility based intra-partum care strategy to reduce maternal mortality. The state of Gujarat in India, implements a facility based intra-partum care program through its large for-profit private obstetric sector, under a state-led public-private-partnership, the C...

2006
Brahma Sharma N. D. Vaziri

Cyclophosphamide (CY) has been shown to modulate a num ber of immune responses. In the present study, we have exam ined the effect of CY on human natural killer (NK) cells in vitro. Lymphocytes from six normal volunteers were cultured alone or with CY in the medium containing human AB plasma, and their cytotoxicity was assessed against cells of K562. The results demonstrated that lymphocytes wh...

Journal: :Brazilian journal of medical and biological research = Revista brasileira de pesquisas medicas e biologicas 2009
L V M Ommati C A Rodrigues A R Silva L P Silva M L L F Chaufaille J S R Oliveira

Allogeneic hematopoietic stem cell transplantation (AHSCT) is the treatment of choice for young patients with severe aplastic anemia (SAA). The association of antithymocyte globulin (ATG) and cyclophosphamide (CY) is the most frequently used conditioning regimen for this disease. We performed this retrospective study in order to compare the outcomes of HLA-matched sibling donor AHSCT in 41 pati...

2013
Tanmoy Basu Debi Prasad Datta Tapobrata Som

In this study, we have investigated temporal evolution of silicon surface topography under 500-eV argon ion bombardment for two angles of incidence, namely 70° and 72.5°. For both angles, parallel-mode ripples are observed at low fluences (up to 2 × 1017 ions cm-2) which undergo a transition to faceted structures at a higher fluence of 5 × 1017 ions cm-2. Facet coarsening takes place at further...

Journal: :Cancer research 1981
H F Havas G Schiffman

Mice bearing TEPC-183, an immunoglobulin (M(kappa)-secreting plasmacytoma, exhibit severe suppression of their immune responses. Since chemotherapy with cyclophosphamide (CY) is used in the treatment of myeloma, the present study was undertaken to determine its effect on the immune response. CY was tested at different doses in order to establish whether a tumor-lytic dose could be established w...

2017
Sandul Yasobant Hemant Deepak Shewade Kranti Suresh Vora Kristi Sidney Annerstedt Petros Isaakidis Nishith B Dholakia Dileep V Mavalankar

BACKGROUND In Gujarat, India, a state led public private partnership scheme to promote facility birth named Chiranjeevi Yojana (CY) was implemented in 2005. Institutional birth is provided free of cost at accredited private health facilities to women from socially disadvantaged groups (eligible women). CY has contributed in increasing facility birth and providing substantially subsidized (but n...

Journal: :Circulation journal : official journal of the Japanese Circulation Society 2005
Yu Misao Masazumi Arai Takamasa Ohno Hiroaki Ushikoshi Tomoyuki Takahashi Genzou Takemura Shinya Minatoguchi Takako Fujiwara Hisayoshi Fujiwara

BACKGROUND Myelosuppressives such as cyclophosphamide (Cy) and 5-fluorouracil (5FU), which can increase circulating CD34+ cells, may have a beneficial effect in the post-infarct heart. METHODS AND RESULTS Twenty-four hours after 30-min ischemia-reperfusion, rabbits were intravenously treated with Cy (20 mg/kg), 5FU (15 mg/kg) or saline (S). Cy significantly improved cardiac function and remod...

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

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

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