نتایج جستجو برای: yeast diversity

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

Journal: :Applied sciences 2021

Nowadays, the use of sulfur dioxide (SO2) during winemaking process is a controversial societal issue. In order to reduce its use, various alternatives are emerging, in particular bioprotection by adding yeasts, with different impacts on yeast microbiota early stages. this study, quantitative-PCR and metabarcoding high-throughput sequencing (HTS) were combined MALDI-TOF-MS monitor population dy...

Journal: :Proceedings of the National Academy of Sciences of the United States of America 2012
Irene Stefanini Leonardo Dapporto Jean-Luc Legras Antonio Calabretta Monica Di Paola Carlotta De Filippo Roberto Viola Paolo Capretti Mario Polsinelli Stefano Turillazzi Duccio Cavalieri

Saccharomyces cerevisiae is one of the most important model organisms and has been a valuable asset to human civilization. However, despite its extensive use in the last 9,000 y, the existence of a seasonal cycle outside human-made environments has not yet been described. We demonstrate the role of social wasps as vector and natural reservoir of S. cerevisiae during all seasons. We provide expe...

2018
Andrea N Killian Justin K Hines

While prions are protein-based infectious agents, yeast prions are protein-based genetic elements of the baker’s yeast Saccharomyces cerevisiae [1]. Most yeast prions are amyloid protein aggregates that spread during mitosis through the cytosolic transmission of small, self-templating pieces called propagons. Propagons continue to recruit free protein monomers, perpetuating the prion phenotype ...

2015
Yeo Hong Yun Dong Yeon Suh Hun Dal Yoo Man Hwan Oh Seong Hwan Kim

Oak tree death caused by symbiosis of an ambrosia beetle, Platypus koryoensis, and an ophiostomatoid filamentous fungus, Raffaelea quercus-mongolicae, has been a nationwide problem in Korea since 2004. In this study, we surveyed the yeast species associated with P. koryoensis to better understand the diversity of fungal associates of the beetle pest. In 2009, a total of 195 yeast isolates were ...

2017

4 We characterize the diversity of nectar-living yeasts of a tropical host plant community at 5 different hierarchical sampling levels, measure the associations between yeasts and 6 nectariferous plants, and measure the effect of yeasts on nectar traits. Using a series of 7 hierarchically nested sampling units, we extracted nectar from an assemblage of host plants 8 that were representative of ...

Journal: :Science 2009
Justin Gerke Kim Lorenz Barak Cohen

Our understanding of the genetic basis of phenotypic diversity is limited by the paucity of examples in which multiple, interacting loci have been identified. We show that natural variation in the efficiency of sporulation, the program in yeast that initiates the sexual phase of the life cycle, between oak tree and vineyard strains is due to allelic variation between four nucleotide changes in ...

Journal: :IJISP 2008
Tamas S. Gal Zhiyuan Chen Aryya Gangopadhyay

The identity of patients must be protected when patient data are shared. The two most commonly used models to protect identity of patients are L-diversity and K-anonymity. However, existing work mainly considers data sets with a single sensitive attribute, while patient data often contain multiple sensitive attributes (e.g., diagnosis and treatment). This article shows that although the K-anony...

2017
Suzanne L. Ishaq Ousama AlZahal Nicola Walker Brian McBride

Sub-acute ruminal acidosis (SARA) is a gastrointestinal functional disorder in livestock characterized by low rumen pH, which reduces rumen function, microbial diversity, host performance, and host immune function. Dietary management is used to prevent SARA, often with yeast supplementation as a pH buffer. Almost nothing is known about the effect of SARA or yeast supplementation on ruminal prot...

2016
Maurizio Ciani Pilar Morales Francesca Comitini Jordi Tronchoni Laura Canonico José A. Curiel Lucia Oro Alda J. Rodrigues Ramon Gonzalez

Rising sugar content in grape must, and the concomitant increase in alcohol levels in wine, are some of the main challenges affecting the winemaking industry nowadays. Among the several alternative solutions currently under study, the use of non-conventional yeasts during fermentation holds good promise for contributing to relieve this problem. Non-Saccharomyces wine yeast species comprise a hi...

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

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

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