نتایج جستجو برای: total cations

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

1998
Stefan Leue Lars Mehrmann Mohammad Rezai

Message Sequence Chart (MSC) speci cations have found their way into many software engineering methodologies and CASE tools, in particular in the area of telecommunications and concurrent real-time systems. MSC Speci cations often represent early life-cycle requirements and high-level design speci cations. We are considering iterating and branching MSC speci cations according to ITU-T Recommend...

2004
Stefan Leue Lars Mehrmann Mohammad Rezai

Message Sequence Chart (MSC) speci cations have found their way into many software engineering methodologies and CASE tools, in particular in the area of telecommunications and concurrent real-time systems. MSC Speci cations often represent early life-cycle requirements and high-level design speci cations. We are considering iterating and branching MSC speci cations according to ITU-T Recommend...

Journal: :APL Materials 2023

A reverse Monte Carlo analysis of neutron and x-ray total scattering data from two ceria-zirconia samples composition Ce0.75Zr0.25O2 is performed to analyze the distribution cations examine possibility oxide-ion disorder. For first material, heated in air under moderate conditions (800 °C), structure a single-phase solid-solution with statistical cations, but local tetragonal symmetry found, co...

Journal: :Hypertension 1982
J G Douglas G Brown C White

A number of biological responses to angiotensin II have been demonstrated to be modulated acutely by cations, but the exact mechanism has not been elucidated. We have utilized a radioreceptor assay for angiotensin II to determine whether this acute regulatory mechanism could be related to a change in either number or affinity of angiotensin II binding to receptors. Three target tissues were use...

2013
IAIN L. MACKENZIE ROBERT M. DONALDSON

brane uptake of IFB, were completely reversible. These findings are consistent with the concept that the formation of calcium salt bridges is essential for attachment of IFB,2 to the ileal-absorptive surface.

Mohammad K. Amini Nina Alizadeh

A proton NMR method for the drtermination of salvation numbers of alkaline earth cations with hexamethyl phosphoramide (HMPA) in nitromethane (NM) as diluents is described. The method is based on monitoring the resonance frequency of HMPA protons as a function of HMPA / metal ion molar ratio at constant metalion concentration. The average salvation number of cations,  , at any HMPA / metal ...

Journal: :Organic & biomolecular chemistry 2016
E De Santis A A Edwards B D Alexander S J Holder A-S Biesse-Martin B V Nielsen D Mistry L Waters G Siligardi R Hussain S Faure C Taillefumier

We describe the qualitative and quantitative analysis of the complexation properties towards cations of a cyclic peptoid hexamer composed of alternating α- and β-peptoid monomers, which bear exclusively chiral (S)-phenylethyl side chains (spe) that have no noticeable chelating properties. The binding of a series of monovalent and divalent cations was assessed by 1H NMR, circular dichroism, fluo...

Abdoliman Amouei, Mir Masaud Hosseini, Mohammad Reza Yousefi, Ramazan Rajabnia, Saeid Mahdavi Omran, Seyed Javad Moosavi, Seyed Mohammad Bagher Norozian Amiri,

Abstract Background and purpose: According to the reported problems in area of the inappropriateness of water quality which used for washing and staining of car apparatuses in a car factory, this research was carried out for identification of physical, chemical, and microbiological characteristics of the consumed water in Babol car factory, Iran. Materials and Methods: Physical and chemical par...

1996
Madhav V. Marathe Harry B. Hunt Richard Edwin Stearns Venkatesh Radhakrishnan

We study the complexity of various combinatorial problems when instances are speci ed using one of the following succinct speci cations: (1) the 1-dimensional nite periodic narrow speci cations (denoted 1-FPN-speci cations) of Ford et al. and Wanke [FF58, Wa93]; (2) the 1-dimensional nite periodic narrow speci cations with explicit boundary conditions (denoted 1-FPN(BC)-speci cations) of Gale [...

Amirsaeid Hosseini, Mojgan Salavati, Saeid Hakimi Asiaber,

Introduction Rivers are one of the most important water resources and it is very important to study their water quality. Therefore, in this study, sampling was done from 15 permanent waterway stations of Pirbadush and Gashun of Qolyan River in Lorestan province, which are located in the path of oil shales.   Materials and Methods  Hydro-geochemical parameters were calculated by analyzing t...

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

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

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