نتایج جستجو برای: lipid productivity

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

Journal: :environmental health engineering and management 0
mohammad malakootian environmental health engineering research center, department of environmental health, kerman university of medical sciences, kerman, iran behnam hatami department of environmental health, kerman university of medical sciences, kerman, iran shidwash dowlatshahi environmental health engineering research center, department of environmental health, kerman university of medical sciences, kerman, iran ahmad rajabizadeh environmental health engineering research center, department of environmental health, kerman university of medical sciences, kerman, iran

background: this study quantified the effect of four popular culture media in a biodiesel production study on the qualitative and quantitative lipid content, dry biomass, and lipid productivity of nannochloropsis oculata. methods: culture of microalgae was done separately in walne, f/2, sato, and tmrl media. in the logarithmic and stationary growth phases, biomass production and lipid accumulat...

2016
Junying Zhu Weixian Chen Hui Chen Xin Zhang Chenliu He Junfeng Rong Qiang Wang

Nitrogen starvation is an efficient environmental pressure for increasing lipid accumulation in microalgae, but it could also significantly lower the biomass productivity, resulting in lower lipid productivity. In this study, green alga Chlorella sp. A2 was cultivated by using a minimal nitrogen supply strategy under both laboratory and outdoor cultivation conditions to evaluate biomass accumul...

2016
Qiang Fei Marykate O’Brien Robert Nelson Xiaowen Chen Andrew Lowell Nancy Dowe

BACKGROUND Industrial biotechnology that is able to provide environmentally friendly bio-based products has attracted more attention in replacing petroleum-based industries. Currently, most of the carbon sources used for fermentation-based bioprocesses are obtained from agricultural commodities that are used as foodstuff for human beings. Lignocellulose-derived sugars as the non-food, green, an...

2013
Rajasri Yadavalli Ramgopal Rao C. S. Rao

Lab scale studies were conducted in a customized photobioreactor to assess the lipid productivity of Chlorella pyrenoidosa under fed-batch mode using 0.025g/l to 0.1 g/l urea and sodium nitrate as nitrogen source in nutrient medium. The light intensities used were 100 μmol ms and 135 μmol ms. The results indicated maximum lipid productivity of 0.103 g/d.l in BG11 medium with 0.1g/l sodium nitra...

2015
Masaki Muto Masayoshi Tanaka Yue Liang Tomoko Yoshino Mitsufumi Matsumoto Tsuyoshi Tanaka

BACKGROUND Microalgal oil is a promising alternative feedstock for biodiesel fuel (BDF). Mixotrophic cultivation with glycerol, the primary byproduct of BDF production, may be used to optimize BDF production. This strategy would reduce costs through glycerol recycling and improve lipid productivity and biomass productivity by overcoming the growth retardation caused by decreased light penetrati...

Ahmad Rajabizadeh, Behnam Hatami, Mohammad Malakootian, Shidwash Dowlatshahi,

Background: This study quantified the effect of four popular culture media in a biodiesel production study on the qualitative and quantitative lipid content, dry biomass, and lipid productivity of Nannochloropsis oculata. Methods: Culture of microalgae was done separately in Walne, F/2, Sato, and TMRL media. In the logarithmic and stationary growth phases, biomass production and lipid accumulat...

2013
Patrícia C. M. Da Rós Caroline S. P. Silva Maria E. Silva-Stenico Marli F. Fiore Heizir F. De Castro

Five non-toxin producing cyanobacterial isolates from the genera Synechococcus, Trichormus, Microcystis, Leptolyngbya and Chlorogloea were examined in terms of quantity and quality as lipid feedstock for biofuel production. Under the conditions used in this study, the biomass productivity ranged from 3.7 to 52.7 mg·L-1·day-1 in relation to dry biomass, while the lipid productivity varied betwee...

Journal: :journal of cell and molecular research 0
marjan enshaeieh azadeh abdoli iraj nahvi mahboobeh madani

micro-organisms such as bacteria, yeasts, molds and algae that accumulate lipid more than 20% of their biomass are called oleaginous. microbial lipid has a lot of similarity to the oil obtained from plants and animals. microbial lipids are renewable sources that can use for different purposes such as biodiesel production. production of oil from yeasts has more advantages than plant’s oil. accor...

2018
Hari Prasad Ratnapuram S.S. Vutukuru Rajasri Yadavalli

Influence of mixotrophic mode and its transition to various trophic modes under stress conditions was assessed during two stage cultivation of Chlorella pyrenoidosa. Significant lipid productivity was triggered under low light intensity, glucose + bicarbonate supplementation and nitrogen starvation. The association between biomass and lipid productivity, fatty acid composition during mixotrophi...

Journal: :Bioresource technology 2012
Tonghui Xie Yuan Sun Kaifeng Du Bin Liang Rong Cheng Yongkui Zhang

The oleaginous microalga Chlorella sp. LAM-H screened from freshwater was proven to be a prospective feedstock for oil production according to its fatty acid composition. In order to enhance lipid production, response surface methodology (RSM) was used with central composite design (CCD) to optimize the heterotrophic cultivation of microalgae. The experiment results showed that a satisfactory s...

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

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

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