نتایج جستجو برای: scanningelectron microscopy (sem)

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

Journal: Journal of Nanoanalysis 2017
Ali Morad Rashidi Majid Masoumi, Mohammadmehdi Choolaei Saeed Sadeghpour,

Graphene films were fabricated over synthesized MCM-41 nanocatalyst by chemical vapordeposition method, and the reaction was carried in atmospheric pressure at 750˚C. Acetylenegas used as a carbon precursor and the synthesis reaction took place in hydrogen atmosphere.Mesoporous MCM-41 was synthesized at room temperature, using wet chemical method. Thesynthesized metal free catalyst was characte...

Journal: :journal of ultrafine grained and nanostructured materials 2015
ali abolhasani mahmood aliofkhazraei seyed saeed farhadi alireza sabour rouhaghdam masoud asgari

plasma electrolytic oxidation (peo) was performed on a 1010 aluminum alloy. to achieve thenanocomposite structure, si3n4 nanoparticles were added into the electrolyte. in an alkaline aqueoussuspension (silicate-based), the effect of adding niso4 on the applied voltage, microstructure,composition, wear, and corrosion resistance of peo coatings was investigated using scanningelectron microscopy (...

Journal: :journal of physical & theoretical chemistry 2011
mohammad khodadadi moghaddam fatemeh fallah iri sola

tio2 nanoparticles were synthesized by modified sol—gel method using pure room temperature ionic liquid(rtil) 2-hydroxyethylammonium formate as a reaction medium. the structure and morphology of tio2nanoparticles were characterized with x-ray powder diffraction (xrd), bet surface analysis and scanningelectron microscopy (sem). tio2 nanoparticles were synthesized in open and closed vessels. the ...

Plasma electrolytic oxidation (PEO) was performed on a 1010 Aluminum alloy. To achieve thenanocomposite structure, Si3N4 nanoparticles were added into the electrolyte. In an alkaline aqueoussuspension (silicate-based), the effect of adding NiSO4 on the applied voltage, microstructure,composition, wear, and corrosion resistance of PEO coatings was investigated using ScanningElectron Microscopy (...

Fatemeh Fallah Iri Sola Mohammad Khodadadi Moghaddam

TiO2 nanoparticles were synthesized by modified sol—gel method using pure room temperature ionic liquid(RTIL) 2-hydroxyethylammonium formate as a reaction medium. The structure and morphology of TiO2nanoparticles were characterized with X-ray powder diffraction (XRD), BET surface analysis and scanningelectron microscopy (SEM). TiO2 nanoparticles were synthesized in open and closed vessels. The ...

Journal: :مجله بهداشت محیط و توسعه پایدار 0
mehdi mokhtari assistant professor, environmental science and technology research center, department of environmental health engineering, school of public health, shahidsadoughi university of medical sciences, yazd, iran. negarjafari jafari phd student, environmental research center, faculty of public health, isfahan university of medical sciences, isfahan, iran. asghar ebrahimi assistant professor, environmental science and technology research center, department of environmental health engineering, school of public health, shahidsadoughi university of medical sciences, yazd, iran. amir mohammadi phd student. environmental science and technology research center, department of environmental health engineering, school of public health, shahidsadoughi university of medical sciences, yazd, iran. ali abdolahnejad phd student. environmental science and technology research center, department of environmental health engineering, school of public health, shahidsadoughi university of medical sciences, yazd, iran. yaghob hajizadeh assistant professor, environmental research center,department of environmental health engineering, faculty of public health, isfahan university of medical sciences, isfahan, iran.

introduction: today, have been approved scientifically relationship between presence of asbestos fibers in the human respiratory area and malignant diseases such as lung advanced fibrosis (asbestosis), gastrointestinal, lung and laryngeal cancers. the aim of this study was the determination of asbestos fibers concentration in yazd city’s air in the summer of 2015. methods: this is a descriptive...

Journal: :international journal of nano dimension 0
a. pourahmad department of chemistry, guilan science and research branch, islamic azad university, guilan, iran.

we report the growth by ion exchange synthesis of zns nanoparticles in mcm-41 matrices using zn (ch3coo)2 and na2s starting sources. the final product (zns/mcm-41) was characterized by x-ray diffraction (xrd) pattern, transmission electron microscopy (tem), scanning electron microscopy (sem), infrared spectrometry (ir) and uv-vis spectroscopy. its crystalline structure and morphology was studie...

Journal: :iranian endodontic journal 0
vahid zand hadi mokhtari mehrdad lotfi saeed rahimi aydin sohrabi sina badamchi zadeh

introduction: the aim of this in vitro study was to evaluate the effect of an experimental irrigation solution, containing two different concentrations of papain, tween 80, 2% chlorhexidine and edta, on removal of the smear layer. methods and materials: thirty-six single-rooted teeth were divided into two experimental groups ( n =12) and two positive and negative control groups of six. the cana...

Journal: :journal of physical & theoretical chemistry 2013
morrasa amani malkeshi karim zare

in this research, the effect of catalyst type on the cnts synthesis was investigated. the carbonnanotubes (cnts) were produced on stainless steel substrates and two of catalyst with differentcharacteristics by using thermal chemical vapor deposition (tcvd) method. the catalysts have theimportant role for the growth carbon nanotubes (cnts). acetylene gas (c2h2) diluted by nh3 wasused as the reac...

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

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

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