نتایج جستجو برای: euphorbia turcomanica

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

Seasonal changes in antioxidant enzymes activities, amount of water, ash, proline and soluble sugars were surveyed during this research in four halophyte species of Varamin County, Tehran, Iran: Salsola turcomanica Litwin, Suaeda arcuata Bunge, Tamarix leptopetala Bunge and Cressa cretica L. Plants were collected randomly from their natural habitats in spring and summer. Activity of these enzym...

   The aerial parts of Stachys laxa Boiss. and Buhse.from Siah-bishe in Mazandaran province, Stachys trinervis Aitch. and Hemsl. from Karaj in Alborz province, Stachys subaphylla Rech. F. and Stachys turcomanica Trautv. from Golestan province have been collected in May 2008. Total extracts were obtained through MeOH/H2O (80/20) and then partitioned between CHCl3, EtOAc and MeOH. These fractions...

2016
Abdul Majid Ayatollahi Seyed Mohammad Zarei Arash Memarnejadian Mustafa Ghanadian Mohammad Heydarian Moghadam Farzad Kobarfard

Phytochemical investigation of the aerial parts of Euphorbia erythradenia Bioss. (Euphorbiaceae), one of Iranian endemic Euphorbias, with particular attention to triterpene constituents, using methanol solvent extraction was carried out. Five known triterpenes, including four cycloartanes and oleanolic acid, were isolated for the first time and identified using NMR and Mass techniques. Anti HIV...

Journal: :Molecules 2012
Jie Guo Li-Yan Zhou Hong-Ping He Ying Leng Zhen Yang Xiao-Jiang Hao

The roots of Euphorbia kansui are considered an important traditional folk medicine. In this study the ethanol extracts of E. kansui were investigated. A new tetracyclic triterpenoid, euphane-3b,20-dihydroxy-24-ene, in addition to five known triterpenoids with euphane skeletons were isolated. Their structures were elucidated on the basis of physical and spectral techniques (1D-, 2D-NMR and MS, ...

1999
WESSEL SWANEPOEL

Euphorbia otjipembana was hitherto only known from the type locality within the Kaokoveld Centre of Endemism, northwestern Namibia. Subsequently several additional populations were discovered, allowing for an amplified description of the species and the recognition of two subspecies. Euphorbia otjipembana subsp. okakoraensis, here described as a new subspecies, is only known from a small area w...

2005
Moses N. Ngemenya James A. Mbah Pierre Ta

We screened forty crude extracts of twenty commonly used to treat bacterial infections for broad sp more affordable alternative against resistant organisms common pathogenic gram negative and gram positiv diffusion method followed by the tube dilution method extract, Escherichia coli showed sensitivity to zone of inhibition ranging from 7 – 19mm, fifteen Pseudomonas aeruginosa was sensitive to ...

2002
R. S. Thorne

R.S. Thorne Cavendish Laboratory, University of Cambridge, UK Abstract I discuss the issue of uncertainties in parton distributions and in the physical quantities which are determined in terms of them. While there has been significant progress on the uncertainties associated with errors on experimental data, there are still outstanding questions. Also, I demonstrate that in many circumstances t...

1984
Gopal Dutt Sharma S. N. Tripathi

The plant Dugdhika belongs to the family Euphorbeaceae and is found all over India up to the height of 6000 ft. Various workers have proved it beneficial for the treatment of Bronchial asthma, on the basis of their clinical and experimental studies conducted on the mixture of two plants i.e. Euphorbia thymifolia Linn and Euphorbia prostrate W. Ait, taken by the name of Dugdhika. Again, both the...

2013
Amit Sandhu Neha bhardwaj Ruby Gupta Vikas Menon

The present study deals with the antimicrobial activity and phytochemical screening of the two medicinal plants, Tinospora cordifolia and Euphorbia hirta those are commonly available in India. Results of antimicrobial activity revealed that these medicinal plant extracts were very effective against Serratia marcescens, E. coli, Streptococcus thermophilus, Fusarium oxysporium, Aspergillus niger ...

Journal: :Journal of agricultural and food chemistry 2014
Quan Liu Dengxue Lu Hui Jin Zhiqiang Yan Xiuzhuang Li Xiaoyan Yang Hongru Guo Bo Qin

Weed infestation has been known to cause considerable reductions in crop yields, thereby hindering sustainable agriculture. Many plants in genus Euphorbia affect neighboring plants and other organisms by releasing chemicals into the environment. In view of the serious threat of weeds to agriculture, the allelochemicals of Euphorbia himalayensis and their allelopathic effects were investigated. ...

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

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

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