CINXE.COM

Flowable injection technique: how to avoid air bubbles

<!doctype html> <html lang='en-GB'> <head> <script type="text/javascript" charset="UTF-8" src="//cdn.cookie-script.com/s/057e68b5f42875c5630325afe621d060.js"></script> <script> function popup_window(url, title, w, h) { var left = (screen.width / 2) - (w / 2) + window.screenX; var top = (screen.height / 2) - (h / 2); return window.open(url, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=' + w + ', height=' + h + ', top=' + top + ', left=' + left); } </script> <meta charset="UTF-8"> <script type="text/javascript"> var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,initializeOnLoaded:function(o){gform.domLoaded&&gform.scriptsLoaded?o():!gform.domLoaded&&gform.scriptsLoaded?window.addEventListener("DOMContentLoaded",o):document.addEventListener("gform_main_scripts_loaded",o)},hooks:{action:{},filter:{}},addAction:function(o,n,r,t){gform.addHook("action",o,n,r,t)},addFilter:function(o,n,r,t){gform.addHook("filter",o,n,r,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,n){gform.removeHook("action",o,n)},removeFilter:function(o,n,r){gform.removeHook("filter",o,n,r)},addHook:function(o,n,r,t,i){null==gform.hooks[o][n]&&(gform.hooks[o][n]=[]);var e=gform.hooks[o][n];null==i&&(i=n+"_"+e.length),gform.hooks[o][n].push({tag:i,callable:r,priority:t=null==t?10:t})},doHook:function(n,o,r){var t;if(r=Array.prototype.slice.call(r,1),null!=gform.hooks[n][o]&&((o=gform.hooks[n][o]).sort(function(o,n){return o.priority-n.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==n?t.apply(null,r):r[0]=t.apply(null,r)})),"filter"==n)return r[0]},removeHook:function(o,n,t,i){var r;null!=gform.hooks[o][n]&&(r=(r=gform.hooks[o][n]).filter(function(o,n,r){return!!(null!=i&&i!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][n]=r)}}); </script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <link rel="apple-touch-icon" sizes="57x57" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/favicon-16x16.png"> <link rel="manifest" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/favicon/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <meta name='robots' content='max-image-preview:large' /> <link rel='stylesheet' id='wp-block-library-css' href='https://d36zfg4d500s0g.cloudfront.net/wp-includes/css/dist/block-library/style.min.css?ver=5.8.10' type='text/css' media='all' /> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/jquery_3_5_1/jquery-3.5.1.min.js"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/owl-carousel/owl.carousel.min.js"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/owl-carousel/owl.carousel2.thumbs.min.js"></script> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/css/bootstrap.min.css"> <link href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/fonts/fontawesome-5.15.4/all.css" rel="stylesheet"> <!--load all styles --> <link href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/fonts/fontawesome-6.4.2/all.css" rel="stylesheet"> <!--load all styles --> <link href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/fonts/open-sans-ext/open-sans.css" rel="stylesheet"> <!--load all styles --> <!-- <link href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/fonts/custom/style.css" rel="stylesheet"> --> <link href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/fonts/custom-2/style.css?v=1" rel="stylesheet"> <!--load all styles --> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/owl-carousel/owl.carousel.min.css"> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/css/gravity.css?v=1739432787"> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/css/chosen.css?v=1637248560"> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/css/styles.css?v=1741934068"> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/css/woocommerce.css?v=1653476066"> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/css/select2.css?v=1628251260"> <title>Flowable injection technique: how to avoid air bubbles</title> <meta name="title" content="Flowable injection technique: how to avoid air bubbles"> <meta name="description" content="Flowable injection technique: how to avoid air bubbles"/> <link rel="canonical" href="https://www.dental-tribune.com/c/kuraray-noritake/photogallery/flowable-injection-technique-how-to-avoid-air-bubbles-in-composite-restorations/" /> <meta name="keywords" content="aesthetic restorations, flowable composites, restorative dentistry"> <meta name="author" content="Dental Tribune International"> <meta property="og:title" content="Flowable injection technique: how to avoid air bubbles"> <meta property="og:site_name" content="Dental Tribune International"> <meta property="og:url" content="https://www.dental-tribune.com/c/kuraray-noritake/photogallery/flowable-injection-technique-how-to-avoid-air-bubbles-in-composite-restorations/?time=1712921051"> <meta property="og:description" content="Flowable injection technique: how to avoid air bubbles"> <meta property="og:type" content="article"> <meta property="og:image" content="https://dgoavhl867cjd.cloudfront.net/0001/19f149ad/resize-crop(w=1200;h=627):sharpen(level=0):output(format=jpeg)/up/dt/2021/08/placeholder.jpg"> <meta property="article:section" content="Photogallery" /> <meta property="article:tag" content="aesthetic restorations, flowable composites, restorative dentistry" /> <meta property="article:published_time" content="2024-04-09 11:56:56" /> <meta property="article:publisher" content="www.dental-tribune.com" /> <meta property="fb:app_id" content="2507254925974436"> <link rel="alternate" href="https://www.dental-tribune.com/c/kuraray-noritake/photogallery/flowable-injection-technique-how-to-avoid-air-bubbles-in-composite-restorations/" hreflang=x-default> <!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u = "https://analytics.tribune-group.com/"; _paq.push(['setTrackerUrl', u + 'matomo.php']); _paq.push(['setSiteId', 4]); //DUPLICATE DATA TO TRACK GLOBALLY - TAKEN FROM: //https://developer.matomo.org/guides/tracking-javascript-guide#multiple-piwik-trackers var websiteIdDuplicate = 6; _paq.push(['addTracker', u + 'matomo.php', websiteIdDuplicate]); var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0]; g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s); })(); </script> <!-- End Matomo Code --> <!-- Meta Pixel Code --> <!-- End Meta Pixel Code --> </head> <body class="blog not-logged-in"> <div class="wrapper padding-small"> <div class="site-label"> <a href="https://www.dental-tribune.com/topic/international-dental-show/"> <div class="site-label-logo"> <span class="logo"> <i>INTERNATIONAL</i> <i>DENTAL</i> <i>SHOW</i> <i>2025</i> </span> </div> </a> </div> <div class="search-wrap"> <div class="search-field"> <div class="search-close"><i class="icon-close"></i></div> <h3>Search Dental Tribune</h3> <form action="/"> <input type="text" value="" name="s" id="s"> <input type="submit" id="searchsubmit" value="Search"> </form> </div> </div> <header id="masthead" class="site-header"> <div class="content"> <div class="top"> <ul class="sm"><li><a href="https://www.facebook.com/DentalTribuneInt/" target="_blank"><i class="fab fa-facebook-f"></i></a></li><li><a href="https://twitter.com/DentalTribuneIn/" target="_blank"><i class="fa-brands fa-x-twitter"></i></a></li><li><a href="https://www.linkedin.com/company/dental-tribune-international/" target="_blank"><i class="fab fa-linkedin-in"></i></a></li></ul> <ul class="icons"> <!--<li><a href="" class="bookmark"><span class="icon-bookmark icon-bookmark-solid"></span></a></li>--> <li><a href="" class="header-search"><span class="icon-search"></span></a></li> <li><a href="/account/favorites/" class="bookmark"><span class="fav-count icon-bookmark-solid"></span><span class="count">0</span></a></li> <li><a href="" class="dark-mode"><span class="icon-moon"></span></a></li> <li class="user-menu"> <a href="/login/" ><span class="icon-user"></span></a> </li> <li><a href="/account/newsletter/"><i class="fas fa-envelope"></i></a></li> <li class="menuTrigger"> <div><span></span> <span></span> <span></span> </div> </li> </ul> </div> <div class="middle"> <a href="/" class="logo"><img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/logo.png" alt=""></a> <a href="/" class="logo small"><img loading="lazy" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/logo-small.png" alt=""></a> <div class="language"> <img class="flag no-flag-shadow" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/www.png" alt=""> <i class="fas fa-sort-down"></i> </div> <div class="countryList"> <div class="close icon-close"></div> <div class="inside"> <div class="h2"><span><a>International</a></span></div> <ul> <li> <a href="https://www.dental-tribune.com"> <img class="bw" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/www.png" alt="" style="box-shadow:none;"> <strong>International</strong> / International </a> </li> </ul> <div class="h2"><span><a>Americas</a></span></div> <ul> <!--<li><a href="https://am.dental-tribune.com"><img class="bw" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/am.png" alt=""><strong>Americas</strong> / Americas</a></li>--> <li> <a href="https://br.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/br.png" alt=""> <strong>Brazil</strong> / Brasil </a> </li> <li> <a href="https://ca.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/ca.png" alt=""> <strong>Canada</strong> / Canada </a> </li> <li> <a href="https://la.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/la.png" alt=""> <strong>Latin America</strong> / Latinoamérica </a> </li> <li> <a href="https://us.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/us.png" alt=""> <strong>USA</strong> / USA </a> </li> </ul> <div class="h2"><span><a>Europe</a></span></div> <ul> <!--<li><a href="https://eu.dental-tribune.com"><img class="bw" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/eu.png" alt=""><strong>Europe</strong> / Europe</a></li>--> <li> <a href="https://at.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/at.png" alt=""> <strong>Austria</strong> / Österreich </a> </li> <li> <a href="https://ba.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/ba.png" alt=""> <strong>Bosnia and Herzegovina</strong> / Босна и Херцеговина </a> </li> <li> <a href="https://bgmk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/bgmk.png" alt=""> <strong>Bulgaria</strong> / България </a> </li> <li> <a href="https://hr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags//hr.png" alt=""> <strong>Croatia</strong> / Hrvatska </a> </li> <li> <a href="https://czsk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/czsk.png" alt=""> <strong>Czech Republic &amp; Slovakia</strong> / Česká republika &amp; Slovensko </a> </li> <li> <a href="https://fr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/fr.png" alt=""> <strong>France</strong> / France </a> </li> <li> <a href="https://de.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/de.png" alt=""> <strong>Germany</strong> / Deutschland </a> </li> <li> <a href="https://gr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/gr.png" alt=""> <strong>Greece</strong> / ΕΛΛΑΔΑ </a> </li> <li> <a href="https://it.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/it.png" alt=""> <strong>Italy</strong> / Italia </a> </li> <li> <a href="https://nl.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/nl.png" alt=""> <strong>Netherlands</strong> / Nederland </a> </li> <li><a href="https://nordic.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/nordic.png" alt=""> <strong>Nordic</strong> / Nordic </a> </li> <li> <a href="https://pl.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/pl.png" alt=""> <strong>Poland</strong> / Polska </a> </li> <li> <a href="https://pt.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/pt.png" alt=""> <strong>Portugal</strong> / Portugal </a> </li> <li> <a href="https://romd.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/romd.png" alt=""> <strong>Romania &amp; Moldova</strong> / România &amp; Moldova </a> </li> <li> <a href="https://si.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/si.png" alt=""> <strong>Slovenia</strong> / Slovenija </a> </li> <li> <a href="https://rsme.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/rsme.png" alt=""> <strong>Serbia &amp; Montenegro</strong> / Србија и Црна Гора </a> </li> <li> <a href="https://es.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/es.png" alt=""> <strong>Spain</strong> / España </a> </li> <li> <a href="https://ch.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/ch.png" alt=""> <strong>Switzerland</strong> / Schweiz </a> </li> <li> <a href="https://tr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/tr.png" alt=""> <strong>Turkey</strong> / Türkiye </a> </li> <li> <a href="https://uk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/uk.png" alt=""> <strong>UK &amp; Ireland</strong> / UK &amp; Ireland </a> </li> </ul> <div class="h2"><span><a>Asia Pacific</a></span></div> <ul> <li> <a href="https://cn.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/cn.png" alt=""> <strong>China</strong> / 中国 </a> </li> <li> <a href="https://in.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/in.png" alt=""> <strong>India</strong> / भारत गणराज्य </a> </li> <li> <a href="https://jp.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/jp.png" alt=""> <strong>Japan</strong> / 日本 </a> </li> <li> <a href="https://pk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/pk.png" alt=""> <strong>Pakistan</strong> / Pākistān </a> </li> <li> <a href="https://vn.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/vn.png" alt=""> <strong>Vietnam</strong> / Việt Nam </a> </li> <li> <a href="https://asean.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/asean.png" alt=""> <strong>ASEAN</strong> / ASEAN </a> </li> </ul> <div class="h2"><span><a>Middle East &amp; Africa</a></span></div> <ul> <li> <a href="https://dz.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/dz.png" alt=""> <strong>Algeria, Morocco & Tunisia</strong> / الجزائر والمغرب وتونس </a> </li> <li> <a href="https://me.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/me.png" alt=""> <strong>Middle East</strong> / Middle East </a> </li> </ul> </div> </div> </div> <ul class="menu "> <li> <a href="/news/">News</a> <div class="dropdown"> <div class="content"> <div class="listing"> <div class="item 353072"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/news/come-to-greece-for-eas-timely-and-forward-looking-congress-on-aligner-therapy-and-digital-dentistry/';"> <div class="banner-wrap"> <a href="https://www.dental-tribune.com/news/come-to-greece-for-eas-timely-and-forward-looking-congress-on-aligner-therapy-and-digital-dentistry/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/3b17ab7e/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/395a19e2/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/cf38375a/resize-crop(w=180;h=102):sharpen(level=0):output(format=webp)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/e07c9049/resize-crop(w=360;h=203):sharpen(level=0):output(format=webp)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/80eae31e/resize-crop(w=480;h=270):sharpen(level=0):output(format=webp)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/fbb4b9ef/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/f90ebd49/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/f6ec42b9/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/f52c99a1/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/a4412a7a/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/fbb4b9ef/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/fbb4b9ef/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/f90ebd49/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/f6ec42b9/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/f52c99a1/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/a4412a7a/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Come-to-Greece-for-EAS_1920x1080.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg" alt="Come to Greece for EAS: Timely and forward-looking congress on aligner therapy and digital dentistry" title="Come to Greece for EAS: Timely and forward-looking congress on aligner therapy and digital dentistry" /> </picture> </a> <div class="meta "> <div class="info"> <span>Fri. 14. March 2025</span> <span>Events</span> </div> </div> </div> <div class="text "> <h2><a href="https://www.dental-tribune.com/news/come-to-greece-for-eas-timely-and-forward-looking-congress-on-aligner-therapy-and-digital-dentistry/" class="name">Come to Greece for EAS: Timely and forward-looking congress on aligner therapy and digital dentistry</a></h2> </div> </div> </div> <div class="item 351488"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/c/sprintray/news/a-new-era-of-chairside-restorations-midas-is-the-first-of-its-kind/';"> <div class="banner-wrap"> <a href="https://www.dental-tribune.com/c/sprintray/news/a-new-era-of-chairside-restorations-midas-is-the-first-of-its-kind/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/3787f566/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/46f44cda/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/d90cb6d3/resize-crop(w=180;h=102):sharpen(level=0):output(format=webp)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/91968c7a/resize-crop(w=360;h=203):sharpen(level=0):output(format=webp)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/819f3a48/resize-crop(w=480;h=270):sharpen(level=0):output(format=webp)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/e689d9ad/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/d1bbcb8a/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/9bcea62d/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/74320981/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/bfa6a35c/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/e689d9ad/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/e689d9ad/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/d1bbcb8a/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/9bcea62d/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/74320981/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/bfa6a35c/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/A-new-era-of-chairside-restorations-Midas-is-the-first-of-its-kind.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg" alt="A new era of chairside restorations: “Midas is the first of its kind”" title="A new era of chairside restorations: “Midas is the first of its kind”" /> </picture> </a> <div class="meta "> <div class="info"> <span>Fri. 14. March 2025</span> <span>Interviews</span> </div> </div> </div> <div class="text "> <h2><a href="https://www.dental-tribune.com/c/sprintray/news/a-new-era-of-chairside-restorations-midas-is-the-first-of-its-kind/" class="name">A new era of chairside restorations: “Midas is the first of its kind”</a></h2> </div> </div> </div> <div class="item 352989"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/news/new-research-explores-sex-differences-in-temporomandibular-disorder/';"> <div class="banner-wrap"> <a href="https://www.dental-tribune.com/news/new-research-explores-sex-differences-in-temporomandibular-disorder/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/209aa5c7/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/5eb6b83d/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/a3d0644c/resize-crop(w=180;h=102):sharpen(level=0):output(format=webp)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/81d7654f/resize-crop(w=360;h=203):sharpen(level=0):output(format=webp)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/9d7545f2/resize-crop(w=480;h=270):sharpen(level=0):output(format=webp)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/79c2b906/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/174b26c9/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/936890df/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/2b99be43/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/31858596/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/79c2b906/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/79c2b906/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/174b26c9/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/936890df/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/2b99be43/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/31858596/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/Women-are-worse-off-in-developing-and-recovering-from-temporomandibular-disorder-symptoms.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg" alt="New research explores sex differences in temporomandibular disorder" title="New research explores sex differences in temporomandibular disorder" /> </picture> </a> <div class="meta "> <div class="info"> <span>Thu. 13. March 2025</span> <span>News</span> </div> </div> </div> <div class="text "> <h2><a href="https://www.dental-tribune.com/news/new-research-explores-sex-differences-in-temporomandibular-disorder/" class="name">New research explores sex differences in temporomandibular disorder</a></h2> </div> </div> </div> <div class="item 352496"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/c/mis-implants-technologies-ltd/news/lynx-all-in-one-premium-dental-implant-launched-in-us/';"> <div class="banner-wrap"> <a href="https://www.dental-tribune.com/c/mis-implants-technologies-ltd/news/lynx-all-in-one-premium-dental-implant-launched-in-us/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/15691f59/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/edb29ab9/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/9aa65825/resize-crop(w=180;h=102):sharpen(level=0):output(format=webp)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/20a4e7e0/resize-crop(w=360;h=203):sharpen(level=0):output(format=webp)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/2b70f12b/resize-crop(w=480;h=270):sharpen(level=0):output(format=webp)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/fdc74484/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/6dbe6fb0/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/729667e3/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/094ba7a4/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/e04cc158/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/fdc74484/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/fdc74484/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/6dbe6fb0/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/729667e3/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/094ba7a4/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/e04cc158/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/02/LYNX-all-in-one-dental-implant-launched-in-US.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg" alt="MIS LYNX all-in-one premium dental implant launched in the US" title="MIS LYNX all-in-one premium dental implant launched in the US" /> </picture> </a> <div class="meta "> <div class="info"> <span>Thu. 13. March 2025</span> <span>Advertorial</span> </div> </div> </div> <div class="text "> <h2><a href="https://www.dental-tribune.com/c/mis-implants-technologies-ltd/news/lynx-all-in-one-premium-dental-implant-launched-in-us/" class="name">MIS LYNX all-in-one premium dental implant launched in the US</a></h2> </div> </div> </div> <div class="item 351978"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/news/3d-printed-provisional-restorations-for-complex-prosthetic-rehabilitation-full-mouth-restoration-of-a-severe-case-of-erosion/';"> <div class="banner-wrap"> <a href="https://www.dental-tribune.com/news/3d-printed-provisional-restorations-for-complex-prosthetic-rehabilitation-full-mouth-restoration-of-a-severe-case-of-erosion/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/2d7df63b/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/c1d0dbb3/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/4da0d99e/resize-crop(w=180;h=102):sharpen(level=0):output(format=webp)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/32649f68/resize-crop(w=360;h=203):sharpen(level=0):output(format=webp)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/1ae44fc2/resize-crop(w=480;h=270):sharpen(level=0):output(format=webp)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/92e84f86/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/c335b679/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/f86f0edf/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/9ddd9fb3/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/9d84c7d9/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/92e84f86/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/92e84f86/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/c335b679/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/f86f0edf/resize-crop(w=180;h=102):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 180w , https://dgoavhl867cjd.cloudfront.net/0001/9ddd9fb3/resize-crop(w=360;h=203):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 360w , https://dgoavhl867cjd.cloudfront.net/0001/9d84c7d9/resize-crop(w=480;h=270):sharpen(level=0):output(format=jpeg)/up/dt/2025/03/3D-printed-provisional-restorations-for-complex-prosthetic-rehabilitation_header.jpg 480w " sizes="(min-width: 1320px) 240px, (min-width: 1020px) calc(20vw - 160px)" type="image/jpeg" alt="3D-printed provisional restorations for complex prosthetic rehabilitation: Full-mouth restoration of a severe case of erosion" title="3D-printed provisional restorations for complex prosthetic rehabilitation: Full-mouth restoration of a severe case of erosion" /> </picture> </a> <div class="meta "> <div class="info"> <span>Wed. 12. March 2025</span> <span>Clinical</span> </div> </div> </div> <div class="text "> <h2><a href="https://www.dental-tribune.com/news/3d-printed-provisional-restorations-for-complex-prosthetic-rehabilitation-full-mouth-restoration-of-a-severe-case-of-erosion/" class="name">3D-printed provisional restorations for complex prosthetic rehabilitation: Full-mouth restoration of a severe case of erosion</a></h2> </div> </div> </div> </div> </div> </div> </li> <li> <a href="/education/">Education</a> <div class="dropdown"> <div class="content"> <div class="listing"> <div class="item webinar"> <div class="content"> <div class="top" onclick="window.open('https://campuslive.straumann.com/en/webinar/modern-digital-workflows-for-restoring-complete-arch-implant-supported-prostheses-w-100494/')" style="cursor:pointer"> <div class="date"><strong>Live webinar</strong> <br>Tue. 18 March 2025<br/> 7:00 pm EST (New York) </div> <div class="sponsor"><img src="https://www.dtstudyclub.com/wp-content/uploads/2015/04/straumann-group.png" alt="Straumann"/></div> </div> <h2><a href="https://campuslive.straumann.com/en/webinar/modern-digital-workflows-for-restoring-complete-arch-implant-supported-prostheses-w-100494/" target="_blank" class="name">Modern Digital Workflows for Restoring Complete Arch Implant Supported Prostheses</a></h2> <div class="speaker" onclick="window.open('https://campuslive.straumann.com/en/webinar/modern-digital-workflows-for-restoring-complete-arch-implant-supported-prostheses-w-100494/')" style="cursor:pointer"> <div class="photo"> <div class="img"><img src="https://img.tribune-group.com/dtsc/wp-content/uploads/2021/07/panos-papaspyridakos-w-102-h-102-c-1.jpg" srcset="https://img.tribune-group.com/dtsc/wp-content/uploads/2021/07/panos-papaspyridakos-w-266-h-266-c-1.jpg 200w " alt="Dr. Panos Papaspyridakos "></div><div class="img"><img src="https://img.tribune-group.com/dtsc/wp-content/uploads/2020/04/Armand-Bedrossian-w-102-h-102-c-1.jpg" srcset="https://img.tribune-group.com/dtsc/wp-content/uploads/2020/04/Armand-Bedrossian-w-266-h-266-c-1.jpg 200w " alt="Dr. Armand Bedrossian "></div> </div> <div class="speaker-name"> <span class="title">Dr.</span> Panos Papaspyridakos<span class="separator">, </span><span class="title">Dr.</span> Armand Bedrossian </div> </div> <div class="foot"> <a href="https://campuslive.straumann.com/en/webinar/modern-digital-workflows-for-restoring-complete-arch-implant-supported-prostheses-w-100494/" target="_blank" class="btn">Register now <i class="icon-arrow-right"></i></a> <div class="ce-credits">1<span>CE</span></div> </div> </div> </div> <div class="item webinar"> <div class="content"> <div class="top" onclick="window.open('https://www.colgateoralhealthnetwork.com/webinar/that-gut-feeling-oral-manifestations-of-gastrointestinal-inflammatory-conditions/')" style="cursor:pointer"> <div class="date"><strong>Live webinar</strong> <br>Tue. 18 March 2025<br/> 8:00 pm EST (New York) </div> <div class="sponsor"><img src="https://www.dtstudyclub.com/wp-content/uploads/2015/04/cohn-2024.png" alt="Colgate Oral Health Network"/></div> </div> <h2><a href="https://www.colgateoralhealthnetwork.com/webinar/that-gut-feeling-oral-manifestations-of-gastrointestinal-inflammatory-conditions/" target="_blank" class="name">That Gut Feeling: Oral Manifestations of Gastrointestinal Inflammatory Conditions</a></h2> <div class="speaker" onclick="window.open('https://www.colgateoralhealthnetwork.com/webinar/that-gut-feeling-oral-manifestations-of-gastrointestinal-inflammatory-conditions/')" style="cursor:pointer"> <div class="photo"> <div class="img"><img src="https://img.tribune-group.com/dtsc/wp-content/uploads/2015/04/patrounova-victoria-c-1000x1000-thumbnail-w-102-h-102-c-1.jpg" srcset="https://img.tribune-group.com/dtsc/wp-content/uploads/2015/04/patrounova-victoria-c-1000x1000-thumbnail-w-266-h-266-c-1.jpg 200w " alt="Ms. Victoria Patrounova Clinical Assistant Professor, RDH,MHA"></div> </div> <div class="speaker-name"> <span class="title">Ms.</span> Victoria Patrounova <span class="credentials">Clinical Assistant Professor, RDH,MHA</span> </div> </div> <div class="foot"> <a href="https://www.colgateoralhealthnetwork.com/webinar/that-gut-feeling-oral-manifestations-of-gastrointestinal-inflammatory-conditions/" target="_blank" class="btn">Register now <i class="icon-arrow-right"></i></a> <div class="ce-credits">1<span>CE</span></div> </div> </div> </div> <div class="item webinar"> <div class="content"> <div class="top" onclick="window.open('https://www.dtstudyclub.com/en/webinar/integrating-same-hour-dentistry-for-enhanced-patient-experience-aesthetic-outcomes-with-amber-mill-direct-w-100689/')" style="cursor:pointer"> <div class="date"><strong>Live webinar</strong> <br>Wed. 19 March 2025<br/>12:00 pm EST (New York) </div> <div class="sponsor"></div> </div> <h2><a href="https://www.dtstudyclub.com/en/webinar/integrating-same-hour-dentistry-for-enhanced-patient-experience-aesthetic-outcomes-with-amber-mill-direct-w-100689/" target="_blank" class="name">Integrating Same-Hour Dentistry for Enhanced Patient Experience & Aesthetic Outcomes with Amber Mill Direct</a></h2> <div class="speaker" onclick="window.open('https://www.dtstudyclub.com/en/webinar/integrating-same-hour-dentistry-for-enhanced-patient-experience-aesthetic-outcomes-with-amber-mill-direct-w-100689/')" style="cursor:pointer"> <div class="photo"> <div class="img"><img src="https://img.tribune-group.com/dtsc/wp-content/uploads/2025/02/shant-aharonian-thumbnail-300x300-w-102-h-102-c-1.jpg" srcset="https://img.tribune-group.com/dtsc/wp-content/uploads/2025/02/shant-aharonian-thumbnail-300x300-w-266-h-266-c-1.jpg 200w " alt="Dr. Shant Aharonian DDS"></div><div class="img"><img src="https://img.tribune-group.com/dtsc/wp-content/uploads/2024/11/sal-rodas-thumbnail-300-w-102-h-102-c-1.jpg" srcset="https://img.tribune-group.com/dtsc/wp-content/uploads/2024/11/sal-rodas-thumbnail-300-w-266-h-266-c-1.jpg 200w " alt="Mr. Sal Rodas "></div> </div> <div class="speaker-name"> <span class="title">Dr.</span> Shant Aharonian <span class="credentials">DDS</span><span class="separator">, </span><span class="title">Mr.</span> Sal Rodas </div> </div> <div class="foot"> <a href="https://www.dtstudyclub.com/en/webinar/integrating-same-hour-dentistry-for-enhanced-patient-experience-aesthetic-outcomes-with-amber-mill-direct-w-100689/" target="_blank" class="btn">Register now <i class="icon-arrow-right"></i></a> <div class="ce-credits">1<span>CE</span></div> </div> </div> </div> <div class="item webinar"> <div class="content"> <div class="top" onclick="window.open('https://campus.dentsplysirona.com/en/webinar/bulk-fill-composites-advancing-efficiency-and-clinical-success-w-100538/')" style="cursor:pointer"> <div class="date"><strong>Live webinar</strong> <br>Thu. 20 March 2025<br/> 2:00 pm EST (New York) </div> <div class="sponsor"><img src="https://www.dtstudyclub.com/wp-content/uploads/2024/02/logo-banners-2.png" alt="Dentsply Sirona Academy"/></div> </div> <h2><a href="https://campus.dentsplysirona.com/en/webinar/bulk-fill-composites-advancing-efficiency-and-clinical-success-w-100538/" target="_blank" class="name">Bulk Fill Composites: Advancing Efficiency and Clinical Success</a></h2> <div class="speaker" onclick="window.open('https://campus.dentsplysirona.com/en/webinar/bulk-fill-composites-advancing-efficiency-and-clinical-success-w-100538/')" style="cursor:pointer"> <div class="photo"> <div class="img"><img src="https://img.tribune-group.com/dtsc/wp-content/uploads/2021/05/Simone-Grandini-w-102-h-102-c-1.jpg" srcset="https://img.tribune-group.com/dtsc/wp-content/uploads/2021/05/Simone-Grandini-w-266-h-266-c-1.jpg 200w " alt="Prof. Simone Grandini DDS, PhD"></div> </div> <div class="speaker-name"> <span class="title">Prof.</span> Simone Grandini <span class="credentials">DDS, PhD</span> </div> </div> <div class="foot"> <a href="https://campus.dentsplysirona.com/en/webinar/bulk-fill-composites-advancing-efficiency-and-clinical-success-w-100538/" target="_blank" class="btn">Register now <i class="icon-arrow-right"></i></a> <div class="ce-credits">1<span>CE</span></div> </div> </div> </div> </div> </div> </div> </li> <li> <a href="/c/">Business</a> <div class="dropdown"> <div class="content"> <div class="listing"> <div class="item marketplace"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/c/e-m-s-electro-medical-systems-s-a/';"> <a href="https://www.dental-tribune.com/c/e-m-s-electro-medical-systems-s-a/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/9c4100bd/resize(w=170;h=80):sharpen(level=0):output(format=webp)/up/dt/2014/02/EMS.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/d87a3cca/resize(w=85;h=40):sharpen(level=0):output(format=webp)/up/dt/2014/02/EMS.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/59bda4e9/resize(w=128;h=60):sharpen(level=0):output(format=webp)/up/dt/2014/02/EMS.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/190ab745/resize(w=255;h=120):sharpen(level=0):output(format=webp)/up/dt/2014/02/EMS.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/48e6969d/resize(w=340;h=160):sharpen(level=0):output(format=webp)/up/dt/2014/02/EMS.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/fd14130d/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/4b156f30/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/3f62779e/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/896b43e4/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/67b17441/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/fd14130d/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png" srcset="https://dgoavhl867cjd.cloudfront.net/0001/fd14130d/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/4b156f30/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/3f62779e/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/896b43e4/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/67b17441/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2014/02/EMS.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png" alt="EMS" title="EMS" /> </picture> </a> <div class="text"> <h2><a href="https://www.dental-tribune.com/c/e-m-s-electro-medical-systems-s-a/" class="name">EMS</a></h2> <div class="links"> <!--<a href="">About</a> <a href="">Products</a> <a href="">Articles</a> <a href="">Clinical</a> <a href="">Jobs</a> <a href="">Videos</a> <a href="">Photos</a> <a href="">Events</a> <a href="">Webinars</a> <a href="">ePaper</a>--> <a href="/c/e-m-s-electro-medical-systems-s-a/">Home</a> <a href="/c/e-m-s-electro-medical-systems-s-a/about/">About</a> <a href="/c/e-m-s-electro-medical-systems-s-a/webinar/">Webinars</a> <a href="/c/e-m-s-electro-medical-systems-s-a/news/">Articles</a> <a href="/c/e-m-s-electro-medical-systems-s-a/prod/">Products</a> <a href="/c/e-m-s-electro-medical-systems-s-a/video/">Videos</a> <a href="/c/e-m-s-electro-medical-systems-s-a/event/">Events</a> <a href="/c/e-m-s-electro-medical-systems-s-a/epaper/">ePaper</a> </div> </div> </div> </div> <div class="item marketplace"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/c/sprintray/';"> <a href="https://www.dental-tribune.com/c/sprintray/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/d8321664/resize(w=170;h=80):sharpen(level=0):output(format=webp)/up/dt/2022/01/Sprintray_Logo_2506x700.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/da17841e/resize(w=85;h=40):sharpen(level=0):output(format=webp)/up/dt/2022/01/Sprintray_Logo_2506x700.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/8ea63a45/resize(w=128;h=60):sharpen(level=0):output(format=webp)/up/dt/2022/01/Sprintray_Logo_2506x700.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/4e114f01/resize(w=255;h=120):sharpen(level=0):output(format=webp)/up/dt/2022/01/Sprintray_Logo_2506x700.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/b929d8d5/resize(w=340;h=160):sharpen(level=0):output(format=webp)/up/dt/2022/01/Sprintray_Logo_2506x700.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/47ab6e11/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/094a5242/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/f055203c/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/c1e026b8/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/a96b560c/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/47ab6e11/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png" srcset="https://dgoavhl867cjd.cloudfront.net/0001/47ab6e11/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/094a5242/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/f055203c/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/c1e026b8/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/a96b560c/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2022/01/Sprintray_Logo_2506x700.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png" alt="SprintRay" title="SprintRay" /> </picture> </a> <div class="text"> <h2><a href="https://www.dental-tribune.com/c/sprintray/" class="name">SprintRay</a></h2> <div class="links"> <!--<a href="">About</a> <a href="">Products</a> <a href="">Articles</a> <a href="">Clinical</a> <a href="">Jobs</a> <a href="">Videos</a> <a href="">Photos</a> <a href="">Events</a> <a href="">Webinars</a> <a href="">ePaper</a>--> <a href="/c/sprintray/">Home</a> <a href="/c/sprintray/about/">About</a> <a href="/c/sprintray/webinar/">Webinars</a> <a href="/c/sprintray/news/">Articles</a> <a href="/c/sprintray/prod/">Products</a> <a href="/c/sprintray/video/">Videos</a> <a href="/c/sprintray/photogallery/">Photos</a> <a href="/c/sprintray/event/">Events</a> <a href="/c/sprintray/epaper/">ePaper</a> </div> </div> </div> </div> <div class="item marketplace"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/c/ivoclar/';"> <a href="https://www.dental-tribune.com/c/ivoclar/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/73260dfe/resize(w=170;h=80):sharpen(level=0):output(format=webp)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/7eff589b/resize(w=85;h=40):sharpen(level=0):output(format=webp)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/eb51fe56/resize(w=128;h=60):sharpen(level=0):output(format=webp)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/fc7fe490/resize(w=255;h=120):sharpen(level=0):output(format=webp)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/c5ecc39a/resize(w=340;h=160):sharpen(level=0):output(format=webp)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/193bc083/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/810e4ccc/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/6edb3f49/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/375a4f77/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/af01e8cf/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/193bc083/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png" srcset="https://dgoavhl867cjd.cloudfront.net/0001/193bc083/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/810e4ccc/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/6edb3f49/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/375a4f77/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/af01e8cf/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2022/01/Ivoclar_Logo_19-01-2022.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png" alt="Ivoclar" title="Ivoclar" /> </picture> </a> <div class="text"> <h2><a href="https://www.dental-tribune.com/c/ivoclar/" class="name">Ivoclar</a></h2> <div class="links"> <!--<a href="">About</a> <a href="">Products</a> <a href="">Articles</a> <a href="">Clinical</a> <a href="">Jobs</a> <a href="">Videos</a> <a href="">Photos</a> <a href="">Events</a> <a href="">Webinars</a> <a href="">ePaper</a>--> <a href="/c/ivoclar/">Home</a> <a href="/c/ivoclar/about/">About</a> <a href="/c/ivoclar/webinar/">Webinars</a> <a href="/c/ivoclar/news/">Articles</a> <a href="/c/ivoclar/prod/">Products</a> <a href="/c/ivoclar/video/">Videos</a> <a href="/c/ivoclar/photogallery/">Photos</a> <a href="/c/ivoclar/event/">Events</a> </div> </div> </div> </div> <div class="item marketplace"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/c/iti-international-team-for-implantology-1/';"> <a href="https://www.dental-tribune.com/c/iti-international-team-for-implantology-1/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/e15de389/resize(w=170;h=80):sharpen(level=0):output(format=webp)/up/dt/2011/11/ITI-LOGO.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/9270c5e0/resize(w=85;h=40):sharpen(level=0):output(format=webp)/up/dt/2011/11/ITI-LOGO.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/d228e1bd/resize(w=128;h=60):sharpen(level=0):output(format=webp)/up/dt/2011/11/ITI-LOGO.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/2f80ae29/resize(w=255;h=120):sharpen(level=0):output(format=webp)/up/dt/2011/11/ITI-LOGO.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/be79e660/resize(w=340;h=160):sharpen(level=0):output(format=webp)/up/dt/2011/11/ITI-LOGO.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/a15b139d/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/66a21f91/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/64e247b3/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/882e51c1/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/b08f068b/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/a15b139d/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png" srcset="https://dgoavhl867cjd.cloudfront.net/0001/a15b139d/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/66a21f91/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/64e247b3/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/882e51c1/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/b08f068b/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2011/11/ITI-LOGO.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png" alt="ITI International Team for Implantology" title="ITI International Team for Implantology" /> </picture> </a> <div class="text"> <h2><a href="https://www.dental-tribune.com/c/iti-international-team-for-implantology-1/" class="name">ITI International Team for Implantology</a></h2> <div class="links"> <!--<a href="">About</a> <a href="">Products</a> <a href="">Articles</a> <a href="">Clinical</a> <a href="">Jobs</a> <a href="">Videos</a> <a href="">Photos</a> <a href="">Events</a> <a href="">Webinars</a> <a href="">ePaper</a>--> <a href="/c/iti-international-team-for-implantology-1/">Home</a> <a href="/c/iti-international-team-for-implantology-1/about/">About</a> <a href="/c/iti-international-team-for-implantology-1/webinar/">Webinars</a> <a href="/c/iti-international-team-for-implantology-1/news/">Articles</a> <a href="/c/iti-international-team-for-implantology-1/prod/">Products</a> <a href="/c/iti-international-team-for-implantology-1/video/">Videos</a> <a href="/c/iti-international-team-for-implantology-1/photogallery/">Photos</a> <a href="/c/iti-international-team-for-implantology-1/event/">Events</a> <a href="/c/iti-international-team-for-implantology-1/epaper/">ePaper</a> </div> </div> </div> </div> <div class="item marketplace"> <div class="content" style="cursor: pointer;" onclick="window.location='https://www.dental-tribune.com/c/planmeca-oy/';"> <a href="https://www.dental-tribune.com/c/planmeca-oy/" class="banner"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/ea4b5c5e/resize(w=170;h=80):sharpen(level=0):output(format=webp)/up/dt/2014/02/Planmeca.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/2c52b12e/resize(w=85;h=40):sharpen(level=0):output(format=webp)/up/dt/2014/02/Planmeca.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/474be9ee/resize(w=128;h=60):sharpen(level=0):output(format=webp)/up/dt/2014/02/Planmeca.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/7e879529/resize(w=255;h=120):sharpen(level=0):output(format=webp)/up/dt/2014/02/Planmeca.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/c52c56d0/resize(w=340;h=160):sharpen(level=0):output(format=webp)/up/dt/2014/02/Planmeca.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/20575e94/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/5f8e3d44/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/76019739/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/9b50f5c6/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/d3eccb7b/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/20575e94/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png" srcset="https://dgoavhl867cjd.cloudfront.net/0001/20575e94/resize(w=170;h=80):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 170w , https://dgoavhl867cjd.cloudfront.net/0001/5f8e3d44/resize(w=85;h=40):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 85w , https://dgoavhl867cjd.cloudfront.net/0001/76019739/resize(w=128;h=60):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 128w , https://dgoavhl867cjd.cloudfront.net/0001/9b50f5c6/resize(w=255;h=120):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 255w , https://dgoavhl867cjd.cloudfront.net/0001/d3eccb7b/resize(w=340;h=160):sharpen(level=0):output(format=png)/up/dt/2014/02/Planmeca.png 340w " sizes="(min-width: 1320px) 170px, (min-width: 991px) calc(20vw - 120px)" type="image/png" alt="Planmeca" title="Planmeca" /> </picture> </a> <div class="text"> <h2><a href="https://www.dental-tribune.com/c/planmeca-oy/" class="name">Planmeca</a></h2> <div class="links"> <!--<a href="">About</a> <a href="">Products</a> <a href="">Articles</a> <a href="">Clinical</a> <a href="">Jobs</a> <a href="">Videos</a> <a href="">Photos</a> <a href="">Events</a> <a href="">Webinars</a> <a href="">ePaper</a>--> <a href="/c/planmeca-oy/">Home</a> <a href="/c/planmeca-oy/about/">About</a> <a href="/c/planmeca-oy/webinar/">Webinars</a> <a href="/c/planmeca-oy/news/">Articles</a> <a href="/c/planmeca-oy/prod/">Products</a> <a href="/c/planmeca-oy/video/">Videos</a> <a href="/c/planmeca-oy/photogallery/">Photos</a> <a href="/c/planmeca-oy/event/">Events</a> <a href="/c/planmeca-oy/epaper/">ePaper</a> </div> </div> </div> </div> </div> </div> </div> </li> <li> <a href="/e-paper/">E-Papers</a> <div class="dropdown"> <div class="content"> <div class="listing"> </div> </div> </div> </li> <li> <a href="/event/">Events</a> <div class="dropdown"> <div class="content"> <div class="listing"> <div class="item event"> <div class="content" style="cursor: pointer;"> <div class="text"> <a href="" class="category">Event</a> <h2><a href="https://www.dental-tribune.com/event/association-of-dental-support-organizations-summit-2025/" class="name">Association of Dental Support Organizations Summit 2025</a></h2> <p><strong>Location: </strong>San Diego, USA</p> <p>17 - 19 March 2025</p> </div> </div> </div> <div class="item event"> <div class="content" style="cursor: pointer;"> <div class="text"> <a href="" class="category">Event</a> <h2><a href="https://www.dental-tribune.com/event/academy-of-osseointegration-annual-meeting-2025/" class="name">Academy of Osseointegration Annual Meeting 2025</a></h2> <p><strong>Location: </strong>Seattle, USA</p> <p>27 - 29 March 2025</p> </div> </div> </div> <div class="item event"> <div class="content" style="cursor: pointer;"> <div class="text"> <a href="" class="category">Event</a> <h2><a href="https://www.dental-tribune.com/event/international-dental-show-ids-2025/" class="name">International Dental Show—IDS 2025</a></h2> <p><strong>Location: </strong>Cologne, Germany</p> <p>25 - 29 March 2025</p> </div> </div> </div> <div class="item event"> <div class="content" style="cursor: pointer;"> <div class="text"> <a href="" class="category">Event</a> <h2><a href="https://www.dental-tribune.com/event/aae-annual-meeting-2025/" class="name">AAE Annual Meeting 2025</a></h2> <p><strong>Location: </strong>Boston, USA</p> <p>02 - 05 April 2025</p> </div> </div> </div> </div> <div class="dd-buttons"><a href="/event/archive/" class="btn">Event archive</a></div> </div> </div> </li> <li> <a href="/people/">Who's who</a> </li> </ul> <div class="menu-mobile"> <div class="menuTrigger"> <div><span></span><span></span><span></span></div> </div> <ul> <li> <a href="/news/">News</a> </li> <li> <a href="/education/">Education</a> </li> <li> <a href="/c/">Business</a> </li> <li> <a href="/e-paper/">E-papers</a> </li> <li> <a href="/event/">Events</a> </li> <li> <a href="/people/">Who's who</a> </li> <li><br /> <a href="/">Dental Tribune</a> <ul> <li><a href="/advertise-with-us/">Advertise with us</a></li> <li><a href="/newsletter/">Newsletter</a></li> <li><a href="/contact/">Contact</a></li> </ul> </li> </ul> </div> </div> </header> <div class="info-wrap full "> <style> </style> <div class="info" > <div class="logo"> <a href="/c/kuraray-noritake/"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/3ac0eddb/resize(w=480;h=240):sharpen(level=0):output(format=webp)/up/dt/2014/02/kuraray.png 480w , https://dgoavhl867cjd.cloudfront.net/0001/c2786596/resize(w=240;h=120):sharpen(level=0):output(format=webp)/up/dt/2014/02/kuraray.png 240w , https://dgoavhl867cjd.cloudfront.net/0001/f6fee217/resize(w=360;h=180):sharpen(level=0):output(format=webp)/up/dt/2014/02/kuraray.png 360w , https://dgoavhl867cjd.cloudfront.net/0001/27559f01/resize(w=720;h=360):sharpen(level=0):output(format=webp)/up/dt/2014/02/kuraray.png 720w , https://dgoavhl867cjd.cloudfront.net/0001/0e04846b/resize(w=960;h=480):sharpen(level=0):output(format=webp)/up/dt/2014/02/kuraray.png 960w " sizes="(min-width: 1320px) 33vw, (min-width: 991px) 50vw, 100vw" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/7dd91aaf/resize(w=480;h=240):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 480w , https://dgoavhl867cjd.cloudfront.net/0001/c5e710dc/resize(w=240;h=120):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 240w , https://dgoavhl867cjd.cloudfront.net/0001/296e1f6c/resize(w=360;h=180):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 360w , https://dgoavhl867cjd.cloudfront.net/0001/5530a4b2/resize(w=720;h=360):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 720w , https://dgoavhl867cjd.cloudfront.net/0001/3d90ade3/resize(w=960;h=480):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 960w " sizes="(min-width: 1320px) 33vw, (min-width: 991px) 50vw, 100vw" type="image/png"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/7dd91aaf/resize(w=480;h=240):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png" srcset="https://dgoavhl867cjd.cloudfront.net/0001/7dd91aaf/resize(w=480;h=240):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 480w , https://dgoavhl867cjd.cloudfront.net/0001/c5e710dc/resize(w=240;h=120):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 240w , https://dgoavhl867cjd.cloudfront.net/0001/296e1f6c/resize(w=360;h=180):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 360w , https://dgoavhl867cjd.cloudfront.net/0001/5530a4b2/resize(w=720;h=360):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 720w , https://dgoavhl867cjd.cloudfront.net/0001/3d90ade3/resize(w=960;h=480):sharpen(level=0):output(format=png)/up/dt/2014/02/kuraray.png 960w " sizes="(min-width: 1320px) 33vw, (min-width: 991px) 50vw, 100vw" type="image/png" alt="" title="" /> </picture> </a> </div> <ul class="tabs"> <li><a href="/c/kuraray-noritake/">Home</a></li><li><a href="/c/kuraray-noritake/about/">About</a></li><li><a href="/c/kuraray-noritake/webinar/">Webinars</a></li><li><a href="/c/kuraray-noritake/news/">Articles</a></li><li><a href="/c/kuraray-noritake/prod/">Products</a></li><li><a href="/c/kuraray-noritake/video/">Videos</a></li><li><a href="/c/kuraray-noritake/photogallery/">Photos</a></li><li><a href="/c/kuraray-noritake/event/">Events</a></li><li><a href="/c/kuraray-noritake/epaper/">ePaper</a></li> </ul> <div class="clear"></div> <div class="meta"> <h1>Kuraray Noritake</h1> <div class="contact url"><a href="https://www.kuraraynoritake.eu" target="_blank"><i class="fas fa-home"></i>www.kuraraynoritake.eu</a></div> <div class="contact email"><a href="mailto:dental.eu@kuraray.com"><i class="fas fa-envelope"></i>dental.eu@kuraray.com</a></div> <ul class="social"> <li><a href="https://www.facebook.com/kuraraynoritake/" target="_blank"><i class="fab fa-facebook-f"></i></a></li> <li><a href="https://www.linkedin.com/company/kuraray-dental-europe/" target="_blank"><i class="fab fa-linkedin-in"></i></a></li> <li><a href="https://www.youtube.com/channel/UCHYyAMEa4Nvr2uqMHuygF_Q" target="_blank"><i class="fab fa-youtube"></i></a></li> <li><a href="https://www.instagram.com/kuraraynoritakedental/" target="_blank"><i class="fab fa-instagram"></i></a></li> </ul> </div> <div class="actions" > <div class="share"> <span>share</span> <div class="popup"> <a onclick="popup_window('https://www.facebook.com/share.php?u=https://www.dental-tribune.com/c/kuraray-noritake/?time=20250315','Share on Facebook',580,630)" ><i class="fab fa-facebook-f"></i></a> <a onclick="popup_window('https://twitter.com/intent/tweet?url=https://www.dental-tribune.com/c/kuraray-noritake/?time=20250315','Share on Twitter',580,630)" ><i class="fa-brands fa-x-twitter"></i></a> <a onclick="popup_window('https://www.linkedin.com/sharing/share-offsite/?url=https://www.dental-tribune.com/c/kuraray-noritake/?time=20250315','Share on LinkedIn',580,630)"><i class="fab fa-linkedin"></i></a> <a onclick="popup_window('http://pinterest.com/pin/create/link/?url=https://www.dental-tribune.com/c/kuraray-noritake/?time=20250315','Share on Pinterest',580,630)"><i class="fab fa-pinterest"></i></a> </div> </div> <a href="javascript:void(0)" class="save 63144" id="63144">save</a> </div> </div> </div> <div class="hero-image normal"> <h1 class="article-title text-center">Flowable injection technique: how to avoid air bubbles in composite restorations</h1> <div class="breadcrumbs"> <a href="/">Home</a> <span class="separator">/</span> <a href="/c/">Marketplace</a> <span class="separator">/</span> <a href="/c/kuraray-noritake/">Kuraray Noritake</a><span class="separator">/</span> <a href="/c/kuraray-noritake/photogallery/">Photos</a></div> <div class="enviraGallery gallery-page"> <div class="owl-carousel owl-gallery"> <div class="item"> <div class="slide"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/88c4712a/resize(w=1600;h=600):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/bdf0617a/resize(w=800;h=300):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/7982170b/resize(w=1200;h=450):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/a06b1c9f/resize(w=2400;h=900):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/1b02872f/resize(w=3200;h=1200):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 3200w " sizes="" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/2b2a1d04/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/d05806f3/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/98c51371/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/e39f43af/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/24d2b27b/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 3200w " sizes="" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/2b2a1d04/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/2b2a1d04/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/d05806f3/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/98c51371/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/e39f43af/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/24d2b27b/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 3200w " sizes="" type="image/jpeg" alt="" title="The CLEARFIL MAJESTY ES Flow composite syringe and plunger features a special design that limits the possibility of the dripping and backflow of the material during or after dispensing. (Image: Kuraray Noritake Dental) " data-zoom="https://in.dental-tribune.com/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg" /> </picture> </div> <div class="caption">The CLEARFIL MAJESTY ES Flow composite syringe and plunger features a special design that limits the possibility of the dripping and backflow of the material during or after dispensing. (Image: Kuraray Noritake Dental) </div> </div> <div class="item"> <div class="slide"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/465b5ebc/resize(w=1600;h=600):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/58f9d612/resize(w=800;h=300):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/bf4053a7/resize(w=1200;h=450):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/080aa4df/resize(w=2400;h=900):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/a9781992/resize(w=3200;h=1200):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 3200w " sizes="" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/5e1d6d24/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/990193df/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/fb4d54b5/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/b7e7aa07/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/b9b5614d/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 3200w " sizes="" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/5e1d6d24/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/5e1d6d24/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/990193df/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/fb4d54b5/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/b7e7aa07/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/b9b5614d/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 3200w " sizes="" type="image/jpeg" alt="" title="The O-ring construction prevents the material from flowing after pressure is released and ensures minimal retraction. (Image: Kuraray Noritake Dental) " data-zoom="https://in.dental-tribune.com/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg" /> </picture> </div> <div class="caption">The O-ring construction prevents the material from flowing after pressure is released and ensures minimal retraction. (Image: Kuraray Noritake Dental) </div> </div> <div class="item"> <div class="slide"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/353b0158/resize(w=1600;h=600):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/7a1f4aaa/resize(w=800;h=300):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/b07f848f/resize(w=1200;h=450):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/db060a1f/resize(w=2400;h=900):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/e27a65c1/resize(w=3200;h=1200):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 3200w " sizes="" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/a2a7f64f/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/a8c5cb3e/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/fa53c787/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/8857ebe5/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/ab069811/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 3200w " sizes="" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/a2a7f64f/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/a2a7f64f/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/a8c5cb3e/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/fa53c787/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/8857ebe5/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/ab069811/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 3200w " sizes="" type="image/jpeg" alt="" title="Retracting the plunger after administering the composite may cause air to enter the syringe. (Image: Kuraray Noritake Dental) " data-zoom="https://in.dental-tribune.com/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg" /> </picture> </div> <div class="caption">Retracting the plunger after administering the composite may cause air to enter the syringe. (Image: Kuraray Noritake Dental) </div> </div> <div class="item"> <div class="slide"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/def11456/resize(w=1600;h=600):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/472b5b7e/resize(w=800;h=300):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/fbf19ba6/resize(w=1200;h=450):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/d8732b0c/resize(w=2400;h=900):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/2707cdcd/resize(w=3200;h=1200):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 3200w " sizes="" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/7dc98fab/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/4035371e/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/c8a3bb2a/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/c0cf948e/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/98150c6a/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 3200w " sizes="" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/7dc98fab/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/7dc98fab/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/4035371e/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/c8a3bb2a/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/c0cf948e/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/98150c6a/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 3200w " sizes="" type="image/jpeg" alt="" title="When using a silicone index in the flowable injection technique, the appearance of air bubbles can be avoided by ensuring that the index fits tightly to the tooth and is not moved during injection. (Image: Kuraray Noritake Dental) " data-zoom="https://in.dental-tribune.com/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg" /> </picture> </div> <div class="caption">When using a silicone index in the flowable injection technique, the appearance of air bubbles can be avoided by ensuring that the index fits tightly to the tooth and is not moved during injection. (Image: Kuraray Noritake Dental) </div> </div> <div class="item"> <div class="slide"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/e86a2775/resize(w=1600;h=600):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/2ec13873/resize(w=800;h=300):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/ce8190cb/resize(w=1200;h=450):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/4c8e9931/resize(w=2400;h=900):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/b492e574/resize(w=3200;h=1200):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 3200w " sizes="" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/ff77f194/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/cc2e221d/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/a678eea9/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/0dbdf062/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/70beef34/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 3200w " sizes="" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/ff77f194/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/ff77f194/resize(w=1600;h=600):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 1600w , https://dgoavhl867cjd.cloudfront.net/0001/cc2e221d/resize(w=800;h=300):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 800w , https://dgoavhl867cjd.cloudfront.net/0001/a678eea9/resize(w=1200;h=450):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 1200w , https://dgoavhl867cjd.cloudfront.net/0001/0dbdf062/resize(w=2400;h=900):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 2400w , https://dgoavhl867cjd.cloudfront.net/0001/70beef34/resize(w=3200;h=1200):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 3200w " sizes="" type="image/jpeg" alt="" title="If the injection hole is too small, the index may be moved by the application tip during insertion or application, resulting in air bubbles in the restoration. (Image: Kuraray Noritake Dental) " data-zoom="https://in.dental-tribune.com/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg" /> </picture> </div> <div class="caption">If the injection hole is too small, the index may be moved by the application tip during insertion or application, resulting in air bubbles in the restoration. (Image: Kuraray Noritake Dental) </div> </div> </div> <div class="owl-carousel owl-thumb"> <div class="item"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/6560f7c1/resize-crop(w=160;h=90):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/3cbf111d/resize-crop(w=80;h=45):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/d2f2b001/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/5d3c9c8b/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/3b063272/resize-crop(w=320;h=180):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/62f6c438/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/1dd7754b/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/1e72d8d7/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/9a293c29/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/d5afd21e/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/62f6c438/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/62f6c438/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/1dd7754b/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/1e72d8d7/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/9a293c29/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/d5afd21e/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-1.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg" alt="" title="The CLEARFIL MAJESTY ES Flow composite syringe and plunger features a special design that limits the possibility of the dripping and backflow of the material during or after dispensing. (Image: Kuraray Noritake Dental) " /> </picture> </div> <div class="item"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/6e027fe6/resize-crop(w=160;h=90):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/b9254044/resize-crop(w=80;h=45):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/8f8b3fc3/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/e7ac1a8d/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/89c9ea5a/resize-crop(w=320;h=180):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/351aab9e/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/b6fb3f33/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/097de13f/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/918bff1b/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/8e8125a0/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/351aab9e/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/351aab9e/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/b6fb3f33/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/097de13f/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/918bff1b/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/8e8125a0/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-2.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg" alt="" title="The O-ring construction prevents the material from flowing after pressure is released and ensures minimal retraction. (Image: Kuraray Noritake Dental) " /> </picture> </div> <div class="item"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/8897bb88/resize-crop(w=160;h=90):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/a71560bb/resize-crop(w=80;h=45):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/17e0161e/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/cd35d982/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/25a1313f/resize-crop(w=320;h=180):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/efa20d6d/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/27eec6d0/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/62963686/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/282eee45/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/d36a5d7a/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/efa20d6d/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/efa20d6d/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/27eec6d0/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/62963686/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/282eee45/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/d36a5d7a/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-3.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg" alt="" title="Retracting the plunger after administering the composite may cause air to enter the syringe. (Image: Kuraray Noritake Dental) " /> </picture> </div> <div class="item"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/ec68c761/resize-crop(w=160;h=90):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/325c988b/resize-crop(w=80;h=45):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/22c781ad/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/75988dff/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/1559980c/resize-crop(w=320;h=180):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/42cd153b/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/ece33600/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/455958b0/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/a4149304/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/3412f731/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/42cd153b/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/42cd153b/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/ece33600/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/455958b0/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/a4149304/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/3412f731/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-4.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg" alt="" title="When using a silicone index in the flowable injection technique, the appearance of air bubbles can be avoided by ensuring that the index fits tightly to the tooth and is not moved during injection. (Image: Kuraray Noritake Dental) " /> </picture> </div> <div class="item"> <picture><source srcset="https://dgoavhl867cjd.cloudfront.net/0001/ccb5489f/resize-crop(w=160;h=90):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/b3756a35/resize-crop(w=80;h=45):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/31f1d326/resize-crop(w=120;h=68):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/73c6b65f/resize-crop(w=240;h=135):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/b7d4d668/resize-crop(w=320;h=180):sharpen(level=0):output(format=webp)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/webp"/> <source srcset="https://dgoavhl867cjd.cloudfront.net/0001/e8286f5a/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/f490c7ff/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/12dfbf6f/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/ef867251/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/f83666b6/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg"/><img src="https://dgoavhl867cjd.cloudfront.net/0001/e8286f5a/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg" srcset="https://dgoavhl867cjd.cloudfront.net/0001/e8286f5a/resize-crop(w=160;h=90):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 160w , https://dgoavhl867cjd.cloudfront.net/0001/f490c7ff/resize-crop(w=80;h=45):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 80w , https://dgoavhl867cjd.cloudfront.net/0001/12dfbf6f/resize-crop(w=120;h=68):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 120w , https://dgoavhl867cjd.cloudfront.net/0001/ef867251/resize-crop(w=240;h=135):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 240w , https://dgoavhl867cjd.cloudfront.net/0001/f83666b6/resize-crop(w=320;h=180):sharpen(level=0):output(format=jpeg)/up/dt/2024/04/What-to-do-to-avoid-air-bubbles-5.jpg 320w " sizes="(min-width: 1600px) 160px" type="image/jpeg" alt="" title="If the injection hole is too small, the index may be moved by the application tip during insertion or application, resulting in air bubbles in the restoration. (Image: Kuraray Noritake Dental) " /> </picture> </div> </div> </div> </div> </div> <div id="footer-subscribe"> <div class="content"> <h3 class="">Sign up for Dental Tribune International Newsletter</h3> <script type="text/javascript"></script> <div class='gf_browser_ie gf_browser_ie7 gform_wrapper gform_legacy_markup_wrapper' id='gform_wrapper_60' ><form method='post' enctype='multipart/form-data' id='gform_60' action='/c/kuraray-noritake/photogallery/flowable-injection-technique-how-to-avoid-air-bubbles-in-composite-restorations/' > <div class='gform_body gform-body'><ul id='gform_fields_60' class='gform_fields top_label form_sublabel_below description_below'><li id="field_60_1" class="gfield gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_60_1"><label class='gfield_label' for='input_60_1' >Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'> <input name='input_1' id='input_60_1' type='text' value='' class='medium' placeholder='Your email address' aria-required="true" aria-invalid="false" /> </div></li><li id="field_60_2" class="gfield gf_noTitle gfield_contains_required field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_60_2"><label class='gfield_label gfield_label_before_complex' >I agree<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_60_2'><li class='gchoice gchoice_60_2_1'> <input class='gfield-choice-input' name='input_2.1' type='checkbox' value='I agree with the &lt;a href=&quot;/legal/terms-conditions/&quot;&gt;Terms and Conditions&lt;/a&gt; and the &lt;a href=&quot;/legal/privacy-policy/&quot;&gt;Data Privacy Policy&lt;/a&gt;. I understand that I can withdraw my consent at any time.' id='choice_60_2_1' /> <label for='choice_60_2_1' id='label_60_2_1'>I agree with the <a href="/legal/terms-conditions/">Terms and Conditions</a> and the <a href="/legal/privacy-policy/">Data Privacy Policy</a>. I understand that I can withdraw my consent at any time.</label> </li></ul></div></li><li id="field_60_3" class="gfield gform_hidden field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_60_3"><div class='ginput_container ginput_container_text'><input name='input_3' id='input_60_3' type='hidden' class='gform_hidden' aria-invalid="false" value='3' /></div></li><li id="field_60_5" class="gfield gform_hidden field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_60_5"><div class='ginput_container ginput_container_text'><input name='input_5' id='input_60_5' type='hidden' class='gform_hidden' aria-invalid="false" value='newsletters' /></div></li><li id="field_60_4" class="gfield gform_hidden field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_60_4"><div class='ginput_container ginput_container_text'><input name='input_4' id='input_60_4' type='hidden' class='gform_hidden' aria-invalid="false" value='Dental Tribune International Newsletter' /></div></li><li id="field_60_6" class="gfield gform_validation_container field_sublabel_below field_description_below gfield_visibility_visible" data-js-reload="field_60_6"><label class='gfield_label' for='input_60_6' >Comments</label><div class='ginput_container'><input name='input_6' id='input_60_6' type='text' value='' /></div><div class='gfield_description' id='gfield_description_60_6'>This field is for validation purposes and should be left unchanged.</div></li></ul></div> <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_60' class='gform_button button' value='Subscribe' onclick='if(window["gf_submitting_60"]){return false;} window["gf_submitting_60"]=true; ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_60"]){return false;} window["gf_submitting_60"]=true; jQuery("#gform_60").trigger("submit",[true]); }' /> <input type='hidden' class='gform_hidden' name='is_submit_60' value='1' /> <input type='hidden' class='gform_hidden' name='gform_submit' value='60' /> <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' /> <input type='hidden' class='gform_hidden' name='state_60' value='WyJbXSIsIjkyNGYxNTUxM2IxNzkwMDVlMWUwN2I3MWYzZGEzZGU3Il0=' /> <input type='hidden' class='gform_hidden' name='gform_target_page_number_60' id='gform_target_page_number_60' value='0' /> <input type='hidden' class='gform_hidden' name='gform_source_page_number_60' id='gform_source_page_number_60' value='1' /> <input type='hidden' name='gform_field_values' value='newsletter=3&amp;group=newsletters&amp;title=Dental+Tribune+International+Newsletter' /> </div> </form> </div> <br/><br/> </div> </div> <div class="item ad sticky"> <div class="content"> <!--<button class="close-ad"><i class="icon-close"></i></button>--> <div class="item ad to-sidebar"> <div id="cw_ad_1" class="content cw_ad" data-size="overlay" data-no-banner="0" > <span>advertisement</span> </div> </div> <!-- <a href="" class="desktop"><img src="https://d36zfg4d500s0g.cloudfront.net/up/dt/2022/07/test-wallpaper-banner-desktop.png" alt=""></a> <a href="" class="mobile"><img src="https://d36zfg4d500s0g.cloudfront.net/up/dt/2022/07/test-wallpaper-banner-mobile2.png" alt=""></a> --> </div> </div> <script> jQuery(function($) { var adHeight; $(window).on('load', function () { adHeight = $('.item.ad.sticky').outerHeight(); $('.item.ad.sticky').css('bottom',-adHeight); setTimeout(function(){ $('.item.ad.sticky').css('visibility','visible'); $('.item.ad.sticky').css('bottom','0'); }, 1000); setTimeout(function(){ $('.item.ad.sticky').css('bottom',-adHeight); setTimeout(function(){ $('.item.ad.sticky').css('visibility','hidden'); }, 1000); }, 6000); }); }); </script> <div class="footer"> <div class="content"> <div class="countryList"> <div class="close icon-close"></div> <div class="inside"> <div class="h2"><span><a>International</a></span></div> <ul> <li> <a href="https://www.dental-tribune.com"> <img class="bw" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/www.png" alt="" style="box-shadow:none;"> <strong>International</strong> / International </a> </li> </ul> <div class="h2"><span><a>Americas</a></span></div> <ul> <!--<li><a href="https://am.dental-tribune.com"><img class="bw" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/am.png" alt=""><strong>Americas</strong> / Americas</a></li>--> <li> <a href="https://br.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/br.png" alt=""> <strong>Brazil</strong> / Brasil </a> </li> <li> <a href="https://ca.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/ca.png" alt=""> <strong>Canada</strong> / Canada </a> </li> <li> <a href="https://la.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/la.png" alt=""> <strong>Latin America</strong> / Latinoamérica </a> </li> <li> <a href="https://us.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/us.png" alt=""> <strong>USA</strong> / USA </a> </li> </ul> <div class="h2"><span><a>Europe</a></span></div> <ul> <!--<li><a href="https://eu.dental-tribune.com"><img class="bw" src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/eu.png" alt=""><strong>Europe</strong> / Europe</a></li>--> <li> <a href="https://at.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/at.png" alt=""> <strong>Austria</strong> / Österreich </a> </li> <li> <a href="https://ba.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/ba.png" alt=""> <strong>Bosnia and Herzegovina</strong> / Босна и Херцеговина </a> </li> <li> <a href="https://bgmk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/bgmk.png" alt=""> <strong>Bulgaria</strong> / България </a> </li> <li> <a href="https://hr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags//hr.png" alt=""> <strong>Croatia</strong> / Hrvatska </a> </li> <li> <a href="https://czsk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/czsk.png" alt=""> <strong>Czech Republic &amp; Slovakia</strong> / Česká republika &amp; Slovensko </a> </li> <li> <a href="https://fr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/fr.png" alt=""> <strong>France</strong> / France </a> </li> <li> <a href="https://de.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/de.png" alt=""> <strong>Germany</strong> / Deutschland </a> </li> <li> <a href="https://gr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/gr.png" alt=""> <strong>Greece</strong> / ΕΛΛΑΔΑ </a> </li> <li> <a href="https://it.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/it.png" alt=""> <strong>Italy</strong> / Italia </a> </li> <li> <a href="https://nl.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/nl.png" alt=""> <strong>Netherlands</strong> / Nederland </a> </li> <li><a href="https://nordic.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/nordic.png" alt=""> <strong>Nordic</strong> / Nordic </a> </li> <li> <a href="https://pl.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/pl.png" alt=""> <strong>Poland</strong> / Polska </a> </li> <li> <a href="https://pt.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/pt.png" alt=""> <strong>Portugal</strong> / Portugal </a> </li> <li> <a href="https://romd.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/romd.png" alt=""> <strong>Romania &amp; Moldova</strong> / România &amp; Moldova </a> </li> <li> <a href="https://si.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/si.png" alt=""> <strong>Slovenia</strong> / Slovenija </a> </li> <li> <a href="https://rsme.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/rsme.png" alt=""> <strong>Serbia &amp; Montenegro</strong> / Србија и Црна Гора </a> </li> <li> <a href="https://es.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/es.png" alt=""> <strong>Spain</strong> / España </a> </li> <li> <a href="https://ch.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/ch.png" alt=""> <strong>Switzerland</strong> / Schweiz </a> </li> <li> <a href="https://tr.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/tr.png" alt=""> <strong>Turkey</strong> / Türkiye </a> </li> <li> <a href="https://uk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/uk.png" alt=""> <strong>UK &amp; Ireland</strong> / UK &amp; Ireland </a> </li> </ul> <div class="h2"><span><a>Asia Pacific</a></span></div> <ul> <li> <a href="https://cn.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/cn.png" alt=""> <strong>China</strong> / 中国 </a> </li> <li> <a href="https://in.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/in.png" alt=""> <strong>India</strong> / भारत गणराज्य </a> </li> <li> <a href="https://jp.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/jp.png" alt=""> <strong>Japan</strong> / 日本 </a> </li> <li> <a href="https://pk.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/pk.png" alt=""> <strong>Pakistan</strong> / Pākistān </a> </li> <li> <a href="https://vn.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/vn.png" alt=""> <strong>Vietnam</strong> / Việt Nam </a> </li> <li> <a href="https://asean.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/asean.png" alt=""> <strong>ASEAN</strong> / ASEAN </a> </li> </ul> <div class="h2"><span><a>Middle East &amp; Africa</a></span></div> <ul> <li> <a href="https://dz.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/dz.png" alt=""> <strong>Algeria, Morocco & Tunisia</strong> / الجزائر والمغرب وتونس </a> </li> <li> <a href="https://me.dental-tribune.com"> <img src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/images/flags/me.png" alt=""> <strong>Middle East</strong> / Middle East </a> </li> </ul> </div> </div> </div> </div> <div class="footer-bottom"> <div class="content"> <ul> <li><a href="/publisher/">Publisher</a></li> <li><a href="/dental-marketing-and-lead-generation-solutions/">Advertise with us</a></li> <li><a href="/contact/">Contact</a></li> <li><a href="/legal/terms-conditions/">Terms & Conditions</a></li> <li><a href="/legal/imprint/">Imprint</a></li> <li><a href="/legal/privacy-policy/">Privacy Policy</a></li> </ul> <p class="copy">© 2025 - All rights reserved - Dental Tribune International</p> </div> </div> <!-- Modal --> <div class="modal fade" id="default-modal" tabindex="-1" aria-labelledby="default-modalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="icon-close"></i></button> </div> <div class="modal-body" style="padding:0"></div> </div> </div> </div> <!-- Zoom modal --> <div class="modal fade" id="zoom-modal" data-backdrop="static" tabindex="-1" aria-labelledby="zoom-modalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="icon-close"></i></button> </div> <div class="modal-body"> <div class="modal-slider"></div> <div class="modal-slider-nav"> <div class="prev"></div> <div class="next"></div> </div> </div> </div> </div> </div> <div class="special-banner fixed"> <div class="item ad to-sidebar"> <div id="cw_ad_2" class="content cw_ad" data-size="1320x400" data-no-banner="0" > <span>advertisement</span> </div> </div> </div> <script> // jQuery(document).on('hide.bs.modal','#default-modal', function () { // //$('#default-modal').empty(); // //Do stuff here // }); var banners = $(".cw_ad"); var banner_request = {}; var settings = {}; var banner_containers = {}; //console.log("BANNERS"); //console.log(banners); i = 0; if (banners.length) { $.each( banners, function( key, value ) { var temp = {}; temp['id'] = $(value).attr('id'); temp['size'] = $(value).data('size'); //temp["id"] = $(value).attr('id'); //temp["size"] = $(value).attr('size'); if($(value).data('no-banner')!=1) banner_containers[i]=temp; i++; }); banner_request['banner_containers'] = banner_containers; settings['taxonomy_id'] = 171; banner_request['settings'] = settings; //console.log(banner_request); //console.log('BANNER REQUEST: ',banner_request); $.ajax({ type: "POST", dataType: 'json', url: "/s/bs/", data: { banner_request : JSON.stringify(banner_request), location : 'subpost-photogallery', post_type : 'company', post_id : '63144', topic_id : '', }, cache: false, success: function(response){ //console.log(response); $(response['banners']).each(function(i, item){ //console.log('Banner element'); //console.log(item); if (item.banner){ //console.log(i, item.size, item.url); count = i+1; if (item.target) target = ' target="'+item.target+'" '; else target = ''; $('#default_'+item.id).remove(); $('#'+item.id).prepend('<a href="/s/l/?bid='+item.banner_id+'"'+target+' class="desktop"><img src="'+item.banner+'" alt=""></a>'); if(item.banner_mobile) $('#'+item.id).prepend('<a href="/s/l/?bid='+item.banner_id+'"'+target+' class="mobile"><img src="'+item.banner_mobile+'" alt=""></a>'); $('#'+item.id).parent().css("display","block"); i++; } //ADDED ON 28.04.2022 else { if($('#'+item.id).find('img').length > 0) $('#'+item.id).parent().css("display","block"); else $('#'+item.id).parent().css("display","none"); } }) function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000));/*24*60*60*1000*/ let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function setCookieDate(cname, cvalue, date) { const d = new Date(); d.setTime(Date.parse(date)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function getCookie(name) { const value = `; ${document.cookie}`; const parts = value.split(`; ${name}=`); if (parts.length === 2) return parts.pop().split(';').shift(); } //let last_date = parseInt(localStorage.getItem('advertisement_popup_date')); //if (!last_date) last_date = 0; // only show once a day //if ( (last_date + 24*3600 ) < parseInt(Date.now()/1000) ) if (response['modal']!=undefined) if (response['modal']['banner']){ //alert(response['modal']['banner']); $('#default-modal .modal-body').append('<a href="/s/l/?bid='+response['modal']['banner_id']+'" target="'+response['modal']['target']+'"><img src="'+response['modal']['banner']+'"></a>'); $('.modal-dialog').addClass('modal-xl'); //console.log('BANNER: '+response['modal']['banner_id']); setTimeout(function(){ $('#default-modal').modal('show'); localStorage.setItem('advertisement_popup_date', parseInt(Date.now()/1000)); let visits = getCookie('cw_visits'); if(visits) { //console.log('COOKIE EXISTS'); const d = new Date(); d.setTime(d.getTime() + (24*60*60*1000));/*24*60*60*1000*/ const date_label = d.toUTCString(); let cookie_json = JSON.parse(visits); let banners = cookie_json.banners; banners[response['modal']['banner_id']] = Date.now(); if(cookie_json) { let cookie_data = JSON.stringify({'value':cookie_json.value+1,'date':cookie_json.date,'banners':banners}); setCookieDate('cw_visits',cookie_data,cookie_json.date); } } else { //console.log('SET COOKIE FOR THE FIRST TIME'); const d = new Date(); d.setTime(d.getTime() + (24*60*60*1000));/*24*60*60*1000*/ const date_label = d.toUTCString(); let banners = {}; banners[response['modal']['banner_id']] = Date.now(); let cookie_data = JSON.stringify({'value':1,'date':date_label,'banners':banners}); //console.log(cookie_data); setCookie('cw_visits',cookie_data,1); } //console.log('VISITS:'+ visits); //console.log('VISITS COOKIE:'+ getCookie('visits')); }, 3000); } } }); } //IDS BANNER CLASS if($('.grid.listing').hasClass('full')) { //console.log('WE ARE ON IDS SITE'); //console.log($('.cw_ad[data-size="866x300"]')); $('.cw_ad[data-size="866x300"]').each(function(){ $(this).parent().addClass("full-ad"); }); } </script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/dist/vendor/regenerator-runtime.min.js?ver=0.13.7' id='regenerator-runtime-js'></script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0' id='wp-polyfill-js'></script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/dist/dom-ready.min.js?ver=71883072590656bf22c74c7b887df3dd' id='wp-dom-ready-js'></script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/dist/hooks.min.js?ver=a7edae857aab69d69fa10d5aef23a5de' id='wp-hooks-js'></script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/dist/i18n.min.js?ver=5f1269854226b4dd90450db411a12b79' id='wp-i18n-js'></script> <script type='text/javascript' id='wp-i18n-js-after'> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script type='text/javascript' id='wp-a11y-js-translations'> ( function( domain, translations ) { var localeData = translations.locale_data[ domain ] || translations.locale_data.messages; localeData[""].domain = domain; wp.i18n.setLocaleData( localeData, domain ); } )( "default", { "locale_data": { "messages": { "": {} } } } ); </script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-includes/js/dist/a11y.min.js?ver=0ac8327cc1c40dcfdf29716affd7ac63' id='wp-a11y-js'></script> <script type='text/javascript' defer='defer' src='https://d36zfg4d500s0g.cloudfront.net/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.6.3' id='gform_json-js'></script> <script type='text/javascript' id='gform_gravityforms-js-extra'> /* <![CDATA[ */ var gform_i18n = {"datepicker":{"days":{"monday":"Mon","tuesday":"Tue","wednesday":"Wed","thursday":"Thu","friday":"Fri","saturday":"Sat","sunday":"Sun"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}}; var gf_legacy_multi = []; var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/www.dental-tribune.com\/wp-content\/plugins\/gravityforms\/images"}}; var gf_global = {"gf_currency_config":{"name":"Euro","symbol_left":"","symbol_right":"&#8364;","symbol_padding":" ","thousand_separator":".","decimal_separator":",","decimals":2,"code":"EUR"},"base_url":"https:\/\/www.dental-tribune.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.dental-tribune.com\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved. The content contains the link to return and complete the form."}}; /* ]]> */ </script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.6.3' id='gform_gravityforms-js'></script> <script type='text/javascript' defer src='https://d36zfg4d500s0g.cloudfront.net/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.6.3' id='gform_placeholder-js'></script> <script type="text/javascript"> gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 60) {if(typeof Placeholders != 'undefined'){ Placeholders.enable(); }} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); </script> <script type="text/javascript"> gform.initializeOnLoaded( function() { jQuery(document).trigger('gform_post_render', [60, 1]) } ); </script> <!-- Optional JavaScript --> <!-- jQuery first, then Popper.js, then Bootstrap JS --> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/popper_1_16_0/popper.min.js"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/bootstrap.min.js"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/imagesloaded.pkgd.min.js?v=1627380840"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/jquery-textfill-master/dist/jquery.textfill.min.js?v=1578610800"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/masonry.pkgd.min.js?v=.js?v="></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/old-browser.js?v=1639752475"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/scripts.js?v=1741345910"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/radu/check_favorites.js?v=1678787105"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/radu/add_favorites.js?v=1639402560"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/radu/check_user.js?v=1646829299"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/radu/search.js?v=1699277034"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/radu/fwp_events.js?v=1649761833"></script> <link rel="stylesheet" href="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/twentytwenty/twentytwenty.css"> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/twentytwenty/jquery.event.move.js"></script> <script src="https://d36zfg4d500s0g.cloudfront.net/wp-content/themes/dt/js/twentytwenty/jquery.twentytwenty.js"></script> <!-- Modal --> <div class="modal fade issueModal" id="modal-epaper" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="icon-close"></i></button> <div class="modal-body"> Loading ... </div> </div> </div> </div> <script> jQuery('.dark-mode').click(function(e){ e.preventDefault(); jQuery.ajax({ url : '/s/user/dark_mode.php', type : 'GET', dataType:'HTML', success : function(data){ $('body').toggleClass('dark-mode-on'); }, }); }) </script> <script> $('#modal-epaper').on('show.bs.modal', function(e) { //var button = $(e.relatedTarget); //var modal = $(this); //modal.find('.modal-body').load(button.data("remote")); }); $( "body" ).on( "click", "a[data-remote]", function(e) { e.preventDefault(); var remote_url = $(this).data("remote"); $('.issueModal .modal-dialog .modal-content .modal-body').empty(); $('#modal-epaper').modal('hide'); setTimeout(function(){ $.ajax({ url : remote_url, type : 'GET', dataType:'html', success : function(data) { $('#modal-epaper').find('.modal-body').html(data); if($("#modal-epaper:contains('PREMIUM')").length){ $('#modal-epaper').removeClass('issueModal'); $('#modal-epaper').addClass('paywall'); } $('#modal-epaper').modal('show'); }, error : function(request,error) { alert("Request: "+JSON.stringify(request)); } }); //$('#modal-epaper').modal('show'); // $('#modal-epaper').find('.modal-body').load(data); }, 500); }); </script> </body> </html> <script type="text/javascript"> let nav_tracker = {"id":63144,"type":"company","location":"subpost-photogallery"}; let site_ref = 'www'; </script>

Pages: 1 2 3 4 5 6 7 8 9 10