نتایج جستجو برای: carbamate

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

Journal: :Cancer research 1978
G A Dahl J A Miller E C Miller

Vinyl carbamate was much more active (10 to 50 times) than ethyl carbamate for the initiation of skin tumors and for the induction of lung adenomas in mice. Vinyl carbamate was also mutagenic to Salmonella typhimurium TA 1535 and TA 100 in the presence of reduced nicotinamide adenine dinucleotide phosphate-fortified rat or mouse liver mitochondrial supernatant fractions. This mutagenic activity...

Journal: :Cellulose 2023

Abstract Regioselective tritylation and carbonate aminolysis were employed in this work to synthesize cellulose 2,3- bis (3,5-dimethylphenyl carbamate)-6-( α -phenylethyl carbamate)-type chiral selectors. We evaluated optimized the critical aspects of regioselective detritylation at C6 glucopyranose units polysaccharide backbone. The advantage using II comparison I for was analyzed time determi...

Journal: :Cancer research 1980
G A Dahl E C Miller J A Miller

Structural modifications of the multipotential carcinogen ethyl carbamate (urethan), CH3CH2—O---CO—-NH2, generally result in dramatic losses of carcinogenic activity, which usually have been assayed by lung adenoma induction and by initiation of skin papillomas in mice (reviewed in Refs. 12 and 20). One exception is ethyl N-hydroxycanbamate, CH3CH2— O—CO—-NHOH, a metabolite of ethyl c...

Journal: :The Journal of biological chemistry 1972
T T Wang S H Bishop A Himoe

It has been commonly assumed that carbamate kinnse (EC 2.7.2.2, ATP : carbamate phospllotransferase) catalyzes the transfer of a phosphate group between 1TP and the carbamate ion. Evidence which has been put forward supporting this belief is the observation that freshly dissolved ammonium carbamate is a much better substrate for the enzyme than freshly dissolved ammonium carbonate at pH 9.4 (1)...

2006
J. A. DiPAOLO

Ethyl carbamate and a series of related compounds were given in single intraperitoneal doses to pregnant Syrian hamsters on Day 8 of gestation, and fetuses were examined for malformations on Day 13 of gestation. Urethan produced a variety of malforma tions and growth retardation. Of the compounds modified in the carboethoxy end, n-propyl carbamate was as teratogenic as the ethyl carbamate, and ...

Journal: :Cancer research 1967
J A DiPaolo J Elis

Ethyl carbamate and a series of related compounds were given in single intraperitoneal doses to pregnant Syrian hamsters on Day 8 of gestation, and fetuses were examined for malformations on Day 13 of gestation. Urethan produced a variety of malforma tions and growth retardation. Of the compounds modified in the carboethoxy end, n-propyl carbamate was as teratogenic as the ethyl carbamate, and ...

Journal: :Organic letters 2010
Kevin M Kuhn Timothy M Champagne Soon Hyeok Hong Wen-Hao Wei Andrew Nickel Choon Woo Lee Scott C Virgil Robert H Grubbs Richard L Pederson

A series of ruthenium catalysts have been screened under ring-closing metathesis (RCM) conditions to produce five-, six-, and seven-membered carbamate-protected cyclic amines. Many of these catalysts demonstrated excellent RCM activity and yields with as low as 500 ppm catalyst loadings. RCM of the five-membered carbamate series could be run neat, the six-membered carbamate series could be run ...

Journal: :نامه انجمن حشره شناسی ایران 0
m. saber g. nouri ganbalani m. j. hejazi h. rafiee dastjerdi

insect growth regulators and spinosyns which are physiologically and ecologically selective, respectively, have been investigated as replacements or complements to non-selective conventional insecticides. the effects of diflubenzuron, hexaflumuron, profenofos, spinosad and thiodicarb were assessed on the 1st instars of cotton bollworm, helicoverpa armigera (hã¼bner) using dietary and leaf disc ...

Journal: :Molbank 2021

New donor building blocks, i.e., triarylamino derivatives, are of great interest for the production organic photovoltaic materials. In this communication, bis(4′-(hexyloxy)-[1,1′-biphenyl]-4-yl)amine was synthesized in a two-step process via hydrolysis its tert-butyl carbamate derivative. tert-Butyl bis(4′-(hexyloxy)-[1,1′-biphenyl]-4-yl)carbamate obtained by Suzuki cross-coupling reaction bis(...

2009
Siya Ram

A large group of benzimidazole derivatives are highly effective as an anthelmintics [ 11. Among these, mebendazole (la, methyl 5-benzoylbenzimidazole-2-carbamate) and flubendazole (lb, methyl 5-p-fluorobenzoylbenzimidazole-Z-carbamate) have demonstrated a broad-spectrum of activity against helminth diseases including filarial infections [2-51. In our continuing studies to develop new antifilari...

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

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

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