نتایج جستجو برای: seed malt extract

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

Journal: :Journal of animal science 2012
A F Koontz L P Bush J L Klotz K R McLeod F N Schrick D L Harmon

Tall fescue (Lolium arundinaceum) toxicosis research is often complicated by a reduction in intake of infected forage or seed, making treatment comparisons difficult. This study was conducted to develop a fescue toxicosis model that would allow for variations in DMI without altering the quantity of alkaloids consumed over the course of the experiment. Ground tall fescue seed and a tall fescue s...

Journal: :American Journal of Biomedical Science & Research 2019

2013
Sonal S. Birla Swapnil C. Gaikwad Aniket K. Gade Mahendra K. Rai

Synthesis of silver nanoparticles (SNPs) by fungi is emerging as an important branch of nanotechnology due to its ecofriendly, safe, and cost-effective nature. In order to increase the yield of biosynthesized SNPs of desired shape and size, it is necessary to control the cultural and physical parameters during the synthesis. We report optimum synthesis of SNPs on malt extract glucose yeast extr...

Journal: :Journal of applied microbiology 2009
Y Li L Wadsö L Larsson

The influence of temperature on the growth of the mould Penicillium roqueforti growing on malt extract agar was studied by correlating the produced heat (measured by isothermal calorimetry), ergosterol content (quantified by GC-MS/MS) and biomass of the mould at 10, 15, 20, 25 and 30 degrees C. The results were analysed with a simple metabolic model from which the metabolic efficiency was calcu...

Journal: :The Journal of antibiotics 2000
R Nakai H Ogawa A Asai K Ando T Agatsuma S Matsumiya S Akinaga Y Yamashita T Mizukami

antimicrobial activity, and antiproliferative activity against humantumor cell lines. In this paper, we describe the taxonomy of the producing organism, fermentation, isolation, physico-chemical properties and biological activities ofUCS1025A and B. The cultural and taxonomical characteristics of the producing fungal strain KY4917 were as follows. Colonies on 2% malt extract agar medium are 28 ...

Journal: رستنیها 2012
S. Jamali, Z. Banihashemi

During 2009–10, the presence of ascomycetous species in soil was studied in Fars province. Isolates were recovered from soil using modified Czapek (Raper et al. 1973), malt extract agar (MEA) and potato dextrose agar (PDA). Teleomorphic characteristics such as morphology of ascocarps, asci, ascospores and anamorphic characteristics such as conidiophores, phialides, conidia and chlamydospores we...

Journal: :The Southeast Asian journal of tropical medicine and public health 2006
Junya Intaranongpai Warinthorn Chavasiri Wandee Gritsanapan

The present study focused on the separation and identification of the active compounds against head lice from the hexane extract of Annona squamosa L seed. Chromatographic and spectroscopic techniques revealed that two major compounds of the hexane seed extract were oleic acid and triglyceride with one oleate ester. The yields of these compounds were 13.25% and 7.74% dry weight, respectively. T...

Journal: :journal of agricultural science and technology 2014
s. salmanian a. r. sadeghi mahoonak m. alami m. ghorbani

the hawthorn fruits have been used as food and medicine for centuries. in the present study, pulp and seed extract of crataegus elbursensis rech. f. fruits belonging to the family rosaceae and native of northern part of iran were evaluated for the polyphenol contents, antiradical, antioxidant, and antibacterial activities. the total phenolic, flavonoid, and anthocyanin contents of methanolic pu...

Journal: :journal of crop protection 2013
ehsan borzoui ali reza bandani seyed hossein goldansaz

the carob moth is one of the most devastating pests of pomegranate and some other products. various pest control measures have been undertaken in order to control this pest but none of them has been successful so far. in the current study the effects of cereal seed proteinaceous extracts including triticale and three wheat cultivars (mv17, aflak, and zare) have been studied on α-amylase and pro...

Journal: :journal of basic research in medical sciences 0
saber saedmocheshi department of sports physiology, faculty of physical education and sports sciences, university of birjand, birjand, iran

introduction: excessive physical exercise overproduces reactive oxygen species. even if elite sportsmen increase their antioxidant status by regular physical training, this improvement is not sufficient to limit free radical production during the competition period which can be detrimental to the body. this study evaluates the effect of grape seed supplementation along with aerobic exercise on ...

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

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

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