نتایج جستجو برای: e caryophyllene

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

Journal: :iranian journal of pharmaceutical research 0
zhengwen yu bioengineering college of chongqing university, chongqing, 400044, p.r.china. life science college of guizhou normal university, guiyang, guizhou, 550001, p.r.china fumei yang drug screening lab, key laboratory of chemistry for natural products of guizhou province and chinese academy of science, 550001, p.r.china qianyun sunc drug screening lab, key laboratory of chemistry for natural products of guizhou province and chinese academy of science, 550001, p.r.china bochu wang bioengineering college of chongqing university, chongqing, 400044, p.r.china zhannan yang zhannan yang guizhou provincial laboratory for mountainous environment (gle), guizhou normal university, guiyang, guizhou 550001, p.r.china. liancai zhu bioengineering college of chongqing university, chongqing, 400044, p.r.china

the chemical composition of the essential oils of flower at the pre-flowering, full-flowering and post-flowering stage of a. annua was analyzed by gc and gc/ms and sixty-two components were identified. the main compounds in the pre-flowering oil were β-myrcene (37.71%), 1, 8-cineole (16.11%) and camphor (14.97%). the full-flowering oil contained predominantly caryophyllene (19.4%), germacrene d...

Journal: :Brazilian Journal of Case Reports 2023

Introdução: Estudos mostram que mais consumidores estão usando produtos naturais para a saúde no mundo moderno. Observamos enxaguatórios bucais contendo compostos mostraram um crescimento na demanda nos mercados e comunidade profissional. Objetvo: realizar caracterização química o potencial microbiológico do óleo essencial de Piper arboreum (EOPa), fornecendo dados possibilite desenvolvimento u...

2016
Klaudyna Fidyt Anna Fiedorowicz Leon Strządała Antoni Szumny

Natural bicyclic sesquiterpenes, β-caryophyllene (BCP) and β-caryophyllene oxide (BCPO), are present in a large number of plants worldwide. Both BCP and BCPO (BCP(O)) possess significant anticancer activities, affecting growth and proliferation of numerous cancer cells. Nevertheless, their antineoplastic effects have hardly been investigated in vivo. In addition, both compounds potentiate the c...

2014
S. Iravani B. Zolfaghari

Bark extract of Pinus pinaster contains numerous phenolic compounds such as catechins, taxifolin, and phenolic acids. These compounds have received considerable attentions because of their anti-inflammatory, antimutagenic, anticarcinogenic, antimetastatic and high antioxidant activities. Although P. pinaster bark has been intensely investigated in the past; there is comparably less information ...

Journal: :Molecules 2017
Raimundo Gonçalves de Oliveira Júnior Christiane Adrielly Alves Ferraz Juliane Cabral Silva Ana Paula de Oliveira Tâmara Coimbra Diniz Mariana Gama E Silva Lucindo José Quintans Júnior Ana Valéria Vieira de Souza Uiliane Soares Dos Santos Izabel Cristina Casanova Turatti Norberto Peporine Lopes Vitor Prates Lorenzo Jackson Roberto Guedes da Silva Almeida

Medicinal plants have been widely used in the treatment of chronic pain. In this study, we describe the antinociceptive effect of the essential oil from Croton conduplicatus (the EO 25, 50, and 100 mg/kg, i.p.), a medicinal plant native to Brazil. Antinociceptive activity was investigated by measuring the nociception induced by acetic acid, formalin, hot plate and carrageenan. A docking study w...

Journal: :Journal of oleo science 2014
Yusei Kashima Satoshi Nakaya Mitsuo Miyazawa

The chemical composition of volatile oil obtained from aerial parts of Pavonia odorata were investigated using gas chromatography-mass spectrometry (GC-MS). Its aroma-active compounds were identified using gas chromatography-olfactometry (GC-O) and aroma extraction dilution analysis (AEDA). In order to determine the relative contribution of each compound to the aroma of P. odorata, relative fla...

Journal: :Zeitschrift fur Naturforschung. C, Journal of biosciences 2004
Christos Bougatsos Olipa Ngassapa Deborah K B Runyoro Ioanna B Chinou

The chemical composition of the essential oils obtained from the aerial parts of Helichrysum cymosum and H. fulgidum, from Tanzania, were analyzed by GC and GC/MS. A total of sixty-five compounds, representing 92.4% and 88.2% of the two oils, respectively, were identified. trans-Caryophyllene, caryophyllene oxide, beta-pinene, p-cymene, spathulenol and beta-bourbonene were found to be the main ...

Journal: :Molecules 2008
Goran Anackov Biljana Bozin Lana Zorić Dragana Vukov Neda Mimica-Dukić Ljiljana Merkulov Ruzica Igić Marina Jovanović Pal Boza

The taxonomical relationship between Salvia pratensis and S. bertolonii has been unclear for a long time. Salvia bertolonii has alternatively been considered a synonym, a subspecies, a problematic subspecies and a form of Salvia pratensis. However, both these two species are sometimes used in traditional medicine instead of sage (Salvia officinalis) or as an adulteration for the same drug. In o...

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

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

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