نتایج جستجو برای: velvet mites

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

2016
Kordula Becker Sandra Ziemons Katharina Lentz Michael Freitag Ulrich Kück

Penicillium chrysogenum is the sole industrial producer of the β-lactam antibiotic penicillin, which is the most commonly used drug for treating bacterial infections. In P. chrysogenum and other filamentous fungi, secondary metabolism and morphogenesis are controlled by the highly conserved multisubunit velvet complex. Here we present the first chromatin immunoprecipitation next-generation sequ...

ژورنال: تحقیقات دامپزشکی 2007
شهریار خاقانی صادق رهبری, صدیقه نبیان, محمد رضا افخم نیا

Ninteen samples of dust from wool and carpet-weaving places around Tabriz were collected. Dust mites of wool and carpet-weaving places were separated and identified based on morphological characteristics. Genus and species of mites per gram of dusts, were determined. The results showed that dominant population of mites were: Dermatophagoides farinae (64%), Dermatophagoides pteronyssinus ...

Journal: :Emerging Infectious Diseases 2009
Rachel C. Angers Tanya S. Seward Dana Napier Michael Green Edward Hoover Terry Spraker Katherine O’Rourke Aru Balachandran Glenn C. Telling

Chronic wasting disease (CWD) is a contagious, fatal prion disease of deer and elk that continues to emerge in new locations. To explore the means by which prions are transmitted with high efficiency among cervids, we examined prion infectivity in the apical skin layer covering the growing antler (antler velvet) by using CWD-susceptible transgenic mice and protein misfolding cyclic amplificatio...

Journal: :Uchu Seibutsu Kagaku 2003
Kaori Tomita-Yokotani Yoshiharu Fujii Hirofumi Hashimoto Masamichi Yamashita

Allelopathy between Mucuna pruriens (velvet bean) and Lactuca sativa (lettuce) was studied under 3D-clinorotation. Growth of both roots and shoots of lettuce seedlings was suppressed by the presence of velvet bean. The degree of suppression was less on the clinostat compared to the normal static earth gravity. L-DOPA (L-3, 4-dihydroxyphenylalanine) is known to be a major substance in allelopath...

Journal: :Applied optics 1998
R Lu J J Koenderink A M Kappers

A detailed investigation has been made of the unusual characteristics of the angular distribution of surface scattering from velvet in the visual region. We present a novel method in which samples of velvet fabric are wrapped around a right-circular cylinder so that reemitted radiance can be measured by a digital CCD camera. This setup makes it relatively simple to acquire a large set of bidire...

2001
Hiroshi Kawasaki Hiroyuki Aritaki Katsushi Ikeuchi Masao Sakauchi

In this paper, we propose an image-based approach to synthesize a novel view image for mixed reality (MR) systems. Theoretically, the imagebased method is good for synthesizing realistic images, but it is difficult to achieve interactive handling of the object. As a solution, we propose a new method based on the “surface light field rendering” technique . With this method, we can synthesize the...

Journal: :FEMS microbiology reviews 2012
Ozgür Bayram Gerhard H Braus

Filamentous fungi produce a number of small bioactive molecules as part of their secondary metabolism ranging from benign antibiotics such as penicillin to threatening mycotoxins such as aflatoxin. Secondary metabolism can be linked to fungal developmental programs in response to various abiotic or biotic external triggers. The velvet family of regulatory proteins plays a key role in coordinati...

2014

This research was conducted at the Department of Soil Science, University of Nigeria Teaching and Research Farm in 2008 and 2009 growing seasons. The objective was to evaluate the effects of edible grain legumes (cowpea and soybean) and velvet-bean/maize rotations on soil chemical properties and the contribution of these chemical properties to rotation benefit conferred on the maize by velvet-b...

Journal: :Journal of experimental zoology. Part A, Comparative experimental biology 2005
George A Bubenik Karl V Miller Andrea L Lister David A Osborn Ludek Bartos Glen J van der Kraak

The growth and mineralization of antlers correlate with the seasonal variation of serum androgens. Whereas seasonal levels of testosterone (T) in plasma are well established, steroid concentrations have not yet been determined in the tissues of growing antlers. Therefore, RIA was used to determine T and 17beta estradiol (E2) in serum, and three areas (tip, middle, and base) of the antler bone a...

Journal: :Canadian journal of physiology and pharmacology 2017
Wenhe Zhu Huiyan Wang Wei Zhang Na Xu Junjie Xu Yan Li Wensen Liu Shijie Lv

Antler velvet polypeptide (VAP) is a prominent bioactive component of antler velvet. Whereas uncharacterized crude extracts have typically been used in pharmacological studies, in this study, the velvet polypeptide was isolated and purified by acid water extraction, ethanol precipitation, ammonium sulfate fractionation and precipitation, and chromatography, progressively. Human umbilical vein e...

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

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

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