نتایج جستجو برای: northeast and northwest

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

آلیانی, فرهاد, علیرضایی, علی , مرادیان, عباس,

The Meiduk porphyry copper deposit is located in the northwest of Dehaj- Sarduieh volcano- sedimentary complex in Kerman (southeast of Urumieh- Dokhtar volcano-plutonic belt) and about 42 Km northeast of the Shahr-Babak. The Meiduk porphyry stock with an age 12.5 Ma intruted into Eocene volcanic rocks with andesite, andesitic-basalt and dacite composition (Razak complex). Petrographic studies i...

Journal: :Journal of Geography and Geology 2022

A new and fundamentally different glacial history paradigm (developed by using Missouri River drainage basin topographic map evidence) is tested system erosional landform evidence located along near the northeast Alabama Tennessee River-Gulf of Mexico divide (Tennessee Valley Divide). The describes a thick North American continental ice sheet (located where sheets are usually reported to have b...

اسماعیلی, منیره , ملک‌زاده شفارودی, , کریم پور, محمدحسن ,

The study area is located at northeast of Neyshabour in the Khorasan Razavi Province, northwest Arghash Gold Mine. The rocks of area are composed of polutonic to subvolcanic units with acid- intermediate in composition. They consist of granodiorite, diorite and granite. Alteration zones are: propylitic, sericitic, silicified and argillic. In the study area, mineralization is divided into two ty...

Journal: :Land 2022

Since the 1980s, rapid urbanization in China has been accompanied by city shrinkage. Identifying shrinking cities and clarifying spatial temporal patterns are of great significance for formulating policies realizing smart City shrinkage characterized population loss is a difficult challenge urban planning regional development policy-making. This paper uses 2012–2020 nighttime light (NTL) data t...

Journal: :Journal of agricultural science 2023

The sustained stability of the arable land replanting index is crucial to national food security strategy. exploration temporal and spatial changes in great significance for agricultural development evaluation. This study investigates China’s from 2010 2019 using MODIS NDVI image data, S-G filtering, quadratic differentiation methods. results show that there are significant difference...

2006
M. D. HANNINGTON P. STOFFERS I. C. WRIGHT A. G. REYES E. T. BAKER G. J. MASSOTH J. E. LUPTON R. R. GREENE C. W. R. SOONG J. ISHIBASHI G. T. LEBON C. J. BRAY J. A. RESING

Brothers volcano, which is part of the active Kermadec arc, northeast of New Zealand, forms an elongate edifice 13 km long by 8 km across that strikes northwest-southeast. The volcano has a caldera with a basal diameter of ~3 km and a floor at 1,850 m below sea level, surrounded by 290to 530-m-high walls. A volcanic cone of dacite rises 350 m from the caldera floor and partially coalesces with ...

Hajialioghli, Robab, Moazzen, Mohsen, Salimi, Zohreh,

The pre-Eocene Allahyarlu ophiolitic- metamorphic complex is exposd in the core of the Allahyarlu anticline in the northwest of Iran and northeast of Meshginshahr. This complex consists of a variety of schist, gneiss, amphibolite and metadibase rocks with serpentinite and tectonic slices including gabbro, dunit, marble and diabase. Amphibolites can be divided into garnet-free amphibolite and ga...

Journal: :Agro productividad 2023

Objective: to establish that the price of main products Mexican agricultural sector are cointegrated with production producing States five regions sector.
 Design/methodology/approach: thirty cointegration tests were carried out determine if prices influence Mexico Mexico, which grain corn, sorghum and bean.
 Results: in northwest region, does not beans; In northeast, central-western ...

Journal: :Sustainability 2021

This study uses geographic information systems (GIS) and geographical detector techniques to explore the national regional pattern of spatial distribution China’s ski resorts, quantitatively identifies main factors that influence their location. Results show although areas are geographically clustered, resorts more likely be located at high latitudes (northeast northwest China) than low (centra...

Journal: :E3S web of conferences 2021

The range of Himalayan marmot ( Marmota himalayana Hodgson, 1841) has an insular character, as it is limited by ecological and geographical barriers: in the north, northeast east, these are deserts Loess Plateau, west - mountain peaks covered with glaciers rivers, south forests southern macro slope Himalayas. Only northwest there corridor. isolation populations marmots provokes divergence alarm...

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

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

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