نتایج جستجو برای: Bacillus subtilis α-amylase

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

2011
Haiquan Yang Long Liu Jianghua Li Guocheng Du Jian Chen

BACKGROUND Alkaline α-amylases have potential applications for hydrolyzing starch under high pH conditions in the starch and textile industries and as ingredients in detergents for automatic dishwashers and laundries. While the alkaline α-amylase gains increased industrial interest, the yield of alkaline α-amylases from wild-type microbes is low, and the combination of genetic engineering and p...

Journal: :international journal of nanoscience and nanotechnology 2014
z. eslamifar

α-amylase has been studied extensively from various sides. this enzyme is used in many industries .many applications of this enzyme have encouraged us for greater attempts on the study of α-amylase and to search for more effective processes. in this investigation, the structure of nanotube - catalytic site of bacillus subtilis α- amylase was optimized by hyperchem 7.0 and then it was investigat...

2017
Shaomin Yan Guang Wu

Amylase plays an important role in biotechnology industries, and Gram-positive bacterium Bacillus subtilis is a major host to produce heterogeneous α-amylases. However, the secretion stress limits the high yield of α-amylase in B. subtilis although huge efforts have been made to address this secretion bottleneck. In this question-oriented review, every effort is made to answer the following que...

Journal: :Journal of molecular microbiology and biotechnology 2012
Qi Ying Chong Zhang Fangfang Guo Shujun Wang Xiaomei Bie Fengxia Lu Zhaoxin Lu

The hyperthermophilic α-amylase from Thermococcus sp. HJ21 possesses unique traits (Ca(2+)-independent thermostability and optimal temperature of 95°C) that make it a great potential candidate for use in the food industry. However, this Archaea isolated from a deep-sea thermal vent requires strict control of culture conditions and produces only small amounts of α-amylase. To solve these problem...

2013
Hanumanthu Prasanna Lakshmi Uppu Venkateswara Prasad Sthanikam Yeswanth Vimjam Swarupa Osuru Hari Prasad Mangamoori Lakshmi Narasu Potukuchi Venkata Gurunadha Krishna Sarma

Staphylococcus aureus is one of the prominent Gram positive human pathogen secretes many surface and secretary proteins including various enzymes and pathogenic factors that favour the successful colonization and infection of host tissue. α-amylase is one of the enzymes secreted by S. aureus which catalyses the breakdown of complex sugars to monosaccharides, which are required for colonization ...

2017
Nuha Bakeet Al-Johani Madeha N. Al-seeni Youssri Mohamed Ahmed

BACKGROUND Starch-degrading amylase enzyme is important in biotechnological applications as food, fermentation, textile, paper and pharmaceutical purposes. The aim of current study to isolate alkaline thermostable α-amylase bacteria and then study the composition of medium and culture conditions to optimize cells growth and a-amylase production. MATERIALS AND METHODS Thermophilic amylase prod...

Journal: :Acta scientiarum polonorum. Technologia alimentaria 2012
Nwokoro Ogbonnaya Anthonia Odiase

BACKGROUND Starch, a homopolysaccharide is an important and an abundant food reserve and energy source. Starches are processed to yield different products which find many industrial applications. Alpha-amylases hydrolyze starch by cleaving α-1,4-glucosidic bonds and have been used in food, textile and pharmaceutical industries [Sun et al. 2010]. Enzymatic conversion of starch with amylase prese...

2011
Elif DEMİRKAN

Th e eff ects of various carbon and nitrogen sources on production of α-amylase by Bacillus subtilis and its mutant derivates were investigated. Th e maximum production of α-amylase by all strains was obtained in the presence of mesoinositol as the carbon source. Th ere was no more signifi cant increase in enzyme yield in the case of the supplementation of nitrogen sources, whereas malt extract...

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

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

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