نتایج جستجو برای: dalacin phosphate

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

الدین صدر, سیدشهاب, شعبان زاده, علیرضا , قائم مقامی, فاطمه ,

To evaluate the tolerance and effectiveness of conjugated Estrogen for women with established post-menopausal Osteoporosis and hot flushes, with the use of paired comparison, randomized, we tested during an 10 month period the bone mineral contents and plasma glucose in subjects who afforded by premarin in dosages of 0.625 mg for days 1 to 25 and oral medroxy progesterone acetate for days 15 to...

Alireza Ghanbari Mohammadreza Mohammadzade Attar

Epoxy powder coatings containing zinc aluminum phosphate (ZAP) and zinc phosphate (ZP), which are the 2nd and 1st generation of phosphate-based pigments respectively, were applied to the surface of mild steel sheets. The anticorrosive performances of the coated samples were studied using electrochemical impedance spectroscopy (EIS). Cathodic disbonding resistance and the adhesion performance of...

Journal: :iranian journal of analytical chemistry 2013
mohammad ali karimi abdolhamid hatefi-mehrjardi alireza mohadesi sayed zia mohammadi mehdi taghdiri

in this work, a new, simple and fast method for the solid phase extraction-spectrophotometric determination of phosphate using cetyltrimethyl ammonium bromide immobilized on alumina-coated magnetite nanoparticles (ctab@acmnps) has been developed. the determination of phosphate is based on the molybdenum blue method which was monitored at λmax of 810 nm. mnps and acmnps characterized by sem, vsm...

Journal: :international journal of environmental research 0
m. behbahani civil and environmental engineering department, amirkabir university of technology (aut), hafez st., tehran, 15875-4413, iran m.r. alavi moghaddam civil and environmental engineering department, amirkabir university of technology (aut), hafez st., tehran, 15875-4413, iran m. arami textile engineering department, amirkabir university of technology (aut), hafez st., tehran, 15875-4413, iran

this study presents a comparison between aluminum and iron plate electrodes on phosphate removal from aqueous solutions by electrocoagulation process. the effectiveness of main operational parameters such as initial ph, initial phosphate concentration and current density were examined. in addition, treated solution and sludge characteristics, energy consumption and electrode mass depletion were...

Journal: :پژوهش های زراعی ایران 0
پرویز رضوانی مقدم سارا بخشایی افسانه امین غفوری لیلا جعفری

in order to study the effect of fertilizer management on summer savory production, a field experiment was conducted at the agricultural research station, college of agriculture, ferdowsi university of mashhad, iran during growing season of 2009. a randomized complete block design with three replications was used. treatments included: 1) nitroxin biofertilizer 2) phosphate solubilizing bacteria ...

Journal: :مجله دانشکده دندانپزشکی اصفهان 0
m - sabouhi n hekmat n baiatabadi

abstract introduction. recently, the ariadent zinc phosphate cement has been introduced to market with low cost. some dentists purchase this product because of low cost and others avoid buying it because of unreliable quality. the two important properties of ideal dental cement are to have the minimum film thickness (less than 25 micron) and to have favorable compressive strength. the purpose o...

دمیری, کاظم , پورکاسب, هوشنگ, زراسوندی, علیرضا , چرچی , عباس ,

The Kuh-e- Sefid and Banari phosphate horizons in Zagros Simply fold belt occurred in Pabdeh Formation. At this regard several samples collected from two phosphate horizons, for ICP-MS analyses. The result of ICP-MS analyses show that major oxides in two horizons are CaO> SiO2> Al2O3> Fe2O3> P2O5 respectively that the values of P2O5 in the Banari and Kuh-e- Sefid horizons is low and about 1.95 ...

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

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

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