{"id":13829,"date":"2024-12-22T10:42:29","date_gmt":"2024-12-22T03:42:29","guid":{"rendered":"https:\/\/plantscience.sc.mahidol.ac.th\/?p=13829"},"modified":"2025-06-16T14:53:02","modified_gmt":"2025-06-16T07:53:02","slug":"suvarnabhumi-heritage-crops-the-thailand-2nd-botanical-art-worldwide-exhibitionthe-7th-botanical-art-thailand-baww-2025","status":"publish","type":"post","link":"https:\/\/plantscience.sc.mahidol.ac.th\/?p=13829&lang=en","title":{"rendered":"<center><font style=\"text-align:center; font-family: 'K2D', sans-serif; font-size: 0.8em; line-height:2.0em;letter-spacing:1px;\"> The Thailand 2<sup>nd<\/sup> Botanical Art Worldwide Exhibition<br>The 7<sup>th<\/sup> Botanical Art Thailand<br>(BAWW 2025)<\/font><\/center>"},"content":{"rendered":"<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=K2D:wght@300&display=swap');\n        body {\n            margin: 0;\n            font-family: Arial, sans-serif;}\n        .slider {\n            position: relative;\n            width: 100%;\n            max-width: 800px;\n            margin: auto;\n            overflow: hidden;        }\n        .slides {\n            display: flex;\n            transition: transform 1s ease-in-out;\n            width: 100%;        }\n        .slide {\n            min-width: 100%;\n            box-sizing: border-box;\n        }\n        .slide img {\n            width: 100%;\n            display: block;        }\n        .dots {\n            text-align: center;\n            margin: 10px 0;        }\n        .dot {\n            height: 15px;\n            width: 15px;\n            margin: 0 5px;\n            background-color: #bbb;\n            border-radius: 50%;\n            \/\/display: inline-block;\n            transition: background-color 0.3s ease;}\n      .dot.active {background-color: #717171;}\ndiv.scrollmenu {\n  background-color: #F9F9ED;\/*#333;*\/\n  overflow: auto;\n  white-space: nowrap;\n  border-top:1px solid #CDCDCD;\n  border-bottom:1px solid #CDCDCD;}\n<\/style>\n<div align=\"center\" style=\"margin-top:0em; line-height: 2em;font-family: 'K2D', sans-serif; font-size: 1.2em; background-color:blanchedalmond;\">  <a href=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/intro-en.html\">About Exhibition<\/a>&nbsp;&nbsp;|&nbsp;&nbsp; <a href=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/schedule-en.html\">Schedule<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/registration-en.html\">Registration<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/rules-en.html\">Rules<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"https:\/\/plantscience.sc.mahidol.ac.th\/?p=14170&#038;lang=en\" target=\"_blank\">Final Announcement<\/a><br \/>|&nbsp;&nbsp;<a href=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/yba-en.html\">Young Botanical Artist<\/a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"https:\/\/plantscience.sc.mahidol.ac.th\/?p=13777\"><b>[ \u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22 ]<\/b><\/a>\n<\/div>\n<div class=\"slider\">\n<div class=\"slides\">\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip6.jpg\" alt=\"Image 1\"><\/div>\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip7.jpg\" alt=\"Image 2\"><\/div>\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip8.jpg\" alt=\"Image 3\"><\/div>\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip5.jpg\" alt=\"Image 4\"><\/div>\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip1.jpg\" alt=\"Image 5\"><\/div>\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip2.jpg\" alt=\"Image 6\"><\/div>\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip3.jpg\" alt=\"Image 7\"><\/div>\n<div class=\"slide\"><img decoding=\"async\" src=\"https:\/\/plantscience.sc.mahidol.ac.th\/baww2025\/images\/Clip4.jpg\" alt=\"Image 8\"><\/div>\n<\/div>\n<\/div>\n<div class=\"dots\">\n    <span class=\"dot\" onclick=\"currentSlide(0)\"><\/span><br \/>\n    <span class=\"dot\" onclick=\"currentSlide(1)\"><\/span><br \/>\n    <span class=\"dot\" onclick=\"currentSlide(2)\"><\/span><br \/>\n    <span class=\"dot\" onclick=\"currentSlide(3)\"><\/span><br \/>\n    <span class=\"dot\" onclick=\"currentSlide(4)\"><\/span><br \/>\n    <span class=\"dot\" onclick=\"currentSlide(5)\"><\/span><br \/>\n    <span class=\"dot\" onclick=\"currentSlide(6)\"><\/span><br \/>\n    <span class=\"dot\" onclick=\"currentSlide(7)\"><\/span>\n<\/div>\n<p><script>\n    const slides = document.querySelector('.slides');\n    const dots = document.querySelectorAll('.dot');\n    let currentIndex = 0;\n    const totalSlides = dots.length;\n    function showSlide(index) {\n        slides.style.transform = `translateX(-${index * 100}%)`;\n        dots.forEach(dot => dot.classList.remove('active'));\n        dots[index].classList.add('active');\n    }\n    function nextSlide() {\n        currentIndex = (currentIndex + 1) % totalSlides;\n        showSlide(currentIndex);\n    }\n    function currentSlide(index) {\n        currentIndex = index;\n        showSlide(currentIndex);\n    }\n    showSlide(currentIndex);\n    setInterval(nextSlide, 3000); \/\/ Change image every 3 seconds\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About Exhibition&nbsp;&nbsp;|&nbsp;&nbsp; Schedule&nbsp;&nbsp;|&nbsp;&nbsp;Registration&nbsp;&nbsp;|&nbsp;&nbsp;Rules&nbsp;&nbsp;|&nbsp;&nbsp;Final Announcement|&nbsp;&nbsp;Young Botanical Artist&nbsp;&nbsp;|&nbsp;&nbsp;[ \u0e20\u0e32\u0e29\u0e32\u0e44\u0e17\u0e22 ]<\/p>\n","protected":false},"author":2,"featured_media":14229,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[75,79],"tags":[],"class_list":["post-13829","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","category-uncategorized-en"],"_links":{"self":[{"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=\/wp\/v2\/posts\/13829","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13829"}],"version-history":[{"count":41,"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=\/wp\/v2\/posts\/13829\/revisions"}],"predecessor-version":[{"id":14323,"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=\/wp\/v2\/posts\/13829\/revisions\/14323"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=\/wp\/v2\/media\/14229"}],"wp:attachment":[{"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13829"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=13829"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/plantscience.sc.mahidol.ac.th\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=13829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}