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

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

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2014
Michael S Singer Isaac H Lichter-Marck Timothy E Farkas Eric Aaron Kenneth D Whitney Kailen A Mooney

Predicting the impact of carnivores on plants has challenged community and food web ecologists for decades. At the same time, the role of predators in the evolution of herbivore dietary specialization has been an unresolved issue in evolutionary ecology. Here, we integrate these perspectives by testing the role of herbivore diet breadth as a predictor of top-down effects of avian predators on h...

2011
Jagdev Singh Kular Sarwan Kumar

A six year field study was conducted from 2001–2002 to 2006–2007 at Punjab Agricultural University, Ludhiana, India to study the losses in seed yield of different Brassica species (B. juncea, B. napus, B. carinata, B. rapa and Eruca sativa) by the infestation of insect pests. The experiment was conducted in two different sets viz. protected/sprayed and unprotected, in a randomized block design,...

2010
Sabyasachi Sengupta Padmati Ravindranath Reddy Jamyang Gyatsho Ravilla D Ravindran Thiruvengadakrishnan Vikram Vaidee

We report risk factors associated with intraocular penetration of caterpillar hair seen at our institute from January 2005 to December 2007. Records of all patients with caterpillar hair induced ophthalmitis (CHIO) were retrospectively reviewed for clinical characteristics, anatomic location of lodgment of the caterpillar hair, treatment methods, and outcomes. Out of a total of 544 cases of CHI...

2016
James E. Chapman

Caterpillar has for many years used telemetry as a key component in the data acquisition and analysis systems used to test and develop heavy equipment. The testing of construction and mining equipment at Caterpillar presents several unique challenges, such as the operating environment of the test machine, the large number of models in the product line, the need to change test machines on a dail...

Journal: :American journal of speech-language pathology 2013
Rupal Patel Kathryn Connaghan Diana Franco Erika Edsall Dory Forgit Laura Olsen Lianna Ramage Emily Tyler Scott Russell

PURPOSE A review of the salient characteristics of motor speech disorders and common assessment protocols revealed the need for a novel reading passage tailored specifically to differentiate between and among the dysarthrias (DYSs) and apraxia of speech (AOS). METHOD "The Caterpillar" passage was designed to provide a contemporary, easily read, contextual speech sample with specific tasks (e....

2013
Domenico Bonamonte Caterina Foti Michelangelo Vestita Gianni Angelini

Pine caterpillar, Thaumetopoea pityocampa Schiff, is a phyto- and xylophagous lepidopteran, responsible for the delay in the growth or the death of various types of pines. Besides nature damage, pine caterpillar causes dermatological reactions in humans by contact with its irritating larvae hairs. Although the dermatitis occurs among outdoor professionals, it is primarily extraprofessional. Con...

Journal: :Discrete Applied Mathematics 2009
Stephan G. Wagner Hua Wang Gang Yu

In the drug design process, one wants to construct chemical compounds with certain properties. In order to establish the mathematical basis for the connections between molecular structures and physicochemical properties of chemical compounds, some so-called structure-descriptors or ”topological indices” have been put forward. Among them, the Wiener index is one of the most important. A long sta...

2004
C. Àlvarez N. Serna

This paper studies the computational complexity of the Proper interval colored graph problem (picg), when the input graph is a colored tree. We show that the problem is hard for the class of caterpillar trees. To prove our result we make use of a close relationship between intervalizing problems and graph layout problems. We deene a graph layout problem the Proper colored layout problem (pclp)....

2014
Nawaporn Onkokesung Michael Reichelt Arjen van Doorn Robert C. Schuurink Joop J.A. van Loon Marcel Dicke

Anthocyanins and flavonols are secondary metabolites that can function in plant defence against herbivores. In Arabidopsis thaliana, anthocyanin and flavonol biosynthesis are regulated by MYB transcription factors. Overexpression of MYB75 (oxMYB75) in Arabidopsis results in increasing anthocyanin and flavonol levels which enhances plant resistance to generalist caterpillars. However, how these ...

Journal: :The Plant journal : for cell and molecular biology 2007
Jurriaan Ton Marco D'Alessandro Violaine Jourdie Gabor Jakab Danielle Karlen Matthias Held Brigitte Mauch-Mani Ted C J Turlings

Plants counteract attack by herbivorous insects using a variety of inducible defence mechanisms. The production of toxic proteins and metabolites that instantly affect the herbivore's development are examples of direct induced defence. In addition, plants may release mixtures of volatile organic compounds (VOCs) that indirectly protect the plant by attracting natural enemies of the herbivore. R...

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

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

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