نتایج جستجو برای: central basin

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

2010
Marc Carreras-Sospedra Satish Vutukuru Jacob Brouwer Donald Dabdub

This study assesses the air quality impacts of central power generation and compares them with the impacts of distributed generation (DG). The central power plant emissions factors used are from a newly installed combined cycle gas turbine system. Because location of power plants is a key parameter affecting air quality impacts, this study considers three potential locations for the installatio...

2007
STEVEN R. BRATT SEAN C. SOLOMON

Potentially important contributors to the topography and tectonics of multi-ring impact basins are the thermal contraction and thermal stress that accompany the loss of heat emplaced during basin formation. Heat converted from impact kinetic energy and contributed from the uplift of isotherms during cavity collapse are important components in the energy budget of a newly-formed basin. That the ...

Journal: :جغرافیا و مخاطرات محیطی 0
عبدالرضا رحمانی فضلی سعید صالحیان بادی

1. introduction the meaning of sustainability is an effort to reach the best results in human and environmental programs which are considered to be for present and future. zayandeh-rud is the most important and vital river in esfahan area which is used in agriculture, industry, providing drinking water and all other economic sectors. this river is originated from the zagros mountains – zardkooh...

2010
Mauricio Parra Andres Mora Carlos Jaramillo Manfred R. Strecker Edward R. Sobel Luis Quiroz Milton Rueda Vladimir Torres

Foreland basin development in the Andes of central Colombia has been suggested to have started in the Late Cretaceous through tectonic loading of the Central Cordillera. Eastward migration of the Cenozoic orogenic front has also been inferred from the foreland basin record west of the Eastern Cordillera. However, farther east, limited data provided by foreland basin strata and the adjacent East...

2006
Michael E. Smith

This article presents archaeological data on Late Postclassic long-distance trade in central and northern Mesoamerica. A ~ t e c trade goods from the Basin of Mexico (ceramics and obsidian) are widespread, while imports from other areas are much less common, both in the Basin of Mexico and elsewhere. The artifactual data signal a high volume of exchange in the Late Postclassic, and while trade ...

2004
K. S. Kavak

The Sivas Basin is one of the most well known major Tertiary basins of the Anatolia connected with the evolution of the Neotethyan Ocean. Central Anatolian Thrust Belt contains realms of this ocean and bounds the basin from north. Therefore, realms of the Inner Tauride Ocean are also surrounded the basin from southeast and represented with allochthonous units. Axis of the eastern section of thi...

Journal: :journal of sciences, islamic republic of iran 2012
m. yazdi

the alborz coal basin is located in northern part of iran. the coal deposits of shahrood in eastern alborz, zirab in central alborz and abyek in western alborz were studied as typical coalfields of the basin. shemshak formation which is the main coal-bearing sequence was formed during the triassic-jurassic in the basin. it consists of sandstone, siltstone, shale and claystone, which variedly al...

2009
C. Pieters S. Kumar J. W. Head J. N. Goswami K. Kumar J. Boardman M. Staid N. Petro P. Isaacson

Introduction: Many impact basins on the Moon are filled with extensive mare basalts [1]. This obscures a) the primary structure of fresh basin interiors, including the nature and distribution of impact melts, and b) the nature of the early stages of the filling of basins with mare basalts. In contrast, the interior of the Orientale basin, the youngest and most well-preserved large basin on the ...

2017
Soren Brothers Yvonne Vadeboncoeur Paul Sibley

Article history: Received 23 November 2016 Accepted 19 March 2017 Available online 6 April 2017 Since the late 1990s, the central basin of Lake Erie has reputedly experienced an increase in the frequency and severity of hypoxic events. However, total phosphorus (TP) loading, in-lake TP concentrations, chlorophyll a (Chl a), and sediment oxygen demand (SOD) have all declined in the central basin...

2006
Jim E. O'Connor Gordon E. Grant Tana L. Haluska

Within the Deschutes River basin of central Oregon, the geology, hydrology, and physiography influence geomoqhic and ecologic processes at a variety of temporal and spatial scales. Hydrologic and physiographic characteristics of the basin are related to underlying geologic materials. In the southwestern part of the basin, Quaternary volcanism and tectonism has created basin fills and covered an...

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

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

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