نتایج جستجو برای: followed by biomass

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

Biomass is a key factor in dynamics evaluation of ecosystems, biodiversity level and their stability. Biomass measurement is performed every year to evaluate range ecosystems (investigating the trend of changes), range management (suitable browsing systems) and cover assessment in rangelands. As direct biomass measurement is time-consuming, has costs and destroy rangelands non-destructive metho...

2009
Q. Wang

Fine particles (PM2.5, i.e., particles with an aerodynamic diameter of ≤2.5μm) were collected from the air in August 2005, August–September 2006, and January– February 2007, in Beijing, China. The chemical compositions of particulate organic matter in the ambient samples were quantified by gas chromatography/mass spectrometry. The dominant compounds identified in summertime were n-alkanoic acid...

Journal: :international journal of environmental research 2013
n. pattananuwat m. aoki m. hatamoto a. nakamura s. yamazaki

we evaluated the efficacy of a full-scale combined biophysicochemical system for treatingmolasses-based bioethanol wastewater in terms of organic substances, nutrient, and dark brown color removal. the main organic removal unit, i.e., the upflow anaerobic sludge blanket (uasb) reactor, achieved 80.7% removal and 4.3 nm3 methane production per cubic meter of wastewater with a hydraulic retention...

Journal: :Philosophical transactions of the Royal Society of London. Series B, Biological sciences 2013
Johan Olofsson Mariska te Beest Lars Ericson

Predicting impacts of global warming requires understanding of the extent to which plant biomass and production are controlled by bottom-up and top-down drivers. By annually monitoring community composition in grazed control plots and herbivore-free exclosures at an Arctic location for 15 years, we detected multiple biotic interactions. Regular rodent cycles acted as pulses driving synchronous ...

Journal: :Bioresource technology 2008
Rachna Patel Sumathi Suresh

An isolated fungus, Aspergillus foetidus had the ability to decolourize growth unsupportive medium containing 100 mg L(-1) of reactive black 5 (RB5) dye with >99% efficiency at acidic pH (2-3). Pre-treatment of fungal biomass by autoclaving or exposure to 0.1M sodium hydroxide facilitated more efficient uptake of dye as compared to untreated fungal biomass. Pre-equilibrium biosorption of RB5 dy...

Journal: :Chemosphere 2010
Parthasarathi Chakraborty P V Raghunadh Babu Tamoghna Acharyya Debasmita Bandyopadhyay

Stress and toxicity of four biologically important transition metals (Co, Ni, Cu and Zn) on phytoplankton in Godavari River (a tropical freshwater system) were studied to understand the fate of phytoplankton of freshwater if it receives metal contaminated water imposed by these four metals. Shift in community structure of phytoplankton and their different tolerance levels for different metals w...

2011
U. Bacha M. Nasir A. Khalique A. A. Anjum M. A. Jabbar

People in third world and developing countries are suffering from menace of protein deficiency in their diets resulting in serious protein-energy malnutrition problems. The situation, demands exploration of new un-conventional protein sources to fortify human food. The present study was planned to assess the feasibility of using agro-industrial wastes for Saccharomyces cerevisiae production and...

About 35 samples were collected from lower and upper parts of the proposed Frasnianamennian boundary in three sections of Upper Devonian marine sediments of the Kerman province. The biostratigraphical and geochemical studies indicate that about 45% extinction of brachiopods probably caused by the Frasnian-Famennian bioevents, which is slightly higher than thr rate of Devonian-Carboniferous exti...

2003
Rong-Quen Jan Yu-Hsing Liu Ching-Yi Chen Min-Chang Wang Gwo-Shyh Song Hong-Cheng Lin Kwang-Tsao Shao

The relationship between production and reef pile size was analysed using standing stocks of fishes surveyed at three established artificial reef (AR) habitats in the subtropical waters off the northern coast of Taiwan during April–August 1999. For a closer look, the fish assemblage was further divided into visitors and residents, and biomass was used as a parameter to represent production. Vis...

2016
Nabakishor Nongmaithem Ayon Roy Prateek Madhab Bhattacharya

Fourteen Trichoderma isolates were evaluated for their tolerance to two heavy metals, nickel and cadmium. Three isolates, MT-4, UBT-18, and IBT-I, showed high levels of nickel tolerance, whereas MT-4, UBT-18, and IBT-II showed better tolerance of cadmium than the other isolates. Under nickel stress, biomass production increased up to a Ni concentration of 60ppm in all strains but then decreased...

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

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

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