{"id":20170,"date":"2025-09-22T12:42:02","date_gmt":"2025-09-22T09:42:02","guid":{"rendered":"https:\/\/dd.deweb-servers.com\/?page_id=20170"},"modified":"2025-09-24T00:39:14","modified_gmt":"2025-09-23T21:39:14","slug":"academic-scientific-staff","status":"publish","type":"page","link":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/academic-scientific-staff\/","title":{"rendered":"Academic &#8211; Scientific Staff"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/page-title.jpg&#8221; custom_padding=&#8221;5px||29px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;65%&#8221; max_width=&#8221;100%&#8221; custom_margin=&#8221;|auto|16px|auto||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_text _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;|700|||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;48px&#8221; header_4_font=&#8221;|700|||||||&#8221; header_4_text_color=&#8221;#21bdbd&#8221; custom_margin=&#8221;28px|||||&#8221; custom_padding=&#8221;60px||50px||false|false&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h1 class=\"kingster-page-title\">Academic and Scientific Staff<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; custom_padding=&#8221;||35px|||&#8221; global_colors_info=&#8221;{}&#8221;][et_pb_row _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;50%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; custom_padding=&#8221;||230px|||&#8221; border_width_top=&#8221;2px&#8221; border_color_top=&#8221;#e5e5e5&#8243; global_colors_info=&#8221;{}&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;][dsm_blog_carousel posts_number=&#8221;999&#8243; include_categories=&#8221;5&#8243; thumbnail_height=&#8221;260px&#8221; use_date=&#8221;off&#8221; post_sortby=&#8221;asc&#8221; use_author=&#8221;off&#8221; columns=&#8221;4&#8243; multiple_slide_row=&#8221;on&#8221; slide_row=&#8221;100&#8243; autoplay=&#8221;off&#8221; use_pagi=&#8221;off&#8221; use_navi=&#8221;off&#8221; grab=&#8221;off&#8221; post_item_bg_color=&#8221;RGBA(255,255,255,0)&#8221; module_class=&#8221;equal-cards&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; title_font=&#8221;|600||on|||||&#8221; title_text_color=&#8221;#1f3d7c&#8221; body_font=&#8221;||on||||||&#8221; body_font_size=&#8221;12px&#8221; child_filter_saturate=&#8221;0%&#8221; child_mix_blend_mode=&#8221;hue&#8221; border_width_bottom_post_box=&#8221;3px&#8221; border_color_bottom_post_box=&#8221;#21bdbd&#8221; global_colors_info=&#8221;{}&#8221; child_filter_saturate__hover_enabled=&#8221;on|hover&#8221; child_filter_saturate__hover=&#8221;100%&#8221;][\/dsm_blog_carousel][et_pb_code _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221;]<script><!-- [et_pb_line_break_holder] -->(function () {<!-- [et_pb_line_break_holder] -->  \/\/ Divi post-title selectors (add\/remove as needed)<!-- [et_pb_line_break_holder] -->  const selectors = ['.dsm-entry-title' ];<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function toUpperNoAccents(s) {<!-- [et_pb_line_break_holder] -->    return s<!-- [et_pb_line_break_holder] -->      .normalize('NFD')                 \/\/ split accents<!-- [et_pb_line_break_holder] -->      .replace(\/[\\u0300-\\u036f]\/g, '')  \/\/ remove combining marks<!-- [et_pb_line_break_holder] -->      .toUpperCase();<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Transform only text nodes to keep existing <span>, <em>, etc.<!-- [et_pb_line_break_holder] -->  function transformTextNodes(rootEl) {<!-- [et_pb_line_break_holder] -->    const walker = document.createTreeWalker(rootEl, NodeFilter.SHOW_TEXT, null);<!-- [et_pb_line_break_holder] -->    const nodes = [];<!-- [et_pb_line_break_holder] -->    let n;<!-- [et_pb_line_break_holder] -->    while ((n = walker.nextNode())) nodes.push(n);<!-- [et_pb_line_break_holder] -->    nodes.forEach(node => { node.nodeValue = toUpperNoAccents(node.nodeValue); });<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  function run() {<!-- [et_pb_line_break_holder] -->    document.querySelectorAll(selectors.join(',')).forEach(el => {<!-- [et_pb_line_break_holder] -->      \/\/ Skip if you want to protect a specific title: add data-no-transform=\"1\"<!-- [et_pb_line_break_holder] -->      if (!el.hasAttribute('data-no-transform')) transformTextNodes(el);<!-- [et_pb_line_break_holder] -->    });<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ Run after DOM ready<!-- [et_pb_line_break_holder] -->  if (document.readyState === 'loading') {<!-- [et_pb_line_break_holder] -->    document.addEventListener('DOMContentLoaded', run);<!-- [et_pb_line_break_holder] -->  } else {<!-- [et_pb_line_break_holder] -->    run();<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->  \/\/ If Divi\/AJAX replaces the title later, observe and re-apply<!-- [et_pb_line_break_holder] -->  const mo = new MutationObserver(() => run());<!-- [et_pb_line_break_holder] -->  mo.observe(document.documentElement, { childList: true, subtree: true });<!-- [et_pb_line_break_holder] -->})();<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Academic and Scientific Staff<div class=\"et_pb_with_border et_pb_module dsm_blog_carousel dsm_blog_carousel_0 equal-cards\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"et_pb_module_inner\">\n\t\t\t\t\t<div class=\"dsm-blog-carousel\" data-orientation='horizontal' data-loop='' data-speed='500' data-columnsdesktop='4' data-columnsphone='4' data-columnstablet='4' data-autoplay='off' data-autoplayspeed='5000' data-ordernumber='0' data-spacing='30' data-spacingtablet='30' data-spacingphone='30' data-effect='default' data-effect-shadows='off' data-effect-coverflow-rotate='30' data-effect-coverflow-depth='100' data-centered='off' data-multi-row='on' data-row='100' data-rowstablet='100' data-rowsphone='100' data-pagi-button-style='bullets' data-pause-on-hover='off' data-touch-move='off' data-grab='off' data-mousewheel='off'>\n\t\t\t\t<div class=\"swiper-container dsm_blog_carousel_wrapper\" dir=\"ltr\">\n\t\t\t\t\t<div class=\"dsm-blog-carousel-wrapper swiper-wrapper\">\n\t\t\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%ce%b3%ce%ba%cf%85%cf%81%ce%b1%ce%bb%ce%af%ce%b4%ce%b7%cf%82-%ce%b3%cf%81%ce%b7%ce%b3%cf%8c%cf%81%ce%b7%cf%82-mpharm-msc\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%ce%b3%ce%ba%cf%85%cf%81%ce%b1%ce%bb%ce%af%ce%b4%ce%b7%cf%82-%ce%b3%cf%81%ce%b7%ce%b3%cf%8c%cf%81%ce%b7%cf%82-mpharm-msc\/\">\u0391\u03b3\u03ba\u03c5\u03c1\u03b1\u03bb\u03af\u03b4\u03b7\u03c2 \u0393\u03c1\u03b7\u03b3\u03cc\u03c1\u03b7\u03c2, MPharm, MSc<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03ae\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u039a\u03b1\u03bd\u03bf\u03bd\u03b9\u03c3\u03c4\u03b9\u03ba\u03ce\u03bd \u03a5\u03c0\u03bf\u03b8\u03ad\u03c3\u03b5\u03c9\u03bd, Boehringer Ingelheim \u0395\u03bb\u03bb\u03ac\u03c2<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%ce%bd%ce%b1%ce%b3%ce%bd%cf%89%cf%83%cf%84%cf%8c%cf%80%ce%bf%cf%85%ce%bb%ce%bf%cf%82-%ce%b1%ce%b8%ce%b1%ce%bd%ce%ac%cf%83%ce%b9%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"291\" height=\"300\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1-4-291x300-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%ce%bd%ce%b1%ce%b3%ce%bd%cf%89%cf%83%cf%84%cf%8c%cf%80%ce%bf%cf%85%ce%bb%ce%bf%cf%82-%ce%b1%ce%b8%ce%b1%ce%bd%ce%ac%cf%83%ce%b9%ce%bf%cf%82\/\">\u0391\u03bd\u03b1\u03b3\u03bd\u03c9\u03c3\u03c4\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c2 \u0391\u03b8\u03b1\u03bd\u03ac\u03c3\u03b9\u03bf\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%ce%bd%cf%84%cf%89%ce%bd%ce%af%ce%bf%cf%85-%ce%b1%ce%b9%ce%ba%ce%b1%cf%84%ce%b5%cf%81%ce%af%ce%bd%ce%b7\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1080\" height=\"675\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a5-1080x675.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a5-1080x675.jpg 1080w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u0391\u039d\u03a4\u03a9\u039d\u0399\u039f\u03a5-400x250.jpg 400w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%ce%bd%cf%84%cf%89%ce%bd%ce%af%ce%bf%cf%85-%ce%b1%ce%b9%ce%ba%ce%b1%cf%84%ce%b5%cf%81%ce%af%ce%bd%ce%b7\/\">\u0391\u03bd\u03c4\u03c9\u03bd\u03af\u03bf\u03c5 \u0391\u03b9\u03ba\u03b1\u03c4\u03b5\u03c1\u03af\u03bd\u03b7<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u039a\u03b1\u03b8\u03b7\u03b3\u03ae\u03c4\u03c1\u03b9\u03b1 \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 \u03c3\u03c4\u03bf \u0395\u03c1\u03b3\u03b1\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2\u03c4\u03b7\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a3\u03c7\u03bf\u03bb\u03ae\u03c2, \u03a3\u03c7\u03bf\u03bb\u03ae \u0395\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03ce\u03bd \u03a5\u03b3\u03b5\u03af\u03b1\u03c2 \u03c4\u03bf\u03c5 \u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03af\u03bf\u03c5 \u0399\u03c9\u03b1\u03bd\u03bd\u03af\u03bd\u03c9\u03bd.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%cf%85%ce%bb%cf%89%ce%bd%ce%af%cf%84%ce%b7%cf%82-%ce%bd%ce%b9%ce%ba%cf%8c%ce%bb%ce%b1%ce%bf%cf%82-bsc-msc-phd\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"472\" height=\"313\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1.png 472w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1-300x199.png 300w\" sizes=\"(max-width: 472px) 100vw, 472px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b1%cf%85%ce%bb%cf%89%ce%bd%ce%af%cf%84%ce%b7%cf%82-%ce%bd%ce%b9%ce%ba%cf%8c%ce%bb%ce%b1%ce%bf%cf%82-bsc-msc-phd\/\">\u0391\u03c5\u03bb\u03c9\u03bd\u03af\u03c4\u03b7\u03c2 \u039d\u03b9\u03ba\u03cc\u03bb\u03b1\u03bf\u03c2, BSc, MSc, PhD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Medical Manager Oncology, Merck SA Hellas<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b2%ce%b1%cf%84%cf%83%ce%ad%ce%bb%ce%bb%ce%b1%cf%82-%ce%b3%ce%b9%ce%ac%ce%bd%ce%bd%ce%b7%cf%82-phd\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b2%ce%b1%cf%84%cf%83%ce%ad%ce%bb%ce%bb%ce%b1%cf%82-%ce%b3%ce%b9%ce%ac%ce%bd%ce%bd%ce%b7%cf%82-phd\/\">\u0392\u03b1\u03c4\u03c3\u03ad\u03bb\u03bb\u03b1\u03c2 \u0393\u03b9\u03ac\u03bd\u03bd\u03b7\u03c2, PhD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0395\u03c1\u03b5\u03c5\u03bd\u03b7\u03c4\u03ae\u03c2 \u0393\u0384 \u0392\u03b1\u03b8\u03bc\u03af\u03b4\u03b1\u03c2, Greek Genome Center \u2013 \u038a\u03b4\u03c1\u03c5\u03bc\u03b1 \u0399\u03b1\u03c4\u03c1\u03bf\u03b2\u03b9\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ce\u03bd \u0395\u03c1\u03b5\u03c5\u03bd\u03ce\u03bd \u03c4\u03b7\u03c2 \u0391\u03ba\u03b1\u03b4\u03b7\u03bc\u03af\u03b1\u03c2 \u0391\u03b8\u03b7\u03bd\u03ce\u03bd (\u0399\u0399\u0392\u0395\u0391\u0391)<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b2%ce%b5%ce%bb%ce%ad%ce%bd%cf%84%ce%b6%ce%b1%cf%82-%ce%b4-%ce%b1%ce%b8%ce%b1%ce%bd%ce%ac%cf%83%ce%b9%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b2%ce%b5%ce%bb%ce%ad%ce%bd%cf%84%ce%b6%ce%b1%cf%82-%ce%b4-%ce%b1%ce%b8%ce%b1%ce%bd%ce%ac%cf%83%ce%b9%ce%bf%cf%82\/\">\u0392\u03b5\u03bb\u03ad\u03bd\u03c4\u03b6\u03b1\u03c2 \u0394. \u0391\u03b8\u03b1\u03bd\u03ac\u03c3\u03b9\u03bf\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0395\u03c1\u03b3\u03b1\u03c3\u03c4\u03b7\u03c1\u03b9\u03b1\u03ba\u03cc \u0394\u03b9\u03b4\u03b1\u03ba\u03c4\u03b9\u03ba\u03cc \u03a0\u03c1\u03bf\u03c3\u03c9\u03c0\u03b9\u03ba\u03cc (\u0395\u0394\u0399\u03a0), \u03a4\u03bc\u03ae\u03bc\u03b1 \u0392\u03b9\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2, \u0395\u039a\u03a0\u0391 \u0393\u03bd\u03c9\u03c3\u03c4\u03b9\u03ba\u03cc \u03b1\u03bd\u03c4\u03b9\u03ba\u03b5\u03af\u03bc\u03b5\u03bd\u03bf: \u039a\u03c5\u03c4\u03c4\u03b1\u03c1\u03b9\u03ba\u03ae \u0392\u03b9\u03bf\u03bb\u03bf\u03b3\u03af\u03b1 \u2013 \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae \u039c\u03b9\u03ba\u03c1\u03bf\u03c3\u03ba\u03bf\u03c0\u03af\u03b1<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b2%ce%bf%ce%b6%ce%af%ce%ba%ce%b7%cf%82-%ce%b1%ce%b8%ce%b1%ce%bd%ce%ac%cf%83%ce%b9%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/Vozikis_focus_new-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/Vozikis_focus_new-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/Vozikis_focus_new-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b2%ce%bf%ce%b6%ce%af%ce%ba%ce%b7%cf%82-%ce%b1%ce%b8%ce%b1%ce%bd%ce%ac%cf%83%ce%b9%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84\/\">\u0392\u03bf\u03b6\u03af\u03ba\u03b7\u03c2 \u0391\u03b8\u03b1\u03bd\u03ac\u03c3\u03b9\u03bf\u03c2 | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03c2 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 10<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0391\u03bd\u03b1\u03c0\u03bb\u03b7\u03c1\u03c9\u03c4\u03ae\u03c2 \u039a\u03b1\u03b8\u03b7\u03b3\u03b7\u03c4\u03ae\u03c2, \u0394\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ae\u03c2 \u03c4\u03bf\u03c5 \u0395\u03c1\u03b3\u03b1\u03c3\u03c4\u03b7\u03c1\u03af\u03bf\u03c5 \u00ab\u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ce\u03bd \u03ba\u03b1\u03b9 \u0394\u03b9\u03bf\u03af\u03ba\u03b7\u03c3\u03b7\u03c2 \u03c4\u03b7\u03c2 \u03a5\u03b3\u03b5\u03af\u03b1\u03c2\u00bb, \u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03bf \u03a0\u03b5\u03b9\u03c1\u03b1\u03b9\u03ce\u03c2, \u03a4\u03bc\u03ae\u03bc\u03b1 \u039f\u03b9\u03ba\u03bf\u03bd\u03bf\u03bc\u03b9\u03ba\u03ae\u03c2 \u0395\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b7\u03c2<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b3%ce%ba%ce%b1%ce%bc%ce%b1%ce%bb%ce%bf%cf%8d%cf%84%cf%83%ce%bf%cf%82-%cf%87%cf%81%ce%ae%cf%83%cf%84%ce%bf%cf%82-md\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b3%ce%ba%ce%b1%ce%bc%ce%b1%ce%bb%ce%bf%cf%8d%cf%84%cf%83%ce%bf%cf%82-%cf%87%cf%81%ce%ae%cf%83%cf%84%ce%bf%cf%82-md\/\">\u0393\u03ba\u03b1\u03bc\u03b1\u03bb\u03bf\u03cd\u03c4\u03c3\u03bf\u03c2 \u03a7\u03c1\u03ae\u03c3\u03c4\u03bf\u03c2, MD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Medical Lead \u03b3\u03b9\u03b1 \u039a\u03cd\u03c0\u03c1\u03bf-\u039c\u03ac\u03bb\u03c4\u03b1 | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03a3\u03c5\u03bc\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7\u03c2 &amp; \u03a0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 \u039a\u03bb\u03b9\u03bd\u03b9\u03ba\u03ce\u03bd \u0394\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03c9\u03bd, Janssen-Cilag \u0395\u03bb\u03bb\u03ac\u03b4\u03b1\u03c2\u03a1\u03b5\u03c5\u03bc\u03b1\u03c4\u03bf\u03bb\u03cc\u03b3\u03bf\u03c2 \u2013 \u0399\u03b4\u03b9\u03c9\u03c4\u03b9\u03ba\u03cc \u0399\u03b1\u03c4\u03c1\u03b5\u03af\u03bf, \u0391\u03b8\u03ae\u03bd\u03b1<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b3%ce%bf%cf%85%cf%81%ce%b6%ce%bf%cf%85%ce%bb%ce%af%ce%b4%ce%b7%cf%82-%ce%b3%ce%b9%cf%8e%cf%81%ce%b3%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"340\" height=\"327\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u0393\u039f\u03a5\u03a1\u0396\u039f\u03a5\u039b\u0399\u0394\u0397\u03a3.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u0393\u039f\u03a5\u03a1\u0396\u039f\u03a5\u039b\u0399\u0394\u0397\u03a3.jpg 340w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u0393\u039f\u03a5\u03a1\u0396\u039f\u03a5\u039b\u0399\u0394\u0397\u03a3-300x289.jpg 300w\" sizes=\"(max-width: 340px) 100vw, 340px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b3%ce%bf%cf%85%cf%81%ce%b6%ce%bf%cf%85%ce%bb%ce%af%ce%b4%ce%b7%cf%82-%ce%b3%ce%b9%cf%8e%cf%81%ce%b3%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae\/\">\u0393\u03bf\u03c5\u03c1\u03b6\u03bf\u03c5\u03bb\u03af\u03b4\u03b7\u03c2 \u0393\u03b9\u03ce\u03c1\u03b3\u03bf\u03c2, \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03c2 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 9<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>MSc, Managing Partner - HTA ConsultantHealth Through Evidence<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/dimakopoulou-konstantina-christina\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/dimakopoulou-konstantina-christina\/\">Dimakopoulou Konstantina-Christina<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Biostatistician, Post-Doctoral Research Associate, Laboratory of Hygiene, Epidemiology and Medical Statistics, School of Medicine, National and Kapodistrian University of Athens (NKUA)<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b6%cf%89%ce%b9%ce%b4%ce%ac%ce%ba%ce%b7%cf%82-%ce%b9%ce%b5%cf%81%cf%8e%ce%bd%cf%85%ce%bc%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b6%cf%89%ce%b9%ce%b4%ce%ac%ce%ba%ce%b7%cf%82-%ce%b9%ce%b5%cf%81%cf%8e%ce%bd%cf%85%ce%bc%ce%bf%cf%82\/\">\u0396\u03c9\u03b9\u03b4\u03ac\u03ba\u03b7\u03c2 \u0399\u03b5\u03c1\u03ce\u03bd\u03c5\u03bc\u03bf\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Assistant Professor of Biochemistry<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%b1%cf%81%ce%b1%ce%bd%ce%af%ce%ba%ce%b1%cf%82-%cf%87%ce%b1%cf%81%ce%ac%ce%bb%ce%b1%ce%bc%cf%80%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-02-400x363-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-02-400x363-1.jpg 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-02-400x363-1-300x272.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%b1%cf%81%ce%b1%ce%bd%ce%af%ce%ba%ce%b1%cf%82-%cf%87%ce%b1%cf%81%ce%ac%ce%bb%ce%b1%ce%bc%cf%80%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae\/\">\u039a\u03b1\u03c1\u03b1\u03bd\u03af\u03ba\u03b1\u03c2 \u03a7\u03b1\u03c1\u03ac\u03bb\u03b1\u03bc\u03c0\u03bf\u03c2 | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03c2 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 13<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>PhD, \u0395\u03c0\u03af\u03ba\u03bf\u03c5\u03c1\u03bf\u03c2 \u039a\u03b1\u03b8\u03b7\u03b3\u03b7\u03c4\u03ae\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae\u03c2 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03b9\u03ba\u03ae\u03c2 \u03ba\u03b1\u03b9 \u03a3\u03c5\u03c3\u03c4\u03b7\u03bc\u03ac\u03c4\u03c9\u03bd \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03ae\u03c2 \u03a5\u03b3\u03b5\u03af\u03b1\u03c2<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%b1%cf%81%ce%b3%ce%b9%ce%bf%ce%bb%ce%ac%ce%ba%ce%b7%cf%82-%ce%b3%ce%b5%cf%8e%cf%81%ce%b3%ce%b9%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%b1%cf%81%ce%b3%ce%b9%ce%bf%ce%bb%ce%ac%ce%ba%ce%b7%cf%82-%ce%b3%ce%b5%cf%8e%cf%81%ce%b3%ce%b9%ce%bf%cf%82\/\">\u039a\u03b1\u03c1\u03b3\u03b9\u03bf\u03bb\u03ac\u03ba\u03b7\u03c2 \u0393\u03b5\u03ce\u03c1\u03b3\u03b9\u03bf\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%b1%cf%84%cf%83%ce%ac%cf%81%ce%b1-%ce%bc%ce%b1%cf%81%ce%af%ce%b1\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%b1%cf%84%cf%83%ce%ac%cf%81%ce%b1-%ce%bc%ce%b1%cf%81%ce%af%ce%b1\/\">\u039a\u03b1\u03c4\u03c3\u03ac\u03c1\u03b1 \u039c\u03b1\u03c1\u03af\u03b1<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03ae\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 Recordati Rare Diseases Greece, Cyprus, Malta<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%bb%ce%b9%ce%bd%ce%ac%ce%ba%ce%b7%cf%82-%ce%b1%cf%80%cf%8c%cf%83%cf%84%ce%bf%ce%bb%ce%bf%cf%82-phd\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%bb%ce%b9%ce%bd%ce%ac%ce%ba%ce%b7%cf%82-%ce%b1%cf%80%cf%8c%cf%83%cf%84%ce%bf%ce%bb%ce%bf%cf%82-phd\/\">\u039a\u03bb\u03b9\u03bd\u03ac\u03ba\u03b7\u03c2 \u0391\u03c0\u03cc\u03c3\u03c4\u03bf\u03bb\u03bf\u03c2, PhD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0395\u03c1\u03b5\u03c5\u03bd\u03b7\u03c4\u03ae\u03c2 \u0391\u2019 (\u039a\u03b1\u03b8\u03b7\u03b3\u03b7\u03c4\u03ae\u03c2), \u0395\u03c0\u03b9\u03ba\u03b5\u03c6\u03b1\u03bb\u03ae\u03c2 \u039f\u03bc\u03ac\u03b4\u03b1\u03c2 \u0392\u03b9\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 \u039a\u03b1\u03c1\u03ba\u03af\u03bd\u03bf\u03c5, \u0399\u0399\u0392\u0395\u0391\u0391<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%bf%cf%8d%ce%b2%ce%b5%ce%bb%ce%b1-%ce%bc%ce%b1%cf%81%ce%bf%cf%8d%cf%83%ce%b1-md-msc-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u039a\u039f\u03a5\u0392\u0395\u039b\u0391-scaled-400x363-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u039a\u039f\u03a5\u0392\u0395\u039b\u0391-scaled-400x363-1.jpg 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u039a\u039f\u03a5\u0392\u0395\u039b\u0391-scaled-400x363-1-300x272.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%bf%cf%8d%ce%b2%ce%b5%ce%bb%ce%b1-%ce%bc%ce%b1%cf%81%ce%bf%cf%8d%cf%83%ce%b1-md-msc-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82\/\">\u039a\u03bf\u03cd\u03b2\u03b5\u03bb\u03b1 \u039c\u03b1\u03c1\u03bf\u03cd\u03c3\u03b1 MD, MSc | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03b7 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 2 &#038; 8<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u03a0\u03bd\u03b5\u03c5\u03bc\u03bf\u03bd\u03bf\u03bb\u03cc\u03b3\u03bf\u03c2, \u0391\u03ba\u03b1\u03b4\u03b7\u03bc\u03b1\u03ca\u03ba\u03cc\u03c2 \u03a5\u03c0\u03cc\u03c4\u03c1\u03bf\u03c6\u03bf\u03c2 \u0395\u039a\u03a0\u0391 \u039f\u03b3\u03ba\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03cc \u03a4\u03bc\u03ae\u03bc\u03b1, \u0393&#039; \u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03b9\u03b1\u03ba\u03ae \u03a0\u03b1\u03b8\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ae \u039a\u03bb\u03b9\u03bd\u03b9\u03ba\u03ae \u0393\u039d\u0398\u0391 &quot;\u0397 \u03a3\u03c9\u03c4\u03b7\u03c1\u03af\u03b1&quot;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%bf%cf%85%cf%81%ce%ad%cf%84%ce%b1-%ce%bc%ce%b1%cf%81%ce%af%ce%b1-phd\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%ce%bf%cf%85%cf%81%ce%ad%cf%84%ce%b1-%ce%bc%ce%b1%cf%81%ce%af%ce%b1-phd\/\">\u039a\u03bf\u03c5\u03c1\u03ad\u03c4\u03b1 \u039c\u03b1\u03c1\u03af\u03b1, PhD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Clinical Research Associate Manager, MSD Greece<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%cf%85%cf%81%ce%b9%ce%b1%ce%ba%ce%bf%cf%8d%ce%bb%ce%b7%cf%82-%ce%b3-%ce%ba%cf%89%ce%bd%cf%83%cf%84%ce%b1%ce%bd%cf%84%ce%af%ce%bd%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"279\" height=\"306\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u039a\u03a5\u03a1\u0399\u0391\u039a\u039f\u03a5\u039b\u0397\u03a3.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u039a\u03a5\u03a1\u0399\u0391\u039a\u039f\u03a5\u039b\u0397\u03a3.png 279w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u039a\u03a5\u03a1\u0399\u0391\u039a\u039f\u03a5\u039b\u0397\u03a3-274x300.png 274w\" sizes=\"(max-width: 279px) 100vw, 279px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%ba%cf%85%cf%81%ce%b9%ce%b1%ce%ba%ce%bf%cf%8d%ce%bb%ce%b7%cf%82-%ce%b3-%ce%ba%cf%89%ce%bd%cf%83%cf%84%ce%b1%ce%bd%cf%84%ce%af%ce%bd%ce%bf%cf%82\/\">\u039a\u03c5\u03c1\u03b9\u03b1\u03ba\u03bf\u03cd\u03bb\u03b7\u03c2 \u0393. \u039a\u03c9\u03bd\u03c3\u03c4\u03b1\u03bd\u03c4\u03af\u03bd\u03bf\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u039a\u03bb\u03b9\u03bd\u03b9\u03ba\u03cc\u03c2 \u0395\u03c1\u03b5\u03c5\u03bd\u03b7\u03c4\u03ae\u03c2, \u03a5\u03c0\u03b5\u03c1\u03c4\u03b1\u03c3\u03b9\u03ba\u03cc \u039a\u03ad\u03bd\u03c4\u03c1\u03bf STRIDE-7, \u0393\u2019 \u03a0\u03b1\u03b8\u03bf\u03bb\u03bf\u03b3\u03b9\u03ba\u03ae \u039a\u03bb\u03b9\u03bd\u03b9\u03ba\u03ae, \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03ae \u03a3\u03c7\u03bf\u03bb\u03ae \u0395\u039a\u03a0\u0391<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%bc%ce%b1%ce%bd%ce%b9%ce%b1%cf%84%ce%ac%ce%ba%ce%bf%cf%85-%ce%b1%ce%b4%ce%b1%ce%bc%ce%b1%ce%bd%cf%84%ce%af%ce%b1-phd\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%bc%ce%b1%ce%bd%ce%b9%ce%b1%cf%84%ce%ac%ce%ba%ce%bf%cf%85-%ce%b1%ce%b4%ce%b1%ce%bc%ce%b1%ce%bd%cf%84%ce%af%ce%b1-phd\/\">\u039c\u03b1\u03bd\u03b9\u03b1\u03c4\u03ac\u03ba\u03bf\u03c5 \u0391\u03b4\u03b1\u03bc\u03b1\u03bd\u03c4\u03af\u03b1, PhD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%bc%cf%80%ce%b1%cf%81%ce%b1%ce%bb%ce%bf%cf%8d-%ce%b2%ce%b1%cf%83%ce%b9%ce%bb%ce%b9%ce%ba%ce%ae\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%bc%cf%80%ce%b1%cf%81%ce%b1%ce%bb%ce%bf%cf%8d-%ce%b2%ce%b1%cf%83%ce%b9%ce%bb%ce%b9%ce%ba%ce%ae\/\">\u039c\u03c0\u03b1\u03c1\u03b1\u03bb\u03bf\u03cd \u0392\u03b1\u03c3\u03b9\u03bb\u03b9\u03ba\u03ae<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%bc%cf%80%ce%b1%cf%81%ce%bf%cf%8d%cf%84%cf%83%ce%bf%cf%85-%ce%b2%ce%b1%cf%81%ce%b2%ce%ac%cf%81%ce%b1-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-03-400x363-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-03-400x363-1.jpg 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-03-400x363-1-300x272.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%bc%cf%80%ce%b1%cf%81%ce%bf%cf%8d%cf%84%cf%83%ce%bf%cf%85-%ce%b2%ce%b1%cf%81%ce%b2%ce%ac%cf%81%ce%b1-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84\/\">\u039c\u03c0\u03b1\u03c1\u03bf\u03cd\u03c4\u03c3\u03bf\u03c5 \u0392\u03b1\u03c1\u03b2\u03ac\u03c1\u03b1 | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03b7 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 7<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Consultant in Internal Medicine Consultant in Pharmaceutical MedicineResearch &amp; Experimental Development in Medical Sciences Expert CIOMS Executive Committee MemberIFAPP President<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%80%ce%b1%cf%80%ce%b1%ce%ba%cf%85%cf%81%ce%b9%ce%b1%ce%ba%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-%cf%80%ce%b1%cf%81%ce%b1%cf%83%ce%ba%ce%b5%cf%85%ce%ae\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%80%ce%b1%cf%80%ce%b1%ce%ba%cf%85%cf%81%ce%b9%ce%b1%ce%ba%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-%cf%80%ce%b1%cf%81%ce%b1%cf%83%ce%ba%ce%b5%cf%85%ce%ae\/\">\u03a0\u03b1\u03c0\u03b1\u03ba\u03c5\u03c1\u03b9\u03b1\u03ba\u03bf\u03c0\u03bf\u03cd\u03bb\u03bf\u03c5 \u03a0\u03b1\u03c1\u03b1\u03c3\u03ba\u03b5\u03c5\u03ae<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%80%ce%b1%cf%80%ce%b1%cf%83%cf%80%cf%85%cf%81%cf%8c%cf%80%ce%bf%cf%85%ce%bb%ce%bf%cf%82-%ce%ac%ce%b3%ce%b3%ce%b5%ce%bb%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%80%ce%b1%cf%80%ce%b1%cf%83%cf%80%cf%85%cf%81%cf%8c%cf%80%ce%bf%cf%85%ce%bb%ce%bf%cf%82-%ce%ac%ce%b3%ce%b3%ce%b5%ce%bb%ce%bf%cf%82\/\">\u03a0\u03b1\u03c0\u03b1\u03c3\u03c0\u03c5\u03c1\u03cc\u03c0\u03bf\u03c5\u03bb\u03bf\u03c2 \u0386\u03b3\u03b3\u03b5\u03bb\u03bf\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Assistant Professor of Histology-Embryology at the National and Kapodistrian University of Athens Medical School.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/pavlopoulos-%ce%b1-george\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/pavlopoulos-%ce%b1-george\/\">Pavlopoulos \u0391. George<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Director of Research, Biomedical Sciences Research Center &quot;Alexander Fleming&quot; | CEO &amp; Co-founder, BioInnovation Greece<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/petrou-christos\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/petrou-christos\/\">Petrou Christos<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Assosciate Professor, Head of the Department ofHealth Sciences at the University of Nicosia, Cyprus.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%80%ce%af%cf%80%cf%80%ce%b1-%ce%bd%ce%b1%cf%84%ce%ac%cf%83%cf%83%ce%b1-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82-4\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1080\" height=\"675\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a0\u0399\u03a0\u03a0\u0391-scaled-1-1080x675.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a0\u0399\u03a0\u03a0\u0391-scaled-1-1080x675.jpg 1080w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a0\u0399\u03a0\u03a0\u0391-scaled-1-400x250.jpg 400w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%80%ce%af%cf%80%cf%80%ce%b1-%ce%bd%ce%b1%cf%84%ce%ac%cf%83%cf%83%ce%b1-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82-4\/\">\u03a0\u03af\u03c0\u03c0\u03b1 \u039d\u03b1\u03c4\u03ac\u03c3\u03c3\u03b1 | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03b7 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 4<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0395\u03c0\u03af\u03ba\u03bf\u03c5\u03c1\u03b7 \u039a\u03b1\u03b8\u03b7\u03b3\u03ae\u03c4\u03c1\u03b9\u03b1 \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2, \u03a4\u03bf\u03bc\u03ad\u03b1\u03c2 \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u03a4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 \u03a4\u03bc\u03ae\u03bc\u03b1 \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2, \u0395\u03b8\u03bd\u03b9\u03ba\u03cc \u03ba\u03b1\u03b9 \u039a\u03b1\u03c0\u03bf\u03b4\u03b9\u03c3\u03c4\u03c1\u03b9\u03b1\u03ba\u03cc \u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03ae\u03bc\u03b9\u03bf \u0391\u03b8\u03b7\u03bd\u03ce\u03bd<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%ce%b9%ce%b4%ce%ad%cf%81%ce%b7-%ce%b1%ce%bd%ce%b1%cf%83%cf%84%ce%b1%cf%83%ce%af%ce%b1\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%ce%b9%ce%b4%ce%ad%cf%81%ce%b7-%ce%b1%ce%bd%ce%b1%cf%83%cf%84%ce%b1%cf%83%ce%af%ce%b1\/\">\u03a3\u03b9\u03b4\u03ad\u03c1\u03b7 \u0391\u03bd\u03b1\u03c3\u03c4\u03b1\u03c3\u03af\u03b1<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%ce%ba%ce%b1%ce%bb%cf%84%cf%83%ce%ac-%ce%b5%ce%bb%ce%ad%ce%bd%ce%b7\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"296\" height=\"343\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/photo-SKALTSA.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/photo-SKALTSA.jpg 296w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/photo-SKALTSA-259x300.jpg 259w\" sizes=\"(max-width: 296px) 100vw, 296px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%ce%ba%ce%b1%ce%bb%cf%84%cf%83%ce%ac-%ce%b5%ce%bb%ce%ad%ce%bd%ce%b7\/\">\u03a3\u03ba\u03b1\u03bb\u03c4\u03c3\u03ac \u0395\u03bb\u03ad\u03bd\u03b7<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u039a\u03b1\u03b8\u03b7\u03b3\u03ae\u03c4\u03c1\u03b9\u03b1 \u03a4\u03bf\u03bc\u03ad\u03b1 \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03bf\u03b3\u03bd\u03c9\u03c3\u03af\u03b1\u03c2 &amp; \u03a7\u03b7\u03bc\u03b5\u03af\u03b1\u03c2 \u03a6\u03c5\u03c3\u03b9\u03ba\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd, \u03c4\u03bf\u03c5 \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03b5\u03c5\u03c4\u03b9\u03ba\u03ae\u03c2 \u03c4\u03bf\u03c5 \u0395\u03b8\u03bd\u03b9\u03ba\u03bf\u03cd &amp; \u039a\u03b1\u03c0\u03bf\u03b4\u03b9\u03c3\u03c4\u03c1\u03b9\u03b1\u03ba\u03bf\u03cd \u03a0\u03b1\u03bd\u03b5\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03af\u03bf\u03c5 \u0391\u03b8\u03b7\u03bd\u03ce\u03bd<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%cf%84%ce%b1%cf%86%cf%8d%ce%bb%ce%b1%cf%82-%cf%80%ce%ac%ce%bd%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82-12\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"1080\" height=\"675\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a3\u03a4\u0391\u03a6\u03a5\u039b\u0391\u03a3-1080x675.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a3\u03a4\u0391\u03a6\u03a5\u039b\u0391\u03a3-1080x675.jpg 1080w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a3\u03a4\u0391\u03a6\u03a5\u039b\u0391\u03a3-400x250.jpg 400w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%cf%84%ce%b1%cf%86%cf%8d%ce%bb%ce%b1%cf%82-%cf%80%ce%ac%ce%bd%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8%ce%ae%ce%bc%ce%b1%cf%84%ce%bf%cf%82-12\/\">\u03a3\u03c4\u03b1\u03c6\u03cd\u03bb\u03b1\u03c2 \u03a0\u03ac\u03bd\u03bf\u03c2 | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03c2 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 12<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Cardiologist\/HTA ConsultantScientific Director of HealThink<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%cf%84%cf%81%ce%b1%ce%b2%ce%bf%cf%80%cf%8c%ce%b4%ce%b7%cf%82-i-%ce%b4%ce%b7%ce%bc%ce%ae%cf%84%cf%81%ce%b9%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%83%cf%84%cf%81%ce%b1%ce%b2%ce%bf%cf%80%cf%8c%ce%b4%ce%b7%cf%82-i-%ce%b4%ce%b7%ce%bc%ce%ae%cf%84%cf%81%ce%b9%ce%bf%cf%82-%cf%85%cf%80%ce%b5%cf%8d%ce%b8%cf%85%ce%bd%ce%bf%cf%82-%ce%bc%ce%b1%ce%b8\/\">\u03a3\u03c4\u03c1\u03b1\u03b2\u03bf\u03c0\u03cc\u03b4\u03b7\u03c2 I. \u0394\u03b7\u03bc\u03ae\u03c4\u03c1\u03b9\u03bf\u03c2 | \u03a5\u03c0\u03b5\u03cd\u03b8\u03c5\u03bd\u03bf\u03c2 \u039c\u03b1\u03b8\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2 3<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%84%ce%b1%cf%81%ce%b1%ce%b6%ce%ae%cf%82-%cf%83%cf%84%ce%ad%cf%86%ce%b1%ce%bd%ce%bf%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"240\" height=\"320\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1-1.jpg 240w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1-1-225x300.jpg 225w\" sizes=\"(max-width: 240px) 100vw, 240px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%84%ce%b1%cf%81%ce%b1%ce%b6%ce%ae%cf%82-%cf%83%cf%84%ce%ad%cf%86%ce%b1%ce%bd%ce%bf%cf%82\/\">\u03a4\u03b1\u03c1\u03b1\u03b6\u03ae\u03c2 \u03a3\u03c4\u03ad\u03c6\u03b1\u03bd\u03bf\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Specialization in Clinical Pharmacology ,Ministry of Health<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%84%cf%8c%ce%bc%ce%bf%cf%85-%ce%b1%ce%b9%ce%ba%ce%b1%cf%84%ce%b5%cf%81%ce%af%ce%bd%ce%b7-%ce%bc%ce%b9%cf%87%ce%b1%ce%ad%ce%bb%ce%b1\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%84%cf%8c%ce%bc%ce%bf%cf%85-%ce%b1%ce%b9%ce%ba%ce%b1%cf%84%ce%b5%cf%81%ce%af%ce%bd%ce%b7-%ce%bc%ce%b9%cf%87%ce%b1%ce%ad%ce%bb%ce%b1\/\">\u03a4\u03cc\u03bc\u03bf\u03c5 \u0391\u03b9\u03ba\u03b1\u03c4\u03b5\u03c1\u03af\u03bd\u03b7-\u039c\u03b9\u03c7\u03b1\u03ad\u03bb\u03b1<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>MSc., Ph.D.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b4%ce%b7%ce%bc%ce%ae%cf%84%cf%81%ce%b9%ce%bf%cf%82-%cf%84%ce%bf%cf%85%ce%bc%cf%80%ce%b1%ce%bd%ce%ac%ce%ba%ce%b7%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a4\u039f\u03a5\u039c\u03a0\u0391\u039d\u0391\u039a\u0397\u03a3-400x363-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a4\u039f\u03a5\u039c\u03a0\u0391\u039d\u0391\u039a\u0397\u03a3-400x363-1.jpg 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/\u03a4\u039f\u03a5\u039c\u03a0\u0391\u039d\u0391\u039a\u0397\u03a3-400x363-1-300x272.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%ce%b4%ce%b7%ce%bc%ce%ae%cf%84%cf%81%ce%b9%ce%bf%cf%82-%cf%84%ce%bf%cf%85%ce%bc%cf%80%ce%b1%ce%bd%ce%ac%ce%ba%ce%b7%cf%82\/\">\u0394\u03b7\u03bc\u03ae\u03c4\u03c1\u03b9\u03bf\u03c2 \u03a4\u03bf\u03c5\u03bc\u03c0\u03b1\u03bd\u03ac\u03ba\u03b7\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%84%ce%bf%cf%85%cf%81%cf%84%cf%8c%ce%b3%ce%bb%ce%bf%cf%85-%ce%b4%cf%8e%cf%81%ce%b1\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%84%ce%bf%cf%85%cf%81%cf%84%cf%8c%ce%b3%ce%bb%ce%bf%cf%85-%ce%b4%cf%8e%cf%81%ce%b1\/\">\u03a4\u03bf\u03c5\u03c1\u03c4\u03cc\u03b3\u03bb\u03bf\u03c5 \u0394\u03ce\u03c1\u03b1<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>&nbsp;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/tsoutsou-maria-anna\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-04-400x363-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-04-400x363-1.jpg 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-04-400x363-1-300x272.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/tsoutsou-maria-anna\/\">Tsoutsou Maria Anna<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>DVM, MLAS, FELASA Specialist<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%b1%cf%81%cf%80%ce%af%ce%b4%ce%bf%cf%85-%ce%b1%ce%bd%ce%b4%cf%81%ce%b9%ce%b1%ce%bd%ce%ae-%cf%85%cf%80%ce%b5%cf%85%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%b7%ce%bc%ce%b1%cf%84%ce%bf\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%b1%cf%81%cf%80%ce%af%ce%b4%ce%bf%cf%85-%ce%b1%ce%bd%ce%b4%cf%81%ce%b9%ce%b1%ce%bd%ce%ae-%cf%85%cf%80%ce%b5%cf%85%ce%b8%cf%85%ce%bd%ce%b7-%ce%bc%ce%b1%ce%b8%ce%b7%ce%bc%ce%b1%cf%84%ce%bf\/\">\u03a7\u03b1\u03c1\u03c0\u03af\u03b4\u03bf\u03c5 \u0391\u03bd\u03b4\u03c1\u03b9\u03b1\u03bd\u03ae | \u03a5\u03c0\u03b5\u03c5\u03b8\u03c5\u03bd\u03b7 \u039c\u03b1\u03b8\u03b7\u03bc\u03b1\u03c4\u03bf\u03c2 6<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>MD, PhD, FCCP<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%b1%cf%84%ce%b6%ce%b7%ce%b9%cf%89%ce%ac%ce%bd%ce%bd%ce%bf%cf%85-%ce%b1%cf%81%ce%b9%cf%83%cf%84%ce%bf%cf%84%ce%ad%ce%bb%ce%b7%cf%82-phd\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%b1%cf%84%ce%b6%ce%b7%ce%b9%cf%89%ce%ac%ce%bd%ce%bd%ce%bf%cf%85-%ce%b1%cf%81%ce%b9%cf%83%cf%84%ce%bf%cf%84%ce%ad%ce%bb%ce%b7%cf%82-phd\/\">\u03a7\u03b1\u03c4\u03b6\u03b7\u03b9\u03c9\u03ac\u03bd\u03bd\u03bf\u03c5 \u0391\u03c1\u03b9\u03c3\u03c4\u03bf\u03c4\u03ad\u03bb\u03b7\u03c2, PhD<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0394\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ae\u03c2 \u0388\u03c1\u03b5\u03c5\u03bd\u03b1\u03c2 \u2013 \u039a\u03b1\u03b8\u03b7\u03b3\u03b7\u03c4\u03ae\u03c2, \u039a\u03ad\u03bd\u03c4\u03c1\u03bf \u03a3\u03c5\u03c3\u03c4\u03b7\u03bc\u03b9\u03ba\u03ae\u03c2 \u0392\u03b9\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2, \u0399\u0399\u0392\u0395\u0391\u0391\u2028\u0395\u03c0\u03b9\u03c3\u03c4\u03b7\u03bc\u03bf\u03bd\u03b9\u03ba\u03cc\u03c2 \u0394\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ae\u03c2, e-NIOS Applications PC<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%b1%cf%84%ce%b6%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-%ce%b5%ce%b9%cf%81%ce%ae%ce%bd%ce%b7\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-05-400x363-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-05-400x363-1.jpg 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-05-400x363-1-300x272.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%b1%cf%84%ce%b6%ce%bf%cf%80%ce%bf%cf%8d%ce%bb%ce%bf%cf%85-%ce%b5%ce%b9%cf%81%ce%ae%ce%bd%ce%b7\/\">\u03a7\u03b1\u03c4\u03b6\u03bf\u03c0\u03bf\u03cd\u03bb\u03bf\u03c5 \u0395\u03b9\u03c1\u03ae\u03bd\u03b7<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0392\u03b9\u03bf\u03bb\u03cc\u03b3\u03bf\u03c2<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%ae%ce%bd%ce%bf%cf%85-%ce%b9%cf%86%ce%b9%ce%b3%ce%ad%ce%bd%ce%b5%ce%b9%ce%b1\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-06-400x363-1.jpg\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-06-400x363-1.jpg 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-06-400x363-1-300x272.jpg 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%ae%ce%bd%ce%bf%cf%85-%ce%b9%cf%86%ce%b9%ce%b3%ce%ad%ce%bd%ce%b5%ce%b9%ce%b1\/\">\u03a7\u03ae\u03bd\u03bf\u03c5 \u0399\u03c6\u03b9\u03b3\u03ad\u03bd\u03b5\u03b9\u03b1<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u039a\u03b1\u03b8\u03b7\u03b3\u03ae\u03c4\u03c1\u03b9\u03b1 \u03ba\u03b1\u03b9 \u0394\u03b9\u03b5\u03c5\u03b8\u03cd\u03bd\u03c4\u03c1\u03b9\u03b1 \u0395\u03c1\u03b3\u03b1\u03c3\u03c4\u03b7\u03c1\u03af\u03cc\u03c5 \u03a6\u03b1\u03c1\u03bc\u03b1\u03ba\u03bf\u03b3\u03bd\u03c9\u03c3\u03af\u03b1\u03c2-\u03a7\u03b7\u03bc\u03b5\u03af\u03b1\u03c2 \u03a6\u03c5\u03c3\u03b9\u03ba\u03ce\u03bd \u03a0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03c9\u03bd \u0395\u039a\u03a0\u0391<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%bf%ce%bd%ce%b4%cf%81%ce%ad%ce%bb%ce%b7%cf%82-%ce%b9%cf%89%ce%ac%ce%bd%ce%bd%ce%b7%cf%82\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%bf%ce%bd%ce%b4%cf%81%ce%ad%ce%bb%ce%b7%cf%82-%ce%b9%cf%89%ce%ac%ce%bd%ce%bd%ce%b7%cf%82\/\">\u03a7\u03bf\u03bd\u03b4\u03c1\u03ad\u03bb\u03b7\u03c2 \u0399\u03c9\u03ac\u03bd\u03bd\u03b7\u03c2<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>\u0394\u03b9\u03b5\u03c5\u03b8\u03c5\u03bd\u03c4\u03ae\u03c2 \u0399\u03b1\u03c4\u03c1\u03b9\u03ba\u03bf\u03cd \u03a4\u03bc\u03ae\u03bc\u03b1\u03c4\u03bf\u03c2, \u03a6\u0391\u03a1\u039c\u0391\u03a3\u0395\u03a1\u0392 - \u039b\u0399\u039b\u039b\u03a5<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%bf%ce%bd%ce%b4%cf%81%ce%bf%ce%b3%ce%b9%ce%ac%ce%bd%ce%bd%ce%b7-%ce%bd%ce%af%ce%ba%ce%b7\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"400\" height=\"363\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" srcset=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1.png 400w, https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/speakers-01-400x363-1-300x272.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%bf%ce%bd%ce%b4%cf%81%ce%bf%ce%b3%ce%b9%ce%ac%ce%bd%ce%bd%ce%b7-%ce%bd%ce%af%ce%ba%ce%b7\/\">\u03a7\u03bf\u03bd\u03b4\u03c1\u03bf\u03b3\u03b9\u03ac\u03bd\u03bd\u03b7 \u039d\u03af\u03ba\u03b7<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Research Director National Hellenic Research Foundation Institute of Chemical Biology<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t<article class=\"dsm-blog-carousel-item swiper-slide\">\n\t\t\t\t\t<div class=\"dsm-grid-post-holder-inner\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"dsm-entry-thumbnail\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%bf%cf%85%ce%bd%cf%84%ce%bf%cf%85%ce%bb%ce%ad%cf%83%ce%b7-%ce%bc%ce%b1%cf%81%ce%af%ce%b1\/\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img width=\"229\" height=\"293\" src=\"https:\/\/drugdevelop-msc.med.uoa.gr\/wp-content\/uploads\/2025\/09\/image1-2.png\" class=\"skip-lazy wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t\t\t\t<div class=\"dsm-entry-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<header class=\"dsm-entry-header\">\n\t\t\t\t\t\t\t\t\t<h2 class=\"dsm-entry-title\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/%cf%87%ce%bf%cf%85%ce%bd%cf%84%ce%bf%cf%85%ce%bb%ce%ad%cf%83%ce%b7-%ce%bc%ce%b1%cf%81%ce%af%ce%b1\/\">\u03a7\u03bf\u03c5\u03bd\u03c4\u03bf\u03c5\u03bb\u03ad\u03c3\u03b7 \u039c\u03b1\u03c1\u03af\u03b1<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t<\/header>\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"dsm-entry-content\">\n\t\t\t\t\t\t\t\t<div class=\"dsm-post-excerpt\">\n\t\t\t\t\t\t\t\t\t<p>Pharmacist, MSc, PhD<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/article>\n\n\t\t\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"swiper-container-horizontal\">\n\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-20170","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/pages\/20170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/comments?post=20170"}],"version-history":[{"count":3,"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/pages\/20170\/revisions"}],"predecessor-version":[{"id":20173,"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/pages\/20170\/revisions\/20173"}],"wp:attachment":[{"href":"https:\/\/drugdevelop-msc.med.uoa.gr\/en\/wp-json\/wp\/v2\/media?parent=20170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}