{"id":2909,"date":"2025-04-28T18:09:49","date_gmt":"2025-04-28T11:09:49","guid":{"rendered":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/?page_id=2909"},"modified":"2026-02-16T15:16:49","modified_gmt":"2026-02-16T08:16:49","slug":"program","status":"publish","type":"page","link":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/program\/","title":{"rendered":"ISTM2026 Program"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2909\" class=\"elementor elementor-2909\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-4b25196 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"4b25196\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-761d240\" data-id=\"761d240\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-06ff7cb elementor-widget elementor-widget-html\" data-id=\"06ff7cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>ISTM Conference Menu<\/title>\r\n  <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.0\/css\/all.min.css\" rel=\"stylesheet\">\r\n  <style>\r\n    body {\r\n      margin: 0;\r\n      font-family: Arial, sans-serif;\r\n    }\r\n    body p {\r\n        font-size: 18px;\r\n    }\r\n    body li {\r\n        font-size: 18px;\r\n    }\r\n\r\nheader {\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n  position: relative;\r\n  padding: 20px;\r\n  border-bottom: 1px solid #ddd;\r\n}\r\n\r\n.logo {\r\n  max-height: 60px;\r\n}\r\n\r\n.menu-toggle {\r\n  display: none;\r\n  flex-direction: column;\r\n  cursor: pointer;\r\n  padding: 10px;\r\n  position: absolute;\r\n  left: 10px;\r\n}\r\n\r\n\r\n    nav {\r\n      display: flex;\r\n      justify-content: center;\r\n      background-color: #f8f9fa;\r\n      padding: 10px 0;\r\n      gap: 20px;\r\n      z-index: 10;\r\n      position: relative;\r\n      flex-wrap: wrap;\r\n    }\r\n\r\n    nav a {\r\n      text-decoration: none;\r\n      color: #484a72;\r\n      font-size: 16px;\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 6px;\r\n    }\r\n\r\n    nav a:hover {\r\n      color: #eb3c27;\r\n    }\r\n\r\n    .dropdown::after {\r\n      content: ' \\25BE'; \/* \u25bc *\/\r\n      font-size: 0.7em;\r\n    }\r\n\r\n    .logo {\r\n      max-height: 80px;\r\n    }\r\n\r\n    .dropdown-container {\r\n      position: relative;\r\n      display: inline-block;\r\n    }\r\n\r\n    .dropdown-content {\r\n      display: none;\r\n      position: absolute;\r\n      background-color: white;\r\n      min-width: 160px;\r\n      box-shadow: 0px 8px 16px rgba(0,0,0,0.2);\r\n      z-index: 20;\r\n      top: 100%;\r\n      left: 0;\r\n      border: 1px solid #ccc;\r\n    }\r\n\r\n    .dropdown-content a {\r\n      color: #484a72;\r\n      padding: 10px 16px;\r\n      text-decoration: none;\r\n      display: block;\r\n      white-space: nowrap;\r\n    }\r\n\r\n    .dropdown-content a:hover {\r\n      background-color: #e7f0f1;\r\n    }\r\n\r\n    .dropdown-container:hover .dropdown-content {\r\n      display: block;\r\n    }\r\n\r\n    \/* Slideshow *\/\r\n.slideshow-container {\r\n  position: relative;\r\n  width: 100%;\r\n  aspect-ratio: 16 \/ 9; \/* Keeps good proportions *\/\r\n  overflow: hidden;\r\n}\r\n\r\n.slides {\r\n  position: absolute;\r\n  width: 100%;\r\n  height: 100%;\r\n  opacity: 0;\r\n  transition: opacity 2s ease-in-out;\r\n}\r\n\r\n.slide-image {\r\n  width: 100%;\r\n  height: 100%;\r\n  object-fit: cover;\r\n}\r\n\r\n.active {\r\n  opacity: 1;\r\n  z-index: 1;\r\n}\r\n\/* Hamburger *\/\r\n.menu-toggle {\r\n  display: none;\r\n  flex-direction: column;\r\n  cursor: pointer;\r\n  padding: 10px;\r\n}\r\n\r\n.menu-toggle div {\r\n  width: 25px;\r\n  height: 3px;\r\n  background-color: #333;\r\n  margin: 4px 0;\r\n}\r\n\r\n\/* Responsive styles *\/\r\n@media (max-width: 768px) {\r\n.slideshow-container {\r\naspect-ratio:  \/ 3;\r\n  }\r\n  .logo {\r\n  max-height: 40px;\r\n  padding-left: 20px\r\n}\r\n  nav {\r\n    flex-direction: column;\r\n    align-items: flex-start;\r\n    display: none;\r\n    width: 100%;\r\n  }\r\n\r\n  nav.show {\r\n    display: flex;\r\n  }\r\n\r\n  .menu-toggle {\r\n    display: flex;\r\n    margin-left: 10px;\r\n  }\r\n\r\n  .dropdown-container:hover .dropdown-content {\r\n    display: none;\r\n  }\r\n\r\n  .dropdown-container.open .dropdown-content {\r\n    display: block;\r\n    position: static;\r\n    box-shadow: none;\r\n    border: none;\r\n    background-color: #f8f9fa;\r\n  }\r\n      .dropdown-content a:hover {\r\n      background-color:  #f8f9fa;;\r\n    }\r\n\r\n  nav a {\r\n    padding: 10px;\r\n  }\r\n\r\n}\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n<header>\r\n  <div class=\"menu-toggle\" onclick=\"toggleMenu()\">\r\n    <div><\/div>\r\n    <div><\/div>\r\n    <div><\/div>\r\n  <\/div>\r\n  <img decoding=\"async\" class=\"logo\" src=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-content\/uploads\/2025\/06\/logo-full_v3-scaled.png\" alt=\"ISTM Logo\" \/>\r\n<\/header>\r\n  <nav id=\"mobile-nav\">\r\n    <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/\"><i class=\"fas fa-home\"><\/i>ISTM2026<\/a>\r\n    <div class=\"dropdown-container\">\r\n        <a href=\"#\" onclick=\"toggleDropdown(event)\"><i class=\"fas fa-book\"><\/i><span class=\"dropdown\">Conference<\/span><\/a>\r\n        <div class=\"dropdown-content\">\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/overview\/\">Overview<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/gallery\/\">Gallery<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/speakers\/\">Speakers<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/program\/\">Program<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/sponsorship\/\">Sponsorship<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/scholarship\/\">Scholarship<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/fees\/\">Fees<\/a>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"dropdown-container\">\r\n        <a href=\"#\" onclick=\"toggleDropdown(event)\"><i class=\"fas fa-bullhorn\"><\/i><span class=\"dropdown\">Abstracts<\/span><\/a>\r\n        <div class=\"dropdown-content\">\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/submission-guidelines\/\">Abstract Guidelines<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/abstract-book\/\">Abstract Book<\/a>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"dropdown-container\">\r\n        <a href=\"#\" onclick=\"toggleDropdown(event)\"><i class=\"fas fa-map-marker-alt\"><\/i><span class=\"dropdown\">Venue<\/span><\/a>\r\n        <div class=\"dropdown-content\">\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/conference-venue\/\">Conference Venue<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/hotel-recommendations\/\">Hotel Information<\/a>\r\n            <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/visa-information\/\">Visa Information<\/a>\r\n        <\/div>\r\n    <\/div>\r\n    <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/registration-form\/\" ><i class=\"fas fa-pen-square\"><\/i>Registration<\/a>\r\n    <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/abstract-submission\/\"> <i class=\"fas fa-paper-plane\"><\/i>Abstract Submission<\/a>\r\n\r\n        <!--<div class=\"dropdown-container\">-->\r\n        <!--<a href=\"#\" onclick=\"toggleDropdown(event)\"><i class=\"fas fa-pen-square\"><\/i><span class=\"dropdown\">Registration<\/span><\/a>-->\r\n        <!--<div class=\"dropdown-content\">-->\r\n        <!--    <a href=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026-abstract-submission\/\">Abstract Submission<\/a>-->\r\n        <!--    <a href=\"#\">Registration Form<\/a>-->\r\n        <!--<\/div>-->\r\n    <!--<\/div>-->\r\n  <\/nav>\r\n\r\n\r\n  <script>\r\n\r\n    \/\/ Mobile menu\r\n    function toggleMenu() {\r\n      document.getElementById('mobile-nav').classList.toggle('show');\r\n    }\r\n\r\n    function toggleDropdown(event) {\r\n      event.preventDefault();\r\n      const parent = event.currentTarget.parentElement;\r\n      parent.classList.toggle('open');\r\n    }\r\n  <\/script>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8454f80 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"8454f80\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4f3d785\" data-id=\"4f3d785\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-25fb256 elementor-widget elementor-widget-heading\" data-id=\"25fb256\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Program<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0fecd24 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0fecd24\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-34e5207\" data-id=\"34e5207\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b4b440e elementor-widget elementor-widget-heading\" data-id=\"b4b440e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Please note: The schedule is subject to change without prior notice depending on the situation<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8d393ec elementor-widget elementor-widget-html\" data-id=\"8d393ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html>\r\n<head>\r\n<style>\r\n    table tr td {\r\n        padding-left: 1rem;\r\n    }\r\n    table td:first-child {\r\n    width: 120px; \r\n}\r\n<\/style>\r\n<\/head>\r\n<body>\r\n\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"5\" style=\"border-collapse:collapse; width:100%;\">\r\n  <!-- February 2, 2026 -->\r\n  <tr style=\"background-color:#b8cce4;\">\r\n    <td colspan=\"2\" style=\"text-align: center;\"><strong>February 2, 2026<\/strong><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>08:00-09:00<\/td>\r\n    <td>Registration<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>08:50-09:00<\/td>\r\n    <td>Opening Remarks by Prof. Piyamitr Sritara, President Mahidol University<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>09:00-09:10<\/td>\r\n    <td>Opening Remarks by Prof Igor Mokrousov, Saint Petersburg\u2019s Pasteur Institute<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>09:10-09:40<\/td>\r\n    <td><strong>Keynote Lecture \u2013 Taane Clark (London School of Hygiene and Tropical Medicine, UK)<\/strong><br>\r\n    <em>What can \u2019omics tell us about tuberculosis?<\/em><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>09:40-10:00<\/td>\r\n    <td><strong>Invited Speakers - Christophe Sola (Universit\u00e9 Paris-Saclay, Saint-Aubin, FR)<\/strong><br>\r\n    <em>Reconstructing a global evolutionary history of tuberculosis: what are the still unanswered questions ??<\/em><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>10:00-10:20<\/td>\r\n    <td><strong>Invited Speakers - Kiatichai Faksri (Faculty of Medicine, Khonkaen University, TH)<\/strong><br>\r\n    <em>Application of Genomics and OMICS Approaches for the Diagnosis and Control of Mycobacterium and Related Pathogens<\/em><\/td>\r\n  <\/tr>\r\n  <tr style=\"background-color:#C9C9C9;\">\r\n    <td>10:20-10:50<\/td>\r\n    <td  style=\"text-align: center;\">Coffee Break<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>10:50-11:10<\/td>\r\n    <td><strong>Invited Speakers - Amador Goodridge (INDICASAT-AIP, City of Knowledge), PA)\r\n<\/strong><br>\r\n    <em>Endemic transmission of Mycobacterium tuberculosis Sublineage L2.2.M3 within Panama<\/em><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>11:10-11:35<\/td>\r\n    <td><strong>Co-Chairs - Igor Mokrousov (Saint Petersburg Pasteur Institute, RU)\r\n<\/strong><br>\r\n    <em>Genomic insight into Mycobacterium tuberculosis adaptation to external stress in the in vivo and in vitro models<\/em><\/td>\r\n  <\/tr>\r\n    <tr>\r\n    <td>11:35-12:35<\/td>\r\n    <td><strong>Presentations sponsored by Qiagen\r\n<\/strong><br>\r\n    <em>Speaker 1: Vanitha Palaeya (QIAGEN, MY)\r\nTransforming TB Genomic Surveillance and Resistance Profiling with QIAseq xHYB Mycobacterium tuberculosis Panel\r\n<\/em>\r\n<br>\r\n    <em>Speaker 2: Zirwatul Adilah Bt Aziz, (National Public Health Surveillance Laboratory, MY)\r\nCulture-Free Whole Genome Sequencing: The NPHL Experience with QIAseq xHYB Mycobacterium tuberculosis Workflow\r\n<\/em>\r\n<\/td>\r\n  <\/tr>\r\n   <tr style=\"background-color:#C9C9C9;  \">\r\n    <td>12:35-13:30<\/td>\r\n    <td style=\"text-align: center;\">Lunch<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>13:30-14:30<\/td>\r\n    <td>Poster Session 1<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>14:30-14:50<\/td>\r\n    <td><strong>Invited Speakers - Danila Zimenkov (Engelhardt Institute of Molecular Biology, Russian Academy of Sciences, Moscow, RU)\r\n<\/strong><br>\r\n    <em>The hidden diversity of Mycobacterium<\/em><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>14:50-15:10<\/td>\r\n    <td><strong>Invited Speakers - Nawamin Pinpathomrat (Faculty of Medicine, Prince of Songkla University, Songkla, TH)\r\n<\/strong><br>\r\n    <em>TB vaccine platforms and delivering system<\/em><\/td>\r\n  <\/tr>\r\n    <tr style=\"background-color:#C9C9C9;\">\r\n    <td>15:10-15:40<\/td>\r\n    <td  style=\"text-align: center;\">Coffee Break<\/td>\r\n  <\/tr>\r\n\r\n  <tr>\r\n    <td>15:40-16:55<\/td>\r\n    <td>Oral Presentations 1\r\n    <br>\r\n    <b>Oren Tzfadia<\/b>  - A next-generation Mycobacterial knowledge base\r\n    <br>\r\n    <b>Mohammad Khaja Mafij Uddin<\/b> - Genomic insights into drug resistance and transmission dynamics of multidrug-resistant tuberculosis strains in Bangladesh\r\n    <br>\r\n    <b>John Carlo Macasaddug Malabad<\/b> - A molecular epidemiologic analysis of drug-resistant Mycobacterium tuberculosis isolates derived from the Third Philippine TB Drug Resistance Survey 2018 and community-based study\r\n    <br>\r\n    <b>Pundharika Piboonsiri<\/b> - Whole genome sequencing of Mycobacterium tuberculosis reveals emerging bedaquiline resistance variants in Thailand\r\n    <br>\r\n    <b>Motunrayo Badejo<\/b> - Superparamagnetic iron oxide nanoparticles perturb mycobacterial homeostasis and unveil gene expression signatures of antimicrobial action\r\n    <\/td>\r\n  <\/tr>\r\n\r\n  <!-- February 3, 2026 -->\r\n  <tr style=\"background-color:#f2dbdb;\">\r\n    <td colspan=\"2\" style=\"text-align: center;\"><strong>February 3, 2026<\/strong><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>09:00-09:30<\/td>\r\n    <td><strong>Keynote Lecture \u2013 Qian Gao (Shanghai Medical College of Fudan University, CN)<\/strong><br>\r\n    <em>Molecular epidemiology of Mycobacterium tuberculosis in China<\/em>\r\n  <\/tr>\r\n   <tr>\r\n    <td>09:30-10:00<\/td>\r\n    <td><strong>Keynote Lecture \u2013  Katsushi Tokunaga (National Center for Global Health and Medicine, Tokyo, JP)<\/strong><br>\r\n    <em>Genomic approach to infectious diseases<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>10:00-10:20<\/td>\r\n    <td><strong>Invited Speakers - Surakameth Mahasirimongkol (Assistant Permanent Secretary, MOPH, TH)<\/strong><br>\r\n    <em>Precision Control of TB: The future of ending TB by 2030<\/em>\r\n  <\/tr>\r\n    <tr style=\"background-color:#C9C9C9;\">\r\n    <td>10:20-10:50<\/td>\r\n    <td  style=\"text-align: center;\">Coffee Break<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>10:50-11:10<\/td>\r\n    <td><strong>Invited Speakers - Taisei Mushiroda (RIKEN Center for Integrative Medical Sciences, JP)<\/strong><br>\r\n    <em>Toward Patient-Centered, Stratified Tuberculosis Treatment Through Pharmacogenomics<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>11:10-11:30<\/td>\r\n    <td><strong>Invited Speakers - Margarita Shleeva (Federal Research Centre \u201cFundamentals of Biotechnology\u201d of the Russian Academy of Sciences)<\/strong><br>\r\n    <em>A novel biochemical reaction in mycobacteria: coproporphyrin III tetramethyl ester synthesis and its adaptation significance<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>11:30-11:50<\/td>\r\n    <td><strong>Invited Speakers - Egor Shitikov (Lopukhin Federal Research and Clinical Center of Physical-Chemical Medicine, Moscow, RU)\r\n<\/strong><br>\r\n    <em>Mycobacteriophages: From Laboratory Research to Practical Applications in Medicine <\/em><\/td>\r\n  <\/tr>\r\n\r\n    <tr style=\"background-color:#C9C9C9;  \">\r\n    <td>11:50-13:00<\/td>\r\n    <td style=\"text-align: center;\">Lunch<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>13.00-14.00<\/td>\r\n    <td>Poster Session 2<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>14:00-14:20<\/td>\r\n    <td><strong>Invited Speakers - Marisa Ponpuak (Department of Microbiology, Faculty of Science, Mahidol University, TH)<\/strong><br>\r\n    <em>Monocyte transcriptional responses to Mycobacterium tuberculosis associated with natural resistance to tuberculosis infection<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>14:20-14:40<\/td>\r\n    <td><strong>Invited Speakers - Alexander Apt (Central Institute of Tuberculosis, Moscow, RU)<\/strong><br>\r\n    <em>Tuberculosis infection control by the MHC-II in mice and the sequence of innate\/adaptive immune responses to infection<\/em>\r\n  <\/tr>\r\n <tr>\r\n    <td>14:40-15:00<\/td>\r\n    <td><strong>Invited Speakers - Tomasz Jagielski (University of Warsaw, PL)<\/strong><br>\r\n    <em>A water tale - new insights into the ecology of nontuberculous-mycobacteria<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>15:00-15:20<\/td>\r\n    <td><strong>Invited Speakers - David Couvin (Institut Pasteur de la Guadeloupe, FR)<\/strong><br>\r\n    <em>SITVIT++: Next-Generation Mycobacterium tuberculosis databases and biobanks for genomic surveillance, drug resistance monitoring, and predictive intelligence<\/em>\r\n  <\/tr>\r\n  <tr style=\"background-color:#C9C9C9;\">\r\n    <td>15:20-15:50<\/td>\r\n    <td  style=\"text-align: center;\">Coffee Break<\/td>\r\n  <\/tr>\r\n\r\n  <tr>\r\n    <td>15:50-17:00<\/td>\r\n    <td>Oral Presentations 2\r\n    <br><b>Noppadon Nuntawong<\/b> - Engineering a robust SERS-based POC system for tuberculosis screening\r\n    <br><b>Saradee Warit<\/b> - Advancing tuberculosis diagnosis in macaques: A One Health approach\r\n    <br><b>Narisa Mohthong<\/b> - Investigating immune profiles in healthy and latent tuberculosis-infected participants.\r\n    <br><b>Yoopie Setiawan<\/b> - The interferon-gamma response to Latin American Mediterranean and modern Beijing sub-lineages of Mycobacterium tuberculosis in drug-sensitive and resistant tuberculosis\r\n    <br><b>Pyae Sone Oo<\/b> - Differential immune responses to novel and established Mycobacterium tuberculosis antigens among tuberculosis patients in Southern Thailand\r\n    <\/td>\r\n  <\/tr>\r\n  \r\n  \r\n  \r\n  <!-- February 4, 2026 -->\r\n  <tr style=\"background-color:#fff2cc;\">\r\n    <td colspan=\"2\" style=\"text-align: center;\"><strong>February 4, 2026<\/strong><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>09:00-09:30<\/td>\r\n    <td><strong>Keynote Lecture \u2013 Urvashi Singh (All Indian Institute of Medical Sciences, Delhi and Head of National TB program, IN)<\/strong><br>\r\n    <em>M. tuberculosis genomics and transmission tracing in India<\/em><\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>09:30-09:50<\/td>\r\n    <td><strong>Invited Speakers - Virasakdi Chongsuvivatwong (Faculty of Medicine, Prince of Songkla University, Songkla, TH)<\/strong><br>\r\n    <em>Geno-spatio-temporal analysis, interpretation and implications on Infectious diseases<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>09:50-10:10<\/td>\r\n    <td><strong>Invited Speakers - Richard Anthony (National Institute for Public Health and the Environment, NL)  <\/strong><br>\r\n    <em>Micro-evolution in clustered cases of tuberculosis a useful signal or noise?\r\n<\/em>\r\n  <\/tr>\r\n  <tr style=\"background-color:#C9C9C9;\">\r\n    <td>10:10-10:40<\/td>\r\n    <td  style=\"text-align: center;\">Coffee Break<\/td>\r\n  <\/tr>\r\n\r\n  <tr>\r\n    <td>10:40-11:00<\/td>\r\n    <td><strong>Invited Speakers - Sayera Banu (Head, Programme on Emerging Infections, Infectious Diseases Division, icddr, BD)<\/strong><br>\r\n    <em>Targeted next-generation sequencing for detection of drug-resistant tuberculosis: Challenges and insights from high burden settings in Bangladesh<\/em>\r\n  <\/tr>\r\n \r\n  <tr>\r\n    <td>11:00-11:30<\/td>\r\n    <td><strong>Invited Speakers - Pakorn Aiewsakun (Center for Microbial Genomics, Faculty of Science, Mahidol University, TH)<\/strong><br>\r\n    <em>Whole genome sequence analysis to detect MTB transmission cluster<\/em>\r\n  <\/tr>\r\n  \r\n  \r\n  <tr>\r\n    <td>11:30-12:00<\/td>\r\n    <td><strong>Invited Speakers - Robin Warren (Stellenbosch University, ZA)<\/strong><br>\r\n    <em>The genesis and transmission of drug-resistant TB<\/em>\r\n  <\/tr>\r\n\r\n  <tr style=\"background-color:#C9C9C9;  \">\r\n    <td>12:00-13:00<\/td>\r\n    <td style=\"text-align: center;\">Lunch<\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>13.00-14.00<\/td>\r\n    <td>Oral Presentation 3\r\n    <br><b>Tania Jim<\/b> - The use of a novel conjugated oligoelectrolytelcheva molecule to potentiate antibiotic efficacy against Non-Tuberculous Mycobacteria\r\n    <br><b>Kishan Kumar Parida <\/b> - Structure based identification and validation of Benzothiazole derivatives as potent DprE1 inhibitors against Mycobacterium tuberculosis\r\n    <br><b>Hleziphi Violah Mpundu<\/b> - Targeting drug-tolerant tuberculosis through repurposing of approved drugs\r\n    <br><b>Arnab Roy<\/b> - Overcoming metabolic redundancy in Mycobacterium tuberculosis via dual inhibition of terminal oxidases\r\n    <\/td>\r\n  <\/tr>\r\n  <tr>\r\n    <td>14:00-14:20<\/td>\r\n    <td><strong>Invited Speakers - Mi Kaixia (Institute of Microbiology, Chinese Academy of Sciences, CN)<\/strong><br>\r\n    <em>Elucidating the dual role of Mycobacterial MfpA in Fluoroquinolone resistance and virulence regulation<\/em>\r\n  <\/tr>\r\n  \r\n  <tr>\r\n    <td>14:20-14:40<\/td>\r\n    <td><strong>Invited Speakers - Violeta Valcheva (Department of Infectious Microbiology, Stephan Angeloff Institute of Microbiology, \r\nBulgarian Academy of Sciences, BG)<\/strong><br>\r\n    <em>Development and Pharmacological Evaluation of Novel Hydrazide - Hydrazone Derivatives as Potential Antituberculosis drug candidates<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>14:40-15:00<\/td>\r\n    <td><strong>Invited Speakers - Oleg Ogarkov (Scientific Center for Family Health and Human Reproduction Problems, Irkutsk, RU)<\/strong><br>\r\n    <em>The formation of a polybacterial community in caseous necrosis: A Common and Adverse Consequence of Tuberculosis<\/em>\r\n  <\/tr>\r\n  \r\n  <tr>\r\n    <td>15:00-15:20<\/td>\r\n    <td><strong>Co-Chairs - Prasit Palittapongarnpim (Center for Microbial Genomics, Faculty of Science, Mahidol University, TH) <\/strong><br>\r\n    <em>Structural variations of the pe\/ppe gene family<\/em>\r\n  <\/tr>\r\n  <tr>\r\n    <td>15:10-15:30<\/td>\r\n    <td>Closing ceremony<\/td>\r\n  <\/tr>\r\n<\/table>\r\n\r\n\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78d9aab elementor-widget elementor-widget-spacer\" data-id=\"78d9aab\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1a47603 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"1a47603\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ddecc7e\" data-id=\"ddecc7e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b6054a7 elementor-widget elementor-widget-html\" data-id=\"b6054a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link\r\n  href=\"https:\/\/cdn.jsdelivr.net\/npm\/bootstrap@5.3.3\/dist\/css\/bootstrap.min.css\"\r\n  rel=\"stylesheet\"\r\n\/>\r\n\r\n<style>\r\n.site-footer-istm {\r\n  background-color: #e7f0f1;\r\n  padding: 40px 20px 5px;\r\n  font-family: Arial, sans-serif;\r\n  color: #2e3e5e;\r\n}\r\n\r\n.site-footer-istm h5 {\r\n  color: #2e3e5e;\r\n  padding-right: 5rem;\r\n}\r\n\r\n.footer-logo img {\r\n  max-height: 170px;\r\n  margin-top: 0rem;\r\n}\r\n\r\n.footer-bottom {\r\n  text-align: center;\r\n  padding-top: 1rem;\r\n  border-top: 1px solid #ccc; \/* Divider above footer bottom *\/\r\n  margin-top: 1rem;\r\n}\r\n\r\n.footer-bottom p {\r\n  color: #666;\r\n  font-size: 12px;\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .logo-footer {\r\n  padding: 0.5rem;\r\n}\r\n.site-footer-istm {\r\n  padding: 10px 10px 5px;\r\n}\r\n}\r\n\r\n<\/style>\r\n\r\n<div class=\"site-footer-istm\">\r\n  <div class=\"container\">\r\n    <div class=\"row\">\r\n      <div class=\"col-sm footer-logo\">\r\n        <img decoding=\"async\" class=\"mx-auto d-block logo-footer\" src=\"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-content\/uploads\/2025\/06\/ISTM-logo_v3-scaled.png\" alt=\"ISTM2026-Logo\">\r\n      <\/div>\r\n\r\n      <!-- Vertical divider between logo and info -->\r\n      <div class=\"col-auto d-none d-sm-block\">\r\n\r\n      <\/div>\r\n\r\n      <div class=\"col-sm\">\r\n        <div class=\"footer-info\">\r\n          <h5>The 3<sup>rd<\/sup> International Symposium on Tuberculosis and Mycobacteria: A Multidisciplinary Approach<\/h5>\r\n          <p><i class=\"fas fa-phone-alt\"><\/i> TEL : (+66)2-201-5548<\/p>\r\n          <p><i class=\"fas fa-envelope\"><\/i> Email : ISTM2026@gmail.com<\/p>\r\n          <p><i class=\"fas fa-map-marker-alt\"><\/i> 272 Rama VI Road, Ratchathewi\r\nDistrict, Bangkok, Thailand, 10400<\/p>\r\n        <\/div>\r\n      <\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"footer-bottom\">\r\n    <p>ISTM 2026 \u00a9 2026. All Rights Reserved<\/p>\r\n  <\/div>\r\n<\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>ISTM Conference Menu ISTM2026 Conference Overview Gallery Speakers Program Sponsorship Scholarship Fees Abstracts Abstract Guidelines Abstract Book Venue Conference Venue Hotel Information Visa Information Registration Abstract Submission Program Please note: The schedule is subject to change without prior notice depending on the situation February 2, 2026 08:00-09:00 Registration 08:50-09:00 Opening Remarks by Prof. Piyamitr Sritara, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":2684,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"iawp_total_views":377,"footnotes":""},"class_list":["post-2909","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages\/2909","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/comments?post=2909"}],"version-history":[{"count":61,"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages\/2909\/revisions"}],"predecessor-version":[{"id":4465,"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages\/2909\/revisions\/4465"}],"up":[{"embeddable":true,"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages\/2684"}],"wp:attachment":[{"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/media?parent=2909"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}