نتایج جستجو برای: carbonate formation

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

Journal: :Isotopes in environmental and health studies 2012
Michael E Böttcher Patrizia Geprägs Nadja Neubert Katja von Allmen Chloé Pretet Elias Samankassou Thomas F Nägler

In this study, we present the first experimental results for stable barium (Ba) isotope ((137)Ba/(134)Ba) fractionation during low-temperature formation of the anhydrous double carbonate BaMn[CO(3)](2). This investigation is part of an ongoing work on Ba fractionation in the natural barium cycle. Precipitation at a temperature of 21±1°C leads to an enrichment of the lighter Ba isotope described...

Journal: :Applied and environmental microbiology 2011
Willem De Muynck Stijn Leuridan Denis Van Loo Kim Verbeken Veerle Cnudde Nele De Belie Willy Verstraete

A ureolytic biodeposition treatment was applied to five types of limestone in order to investigate the effect of pore structure on the protective performance of a biogenic carbonate surface treatment. Protective performance was assessed by means of transport and degradation processes, and the penetration depth of the treatment was visualized by microtomography. Pore size governs bacterial adsor...

The Chehel Kaman Formation of the upper Paleocene age formed from carbonate and siliciclastic sediments is located, in the Kapeh Dagh Sedimentary Basin. Two sections where considered for the purpose of research into the effective diagenetic processes of this formation. The Cheshmeh Qorban section with a thickness of 270.8m located 140km down the Mashhad – Sarakhs Highway while the Shourlog Sect...

2017
Joe Harris Stephan E. Wolf

Employing the widely used ammonium carbonate diffusion method, we demonstrate that altering an extrinsic parameter—desiccator size—which is rarely detailed in publications, can alter the route of crystallization. Hexagonally packed assemblies of spherical magnesium-calcium carbonate particles or spherulitic aragonitic particles can be selectively prepared from the same initial reaction solution...

Journal: :Journal of the American Chemical Society 2008
Rotimi A Ojifinni Jinlong Gong Nathan S Froemming David W Flaherty Ming Pan Graeme Henkelman C Buddie Mullins

Experimental results supported by density functional theory calculations show carbonate formation and reaction on atomic oxygen precovered Au(111). Oxygen mixing is observed in temperature-programmed desorption measurements when a Au(111) precovered with 16O is exposed to isotopically labeled CO2 (C18O2). The presence of 16O18O is attributed to surface carbonate formation and decomposition at s...

2017
Jessica M Walker Bartosz Marzec Fabio Nudelman

Early-stage reaction mechanisms for aragonite-promoting systems are relatively unknown compared to the more thermodynamically stable calcium carbonate polymorph, calcite. Using cryoTEM and SEM, the early reaction stages taking place during aragonite formation were identified in a highly supersaturated solution using an alcohol-water solvent, and an overall particle attachment growth mechanism w...

Journal: :Environmental Health Perspectives 1997
Y C Hong S R Paik H J Lee K H Lee S M Jang

Nickel compounds are recognized to cause nasal and lung cancers. Magnesium is an effective protector against nickel-induced carcinogenesis in vivo, although its mechanisms of protection remain elusive. The effects of magnesium carbonate on the cytotoxicity and genotoxicity induced by nickel subsulfide were examined with respect to the inhibition of cell proliferation, micronuclei formation, DNA...

Journal: :دیرینه شناسی 0
لیلی فاتح بهاری محمد حسین محمودی قرایی

the upper cretaceous carbonate sequence of ab-deraz formation is well exposed in the kopet- dagh basin. this formation comprises marly limestone and three chalky limestone units. chalky limestone of ab-deraz formation is mainly composed of calcareous dinoflagellate (pithonellid calcispher), cocolithofore and planktonic foraminifera. carbon and oxygen stable isotopes analysis of the third chalky...

Afshin Hashmie, Azam Zare

Objective: The Asmari Formation is characterised by alternation thick carbonate and marl sequence of the Oligocene- Miocene in the Zagros Basin, southwest of Iran that were deposited on the shelf of Eastern Paratethys. Methods: This formation is exposed at Tang-e-Khoshk in the Fars subcoastal zone with a thickness of 286 m comprising alternation of medium and thick to massive bedded carbonates,...

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

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

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