نتایج جستجو برای: yeast extract 10 gl

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

2001
T. R. Geballe D. Saumon S. K. Leggett G. R. Knapp M. S. Marley K. Lodders

We have obtained a good quality R∼400 0.8–2.5 µm spectrum and accurate photometry of Gl 570D, one of the coolest and least luminous brown dwarfs currently known. The spectrum shows that Gl 570D has deeper absorptions in the strong water and methane bands at 1. ′ than previously observed T dwarfs. Data analysis using model spectra coupled with knowledge of the well-understood primary implies tha...

Journal: :Journal of microbiology and biotechnology 2011
Chun-Hwi Cho Kyung Sook Whang Randy Gaugler Sun Kyun Yoo

Most medium formulations for improving culture of entomopathogenic nematodes (EPN) based on protein sources have used enriched media like animal feed such as dried egg yolk, lactalbumin, and liver extract, among other ingredients. Most results, however, showed unstable yields and longer production time. Many of the results do not show the detailed parameters of fermentation. Soy flour, cotton s...

Journal: : 2023

Из 180 штаммов дрожжей Saccharomyces cerevisiae, выделенных из различных растительных субстратов, по предварительно изученным технологическим параметрам, такие как скорость сбраживания и органолептическим показателям ферментированных фруктовых соков отобрано 15 штаммов. Отобранные штаммы изучены на способность к выживанию при низких значениях рН обладающих высокой микробной адгезией органически...

Journal: :International microbiology : the official journal of the Spanish Society for Microbiology 1998
L A de Azeredo E A Gomes L C Mendonça-Hagler A N Hagler

Yeast communities associated with sugarcane leaves, stems and rhizosphere during different phases of plant development were studied near Campos, in Rio de Janeiro, Brazil. Atmospheric temperature, soil granulometry and pH, and sugar cane juice degree Brix and pH were determined. Yeast communities associated with sugarcane were obtained after cellular extraction by shaking, blending and shaking ...

2008
Wee L. Yee

Western cherry fruit fly, Rhagoletis indifferens Curran (Diptera: Tephritidae), is the major quarantine pest of sweet cherry, Prunus avium (L.) L. (Rosaceae), in the Pacific northwest of the USA and in British Columbia in Canada. Although spinosad bait (GF-120 NF Naturalyte® Fruit Fly Bait) is used for the control of R. indifferens in this region, the effects of alternate food sources on fly re...

2014
Swee Keong Yeap Boon Kee Beh Joan Kong Wan Yong Ho Hamidah Mohd Yusof Nurul Elyani Mohamad Aminuddin Bin Hussin Indu Bala Jaganath Noorjahan Banu Alitheen Anisah Jamaluddin Kamariah Long

Fermented red yeast rice has been traditionally consumed as medication in Asian cuisine. This study aimed to determine the in vivo hypocholesterolemic and antioxidant effects of fermented red yeast rice water extract produced using Malaysian Agricultural Research and Development Institute (MARDI) Monascus purpureus strains in mice fed with high cholesterol diet. Absence of monacolin-k, lower le...

2012
Sumat Chand Jain P.C. Jain Naveen Kango

Various carbon sources were evaluated for production of inulinase by yeast, Kluyveromyces marxianus MTCC 3995. Highest inulinase activity was observed with Dahlia extract (25.3 nkat mL(-1)) as carbon source. The enzyme activity was 1.4 folds higher than that observed in media containing pure chicory inulin (17.8 nkat mL(-1)). The yeast showed good growth on a simple medium containing dahlia ext...

Journal: :زیست شناسی جانوری تجربی 0

abstract these days, scientsts search for cheap protein sources because of growthing of population.one of these sources is single cell protein.this study deals with single cell protein production process by saccharomyces cerevisiae and saccharomyces carlsbergensis .these yeast are known as the most ideal and practical eukaryotic microorganism in biological studies. in this survey we added the w...

2014
Jeong Jun Kim Ling Xie Ji Hee Han Sang Yeob Lee

Recently, the Q biotype of tobacco whitefly has been recognized as the most hazardous strain of Bemisia tabaci worldwide, because of its increased resistance to some insecticide groups. As an alternative control agent, we selected an Isaria javanica isolate as a candidate for the development of a mycopesticide against the Q biotype of sweet potato whitefly. To select optimal mass production med...

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

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

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