نتایج جستجو برای: resin modified glass

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

Journal: :Brazilian oral research 2012
Janaina Barros Cruz Tathiane Larissa Lenzi Tamara Kerber Tedesco Camila de Almeida Brandão Guglielmi Daniela Prócida Raggio

This in vitro study evaluated the bond strength of adhesive restorative materials to sound and eroded dentin. Thirty-six bovine incisors were embedded in acrylic resin and ground to obtain flat buccal dentin surfaces. Specimens were randomly allocated in 2 groups: sound dentin (immersion in artificial saliva) and eroded dentin (pH cycling model - 3× / cola drink for 7 days). Specimens were then...

2012
Vaibhav Deorao Kamble Rambhau D. Parkhedkar Tushar Krishnarao Mowade

PURPOSE The aim of this study was to compare the flexural strength of polymethyl methacrylate (PMMA) and bis-acryl composite resin reinforced with polyethylene and glass fibers. MATERIALS AND METHODS Three groups of rectangular test specimens (n = 15) of each of the two resin/fiber reinforcement were prepared for flexural strength test and unreinforced group served as the control. Specimens w...

Journal: :Journal 1999
S Y Cho A C Cheng

Glass ionomer cements are tooth-coloured materials that bond chemically to dental hard tissues and release fluoride for a relatively long period. They have therefore been suggested as the materials of choice for the restoration of carious primary teeth. However, the clinical performance of conventional and metal-reinforced glass ionomer restorations in primary molars is disappointing. And altho...

2015
Maria Fernanda Costa Cabral Roberto Luiz de Menezes Martinho Manoel Valcácio Guedes-Neto Maria Augusta Bessa Rebelo Danielson Guedes Pontes Flávia Cohen-Carneiro

OBJECTIVES The aim of this study was to evaluate the fluoride release of conventional glass ionomer cements (GICs) and resin-modified GICs. MATERIALS AND METHODS The cements were grouped as follows: G1 (Vidrion R, SS White), G2 (Vitro Fil, DFL), G3 (Vitro Molar, DFL), G4 (Bioglass R, Biodinâmica), and G5 (Ketac Fil, 3M ESPE), as conventional GICs, and G6 (Vitremer, 3M ESPE), G7 (Vitro Fil LC,...

Journal: :The journal of contemporary dental practice 2004
A R Daneshkazemi

The aim of this in vitro study was performed to evaluate the effect of dentin bonding agents and glass ionomer cement beneath composite restorations and its resistance to fracture of endodontically treated teeth. Fifty sound extracted maxillary teeth were selected; ten of them for controls and the remainder were modified with root canal treatment and a mesial occlusal distal (MOD) cavity prepar...

Journal: :Dental materials journal 2003
Takahito Kanie Hiroyuki Arikawa Koichi Fujii Seiji Ban

In this study, the L*a*b* color system as a color system and light transmittance of the denture base resin reinforced with wire mesh and glass cloth were measured, and the color difference (deltaE*ab) was calculated using L*, a* and b* values which were measured both on a white calibration plate and on a null background. The thicknesses of test specimens, which were reinforced with wire mesh an...

2016
Nannan Hu Ke Wang Hongming Ma Wanjiang Pan Qingqing Chen

The glass fiber reinforced epoxy resin composites play an important role in superconducting Tokamak, which are used to insulate the metal components, such as superconducting winding, cooling pipes, metal electrodes and so on. For the components made of metal and glass fiber reinforced epoxy resin composites, thermal shrinkage leads to non-ignorable thermal stress, therefore, much attention shou...

2012
TALAL A. AL-QUNAIAN

The purpose of this in vitro study was to compare the microleakage of occlusal resin composite and three glass ionomer/ resin composite techniques. Class I occlusal preparations were initiated on forty molar teeth. Teeth were randomly assigned to four groups of ten. Groups were restored as follow: 1) Solo Plus / Point 4 resin composite, 2) Fuji IX/ Fuji Bond LC/ Point 4, 3) Fuji IX/ Experimenta...

Journal: :علوم و تکنولوژی پلیمر 0
سیامک مطهری

0

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

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

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