نتایج جستجو برای: morphinane alkaloids

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

Journal: :Letters in applied microbiology 1992
M R Trejo Hernandez M Raimbault S Roussos B K Lonsane

Production of total ergot alkaloids by Claviceps fusiformis in solid state fermentation was 3.9 times higher compared to that in submerged fermentation. Production was equal in the case of Claviceps purpurea but the spectra of alkaloids were advantageous with the use of solid state fermentation. The data establish potential of solid state fermentation which was not explored earlier for producti...

Journal: :European journal of histochemistry : EJH 2016
A E Brechú-Franco G Laguna-Hernández I De la Cruz-Chacón A R González-Esquinca

Currently, the Annonaceae family is characterised by the production of acetogenins (ACGs), and also by the biosynthesis of alkaloids, primarily benzylisoquinolines derived from tyrosine. The objective of this study was to confirm the presence of alkaloids and acetogenins in the idioblasts of the endosperm and the embryonic axis of A. macroprophyllata seeds in germination. The Dragendorff, Dittm...

Journal: :Ecology 2014
Jennifer L Stynoski Yaritbel Torres-Mendoza Mahmood Sasa-Marin Ralph A Saporito

Many organisms use chemical defenses to reduce predation risk. Aposematic dendrobatid frogs sequester alkaloid-based chemical defenses from a diet of arthropods, but research on these defenses has been limited to adults. Herein, we investigate chemical defense across development in a dendrobatid frog, Oophaga pumilio. This species displays complex parental care: at hatching, mothers transport t...

Journal: :Biology letters 2014
Jennifer L Stynoski Georgia Shelton Peter Stynoski

Parents defend their young in many ways, including provisioning chemical defences. Recent work in a poison frog system offers the first example of an animal that provisions its young with alkaloids after hatching or birth rather than before. But it is not yet known whether maternally derived alkaloids are an effective defence against offspring predators. We identified the predators of Oophaga p...

Journal: :Journal of agricultural and food chemistry 2005
Michael Boppré Steven M Colegate John A Edgar

The pyrrolizidine alkaloids previously identified in floral honey attributed to Echium vulgare (Boraginaceae) have been detected (8000-14 000 ppm) in pure pollen collected from the anthers of Echium vulgare. Pyrrolizidine alkaloids and/or their N-oxides were isolated from the aqueous acid extracts of pollen by use of strong cation-exchange, solid-phase extraction and identified by liquid chroma...

Journal: :Journal of chromatography. A 2005
Jacques Pothier Nicole Galand

There are three types of opiate alkaloids. First, the poppy alkaloids: morphine, codeine, thebaine, noscapine and papaverine; then, the semi-synthetic and synthetic derivatives used in therapy as antitussives and analgesics, such as pholcodine, ethylmorphine and dextromethorphan; at last narcotic compounds, diacetylmorphine (heroin) and opiates employed as substitutes in treatment of addiction:...

Journal: :Molecules 2012
Yanling Zhao Lei Jia Hongbo Yang Jiabo Wang Ping Zhang Ruisheng Li Man Gong Shengqiang Luo Shijing Liu Xiaohe Xiao

A reverse phase ultra performance liquid chromatography and photodiode array (UPLC-PDA) detection method was established for the determination of six alkaloids in Zoagumhwan (ZGW), and further for investigating the influence of nonpolar substances on the extraction efficiency of these alkaloids. The method was based on a BEH C(18) (50 mm × 2.1 mm, 1.7 μm) column and mobile phase of aqueous phos...

2015
Chunhua Wang Zhenxue Zhang Yihai Wang Xiangjiu He Kevin Welch

Bioactivity-guided fractionation was used to determine the cytotoxic alkaloids from the toxic plant Peganum harmala. Two novel indole alkaloids, together with ten known ones, were isolated and identified. The novel alkaloids were elucidated to be 2-(indol-3-yl)ethyl-α-L-rhamnopyranosyl-(1 → 6)-β-D-glucopyranoside (2) and 3-hydroxy-3-(N-acetyl-2-aminoethyl)-6-methoxyindol-2-one (3). The cytotoxi...

Journal: :Forensic science review 1995
J M Moore J F Moore G Fodor A B Jones

Cocaine, atropine and scopolamine are the three most important alkaloids in the tropane group. The detection of these alkaloids and their metabolites, at trace levels in biological matrices, is reviewed. These matrices include human and rat physiological fluids such as blood, urine, and saliva as well as human body tissue and hair. The detection, isolation, and determination of cocaine and rela...

Journal: :The Journal of General Physiology 2003
Anna Petrunkin Michail Petrunkin

I t is known that the alkaloids are very strong poisons. Their poisoning power can be compared only with that of the glucosides, the hormones, the saponins, HCN, and some bacterial toxins. The alkaloids are sufficiently studied physiologically, and in relation to their chemical structure, but what chemical substances enter in combination with them in the body and in the cell is wholly obscure. ...

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

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

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