{"id":5265,"date":"2024-06-05T14:29:45","date_gmt":"2024-06-05T14:29:45","guid":{"rendered":"https:\/\/conferences.sigappfr.org\/payments\/?page_id=5265"},"modified":"2024-08-20T14:48:05","modified_gmt":"2024-08-20T14:48:05","slug":"ideas-2024-registration-fees","status":"publish","type":"page","link":"https:\/\/conferences.sigappfr.org\/payments\/ideas-2024-registration-fees\/","title":{"rendered":"IDEAS 2024 Registration Fees"},"content":{"rendered":"<p>[vc_row][vc_column][vc_column_text]<strong style=\"font-size: larger;\">In order to enter the Online Registration and Payment System, please click the following link: <a style=\"color: #ffbb00;\" href=\"https:\/\/conferences.sigappfr.org\/payments\/ideas2024\/\">IDEAS\u201924 Registration<\/a><\/strong><\/p>\n<style>.circular-button {border: none;border-radius: 50%;background-color: #ffbb00;color: white;cursor: pointer;padding:0;width:22px; height:22px;}.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); justify-content: center; align-items: center; z-index: 1; }.popup { background-color: white; padding: 20px; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); z-index: 2; }<\/style>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<table style=\"border: 1px solid #2ea3f2; height: 231px; width: 65%; margin-left: auto; margin-right: auto;\" border=\"1px solid rgb(46, 163, 242)\">\n<tbody>\n<tr style=\"height: 47px;\">\n<td style=\"border: 1px solid #2ea3f2; height: 47px;\"><\/td>\n<td style=\"border: 1px solid #2ea3f2; height: 47px;\">\u00a0Registration Fees<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><button class=\"circular-button remark1\">?<\/button> <strong><a href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/full-registration-2\/\">Full registration<\/a><\/strong><\/p>\n<p><small>* Registration fees include: participation in conference sessions and coffee breaks, lunches, welcome reception, excursion and gala dinner.<\/small><\/td>\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><a style=\"color: #ffbb00;\" href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/full-registration-2\/\">\u20ac 650<\/a><\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><strong><a href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/extra-page-2\/\">Extra page<\/a><\/strong><\/td>\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><a style=\"color: #ffbb00;\" href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/extra-page-2\/\">\u20ac 100 <\/a><\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><strong><a href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/gala-diner-2\/\">Gala diner<\/a><\/strong><\/td>\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><a style=\"color: #ffbb00;\" href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/gala-diner-2\/\">\u20ac 100<\/a><\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><strong><a href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/excursion-3\/\">Excursion<\/a><\/strong><\/td>\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><a style=\"color: #ffbb00;\" href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/excursion-3\/\">\u20ac 60<\/a><\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><strong><a href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/welcome-reception-2\/\">Welcome reception<\/a><\/strong><\/td>\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><a style=\"color: #ffbb00;\" href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/welcome-reception-2\/\">\u20ac 30<\/a><\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><strong><a href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/lunch-ticket-3\/\">Lunch ticket<\/a><\/strong><\/td>\n<td style=\"border: 1px solid #2ea3f2; height: 23px;\"><a style=\"color: #ffbb00;\" href=\"https:\/\/conferences.sigappfr.org\/payments\/product\/lunch-ticket-3\/\">\u20ac 30<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div id=\"popupOverlay\" class=\"overlay\">\n<div class=\"popup\">\n<p id=\"popupText\">Popup content goes here.<\/p>\n<p><button class=\"close-button\">Close<\/button><\/p>\n<\/div>\n<\/div>\n<p><script>\ndocument.addEventListener('DOMContentLoaded', function() {\nvar buttons = document.querySelectorAll('.circular-button');\nconsole.log(\"here\");\nconsole.log(buttons);\nvar remark1 = '* Registration fees include: access to the conference sessions, conference material, conference proceedings, daily coffee breaks,\u00a0 lunch, excursion, welcome reception and gala dinner.<br \/>';\nvar remark2 = '* Registration concerns ONLY second, next author, or non-author.<br \/>';\nbuttons.forEach(function(button, index) {\n        button.addEventListener('click', function() {\n            \/\/ Get the current classes of the button\n            var buttonClasses = this.classList;\n            \/\/ Initialize an empty array to store the messages\n            var messages = [];\n            if (buttonClasses.contains('remark1')) {\n                messages.push(remark1);\n            }\n            if (buttonClasses.contains('remark2')) {\n                messages.push(remark2);\n            }\n            \/\/ Open the popup with the combined messages\n            openPopup(messages.join('\\n'));\n        });\n });\nvar close_buttons = document.querySelectorAll('.close-button');\nclose_buttons.forEach(function(button, index) {\n        button.addEventListener('click', function() {\n            closePopup();\n        });\n })\n});\nfunction openPopup(text) {\n        \/\/ Set the popup text\n        document.getElementById('popupText').innerHTML = text;\n        \/\/ Show the overlay\n        document.getElementById('popupOverlay').style.display = 'flex';\n    }\nfunction closePopup() {\n        \/\/ Hide the overlay\n        document.getElementById('popupOverlay').style.display = 'none';\n    }\n<\/script>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text]In order to enter the Online Registration and Payment System, please click the following link: IDEAS\u201924 Registration &nbsp; &nbsp; &nbsp; \u00a0Registration Fees ? Full registration * Registration fees include: participation in conference sessions and coffee breaks, lunches, welcome reception, excursion&#8230;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/pages\/5265"}],"collection":[{"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/comments?post=5265"}],"version-history":[{"count":13,"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/pages\/5265\/revisions"}],"predecessor-version":[{"id":5483,"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/pages\/5265\/revisions\/5483"}],"wp:attachment":[{"href":"https:\/\/conferences.sigappfr.org\/payments\/wp-json\/wp\/v2\/media?parent=5265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}