نتایج جستجو برای: pollution source

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

2005
Simon Wu Jonathan Li Gordon Huang

The current applications of geographic information systems (GIS) applications to non-point-source pollution modeling for agricultural area are reviewed with respect to the requirements for GIS, the hydrological/water quality modeling processes, and integration between GIS and Non-Point-Source Pollution (NPSP) models. Some necessary considerations for future studies are also discussed by summari...

Journal: :Science 1967
P H Abelson

Scientce serves its readers as a forum for the presentation and discussion of important issues related to the advancement of science, including the presentation of minority or conflicting points of view, rather than by publishing only material on which a consensus has been reached. Accordingly, all articles published in Science-including editorials, news and comment, and book reviews-are signed...

2011
Rebecca Kessler

Mercury Levels Lower in Great Lakes, but Still High Although mercury concentrations have decreased about 20% in fish, fish-eating birds, and inland lake sediments across the Great Lakes region in recent decades, levels in top predator fish and wildlife are still dangerously high, and in some places concentrations in some fish and wildlife may now be increasing, according to a new report. Levels...

2002
Donald Huisingh

End-of-pipe pollution controls are being replaced by pollution prevention and source reduction approaches in an increasing number of industries in many SIC'S in the U.S. and around the world. But the dissemination of information to industrial leaders and governmental regulators about the economic and environmental and human health benefits to be derived from industrial utilization of pollution ...

Journal: :Trends in neurosciences 2009
Michelle L Block Lilian Calderón-Garcidueñas

Air pollution has been implicated as a chronic source of neuroinflammation and reactive oxygen species (ROS) that produce neuropathology and central nervous system (CNS) disease. Stroke incidence and Alzheimer's and Parkinson's disease pathology are linked to air pollution. Recent reports reveal that air pollution components reach the brain; systemic effects that impact lung and cardiovascular ...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه گیلان - دانشکده فنی 1392

در این پایان نامه مبدل های امپدانسی بطور خلاصه با عنوان (z-source converter) نامگذاری شده است. این مبدل در همه اشکال انتقال توان بصورت های dc به ac، ac به dc، ac به ac و dc به dc کابرد دارد. مبدل منبع امپدانسی از یک شبکه امپدانسی جالب بین یک منبع تغذیه و بار یا مبدل های دیگر برای دستیابی به ویژگی های منحصربفردی که در vsi و csi وجود ندارد، بهره می گیرد. در مبدل های منبع امپدانسی موانع و محدودیت ...

2017
Qingshan Yang Jie Liu Yu Zhang Mary J. Thornbush

Modern agriculture often leads to nonpoint source pollution. From the perspective of a decoupling analysis, this research evaluates the relationship between crop production and agricultural nonpoint source pollution (via fertilizer application), using the Heilongjiang land reclamation area as a case study. As it is the largest commodity grain base and green food base in China, more than 80% of ...

Journal: :Environmental monitoring and assessment 2011
Hafizan Juahir Sharifuddin M Zain Mohd Kamil Yusoff T I Tengku Hanidza A S Mohd Armi Mohd Ekhwan Toriman Mazlin Mokhtar

This study investigates the spatial water quality pattern of seven stations located along the main Langat River. Environmetric methods, namely, the hierarchical agglomerative cluster analysis (HACA), the discriminant analysis (DA), the principal component analysis (PCA), and the factor analysis (FA), were used to study the spatial variations of the most significant water quality variables and t...

2013
Zeyuan Qiu

Nonpoint source pollution control and stormwater management are two objectives in managing mixed land use watersheds like those in New Jersey. Various best management practices (BMPs) have been developed and implemented to achieve both objectives. This study assesses the cost-effectiveness of selected BMPs for agricultural nonpoint source pollution control and stormwater management in the Nesha...

2017
A.K.T. Kirschner G.H. Reischer S. Jakwerth D. Savio S. Ixenmaier E. Toth R. Sommer R.L. Mach R. Linke A. Eiler S. Kolarevic A.H. Farnleitner

The microbial faecal pollution of rivers has wide-ranging impacts on a variety of human activities that rely on appropriate river water quality. Thus, detailed knowledge of the extent and origin of microbial faecal pollution is crucial for watershed management activities to maintain safe water use. In this study, the microbial faecal pollution levels were monitored by standard faecal indicator ...

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

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

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