نتایج جستجو برای: metrezoate complex

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

Journal: :journal of craniomaxillofacial research 0
ramin foroughi department of oral and maxillofacial surgery, dental material research center, shahid beheshti hospital, university of babol, babol, iran. forouzan faghani dental student, school of dentistry, babol university of medical sciences, babol, iran. sara gharib department of ophthalmology, ayatollah rohani hospital, babol university of medical sciences, babol, iran. soraya khafri department of biostatic and epidemiology, school of medicine, babol university of medical sciences, babol, iran.

introduction: the main purpose of this study was to evaluate the prevalence of ophthalmic injuries associated with mid-facial fractures in patients admitted to shahid beheshti university hospital in babol, iran, from 2002 to 2012. materials and methods: a cross-sectional, retrospective study was undertaken to determine the prevalence of ophthalmic injuries associated with mid-facial fractures i...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه شیراز - دانشکده علوم 1391

some new water-soluble schiff base complexes of na2[m(5-so3-1,2-salophen)].nh2o; (5-so3-1,2-salophen = n,n’-bis(5-sulphosalicyliden)-1,2-phenylendiamine); na2[m(5-so3-2,3-salpyr)(h2o)n].2h2o; (5-so3-2,3-salpyr = n,n’-bis(5-sulphosalicyliden)-2,3-diaminopyridine); and na2[m(5-so3-3,4-salbenz)(h2o)n].nh2o; (5-so3-3,4-salbenz = n,n’-bis(5-sulphosalicyliden)-3,4-diaminobenzophenon); where m = cu, n...

Journal: :the iranian journal of pharmaceutical research 0
mir-jamal hosseini 1- faculty of pharmacy, shahid beheshti university of medical sciences, tehran, iran. 2- department of pharmacology and toxicology, school of pharmacy, zanjan university of medical sciences, zanjan, iran. 3- student research committee, school of pharmacy, shahid beheshti university of medical sciences, tehran, iran. fatemeh shaki shaki 1- faculty of pharmacy, shahid beheshti university of medical sciences, tehran, iran. 2- department of pharmacology and toxicology, school of pharmacy, mazandaran university of medical sciences, sari, iran. mahmoud ghazi-khansari department of pharmacology, school of medicine, tehran university of medical sciences, tehran, iran. jalal pourahmad faculty of pharmacy, shahid beheshti university of medical sciences, tehran, iran.

arsenic exposure mainly through food and water has been shown to be associated with increased incidence of numerous cancers and non-cancer harmful health. it is also used in cancer chemotherapy and treatment of several cancer types due to its apoptogenic effects in the various cancer and normal cell lines. we have already reported that liver is the storage site and important target organ in as ...

Journal: :Molecular Psychiatry 1997

In this paper‎, ‎the aim is to find a complex interval vector [Z] such that satisfies the complex interval linear system C[Z]=[W]‎. ‎For this‎, ‎we present a new method by restricting the general solution set via applying some parameters‎. ‎The numerical examples are given to show ability and reliability of the proposed method.

Journal: :South Pacific Journal of Psychology 2001

Journal: :Revista Matemática Complutense 2001

Journal: :acta medica iranica 0
s. z. tabatabaie m. t. rajabi f. asadi-amoli a. sadeghi-tari a. kasai

developmental midline perinasal masses in children are rare lesions specifically in association with choristomas. we encountered a 3-year-old boy with epiphora, a striking mass on the nasal bridge and ipsilateral nasal hypoplasia. ct scan imaging showed multiple calcified areas within the tumor in addition to linear defect in frontal bone, hypoplastic left ethmoidal sinus and left nasal cavity,...

Journal: :acta medica iranica 0
s. doosti s. azari-hamidian h. vatoost m. a. oshaghi m. hosseini

malaria has reemerged in northern borderline of iran after the collapse of former soviet :union:. there have been several reports of malaria epidemics in azerbaijan and ardebil provinces of iran. the anopheles maculipennis complex is assumed to play an important role in malaria transmission in these regions. for the first time in iran, a diagnostic character in 4th instar larvae, i.e. seta 2 (a...

Journal: :nanochemistry research 0
zohreh rashidi ranjbar shahid bahonar university of kerman, kerman, iran arezoo kamali shahid bahonar university of kerman, kerman, iran elham rezvan nejad graduate university and advanced technology of kerman, kerman, iran

here, we report the synthesis of a schiff-base mixed-ligand complex of cadmium(іі) in bulk and nano-scales via the precipitation and sonochemical methods, respectively. the complex formula is [cd(3-bpdh)(3-bpdb)cl2]n (1), where the ligands are 3-bpdh = 2,5-bis(3-pyridyl)-3,4-diaza-2,4-hexadiene and 3-bpdb = 1,4-bis(3-pyridyl)-2,3-diaza-1,3-butadiene. the structure of mixed-ligand complex (1) wa...

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

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

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