Bitte überprüfen sie die Angaben zu Ihrem Referentenprofil. Korrekturen sowie ein Profilbild können Sie über das Formular einreichen.

Stavros Avgerinos
Oberhausen, Deutschland
Stavros Avgerinos – Zahnarzt und Spezialist für Sportzahnmedizin
Geboren am 1. Mai 1970 in Alexandroupolis, Griechenland. Studium der Zahnmedizin in Würzburg (1990–1995), Approbation 1995. Nach Tätigkeiten als Assistenzzahnarzt gründete er 1998 seine eigene Praxis in Oberhausen mit den Schwerpunkten Prophylaxe, Parodontologie und Sportzahnmedizin. Seit 2007 betreut er professionelle Sportler verschiedenster Disziplinen zahnmedizinisch.
Stavros Avgerinos ist zertifizierter Teamzahnarzt der International Academy for Sports Dentistry (IASD), Gründungspräsident der Deutschen Gesellschaft für Sportzahnmedizin (DGSZM) und engagiert sich international in der Entwicklung von Standards und Curricula für die Sportzahnmedizin. Er ist Mitgründer und Vizepräsident der Österreichischen Gesellschaft für Sportzahnmedizin und -medizin (ÖGSZM) sowie Mitbegründer des VitaSports IZNS in Duisburg.
Er ist Mitglied zahlreicher Fachgesellschaften und Autor mehrerer wissenschaftlicher Publikationen, u. a. zu Mundschutzkonzepten und präventiver Zahnmedizin im Sport. Zudem ist er seit 2023 Leiter der Verwaltungsstelle der KZV Nordrhein in Duisburg und seit 2024 Vorstandsmitglied der Swiss Biological Medicine Academy.
Stavros Avgerinos – Dentist and Specialist in Sports Dentistry
Born on May 1, 1970, in Alexandroupolis, Greece. Studied dentistry at the University of Würzburg (1990–1995) and received his license to practice in 1995. After working as an assistant dentist, he established his own dental practice in Oberhausen in 1998, focusing on prophylaxis, periodontology, and sports dentistry. Since 2007, he has been providing dental care for professional athletes across a wide range of sports.
Stavros Avgerinos is a certified team dentist of the International Academy for Sports Dentistry (IASD), founding president of the German Society for Sports Dentistry (DGSZM), and an active contributor to the development of international standards and curricula in sports dentistry. He co-founded and serves as vice president of the Austrian Society for Sports Dentistry and Medicine (ÖGSZM), and is co-director of VitaSports IZNS in Duisburg.
He holds memberships in several professional societies and is the author of multiple scientific publications, particularly on custom-made mouthguards and preventive oral health in sports. Since 2023, he has been heading the administrative office of the Dental Association of North Rhine (KZV Nordrhein) in Duisburg, and in 2024, he joined the Board of the Swiss Biological Medicine Academy.
Vorsitz, Moderation, Podium
Vorträge
Abstract
Freitag, 16.05.2025
16:40 Uhr bis 16:50 Uhr
Raum U.0.22
<?php $post_id = get_the_ID(); echo '<h6 class="vorsitz-h6">Vorsitz, Moderation, Podium</h6>'; $vorsitz = false; $args1 = array( 'posts_per_page' => -1, 'post_type' => 'session', 'meta_query' => array( 'relation' => 'AND', 's_tag' => array( 'key' => 'session_tag', 'compare' => 'EXISTS', ), 's_startzeit' => array( 'key' => 'session_startzeit', 'compare' => 'EXISTS', ) ), 'orderby' => array( 's_tag' => 'ASC', 's_startzeit' => 'ASC' ) ); $the_query1 = new WP_Query($args1); if($the_query1->have_posts() ) : while($the_query1->have_posts() ) : $the_query1->the_post(); if(have_rows('session_vorsitz')) : while(have_rows('session_vorsitz')) : the_row(); if(get_sub_field('referent') == $post_id) { $vorsitz = true; echo get_the_title(). ';' . get_field('session_tag')['label'] . ';' . get_field('session_startzeit') . ' Uhr bis ' . get_field('session_endzeit') . ' Uhr;' . get_field('session_raum')['label'] . ';'; } endwhile; endif; endwhile; endif; wp_reset_query(); if($vorsitz) { echo '<style>.vorsitz-h6 { display: block; }</style>'; } else { echo '<style>.vorsitz-h6 { display: none; }</style>'; } echo '<h6 class="programmpunkte-h6">Vorträge</h6>'; $programmpunkte = false; /*Schulter Frakturen (2103), Syre (ID 1897) ergänzen*/ if(is_single(1897)) : $syre = get_the_title(2103) . ';' . get_field('programm_sitzungstyp', 2103)['label'] . ';' . get_field('programm_tag', 2103)['label'] . ';' . get_field('programm_startzeit', 2103) . ' Uhr bis ' . get_field('programm_endzeit', 2103) . ' Uhr;' . get_field('programm_raum', 2103)['label'] . ';'; $programmpunkte = true; else : $syre = ''; endif; $args2 = array( 'posts_per_page' => -1, 'post_type' => 'programmpunkt', 'meta_key' => 'programm_referent', 'meta_value' => $post_id ); $the_query2 = new WP_Query($args2); if($the_query2->have_posts() ) : $programmpunkte = true; while($the_query2->have_posts() ) : $the_query2->the_post(); echo get_the_title() . ';' . get_field('programm_sitzungstyp')['label'] . ';' . get_field('programm_tag')['label'] . ';' . get_field('programm_startzeit') . ' Uhr bis ' . get_field('programm_endzeit') . ' Uhr;' . get_field('programm_raum')['label'] . ';'; endwhile; endif; echo $syre; wp_reset_query(); ?>