نتایج جستجو برای: plant chemistry

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

Journal: :American journal of botany 2002
Colin M Orians Marcelo Ardón Basma A Mohammad

Within-plant heterogeneity in growth, morphology, and chemistry is ubiquitous, and is commonly attributed to differences in tissue age, light availability, or previous damage by herbivores. Although these factors are important, we argue that plant vascular architecture is an underappreciated determinant of heterogeneity. Vascular architecture can restrict the transport of resources (nutrients, ...

Journal: Addiction and Health 2012
Nasir Tajure Wabe

Catha edulis (khat) is a plant grown commonly in the horn of Africa. The leaves of khat are chewed by the people for its stimulant action. Its young buds and tender leaves are chewed to attain a state of euphoria and stimulation. Khat is an evergreen shrub, which is cultivated as a bush or small tree. The leaves have an aromatic odor. The taste is astringent and slightly sweet. The plant is see...

2014
Dilip Gorai Rajiv Roy Atasi Sarkar Dipak Kumar Roy

The present work offers a review addressing the chemistry and pharmacology of Limnophila geoffrayi Bonati (belonging to Scrophulariaceae family) regarded as one of the most significant plant species in traditional system of medicine. The plant is used traditionally as an antipyretic, expectorant, lactogogue and to prepare a decoction as antidote for detoxification of poisons. Few phytochemical ...

Journal: :The New phytologist 2005
Peter B Reich

It would perhaps come as a surprise to many nonbiological scientists (or even some biologists) to learn that despite our ability to characterize a number of environmental variables, such as climate, along regional or continental gradients, until recently we have had almost no basis for doing so for plant and soil chemistry. New work, including a paper by Han et al . in this issue (pp. 377–385),...

2014
Harvey J. M. Hou Suleyman I. Allakhverdiev Mohammad M. Najafpour Govindjee

1 Department of Physical Sciences, Alabama State University, Alabama, AL, USA 2 Institute of Plant Physiology, Russian Academy of Sciences, Moscow, Russia 3 Institute of Basic Biological Problems, Russian Academy of Sciences, Moscow, Russia 4 Department of Chemistry, Center of Climate Change and Global Warming, Institute for Advanced Studies in Basic Sciences, Zanjan, Iran 5 Departments of Bioc...

2006
Sofia Moco Raoul J. Bino Oscar Vorst Harrie A. Verhoeven Joost de Groot Teris A. van Beek Jacques Vervoort Ric de Vos

Laboratory of Biochemistry, Wageningen University, 6703 HA Wageningen, The Netherlands (S.M., J.V.); Plant Research International, 6700 AA Wageningen, The Netherlands (S.M., R.J.B., O.V., H.A.V., J.d.G., C.H.R.d.V.); Centre for BioSystems Genomics, 6700 AB Wageningen, The Netherlands (S.M., R.J.B., O.V., H.A.V., C.H.R.d.V.); Laboratory of Organic Chemistry, Wageningen University, 6703 HB Wageni...

Journal: :Plant physiology 2003
Jean-Paul Vincken Henk A Schols Ronald J F J Oomen Maureen C McCann Peter Ulvskov Alphons G J Voragen Richard G F Visser

Graduate School Experimental Plant Sciences, Laboratory of Plant Breeding, Wageningen University, Binnenhaven 5, 6709 PD Wageningen, The Netherlands (J.-P.V., R.J.F.J.O., R.G.F.V.); Laboratory of Food Chemistry, Wageningen University, Bomenweg 2, 6703 HD Wageningen, The Netherlands (J.-P.V., H.A.S., A.G.J.V.); Department of Biological Sciences, Purdue University, West Lafayette, Indiana 47907–1...

2003
František Baluška Jozef Šamaj Przemyslaw Wojtaszek Dieter Volkmann Diedrik Menzel

Institute of Botany, Department of Plant Cell Biology, Rheinische Friedrich-Wilhelms University of Bonn, 53115 Bonn, Germany (F.B., J.Š., P.W., D.V., D.M.); Institute of Plant Genetics and Biotechnology, Slovak Academy of Sciences, Akademicka 2, SK–949 01 Nitra, Slovak Republic (J.Š.); Institute of Molecular Biology and Biotechnology, Adam Mickiewicz University, 61–701 Poznań, Poland (P.W.); an...

Journal: :Evidence-based Complementary and Alternative Medicine 2006
Subha Rastogi Dinesh K. Kulshreshtha Ajay Kumar Singh Rawat

Streblus asper Lour is a small tree found in tropical countries, such as India, Sri Lanka, Malaysia, the Philippines and Thailand. Various parts of this plant are used in Ayurveda and other folk medicines for the treatment of different ailments such as filariasis, leprosy, toothache, diarrhea, dysentery and cancer. Research carried out using different in vitro and in vivo techniques of biologic...

Journal: :Plant physiology 2003
Frantisek Baluska Jozef Samaj Przemyslaw Wojtaszek Dieter Volkmann Diedrik Menzel

Institute of Botany, Department of Plant Cell Biology, Rheinische Friedrich-Wilhelms University of Bonn, 53115 Bonn, Germany (F.B., J.Š., P.W., D.V., D.M.); Institute of Plant Genetics and Biotechnology, Slovak Academy of Sciences, Akademicka 2, SK–949 01 Nitra, Slovak Republic (J.Š.); Institute of Molecular Biology and Biotechnology, Adam Mickiewicz University, 61–701 Poznań, Poland (P.W.); an...

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

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

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