نتایج جستجو برای: platinum iv complexes

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

2006
Wilbur R. Leopold Elizabeth C. Miller James A. Miller

Severalcis-platinum coordination complexesweretested for their carcinogenic and mutagenic potencies in view of the known electrophilic reactivities of antitumor platinum complexes toward cellular nucleophiles and the mutagen icities of some of these complexes. cis-Dichlorodiammineplatinum(Il) (total dose, 32.5 mg/kg) administered i.p. over 10 to 19 weeks increased the lung adenoma multiplicity ...

Journal: :Pharmaceuticals 2023

Quaternary ammonium palmitoyl glycol chitosan (GCPQ) has already shown beneficial drug delivery properties and been studied as a carrier for anticancer agents. Consequently, we synthesised cytotoxic platinum(IV) conjugates of cisplatin, carboplatin oxaliplatin by coupling via amide bonds to five GCPQ polymers differing in their degree palmitoylation quaternisation. The were characterised 1H 195...

Journal: :Dalton transactions 2012
Paul Marshall Robert L Jenkins William Clegg Ross W Harrington Samantha K Callear Simon J Coles Ian A Fallis Athanasia Dervisi

The butyl and isopropyl derivatives (4I, 5Br) of chiral pool derived bis-imidazolium dehydrohexitol salts have been prepared. The ditopic N-heterocyclic carbenes 4 and 5 form dinuclear Ag(I) and Pt(II) complexes. All compounds were fully characterised by multinuclear NMR spectroscopy. The bis-imidazolium salt 4I and platinum complexes cis-[Pt(2)(μ-2)(dmso)(2)Cl(4)] and cis-[Pt(2)(μ-4)(dmso)(2)C...

Anil Kumar Varshney Sarita Varshney Sunita Choudhary

Some new coordination compounds of tin(IV) having general formula [SnBu2 (L)2 ] (where L = carbohydrazone ligand) have been synthesized by the reaction of dibutyltin oxide with carbohydrazone ligands with the ratio of 1:2 (metal- ligand) using dry benzene as a reaction medium. The newly synthesized complexes were characterized by elemental analysis, molecular weight determinations, conductivity...

Journal: :Cancer research 1983
N Matsumoto K Sekimizu M Horikoshi M Ohtsuki Y Kidani S Natori

The effect of platinum(II) complexes on RNA polymerase II was studied. (D-Glucuronato)(1R,2R-cyclohexanediamine)platinum(II) nitrate (II-GHP) preferentially inhibited RNA synthesis in the presence of S-II, an essential component of eukaryotic transcription. When DNA was pretreated with I-GHP, its template activity decreased significantly, especially when assayed in the presence of S-II. The tar...

Journal: :Journal of medicinal chemistry 2008
Helen M Coley Julien Sarju Gabriele Wagner

A series of platinum(II) complexes bearing Delta (4)-1,2,4-oxadiazoline ligands have been synthesized and characterized. Their in vitro antitumor activity has been assessed in platinum-sensitive and -resistant human ovarian cancer cell lines (PEO1, PEOCisR, PEOCarboR, and SK-OV3), as well as in colon cancer (SW948) and testicular cancer cell lines (N-TERA). All compounds tested showed potent cy...

Journal: :Molecules 2014
Stefano D'Errico Giorgia Oliviero Nicola Borbone Vincenzo Piccialli Brunella Pinto Francesca De Falco Maria Chiara Maiuri Rosa Carnuccio Valeria Costantino Fabrizia Nici Gennaro Piccialli

The synthesis of four novel platinum complexes, bearing N6-(6-amino-hexyl)adenosine or a 1,6-di(adenosin-N6-yl)-hexane respectively, as ligands of mono-functional cisplatin or monochloro(ethylendiamine)platinum(II), is reported. The chemistry exploits the high affinity of the charged platinum centres towards the N7 position of the adenosine base system and a primary amine of an alkyl chain inst...

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

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

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