{"id":599,"date":"2025-02-11T14:11:45","date_gmt":"2025-02-11T14:11:45","guid":{"rendered":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/?page_id=599"},"modified":"2025-02-28T14:55:10","modified_gmt":"2025-02-28T14:55:10","slug":"general-overview","status":"publish","type":"page","link":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/plenary-sessions-on-demand\/general-overview\/","title":{"rendered":"General Overview"},"content":{"rendered":"    <div class=\"ituContainer grid\">\n        <div data-span=\"12\">\n                            \n<div class=\"wp-block-brblocks-magictools\" data-table-anchor=\"table\"><input type=\"text\" id=\"searchInput\" placeholder=\"Search...\"\/><button id=\"clearSearch\">Clear Search<\/button><table><tbody><\/tbody><\/table><\/div>\n                            <div class=\"ituContainer\">\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>                            <div class=\"ituContainer\">\n<hr class=\"wp-block-separator has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#00aae7;color:#00aae7\"\/>\n<\/div>                            \n<figure class=\"wp-block-flexible-table-block-table is-style-stripes\" id=\"table\"><table class=\"has-fixed-layout is-stacked-on-mobile\"><tbody><tr><td style=\"vertical-align:top;width:40%\"><strong><strong><strong>Opening remarks<\/strong><\/strong><\/strong><\/td><td style=\"width:40%\"><strong>Mario Maniewicz<\/strong><br>ITU BR Director<\/td><td style=\"width:20%\"><a href=\"https:\/\/www.itu.int\/en\/ITU-R\/Director\/Speeches\/Maniewicz\/WRS-24%20-%20%20Geneva%20-%20Opening%20remarks%20-%20BR%20Director%20-%202%20December%202024.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Presentation<\/a><br><a href=\"https:\/\/www.youtube.com\/watch?v=FqTw1ZPNVvs\" target=\"_blank\" rel=\"noreferrer noopener\">Video<\/a><\/td><\/tr><tr><td style=\"width:40%\"><strong><strong>ITU-R History<\/strong><\/strong><\/td><td style=\"width:40%\"><strong>Heather Heywood<\/strong><br>ITU IS<\/td><td style=\"width:20%\"><a href=\"https:\/\/www.itu.int\/en\/ITU-R\/seminars\/wrs\/Documents\/2024\/Presentations\/01-ITUHistory-Radio-WRS24.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Presentation<\/a><br><a href=\"https:\/\/www.youtube.com\/watch?v=5WoRfsBCrS0\" target=\"_blank\" rel=\"noreferrer noopener\">Video<\/a><\/td><\/tr><tr><td style=\"width:40%\"><strong>ITU-R Basics and Facts<\/strong><\/td><td style=\"width:40%\"><strong>Joanne Wilson<br><\/strong>Deputy to Director, BR<\/td><td style=\"width:20%\"><a href=\"https:\/\/www.itu.int\/en\/ITU-R\/seminars\/wrs\/Documents\/2024\/Presentations\/02-WRS-24%20ITU-R%20Basics%20and%20Facts%20-%20281124%20.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Presentation<\/a><br><a href=\"https:\/\/www.youtube.com\/watch?v=UqpTp_9Gi14\" target=\"_blank\" rel=\"noreferrer noopener\">Video<\/a><\/td><\/tr><tr><td style=\"width:40%\"><strong>World Radiocommunication Conference (WRC)<\/strong><\/td><td style=\"width:40%\"><strong>Philippe Aubineau<br><\/strong>SGD<\/td><td style=\"width:20%\"><a href=\"https:\/\/www.itu.int\/en\/ITU-R\/seminars\/wrs\/Documents\/2024\/Presentations\/05-WRCs%20by%20PhA.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Presentation<\/a><br><a href=\"https:\/\/www.youtube.com\/watch?v=gqTaZEtwX-s\" target=\"_blank\" rel=\"noreferrer noopener\">Video<\/a><\/td><\/tr><tr><td style=\"width:40%\"><strong>NOW4WRC27<\/strong><\/td><td style=\"width:40%\"><strong>Mehtap Dufour&nbsp;<\/strong>&amp;&nbsp;<strong>Ellie Xiuqi Wang<\/strong><br>SSD<\/td><td style=\"width:20%\"><a href=\"https:\/\/www.itu.int\/en\/ITU-R\/seminars\/wrs\/Documents\/2024\/Presentations\/09-NOW4WRC27_Updated_2024%201128.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">Presentation<\/a><br><a href=\"https:\/\/www.youtube.com\/watch?v=9dvVszGUFmQ\" target=\"_blank\" rel=\"noreferrer noopener\">Video<\/a><\/td><\/tr><\/tbody><\/table><\/figure>\n                    <\/div>\n    <\/div>\n\n\n\n<div class=\"wp-block-brblocks-code-editor\" data-selected-script=\"jquery\" data-code-content=\"    jQuery(document).ready(function($) {\n        $('table tr').each(function() {\n            const thirdColumn = $(this).find('td:nth-child(3)');\n            thirdColumn.contents().each(function() {\n                if (this.nodeType === 3) { \/\/ Node de type texte\n                    const text = $(this).text().trim();\n                    if (text === 'Video') {\n                        $(this).replaceWith('<span class=&quot;icon-text&quot;&gt;<i class=&quot;fas fa-video icon&quot;&gt;<\/i&gt; ' + text + '<\/span&gt;');\n                    } else if (text === 'Presentation') {\n                        $(this).replaceWith('<span class=&quot;icon-text&quot;&gt;<i class=&quot;fas fa-file-powerpoint icon&quot;&gt;<\/i&gt; ' + text + '<\/span&gt;');\n                    }\n                } else if (this.nodeType === 1 &amp;&amp; this.tagName === 'A') { \/\/ Node de type \u00e9l\u00e9ment et lien\n                    const linkText = $(this).text().trim();\n                    if (linkText === 'Video') {\n                        $(this).html('<span class=&quot;icon-text&quot;&gt;<i class=&quot;fas fa-video icon&quot;&gt;<\/i&gt; ' + linkText + '<\/span&gt;');\n                    } else if (linkText === 'Presentation') {\n                        $(this).html('<span class=&quot;icon-text&quot;&gt;<i class=&quot;fas fa-file-powerpoint icon&quot;&gt;<\/i&gt; ' + linkText + '<\/span&gt;');\n                    }\n                }\n            });\n\n            thirdColumn.find('.icon-text').hover(\n                function() {\n                    $(this).addClass('hover-effect');\n                },\n                function() {\n                    $(this).removeClass('hover-effect');\n                }\n            );\n        });\n    });\"><\/div>\n\n\n<div class=\"ituContainer\">\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n<style>\n    .icon-text {\n        color: #009cd8; \/* Couleur initiale *\/\n        transition: color 0.3s ease; \/* Transition pour un effet de changement de couleur en douceur *\/\n    }\n    .hover-effect {\n        color: #000; \/* Couleur au survol *\/\n    }\n<\/style>\n<\/div>\n\n\n<div class=\"wp-block-brblocks-code-editor\" data-selected-script=\"css\" data-code-content=\" @media screen and (max-width: 768px) {\n.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table&gt;table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table&gt;table tr td {\n    padding: 0.2em;\n    border-width: 0;\n    border-style: solid;\n    text-align: left;\n    vertical-align: top;\n    text-align: center !important;\n}\n}\"><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":598,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","_uag_custom_page_level_css":"","footnotes":""},"folder":[],"class_list":["post-599","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"gs-tiny":false,"xl":false,"xxl":false,"xxxl":false,"xxxxl":false,"xxxxxl":false,"gform-image-choice-sm":false,"gform-image-choice-md":false,"gform-image-choice-lg":false},"uagb_author_info":{"display_name":"mgaillard","author_link":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/author\/mgaillard\/"},"uagb_comment_info":0,"uagb_excerpt":null,"_links":{"self":[{"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/pages\/599","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/comments?post=599"}],"version-history":[{"count":0,"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/pages\/599\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/pages\/598"}],"wp:attachment":[{"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/media?parent=599"}],"wp:term":[{"taxonomy":"folder","embeddable":true,"href":"https:\/\/itu-app42363.pagelyhosting.com\/wrs-24\/wp-json\/wp\/v2\/folder?post=599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}