نتایج جستجو برای: willow clones

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

2011
Ismael Pascual-Nieto Olga C. Santos Diana Pérez Jesus Boticario

Willow is a free-text Adaptive Computer Assisted Assessment system, which supports natural language processing and user modeling. In this paper we discuss the benefits coming from extending Willow with recommendations. The approach combines human computer interaction methods to elicit the recommendations with data mining techniques to adjust their definition. Following a scenario-based approach...

Ali Reza Talaei Amir Mousavi, Behnam Naserian Khiabani Mohammad Mirzaii Mohammad Reza Naghavi, Seied Mehdi Miri

Genetic diversity amongst 21 induced mutant clones tolerant to salinity along with one non-irradiated sensitive clone of banana (Musa acuminata cv. Dwarf Cavendish (AAA)) were studied using morphological and random amplified polymorphic DNA (RAPD) markers. Out of the 30 phenotypic indices screened, 23 were polymorph and two traits, leaf habit and blotches color, were differentiated by non-irrad...

2003
John C. Knight Jonathan Hill Philip E. Varner Premkumar T. Devanbu Alexander L. Wolf Dennis Heimbigner

Dealing with damage that arises during operation of networked information systems is essential if such systems are to provide the dependability required by modern critical applications. Extensive damage can arise from environmental factors, malicious actions and so on, and in most cases it is impractical to mask the effects of such damage using typical redundancy techniques. Reconfiguration is ...

2017
Henry Dale

Relative abundance of woody plants and their utilization by beavers (Castor canadensis) were measured on watersheds in Ashtabula and Columbiana Counties, Ohio, in 1966-67. A food index showed aspen (Populus sp.), alder (Alnus sp.), hop-hornbeam (Ostrya virginiana), black cherry (Prunus serotina), willow (Salix sp.)> dogwood (Cornus sp.) and oak (Quercus sp.) to be major foods; 20 different wood...

Journal: :International journal of phytoremediation 2012
Keum Young Lee Stuart E Strand Sharon L Doty

Chlorpyrifos is one of the commonly used organophosphorus insecticides that are implicated in serious environmental and human health problems. To evaluate plant potential for uptake of chlorpyrifos, several plant species of poplar (Populus sp.) and willow (Salix sp.) were investigated. Chlorpyrifos was taken up from nutrient solution by all seven plant species. Significant amounts of chlorpyrif...

Journal: :journal of crop protection 2015
bahram naseri meysareh shabarari

nutritional indices of the willow leaf beetle, plagiodera versicolora laicharting, third instar larvae and adults were studied on four host plants including salix alba l., salix aegyptica l., populus caspica bornm.and populus alba l.at 22 ± 2 ºc, 70 ± 10% r.h., and a photoperiod of 16:8 h (l: d). the results showed that the highest consumed food by the larvae and adults (148.5 ± 18.0 and 175.21...

A. F. Okunade A. Olalekan-Adeniran, C. O. Jayeola L. E. Yahaya S. O. Ogunwolu

In the present article, six clones of Nigerian Tea (Camellia sinensis) were selected for comparative study. Proximate, phytochemical and functional characterization of the whole Tea seed flour (TSF) was examined. The characteristics of the expressed oil from the seed of the different clones were also carried out. Results shows that oil content ranged between 22.9% (C318) to 28.9% (C228...

Journal: :علوم باغبانی ایران 0
یاور وفایی فرشاد دشتی محسن مردی احمد ارشادی

garlic (allium sativum .l) has been and is clonally propagated, because it does not produce seed under standard conditions. knowledge of plant recourses genetic diversity can be a first and most important step in achieving breeding program purposes. because of its high accuracy and reproducibility among different genetic diversity assessment techniques amplified fragment length polymorphism (af...

2012
Nicholas JB Brereton Michael J Ray Ian Shield Peter Martin Angela Karp Richard J Murphy

UNLABELLED BACKGROUND The recalcitrance of lignocellulosic cell wall biomass to deconstruction varies greatly in angiosperms, yet the source of this variation remains unclear. Here, in eight genotypes of short rotation coppice willow (Salix sp.) variability of the reaction wood (RW) response and the impact of this variation on cell wall recalcitrance to enzymatic saccharification was conside...

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

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

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