نتایج جستجو برای: l angustifolia

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

ژورنال: The Iranian Journal of Botany 2005

زیر گونه Fraxinux excelsior subsp. excelsior برای اولین بار از ایران گزارش می‌شود. دو واریتهFraxinus angustifolia subsp. syriaca var. pilosa  و  F. angustifolia subsp. persica var. pubescens  بر اساس نمونه‌های متعدد هرباریومی موجود و جمع‌آوری شده از غرب (زاگرس) به عنوان واحدهای جدید نامگذاری و شرح داده می‌شوند. ترکیب جدید Fraxinus angustifolia subsp. persica نیز معرفی می‌گردد. مطالعات صحرایی ن...

Myocardial infarction (MI) is a common presentation of the ischemic heart disease. Lavandula angustifolia is a herbaceous plant with antioxidative effects.This study was designed to investigate the cardioprotective effects of lavandula angustifolia essential oil against isoproterenol-induced MI in rats.The dried sample was subjected to hydrodistillation by using a Clevenger and the oils were dr...

Journal: :Journal of economic entomology 2001
J A Morales-Ramos M G Rojas

The feeding preferences of the Formosan subterranean termite, Coptotermes formosanus Shiraki, were tested in three separate experiments on 28 different wood species. Experiment 1 was a multiple-choice test designed to test relative preferences among 24 wood species commercially available in New Orleans, LA. Experiment 2 was a similar study designed to test relative preferences among 21 wood spe...

Journal: :Phytochemistry 2013
Shin-Jowl Tan Kuan-Hon Lim G Subramaniam Toh-Seok Kam

Nine bisindole alkaloids, comprising four belonging to the macroline-sarpagine group, and five belonging to the macroline-pleiocarpamine group, were isolated from the stem-bark extracts of Alstonia angustifolia (Apocynacea). Their structures were established using NMR and MS analyses.

Journal: :Studies in Environmental and Animal Sciences 2023

A Floresta Ombrófila Mista apresenta distribuição no sul do Brasil, desde o de São Paulo até a região central Rio Grande Sul. O estudo teve por objetivo apresentar uma composição aves diurnas e noturnas em um mosaico floresta ombrófila mista junção talhões plantios com Araucaria angustifolia Pinus elliotti na Nacional Francisco Paula, estado Sul, Brasil. Foram realizadas amostragem quatro difer...

Journal: :Photosynthetica 2021

Two major emergent macrophytes, Phragmites australis and Typha angustifolia, show a clear zonation with respect to water depth, i.e., P. occupies shallower than T. angustifolia. However, the reasons for this interspecific difference is unclear. Therefore, study focused on features that enable angustifolia survive at greater depths australis. In both outdoor greenhouse experiments, did not deepe...

2014
Hossein Kamali Noushin Aminimoghadamfarouj Alireza Nematollahi

Essential oil components were extracted from Lavandula angustifolia (Lavender) flowers using pressurized fluid extraction (PFE). A Box-Behnken design was used to optimize the effective extraction variables. The chemical composition of extracted samples was analyzed by gas chromatograph-flame ionization detector column. For achieving maximum % extraction yield the temperature, pressure, and dyna...

Journal: :The Plant journal : for cell and molecular biology 2010
Yang Bai Stefanie Falk Arp Schnittger Marc J Jakoby Martin Hülskamp

In vascular plants the shoot apical meristem consists of three tissue layers, L1, L2 and the L3, that are kept separate during organ formation and give rise to the epidermis (L1) and the subepidermal tissues (L2, L3). For proper organ development these different tissue layers must interact with each other, though their relative contributions are a matter of debate. Here we use ANGUSTIFOLIA (AN)...

2015
A. Aissa H. Hoste

The use of bioactive tanniniferous plants seems a promising alternative to control infections parasitic nematodes of the gastro intestinal tract in small ruminants. Both in vitro and in vivo studies, have confirmed the anthelmintic properties of several forage legumes, or tropical and browse plants. The aim of the present study was to evaluate the in vitro anthelmintic (AH) effect of 3 Tunisian...

2004
ALEXANDRA A. MASTROBERTI

(Leaf anatomy of Araucaria angustifolia (Bertol.) Kuntze (Araucariaceae)). Immature and mature leaves of juvenile and adult plants of Araucaria angustifolia (Araucariaceae) were observed with the objective of updating the morphoanatomical data of the leaves of this species, which were restricted to basic descriptions in previous studies. The observations, made in optical allowed to establish 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"; } -->