نتایج جستجو برای: biotechnological methods

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

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه سیستان و بلوچستان 1390

during natural gas processing, water in natural gas may cause to hydrates formation in pipelines which may lead to serious damages to process equipments. given the problems raised by present of water in natural gas, glycol solvent uses to remove water.in contact of glycol with gas always an amount of btex and voc absorb along with water, which on glycol recovery process, these substances separa...

2014
Anna WĘGRZYN

Autor do korespondencji: Anna Węgrzyn – Ph.D., e-mail: anna.wegrzyn@polsl.pl Introduction Archaea are prokaryotic micro-organisms which are able to live only in extreme environments. Based on state-of-the-art those micro-organisms can be divided into three groups: methanogens, thermoacidophiles and halophiles [1]. Those micro-organisms are considered to be pioneer organisms, inhabiting most adv...

2013
V. D. Pandey Anita Pandey Vibhu Sharma

Cyanobacteria (Blue-green algae) are a morphologically diverse and widely distributed group of photosynthetic prokaryotes which exhibit oxygenic (O2evolving) photosynthesis similar to plants (Stanier and Cohen-Bazire, 1977). They are among the oldest life forms on earth which evolved around 2.4 billion years ago (Fischer, 2008). Comprising about 150 genera with more than 2000 species, they exhi...

1996
Karl-Erich Jaeger Frank Rosenau Dietmar Lang Albin Zonta Manfred T. Reetz

Lipase genes originating from the Gram-negative bacteria Serrutiu marcescens and Pseudomonus urruginosa were cloned. S. marcescens lipase was overexpressed in Escherichia coli yielding inclusion bodies which were purified and finally refolded to give enzymatically active lipase. The lipase operon of P. aeruginosa consisting of genes 1ipA and lip14 was cloned behind the T7 410 promoter and overe...

2005
Saa Bavec Peter Raspor

The patent system has been able to provide the protection for the achievements of different technologies and in that way it has supported further development and growth of the industry where those achievements were implemented. Modern technologies like information technology and biotechnology with genetic engineering that appeared in the 70s have overgrown the frames of the existing patent syst...

2004
Narsinh L. Thakur Werner E. G. Müller

Marine sponges (Porifera) have attracted significant attention from various scientific disciplines. Remarkable traces, left by sponges in the fossil records have been studied by paleontologists and evolutionary biologists. As sponges produce various novel chemical molecules, they have been a goldmine to chemists and also found their way into biotechnological applications. Microbiologists became...

2015
Frédéric Pecorari Vickery L. Arcus Juergen Wiegel

Copyright © 2015 Frédéric Pecorari et al. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Many industrial/biotechnological processes take place under extreme conditions of temperature, pH, salinity, or pressure which are not suita...

2011

The place of biotechnological detoxification in the mycotoxin prevention program The production of feeds free from mycotoxins or containing mycotoxins at levels under the tolerance limit requires the application of a mycotoxin prevention program that involves a successive series of actions consisting of multiple elements. The program starts with the selection of suitable grain varieties and end...

2015
Peter K. Robinson

Enzymes are biological catalysts (also known as biocatalysts) that speed up biochemical reactions in living organisms, and which can be extracted from cells and then used to catalyse a wide range of commercially important processes. This chapter covers the basic principles of enzymology, such as classification, structure, kinetics and inhibition, and also provides an overview of industrial appl...

2010
Belén Max José Manuel Salgado Noelia Rodríguez Sandra Cortés Attilio Converti José Manuel Domínguez

This work provides a review about the biotechnological production of citric acid starting from the physicochemical properties and industrial applications, mainly in the food and pharmaceutical sectors. Several factors affecting citric acid fermentation are discussed, including carbon source, nitrogen and phosphate limitations, pH of culture medium, aeration, trace elements and morphology of the...

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

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

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