نتایج جستجو برای: hematite and magnetite

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

2016
Elena Bykova

Iron oxides in nature take on different forms. „The most common iron oxide is hematite, Fe2O3, which is the end product of many geological processes and the main source of iron for our civilization,“ explains Bykova. During the past five years, however, scientists have discovered other iron oxides like Fe4O5, Fe5O6, and Fe13O19 that form at high pressures and temperatures. Investigating the beh...

2003
Timothy D. Glotch Richard V. Morris Thomas G. Sharp Philip R. Christensen

Introduction. The Thermal Emission Spectrometer (TES) instrument aboard Mars Global Surveyor discovered several isolated deposits of gray, crystalline hematite in Sinus Meridiani, Aram Chaos, and Valles Marineris. A variety of formation mechanisms has been proposed for the martian hematite deposits [1-5], including aqueous and nonaqueous processes. Comparison of the average Sinus Meridiani hema...

Journal: :Minerals 2022

The most frequent crystallographic preferred orientations developed during the progressive phase transformation of magnetite-hematite-goethite are described and analyzed in two natural samples banded iron formations from Carajás Mineral Province. Microtextures martitized grains containing three phases microplaty matrix were a scanning electron microscope equipped with detector for backscatter d...

2014
Tejbir Singh Parjit S. Singh

Photon interaction effective atomic number (Z eff ) for partial as well as total photon interaction processes has been computed using logarithmic interpolation method for seven different concretes viz. (i) Ordinary, (ii) Hematite Serpentine, (iii) Ilmenite Limonite, (iv) Basalt magnetite, (v) Ilmenite, (vi) Steel scrap and (vii) Steel magnetite concrete in the wide energy range from 10.0 keV to...

2006
IVAN JURKOVIĆ

This paper gives a critical review of all relevant, published works on the stratigraphy, tectonics, magmatism, metamorphism and metallogeny of the metamorphic complex of the Drina-Ivanjica Formation in eastern Bosnia-western Serbia. Special attention was paid to all unresolved or controversial issues in geology and metallogeny of this area. The basic controversial geological problem is the ques...

Journal: :E3S web of conferences 2021

The research is aimed at study of the probable recovery iron from tailings Olcon mining company located in north-western Arctic zone Russia. Material composition a sample dump was analysed. authors have developed separation production technology to recover magnetite-hematite concentrate tailings. A processing flowsheet includes magnetic separation, milling and gravity concentration methods. pro...

2015
Melina Macouin Damien Roques Sonia Rousse Jérôme Ganne Yoann Denèle Ricardo I. F. Trindade

The Neoproterozoic (1000–542 mol.yr ago) witnessed the dawn of Earth as we know it with modern-style plate tectonics, high levels of O2 in atmosphere and oceans and a thriving fauna. Yet, the processes leading to the fully oxygenation of the external envelopes, its exact timing and its link with the inner workings of the planet remain poorly understood. In some ways, it is a “chicken and egg” q...

Journal: :فیزیک زمین و فضا 0
محمد حامدپور دانشگاه هرمزگان جان پایپر دانشگاه انگلستان- استاد علی خردمند دانشگاه کرمان- استادیار پیمان رضایی دانشگاه هرمزگان محسن مرتضوی دانشگاه هرمزگان- استادیار

intruduction: red beds have been widely studied by palaeomagnetic methods for what they can tell us about the history of sedimentary basins and their subsequent deformation (collinson, 1974, turner, 1979a,b and 1981, mccabe and elmore, 1989, elmor, et al., 1993 and 2000). this study has investigated the palaeomagnetism of the cambrian red sediments (dezou and dahou formation) of the eastern mar...

زرین‌کوب, محمدحسین, شیوا, محمد, عسگری, محسن, کتابی, پوریا ,

Based on field observation, magnetic data results and chemical analysis of the samples in the Haj - Elyas area northwest of Nehbandan, an iron ore body within the Lower Cretaceous dolomitic limestone, was identified. The intrusion of a Fe-bearing porphyritic diorite into the dolomitic limestone caused the occurrence of iron mineralization in the area. Studies of 750 meters of diamond drill Core...

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

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

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