نتایج جستجو برای: sieve texture plagioclase

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

Journal: :iranian journal of chemical engineering 0
taleb zarei mechanical engineering department, hormozgan university, bandar abbas, iran jamshid khorshidi department of mechanical engineering, university of hormozgan, bandar abbas, iran

this paper addresses an experimental investigation in the hydrodynamic behavior of a modified slotted sieve tray. slotted sieve tray (push valve sieve tray) is a sieve tray that the push valves have been utilized on the tray deck to eliminate liquid gradients and non-uniformity of liquid distribution on the tray. the air-water system was used in an industrial scale experimental rig with an inte...

2003
N. T. Kita Y. Ikeda H. Shimoda Y. Morishita S. Togashi

Introduction: Ureilitic meteorites are ultramafic rocks with highly depleted REE abundance, while showing primitive signatures, such as abundant noble gases and oxygen isotopic heterogeneities. A lack of basaltic components among ureilitic meteorites is the major cause of our poor understanding of their evolution. Especially, chronological studies of ureilites are limited because of depletion o...

2003
A. Yamaguchi M. Ebihara

Introduction: An achondrite, Dhofar 007 (~27 kg) was found in the Oman desert and was initially classified as a cumulate eucrite [1]. However, Yamaguchi et al. [2] showed that a coarse-grained clast (CG clast) in Dhofar 007 has a high abundance of metallic phases and the high bulk Ni and Co contents, and suggested a possible relationship with mesosiderites. We performed an additional petrologic...

2007
C. DANTAS G. CEULENEER M. GREGOIRE M. PYTHON R. FREYDIER H. J. B. DICK

The Southwest Indian Ridge (SWIR) at 9^168E and 52^538S is characterized by ultra-slow, oblique spreading and contains one of the few documented occurrences of pyroxenite veins associated with abyssal peridotites. The origin of these uncommon lithologies is still debated.We present a detailed study (including electron microprobe and laser ablation inductively coupled plasma mass spectrometry) o...

2009
M. L. Hutson R. Hugo A. M. Ruzicka A. E. Rubin

Introduction: Miller Range 99301 (MIL 99301) was classified as an LL6 ordinary chondrite based on its recrystallized texture in thin section, chemical homogeneity of olivine and low-Ca pyroxene grains, and the presence of coarse (>50 μm) interstitial grains of plagioclase [1]. Determination of shock stage was problematic as various shock indicators gave contradictory information: olivine and pl...

Journal: :The Journal of Cell Biology 1967
K. Esau J. Cronshaw L. L. Hoefert

In minor veins of leaves of Beta vulgaris L. (sugar beet) yellows virus particles were found both in parenchyma cells and in mature sieve elements. In parenchyma cells the particles were usually confined to the cytoplasm, that is, they were absent from the vacuoles. In the sieve elements, which at maturity have no vacuoles, the particles were scattered throughout the cell. In dense aggregations...

Journal: :IACR Cryptology ePrint Archive 2015
Kenichiro Hayasaka Kazumaro Aoki Tetsutaro Kobayashi Tsuyoshi Takagi

The security of pairing-based cryptography is based on the hardness of solving the discrete logarithm problem (DLP) over extension field GF(p) of characteristic p and degree n. Joux et al. proposed an asymptotically fastest algorithm for solving DLP over GF(p) (JLSV06-NFS) as the extension of the number field sieve over prime field GF(p) (JL03-NFS). The lattice sieve is often used for a largesc...

2006
JOSEPH R. SMYTH JOSEPH V. SMITH

Electrostatic calculations estimated the energy of hypothetical ion clustering in intermediate plagioclase feldspars. The calculated energy appears too great to allow segregation of Ca and Na atoms into domains upon annealing without a corresponding movement of A1 and Si from an original disordered structure. The calculated energy may be sufficiently small that Ca and Na atoms can disorder part...

Bendgude Namdeo Tukaram, Iyer Vidaya Rajagopalan Poddar Sushi Ikumar Shartchandra

This paper reviews the use of texture analysis in studying the performance of hydrophilic matrices of highly soluble drugs and different types of excipients (i.e. water-soluble, water-insoluble and swellable, and water insoluble and non-swellable). Tablets were prepared by direct compression, and their swelling and erosion in presence of these different excipients were assessed with the help of...

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

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

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