نتایج جستجو برای: decorative coatings

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

2013
Siyoung Choi Xiaohua Yu Leenaporn Jongpaiboonkit Scott J. Hollister William L. Murphy

"Biomimetic" approaches for heterogeneous growth of inorganic coatings have become particularly widespread in biomedical applications, where calcium phosphate (CaP) mineral coatings are used to improve biomedical implants. Changes in coating properties can influence the effects of mineral coatings on adjacent cells, but to date it has not been practical to systematically vary inorganic coating ...

Journal: :Molecules 2017
Jindřich Musil

This article reviews the present state of the art in the field of flexible antibacterial coatings which efficiently kill bacteria on their surfaces. Coatings are formed using a reactive magnetron sputtering. The effect of the elemental composition and structure of the coating on its antibacterial and mechanical properties is explained. The properties of Cr-Cu-O, Al-Cu-N, and Zr-Cu-N antibacteri...

2009
Q. Zhao X. J. Su S. Wang X. L. Zhang P. Navabpour D. Teer

Si and N-doped DLC coatings with various Si and N contents were prepared using a magnetron sputter ionplating technology. The antifouling property of DLC coatings was evaluated with Pseudomonas fluorescens which is one of the most common bacteria forming biofilms on the surface of heat exchangers in cooling water systems. The experimental results showed that bacterial removal by a standardised ...

2012
Phillip H. Larson Ronald I. Dorn

No prior research has documented the different types of rock coatings in Yosemite Valley, despite the evident black streaks down Yosemite Falls, the light granitic rock exposed by recent rock falls contrasting with dark rock coatings, and the millions of visitors who have photographed the coated rocks of Yosemite. This paper identifies the types of rock coatings found on Half Dome, in Yosemite ...

Journal: :Coatings 2022

Microcapsules have received a great deal of attention from researchers due to their excellent properties, and are commonly prepared by interfacial in situ polymerisation methods. In is an important method microcapsule preparation, which has number advantages such as low cost suitability for industrial production. Microencapsulation used modify the state material order improve its practical usab...

2018
Guangrui Gao Ying Li Dan Hu Zhengping Xi

Micro-arc oxidation (MAO) ceramic coatings were formed on TC4 alloy surface in silicate and metaphosphate electrolytes based with K₂ZrF₆ for various concentrations. X-ray diffraction (XRD), Scanning electron microscopy (SEM), X-ray photoelectron spectroscopy (XPS) were used to characterize the phase composition, microstructure and chemical compositions of the coatings. The infrared emissivity o...

2014
Amardeep Singh Gurbhinder Singh Vikas Chawla

Significant research has been devoted to the development of hydroxyapatite (HA) as a coating material for metallic biomaterials used in bioimplants where the biocompatibility is provided by HA while the mechanical properties of the implant are confirmed by the metallic substrates. The in vitro tests of these coatings have conducted by soaking in simulated body fluid (SBF) solutions to evaluate ...

2016
Fen Zhang Changlei Zhang Rongchang Zeng Liang Song Lian Guo Xiaowen Huang Alan Meier

Coatings of the Mg(OH)2/Mg-Al layered double hydroxide (LDH) composite were formed by a combined co-precipitation method and hydrothermal process on the AZ31 alloy substrate in alkaline condition. Subsequently, a superhydrophobic surface was successfully constructed to modify the composite coatings on the AZ31 alloy substrate using stearic acid. The characteristics of the composite coatings wer...

2015
Colleen Twomey

A choice-based conjoint study was conducted sampling 400 individuals to determine their preference for Soft Touch and raised tactile coatings, which are sometimes called Hi Rise or profile coatings. Soft Touch coatings have a velvety, warm feel to them, and Hi Rise coatings simulate embossing with a glossy appearance to them. Both are considered tactile coatings, engaging the sense of touch. De...

2018
Pingyi Guo Yongbiao Lai Yong Shao Yu Zhang Hang Sun Yuxin Wang

To prevent Cr poisoning of the cathode and to retain high conductivity during solid oxide fuel cell (SOFC) operation, Cu or La doped Co-Mn coatings on a metallic interconnect is deposited and followed by oxidation at 750 ◦C. Microstructure and composition of coatings after preparation and oxidation is analyzed by X-ray diffraction (XRD) and scanning electron microscopy (SEM). High energy micro ...

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

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

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