نتایج جستجو برای: plumbago roseus

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

2015
Waleed M. Al-Shaqha Mohsin Khan Nasir Salam Arezki Azzi Anis Ahmad Chaudhary

BACKGROUND Catharanthus roseus is an important Ayurvedic medication in traditional medicine. It is potentially used in countries like India, South Africa, China and Malaysia for the healing of diabetes mellitus. Although, the molecular mechanisms behind this effect are yet to be exclusively explored. Due to the great antidiabetic and hyperlipidemic potential of c. roseus, we hypothesized that t...

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2002
Eufrocinio C Marfori Shin'ichiro Kajiyama Ei-ichiro Fukusaki Akio Kobayashi

The dual culture of Trichoderma harzianum and Catharanthus roseus callus produced an antimicrobial compound with a remarkable activity against the Gram-positive bacteria Staphylococcus aureus and Bacillus subtilis. Structural elucidation revealed that this compound, which we have named trichosetin, is a novel tetramic acid (2,4-pyrrolidinedione) antibiotic and a homolog of the fungal metabolite...

Journal: :Journal of experimental botany 2003
Guillaume Chatel Grégory Montiel Martial Pré Johan Memelink Martine Thiersault Benoit Saint-Pierre Pierre Doireau Pascal Gantet

A cDNA encoding a bHLH transcription factor was isolated by the yeast one-hybrid system from a Catharanthus roseus cDNA library using the G-box element of the Strictosidine synthase gene promoter as bait. The corresponding protein (named CrMYC1) was shown to bind specifically to the G-box in yeast. In C. roseus suspension cells CrMYC1 mRNA levels are induced by fungal elicitor and jasmonate sug...

2012
Lv Chaojun Zhong Baozhu Zhong Guohua Weng Qunfang Chen Shaohua Hu Meiying Sun Xiaodong Qin Weiquan

The potential of botanical extracts such as Celosia argenea L. (Caryophyllales: Amaranthaceae), Ricinus communis L. (Malpighiales: Euphorbiaceae), Mikania micrantha Humboldt, Bonpland & Kunth (Astrales: Asteraceae), and Catharanthus roseus (L.) G. Don (Gentianales: Apocynaceae) for the control of Brontispa longissima Gestro was evaluated in a bioassay and semi-field trial. Dose-response bioassa...

Journal: :Journal of Molecular Signaling 2008
Shilpa Ramani Chelliah Jayabaskaran

Suspension cultures of Catharanthus roseus were used to evaluate ultraviolet-B (UV-B) treatment as an abiotic elicitor of secondary metabolites. A dispersed cell suspension culture from C. roseus leaves in late exponential phase and stationary phase were irradiated with UV-B for 5 min. The stationary phase cultures were more responsive to UV-B irradiation than late exponential phase cultures. C...

2015
M. Santhosh Surya Prabha N. Santhi Priya Ramarao Nadendla

Catharanthus roseus (L.) which is an important medicinal plant of the family Apocynaceae is used to treat many of the fatal diseases contains a virtual cornucopia of useful alkaloids, used in diabetes, blood pressure, asthma, constipation, and cancer and menetrual problem. There are about two common cultivars of C. roseus which is named on the basis of their flower colour that is the pink flowe...

Journal: :Journal of chromatography. A 2002
C Tikhomiroff M Jolicoeur

Two direct HPLC analytical methods for the screening of the major indole alkaloids of Catharanthus roseus hairy roots and their iridoid precursors have been developed. Photodiode array and fluorescence detection were performed. The separation was achieved on a reversed-phase C18 column. The first method allowed the separation of catharanthine, serpentine, tabersonine, vindoline, vinblastine, an...

2010
Shilpa Ramani Nandadevi Patil Chelliah Jayabaskaran

The enzyme 3-deoxy-D-arabino-heptulosonate-7-phosphate (DAHP) synthase (EC 4.1.2.15) catalyzes the first committed step in the shikimate pathway of tryptophan synthesis, an important precursor for the production of terpenoid indole alkaloids (TIAs). A full-length cDNA encoding nuclear coded chloroplast-specific DAHP synthase transcript was isolated from a Catharanthus roseus cDNA library. This ...

Journal: :Journal of bacteriology 1965
D L PRUESS M J JOHNSON

Pruess, David L. (University of Wisconsin, Madison), and Marvin J. Johnson. Enzymatic deacylation of S(35)-benzylpenicillin. J. Bacteriol. 90:380-383. 1965.-S(35)-benzylpenicillin, penicilloic acid, and penilloic acid were deacylated by cell suspensions of Escherichia coli and Micrococcus roseus. Both cultures deacylated penicillin most rapidly and penilloic acid least rapidly. The deacylase ac...

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

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

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