نتایج جستجو برای: eastern azadshahr

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

Journal: :Environmental entomology 2015
Arielle L Arsenault Nathan P Havill Albert E Mayfield Kimberly F Wallin

The predatory species Laricobius nigrinus (Fender) and Laricobius osakensis (Shiyake and Montgomery) (Coleoptera: Derodontidae) have been released for biological control of hemlock woolly adelgid (Adelges tsugae; Hemiptera: Adelgidae) in eastern North America. L. osakensis is native to Japan, whereas L. nigrinus is endemic to the Pacific Northwest of the United States and Canada. After release,...

Journal: :Philosophical transactions of the Royal Society of London. Series B, Biological sciences 2004
Michael J Donoghue Stephen A Smith

Recent studies of Northern Hemisphere biogeography have highlighted potentially significant differences between disjunction patterns in plants versus animals. To assess such differences, we compiled a larger sample of relevant plant phylogenies from which disjunction patterns, ancestral areas and directions of movement could be inferred. We considered 66 plant clades with species variously ende...

2009
PIOTR NASKRECKI CORINNA S. BAZELET

A previously unknown radiation among flightless spring katydids (Tettigoniidae: Phaneropterinae: Brinckiella) in Western and Northern Cape provinces of South Africa is described. Seven species are described as new (B. aptera n. sp., B. arboricola n. sp., B. elegans n. sp., B. karooensis n. sp., B. mauerbergerorum n. sp., B. serricauda n. sp., and B. wilsoni n. sp.) and one species (B. viridis C...

2007
Kim Christie

Equine Cushing’s disease or hyperadrenocortiscism is an age-related endocrine disease common in older horses that results in an increased cortisol production. This incurable disease can be characterized by an unusually hairy coat and has a wide variety of other symptoms, which once diagnosed by one of the numerous diagnostic tests available, can be treated with various drugs and husbandry pract...

Journal: :Journal of clinical microbiology 2005
Michelle Quinlivan Eugene Dempsey Fergus Ryan Sean Arkins Ann Cullinane

Equine influenza is a cause of epizootic respiratory disease of the equine. The detection of equine influenza virus using real-time Light Cycler reverse transcription (RT)-PCR technology was evaluated over two influenza seasons with the analysis of 171 samples submitted for viral respiratory disease. Increased sensitivity was found in overall viral detection with this system compared to Directi...

Journal: :Journal of environmental management 2009
Deepali Sinha Khetriwal Philipp Kraeuchi Rolf Widmer

E-waste, a relatively recent addition to the waste stream in the form of discarded electronic and electric equipment, is getting increasing attention from policy makers as the quantity being generated is rising rapidly. One of the most promising policy options to address this issue is to extend the producers responsibility for their products beyond the point of sale, until end-of-product-life. ...

Journal: :Australian veterinary journal 2011
N K Dhand E S G Sergeant

During the 2007 equine influenza (EI) outbreak in Australia, there was no objective information about the possible under-reporting of cases by horse owners either so that they would avoid movement restrictions or because of their inability to detect infection. This investigation aimed to estimate the proportion of under-reporting during the outbreak based on the results of surveillance undertak...

Journal: :Bulletin of the World Health Organization 2014
Krishna D Rao Varduhi Petrosyan Edson Correia Araujo Diane McIntyre

Brazil, the Russian Federation, India, China and South Africa--the countries known as BRICS--represent some of the world's fastest growing large economies and nearly 40% of the world's population. Over the last two decades, BRICS have undertaken health-system reforms to make progress towards universal health coverage. This paper discusses three key aspects of these reforms: the role of governme...

2013
Steven J. Bacon Alexandre Aebi Pierluigi Calanca Sven Bacher

Results As expected, all the three factors, propagule pressure, climate suitability and host availability, significantly explained quarantine arthropod invasions in Europe, but the propagule pressure only had a positive effect on invasion success when considered together with climate suitability and host availability. Climate change according to the A1F1 scenario generally increased the climate...

Journal: :Social science & medicine 2003
Robin Goodwin Alexandra Kozlova Anna Kwiatkowska Lan Anh Nguyen Luu George Nizharadze Anu Realo Ahto Külvet Andu Rämmer

Although a relatively recent epidemic, HIV is now increasing in Eastern Europe faster than anywhere else in the world. In the study reported in this paper, we interviewed 511 business people and health professionals in five Central and Eastern European nations: Estonia, Georgia, Hungary, Poland and Russia, deriving our questions primarily from a Social Representations perspective. Respondents a...

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

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

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