نتایج جستجو برای: titanium dioxide tio 2

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

2017
Xiaoliang Wang Yanyan Zhao Kristian Mølhave Hongyu Sun

Titanium dioxide (TiO₂) materials have been intensively studied in the past years because of many varied applications. This mini review article focuses on TiO₂ micro and nano architectures with the prevalent crystal structures (anatase, rutile, brookite, and TiO₂(B)), and summarizes the major advances in the surface and interface engineering and applications in environmental and electrochemical...

Journal: :Journal of Infrared, Millimeter, and Terahertz Waves 2022

Abstract Microwave absorbing layer materials (MALMs) are extremely important for many components in fusion reactors to absorb microwave radiation a controlled manner and with predictable power density. Therefore, detailed knowledge of absorption properties absorber coating used is necessary. Plasma-sprayed mixed oxide coatings most commonly those applications where moderate density expected. In...

2017
Lihui Xuan Guangping Han Dong Wang Wanli Cheng Xun Gao Feng Chen Qingde Li

Surface modification and characterization of titanium dioxide (TiO₂) nanoparticles and their roles in thermal, mechanical, and accelerated aging behavior of foamed wheat straw fiber/polypropylene (PP) composites are investigated. To improve the dispersion of nanoparticles and increase the possible interactions between wheat straw fiber and the PP matrix, the surface of the TiO₂ nanoparticles wa...

Journal: :Journal of the American Chemical Society 2009
Sara E Koops Brian C O'Regan Piers R F Barnes James R Durrant

In this paper we focus upon the electron injection dynamics in complete nanocrystalline titanium dioxide dye-sensitized solar cells (DSSCs) employing the ruthenium bipyridyl sensitizer dye N719. Electron injection dynamics and quantum yields are studied by time-resolved single photon counting, and the results are correlated with device performance. In typical DSSC devices, electron injection ki...

Journal: :The Annals of occupational hygiene 2005
Paul M Hext John A Tomenson Peter Thompson

Titanium dioxide (TiO(2)) is manufactured worldwide in large quantities for use in a wide range of applications and is normally considered to be toxicologically inert. Findings of tumours in the lungs of rats exposed chronically to high concentrations of TiO(2), but not in similarly exposed mice or hamsters, suggest that the tumorigenic response may be a rat-specific phenomenon but nonetheless ...

This work aims to study the photodegradation of Direct Blue 199 dye. The investigation was performed using titanium dioxide-based films immobilized on a polymethyl methacrylate (PMMA) polymer, by a promising low coast technique. The characterization of the films by X-ray diffractometry, fourier transform infrared spectroscopy, scanning electron microscopy, UV-Visible transmittance, and fluo...

Journal: :Philosophical transactions. Series A, Mathematical, physical, and engineering sciences 2012
Giuseppina Raffaini Fabio Ganazzoli

This paper reports a molecular modelling study of the adsorption of protein subdomains with unlike secondary structures on different surfaces of ceramic titanium dioxide (TiO(2)), forming a passivating film on titanium biomaterials that provides the interface between the bulk metal and the physiological environment, affecting its biocompatibility and performance. Using molecular dynamics method...

2013
Saud Alarifi Daoud Ali Amin A Al-Doaiss Bahy A Ali Mukhtar Ahmed Abdulaziz A Al-Khedhairy

Titanium dioxide (TiO₂) nanoparticles are among the top five nanoparticles used in consumer products, paints, and pharmaceutical preparations. Given that exposure to such nanoparticles is mainly via the skin and inhalation, the present study was conducted in male Wistar albino rats (Rattus norvegicus). Our aim was to investigate the effect of TiO₂ nanoparticles on hepatic tissue in an attempt t...

Journal: :IOP conference series 2023

Abstract The current world energy crisis and increase in global temperature has further necessitated the need to conduct more research on solar cells. Dye sensitized cells (DSSCs) remain one of cheapest cell technologies, but it inherent challenges. Titanium dioxide (TiO 2 ) remains suitable electrode materials, requires modification withstand technology problems. In this paper, silica was prod...

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

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

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