نتایج جستجو برای: palm

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

Journal: :CoRR 2016
Eu Koon Cheang Teik Koon Cheang Yong Haur Tay

In this paper we propose a supervised learning system for counting and localizing palm trees in high-resolution, panchromatic satellite imagery (40cm/pixel to 1.5m/pixel). A convolutional neural network classifier trained on a set of palm and no-palm images is applied across a satellite image scene in a sliding window fashion. The resultant confidence map is smoothed with a uniform filter. A no...

Journal: :Bioscience, biotechnology, and biochemistry 2010
Sui-Yan Tang Shintaro Hara Lulie Melling Kah-Joo Goh Yasuyuki Hashidoko

Root-associating bacteria of the nipa palm (Nypa fruticans), preferring brackish-water affected mud in Sarawak, Malaysia, were investigated. In a comparison of rhizobacterial microbiota between the nipa and the sago (Metroxylon sagu) palm, it was found that the nipa palm possessed a group of Burkholderia vietnamiensis as its main active nitrogen-fixing endophytic bacterium. Acetylene reduction ...

2014
Nicola K. Abram Panteleimon Xofis Joseph Tzanopoulos Douglas C. MacMillan Marc Ancrenaz Robin Chung Lucy Peter Robert Ong Isabelle Lackman Benoit Goossens Laurentius Ambu Andrew T. Knight

Lowland tropical forests are increasingly threatened with conversion to oil palm as global demand and high profit drives crop expansion throughout the world's tropical regions. Yet, landscapes are not homogeneous and regional constraints dictate land suitability for this crop. We conducted a regional study to investigate spatial and economic components of forest conversion to oil palm within a ...

Journal: :Journal of oleo science 2009
Emad A Jaffar Al-Mulla Wan Md Zin Wan Yunus Nor Azowa Bt Ibrahim Mohd Zaki A Rahman

N,N'-Carbonyl difatty amides (CDFAs) have been synthesized from palm oil using sodium ethoxide as catalyst. Ethyl fatty esters (EFEs) were produced as a by-product as well as glycerol. The synthesis was carried out by reflux palm oil and urea in presence of ethanol. In this process, palm oil gave 79% pure CDFAs after 8 hours and molar ratio of urea to palm oil was 6.2: 1 at 78 degrees C. Both C...

2015
Roshni C Rahul Merin Cherian Manu Mohan

Contactless palm vein recognition is one of the newest biometric techniques which has high level of accuracy as it is located inside the human body and does not change over the life time. In this paper, we present a rev iew of d ifferent palm vein recognition techniques that are widely used today. We mainly discuss the technical aspects of recent approaches for the fo llowing processes; identif...

2016
Nils Hinrichsen

Since several years there has been a demand for food products free of palm oil, noticeable in the Western European market. Alternatives based on liquid oils, fully hydrogenated fats, and exotic fats like shea and sal etc., have been developed by the research groups of several specialty oils and fats suppliers. This article describes the advantages and disadvantages of those products and compare...

Journal: :Revista da Sociedade Brasileira de Medicina Tropical 2014
Elisa Neves Vianna Andrey José de Andrade Fernando Braga Stehling Dias Liléia Diotaiuti

INTRODUCTION Rhodnius neglectus is a triatomine that colonizes different palm species. In this study, we aimed to describe the presence of this triatomine bug in the royal palms (Roystonea oleracea) in a rural region of the State of Goiás. METHODS Palm infestation was investigated by dissecting the palms or by using live-bait traps. RESULTS Two palm trees were infested by R. neglectus negat...

Latifian M , Rahkhodaei E (2020) Frocasting and monitoring system of date palm bunch feding in Khozestan province. Plant Pathology Science 9(1):38-53.   DOI: 10.2982/PPS.9.1.38.    Introduction: Bunch feding is an important injurious disease of date palm. Materials and Methods: This research was carried out to its descsion making system in Abadan-Khoramshhar, Shadegan, Ahwaz, Mahshar and Behb...

2011
Mohamed Sellami Imen Aissa Fakher Frikha Youssef Gargouri Nabil Miled

BACKGROUND Waxes are esters of long-chain fatty acids and long-chain alcohols. Their principal natural sources are animals (sperm whale oil) and vegetables (jojoba) which are expensive and not easily available. Wax esters synthesized by enzymatic transesterification, using palm stearin as raw material, can be considered as an alternative to natural ones. RESULTS Palm stearin is a solid fracti...

Journal: :Journal of environmental biology 2014
A K Chakravarthy M Chandrashekharaiah Subhash B Kandakoor D N Nagaraj

Red palm weevil and Rhinoceros beetle are the major pests inflicting severe damage to coconut palms. Due to ineffectiveness of the current management practices to control the two important pests on coconut, a study was conducted to know the attractiveness of red palm weevil and rhinoceros beetle to aggregation pheromone. Olfactometer studies indicated that the aggregation pheromone of red palm ...

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

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

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