{"id":2907,"date":"2025-04-28T18:09:21","date_gmt":"2025-04-28T11:09:21","guid":{"rendered":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/?page_id=2907"},"modified":"2026-02-16T15:14:48","modified_gmt":"2026-02-16T08:14:48","slug":"overview","status":"publish","type":"page","link":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/istm2026\/overview\/","title":{"rendered":"ISTM2026 Overview"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2907\" class=\"elementor elementor-2907\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-627bcfb elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"627bcfb\" 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-21b2436\" data-id=\"21b2436\" 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-b137059 elementor-widget elementor-widget-html\" data-id=\"b137059\" 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-762bd08 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"762bd08\" 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-79f8397\" data-id=\"79f8397\" 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-0f1a267 elementor-widget elementor-widget-heading\" data-id=\"0f1a267\" 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\">Overviews<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ae13266 elementor-widget elementor-widget-text-editor\" data-id=\"ae13266\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><span style=\"color: #6e6d63;\">The global End TB Strategy aims to reduce new TB incidence by 90% in 2035. Achieving the goals requires concerted innovations in several disciplines.<\/span><\/p><p><span style=\"color: #6e6d63;\">This symposium aims to provide a scientific interacting platform for those who are interested in applying their knowledge and technology in advancing TB control. The symposium maintains coverage on the advancement of molecular biology similar the 2<sup>nd<\/sup> symposiums held in Saint Petersburg; it has expanded its scope to include more disciplines. The symposium is timely with the current scientific progresses, including the generation of a large amount of bacterial and patient whole genome data as well as the advancement of artificial intelligence particularly deep learning. \u00a0<\/span><\/p><p><span style=\"color: #6e6d63;\">The symposium will be held in Bangkok in the middle of global regions with high burdens of TB and is expected to be actively participated by scientists from both developed and developing countries. Their interactions will provide an opportunity for achieving the target of controlling TB.<\/span><\/p><p><span style=\"color: #6e6d63;\">This conference will be a significant event that brings together researchers from the Asia-Pacific region, focusing on the role of microbial genomics in combating antimicrobial resistance (AMR)\u00a0<b>and promoting the development of advanced scientific solutions for diagnosis, treatment and prevention of Tuberculosis.<\/b><\/span><\/p><p><span style=\"color: #6e6d63;\"><b>The symposium maintains coverage on the advancement of molecular biology similar the 1st and 2nd symposiums held in Saint Petersburg, Russia in 2014 and 2018.<\/b><\/span><\/p>\t\t\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-b4d7d47 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b4d7d47\" 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-3f814b2\" data-id=\"3f814b2\" 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-3fb925c elementor-widget elementor-widget-heading\" data-id=\"3fb925c\" 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\">Conference Theme<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6450b4c elementor-widget elementor-widget-text-editor\" data-id=\"6450b4c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<ul><li><span style=\"color: #808080;\">Genomics<\/span><\/li><li><span style=\"color: #808080;\">Translational public health<\/span><\/li><li><span style=\"color: #808080;\">Molecular epidemiology<\/span><\/li><li><span style=\"color: #808080;\">Host-pathogen interaction<\/span><\/li><li><span style=\"color: #808080;\">Vaccine &amp; Therapeutics<\/span><\/li><li><span style=\"color: #808080;\">Non-tuberculous bacteria<\/span><\/li><\/ul>\t\t\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-d9e93bb elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d9e93bb\" 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-3369db4\" data-id=\"3369db4\" 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-4f818e1 elementor-widget elementor-widget-spacer\" data-id=\"4f818e1\" 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-979cb42 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"979cb42\" 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-641d7e5\" data-id=\"641d7e5\" 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-c690741 elementor-widget elementor-widget-html\" data-id=\"c690741\" 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 Overviews The global End TB Strategy aims to reduce new TB incidence by 90% in 2035. Achieving the goals requires concerted innovations in several disciplines. This symposium aims [&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":268,"footnotes":""},"class_list":["post-2907","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages\/2907","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=2907"}],"version-history":[{"count":112,"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages\/2907\/revisions"}],"predecessor-version":[{"id":4456,"href":"https:\/\/microbiology.sc.mahidol.ac.th\/cenmig\/wp-json\/wp\/v2\/pages\/2907\/revisions\/4456"}],"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=2907"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}