{"id":201,"date":"2026-03-20T08:15:32","date_gmt":"2026-03-20T04:15:32","guid":{"rendered":"https:\/\/www.internationalteasymposium.org\/?page_id=201"},"modified":"2026-05-02T12:01:45","modified_gmt":"2026-05-02T08:01:45","slug":"programme","status":"publish","type":"page","link":"https:\/\/www.internationalteasymposium.org\/index.php\/programme\/","title":{"rendered":"Programme"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"201\" class=\"elementor elementor-201\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f137f84 e-flex e-con-boxed e-con e-parent\" data-id=\"f137f84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e88ba5 elementor-widget elementor-widget-html\" data-id=\"8e88ba5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Official Program - International Tea Symposium 2026<\/title>\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        \/* --- VARIABLES & BASE --- *\/\n        :root {\n            --forest-green: #2d5a27;\n            --leaf-green: #88b04b;\n            --cream: #fcfaf7;\n            --white: #ffffff;\n            --text-dark: #2c2c2c;\n            --text-light: #666666;\n            --border-color: #e5e0d8;\n            \n            \/* Activity Badges *\/\n            --badge-ceremony: #1A301D; \n            --badge-conference: #88b04b; \n            --badge-workshop: #C9A66B; \n            --badge-visit: #E4B04A; \n            --badge-break: #D1CEC5; \n        }\n\n        * { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }\n        body { font-family: 'Montserrat', sans-serif; color: var(--text-dark); background-color: var(--cream); line-height: 1.6; overflow-x: hidden; }\n        h1, h2, h3, h4 { font-family: 'Playfair Display', serif; color: var(--forest-green); }\n        .container { max-width: 1000px; margin: 0 auto; padding: 60px 20px; }\n\n        \/* --- HERO HEADER --- *\/\n        .hero { background-color: var(--forest-green); color: var(--white); text-align: center; padding: 100px 20px 80px 20px; position: relative; }\n        .hero h1 { color: var(--white); font-size: 3rem; margin-bottom: 15px; }\n        .hero p { font-size: 1.1rem; max-width: 800px; margin: 0 auto; font-weight: 300; opacity: 0.9; }\n\n        \/* --- TABS SYSTEM --- *\/\n        .tabs-container { margin-top: -30px; position: relative; z-index: 10; display: flex; justify-content: center; gap: 10px; padding: 0 20px; }\n        .tab-btn { background-color: var(--white); color: var(--forest-green); border: 1px solid var(--border-color); border-bottom: none; padding: 18px 40px; font-size: 1.1rem; font-weight: 600; cursor: pointer; border-radius: 8px 8px 0 0; transition: all 0.3s ease; }\n        \n        \/* Correction du hover (pour \u00e9viter le rose) *\/\n        .tab-btn:hover:not(.active) { background-color: var(--cream); color: var(--leaf-green); }\n        .tab-btn.active { background-color: var(--forest-green); color: var(--white); border-color: var(--forest-green); }\n\n        \/* --- TIMELINE --- *\/\n        .tab-content { display: none; background-color: var(--white); padding: 50px; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.03); animation: fadeIn 0.4s ease-in-out; }\n        .tab-content.active { display: block; }\n        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }\n\n        .timeline { position: relative; margin-top: 20px; }\n        .timeline::before { content: ''; position: absolute; top: 0; bottom: 0; left: 120px; width: 2px; background-color: var(--border-color); }\n        .timeline-item { position: relative; display: flex; align-items: flex-start; margin-bottom: 40px; }\n        .timeline-time { width: 100px; padding-right: 20px; text-align: right; font-weight: 700; color: var(--forest-green); font-size: 0.95rem; padding-top: 15px; }\n        .timeline-dot { position: absolute; left: 115px; top: 20px; width: 12px; height: 12px; border-radius: 50%; background-color: var(--forest-green); border: 3px solid var(--white); box-shadow: 0 0 0 2px var(--leaf-green); z-index: 2; }\n        .timeline-content { flex: 1; padding: 25px; margin-left: 20px; border: 1px solid var(--border-color); border-radius: 6px; transition: transform 0.3s ease; }\n        .timeline-content:hover { transform: translateX(5px); border-color: var(--leaf-green); }\n\n        \/* --- BADGES --- *\/\n        .badge { display: inline-block; padding: 4px 12px; border-radius: 50px; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: var(--white); margin-bottom: 12px; }\n        .b-ceremony { background-color: var(--badge-ceremony); }\n        .b-conference { background-color: var(--badge-conference); }\n        .b-workshop { background-color: var(--badge-workshop); }\n        .b-visit { background-color: var(--badge-visit); }\n        .b-break { background-color: var(--badge-break); color: var(--text-dark); }\n\n        \/* MODAL *\/\n        .modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 1000; align-items: center; justify-content: center; }\n        .modal-overlay.active { display: flex; }\n        .modal-content { background: var(--cream); padding: 40px; border-radius: 8px; max-width: 700px; width: 90%; position: relative; max-height: 85vh; overflow-y: auto; }\n        .modal-content p { margin-bottom: 15px; color: var(--text-dark); font-size: 1.05rem; }\n        .close-modal { position: absolute; top: 20px; right: 25px; font-size: 2rem; cursor: pointer; color: var(--text-light); }\n        .close-modal:hover { color: var(--forest-green); }\n\n        @media (max-width: 768px) {\n            .timeline::before { left: 15px; }\n            .timeline-time { width: auto; text-align: left; padding-left: 40px; }\n            .timeline-dot { left: 10px; }\n            .timeline-content { margin-left: 0; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"hero\">\n        <h1>Official Program<\/h1>\n        <p>19, 20 & 21 May 2026 \u00b7 Saint-Joseph, La R\u00e9union<br>A transversal approach between Science, Education, Culture, and Heritage.<\/p>\n    <\/header>\n\n    <div class=\"tabs-container\">\n        <button class=\"tab-btn active\" onclick=\"openTab('day1')\">Day 1 - May 19<\/button>\n        <button class=\"tab-btn\" onclick=\"openTab('day2')\">Day 2 - May 20<\/button>\n        <button class=\"tab-btn\" onclick=\"openTab('day3')\">Day 3 - May 21<\/button>\n    <\/div>\n\n    <div class=\"container\">\n        \n        <!-- DAY 1 -->\n        <div id=\"day1\" class=\"tab-content active\">\n            <h2 style=\"text-align: center; margin-bottom: 40px;\">Tuesday, May 19, 2026<\/h2>\n            <div class=\"timeline\">\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">08:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <h3>Convivial Moment<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">09:00 - 10:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Official Opening Ceremony<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:30 - 10:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>UK Tea Academy Video<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:45 - 11:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Construction of the Tea Wok<\/h3>\n                        <p>Symbol of friendship between nations and safeguarding of tea heritage.<\/p>\n                        <button style=\"background:none; border:none; text-decoration:underline; cursor:pointer; color:var(--forest-green); font-size:0.85rem;\" onclick=\"openWokModal()\">Read more<\/button>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">11:45 - 12:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-visit\">Visit<\/span>\n                        <h3>Visit of Grand Coude<\/h3>\n                        <p>Guided conference on the history of tea in Grand Coude.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">12:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-break\">Lunch<\/span>\n                        <h3>Cr\u00e9ole Tea Time & Lunch<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">14:00 - 15:50<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Malawi Conference<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">16:00 - 16:45<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>Vietnam Teas Workshop<\/h3>\n                        <p>Aesthetics in the Art of Vietnamese Tea<\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- DAY 2 -->\n        <div id=\"day2\" class=\"tab-content\">\n            <h2 style=\"text-align: center; margin-bottom: 40px;\">Wednesday, May 20, 2026<\/h2>\n            <div class=\"timeline\">\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">08:30 - 09:15<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>South Korean Tea Origins and Heritage<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">09:25 - 10:25<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>South Korean Tea Workshop<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:40 - 11:40<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Round Table<\/span>\n                        <h3>Familial Transmission of Heritage<\/h3>\n                        <p>Focus on Japan and South Korea.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">11:50 - 12:45<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-break\">Lunch<\/span>\n                        <h3>Lunch Break<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">12:50 - 13:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Sri Lanka Presentation<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">13:40 - 14:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>Japanese Tea Workshop<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">14:45 - 15:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Taiwan Presentation<\/h3>\n                        <p>Preservation and history in the contemporary world.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">15:35 - 16:10<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Fair Trade and Equity<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">16:15 - 17:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Sustainable Agriculture in Darjeeling<\/h3>\n                        <p>Adaptation and preservation.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">17:05 - 17:50<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>Reunion Island tea<\/h3>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- DAY 3 -->\n        <div id=\"day3\" class=\"tab-content\">\n            <h2 style=\"text-align: center; margin-bottom: 40px;\">Thursday, May 21, 2026 (UNESCO Tea Day)<\/h2>\n            <div class=\"timeline\">\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">08:30 - 09:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Opening of UNESCO Tea Day<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">09:35 - 10:15<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>UNESCO Heritage and Tea<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:20 - 11:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Presentation Sichuan<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">11:05 - 12:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Preservation and Genetic Resources<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">12:10 - 13:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-break\">Lunch<\/span>\n                        <h3>Lunch break<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">13:10 - 13:50<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Tea Culture in Peru<\/h3>\n                        <p>History and Perspectives.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">13:55 - 14:45<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Preservation of Gyokuro Culture<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">14:50 - 15:55<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Relief and Tea Landscapes of La R\u00e9union<\/h3>\n                        <p>Presentation on local landscapes.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">16:00 - 17:55<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Award Ceremony and Handover<\/h3>\n                        <p>Announcement of the 2027 Edition.<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">18:00 - 21:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Closing Cocktail Reception<\/h3>\n                        <p>Artistic Performances, Tastings, and Meetings.<\/p>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <!-- MODAL FOR WOK -->\n    <div id=\"wokModal\" class=\"modal-overlay\">\n        <div class=\"modal-content\">\n            <span class=\"close-modal\" onclick=\"closeWokModal()\">&times;<\/span>\n            <h2>Construction of the Tea Wok<\/h2>\n            <p>A founding moment unfolds at the heart of the International Tea Symposium.<\/p>\n            <p>You step into a sequence that sets a clear direction. To recognize tea as a shared heritage among peoples.<\/p>\n            <p>This initiative takes shape through the commitment of UNESCO-UNESCO Community Association, the French Tea Producers Association, the Hadong Tea Producers Association, with the support of Mairie de Saint-Joseph.<\/p>\n            <p>At the center, a simple gesture. The construction of a Tea Wok.<\/p>\n            <p>A direct symbol of friendship between nations and of safeguarding tea. Each region lays a brick. Each brick carries a clear commitment.<\/p>\n            <p>To transmit. To preserve. To sustain tea cultures.<\/p>\n            <p>The Wok takes shape before your eyes. It becomes a material presence. It becomes a landmark. A space of memory. A meeting point between traditions, territories, and generations.<\/p>\n            <br>\n            <p><em>This initiative aligns with the principles of the Convention for the Safeguarding of the Intangible Cultural Heritage led by UNESCO.<\/em><\/p>\n            <p>It turns principles into concrete actions. This place remains. It is passed on.<\/p>\n            <p><strong>One region, one brick. One humanity, one heritage.<\/strong><\/p>\n            <h3 style=\"margin-top: 20px; text-align: center;\">Tea is a universal common good.<\/h3>\n        <\/div>\n    <\/div>\n\n    <script>\n        function openTab(tabId) {\n            document.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active'));\n            document.querySelectorAll('.tab-btn').forEach(b => b.classList.remove('active'));\n            document.getElementById(tabId).classList.add('active');\n            event.currentTarget.classList.add('active');\n        }\n        function openWokModal() { document.getElementById('wokModal').classList.add('active'); }\n        function closeWokModal() { document.getElementById('wokModal').classList.remove('active'); }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Official Program &#8211; International Tea Symposium 2026 Official Program 19, 20 &#038; 21 May 2026 \u00b7 Saint-Joseph, La R\u00e9unionA transversal approach between Science, Education, Culture, and Heritage. Day 1 &#8211; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-201","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"ticketed":false,"_links":{"self":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages\/201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/comments?post=201"}],"version-history":[{"count":25,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages\/201\/revisions"}],"predecessor-version":[{"id":576,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages\/201\/revisions\/576"}],"wp:attachment":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/media?parent=201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}