نتایج جستجو برای: coastal soils

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

1999
G. J. JUDSON

Studies in South Australia in the 1930-40's showed that the coastal areas .and, to a lesser extent, the areas inland had inadequate levels of cobalt and copper for livestock health and production. Since these studies, selenium responsive conditions have been recognised in livestock depastured on the ironstone soils in the higher rainfall areas and also in isolated, but at present ill-defined, a...

2012
Hiltje Maas-van de Kamer Paul J. M. Maas Chelsea D. Specht

A new species of spiral ginger (Costus: Costaceae) from Gabon, Africa is described. Costus loangensis H. Maas & Maas is found in the coastal region on white sand soils under a tropical rain forest canopy. It is morphologically distinct from all other African species of Costus but shows some similarities in floral form with the savanna-inhabiting Costus spectabilis (Fenzl) K. Schum. and similari...

2007
David E. Crowley Kun Liu Edith B. Allen

Recent studies suggest that nitrogen can have significant effects on microbial activity and carbon storage by causing shifts in fungal:bacterial activity such that bacterial degradation pathways become dominant under high nitrogen conditions. If true, changes in fungal:bacterial (F:B) ratios could have a major impact on carbon storage in urban pollution affected soils that receive high amounts ...

Journal: :Journal of environmental radioactivity 2008
H Erramli H D Gogon M A Misdaq T Sauvage C Ramboz

In this work, PIXE experiments were performed for measuring heavy and light elements' (ranging from aluminium to lead) concentrations inside various polluted and unpolluted soils as well as liquid samples collected from different phosphate factory sewers in the El Jadida-Safi Atlantic coastal region (Morocco). In addition, uranium ((238)U) and thorium ((232)Th) contents were evaluated in the sa...

2002
D. R. Parker D. L. Sparks

Corn (Zea mays L.) grown on sandy Atlantic Coastal Plain soils is often unresponsive to applications of K fertilizer. As part of a field study on the response of irrigated, intensively managed corn to K applications, we characterized four representative Hapludults from the Delaware Coastal Plain and evaluated their K status. The soils were generally quite sandy with maximum clay contents of 11....

2009
J H Whitehead P M Geary

A large number and growing proportion of both single lot residential and larger scale new developments in the Hunter Region are not serviced by a conventional reticulated sewerage system. In such cases, wastewater treatment, its possible reuse and final disposal, is on-site, where the effluent is generated. A range of geotechnical factors including the site geology, geomorphology, soils, availa...

2008
Marc D. Abrams Vanessa L. W. Hayes VANESSA L. W. HAYES

ABRAMS, MARC D. AND VANESSA L. W. HAYES (School of Forest Resources, Forest Resources Building, Penn State University, University Park, PA 16802). Impacts of contrasting land-use history on composition, soils, and development of mixed-oak, coastal plain forests on Shelter Island, New York. J. Torrey Bot. Soc. 135: 37–52. 2008.—The Mashomack Preserve on Shelter Island, New York contains one of t...

2011
ROBERTO QUIROZ PETER POPP RICARDO BARRA

In this short communication we describe the temporal variation of PAHs fingerprints and burden in surface soils from coastal and central valley sites in South Central Chile, with different anthropogenic influence. PAHs were extracted with accelerated solvent extraction and measured by HPLC with fluorescence detection. Levels of ∑ 15 PAHs were relatively low in both sites ranging between 190 to ...

2015
E. L. Poelking C. E. R. Schaefer E. I. Fernandes Filho A. M. de Andrade A. A. Spielmann

Integrated studies on the interplay between soils, periglacial geomorphology and plant communities are crucial for the understanding of climate change effects on terrestrial ecosystems of maritime Antarctica, one of the most sensitive areas to global warming. Knowledge on physical environmental factors that influence plant communities can greatly benefit studies on the monitoring of climate cha...

Journal: :Journal of environmental quality 2005
J M Novak D W Watts

The accumulation of excess soil phosphorus (P) in watersheds under intensive animal production has been linked to increases in dissolved P concentrations in rivers and streams draining these watersheds. Reductions in water dissolved P concentrations through very strong P sorption reactions may be obtainable after land application of alum-based drinking water treatment residuals (WTRs). Our obje...

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

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

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