84.9 F
San Fernando
Monday, Jan 6, 2025

IOC to Award 2024 and 2028 Summer Games to Paris, Los Angeles

The executive board of the International Olympic Committee on Friday announced its intent to award the 2024 and 2028 Summer Olympic Games to Paris and Los Angeles, all but guaranteeing Los Angeles will host the Games in 11 years. The long-expected recommendation to make a simultaneous award of two Summer Games to the two finalist candidate cities was announced at the conclusion of the IOC’s board meeting in Lausanne, Switzerland. The decision is expected to be formalized at a special meeting next month. While the IOC board did not recommend which city will get the Summer Games in which year, Paris officials have repeatedly said they are not willing to host the Games in 2028, while Los Angeles Mayor Eric Garcetti has said his city would be willing to do so. So, barring unexpected developments, Los Angeles will be awarded the 2028 Summer Games. “The situation of these candidature for 2024, having two such great cities and such great countries, having two candidatures which are really enthusiastic and really promoting the Olympic Games and Olympic Spirit in a great way – this represents a golden opportunity for the Olympic Games and the IOC,” IOC President Thomas Bach said in a statement released at a press conference after the Lausanne meeting. After the announcement, L.A’s Olympic bid committee released a joint statement from Garcetti and committee president Casey Wasserman. “We welcome the IOC Executive Board’s decision to recognize two excellent bids from two of the world’s greatest cities,” Garcetti and Wasserman said in the statement. “With no new permanent venues to build and unwavering public support, Los Angeles is an eternal Olympic city and ideal partner for the IOC.” L.A.’s $5.3 billion bid, which relies heavily on private funding, requires the construction of only one temporary venue for rowing events; bid committee officials last year ditched a $1 billion-plus plan to build a new Olympic Village and instead use existing dormitories and housing around the UCLA campus. L.A.’s reliance on existing venues and its comparatively slimmed down budget – previous Olympic Games have run up tabs into the tens of billions of dollars – has made it an especially attractive bid as other cities and countries have shied away because of the costs. IOC officials have said they intend to revamp the bidding process to focus more on delivering cost-effective Games. The Wall Street Journal last month reported that in exchange for agreeing to wait until 2028, the IOC would give Los Angeles funding for youth sports programs and some financial assistance to defray the costs of maintaining an Olympic host committee for an additional four years.

Featured Articles

Related Articles

' + // image style settings '
' + 'tagDiv image style' + '' + '
' + ''; //inject our settings in the template - before
td_template_content = td_template_content.replace('
', td_our_content + '
'); //save the template jQuery('#tmpl-image-details').html(td_template_content); //modal off - click event jQuery(document).on( "click", ".td-modal-image-on", function() { if (jQuery(this).hasClass('active')) { return; } td_add_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); }); //modal on - click event jQuery(document).on( "click", ".td-modal-image-off", function() { if (jQuery(this).hasClass('active')) { return; } td_remove_image_css_class('td-modal-image'); jQuery(".td-modal-image-off").addClass('active'); jQuery(".td-modal-image-on").removeClass('active'); }); // select change event jQuery(document).on( "change", ".td-wp-image-style", function() { switch (jQuery( ".td-wp-image-style").val()) { default: td_clear_all_classes(); //except the modal one jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } }); //util functions to edit the image details in wp-admin function td_add_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value + ' ' + new_class); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } function td_remove_image_css_class(new_class) { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); //try first with a space before the class var td_regex = new RegExp(" " + new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); var td_regex = new RegExp(new_class,"g"); td_extra_classes_value = td_extra_classes_value.replace(td_regex, ''); jQuery('*[data-setting="extraClasses"]').val(td_extra_classes_value); jQuery('*[data-setting="extraClasses"]').change(); //trigger the change event for backbonejs } //clears all classes except the modal image one function td_clear_all_classes() { var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (td_extra_classes_value.indexOf('td-modal-image') > -1) { //we have the modal image one - keep it, remove the others jQuery('*[data-setting="extraClasses"]').val('td-modal-image'); } else { jQuery('*[data-setting="extraClasses"]').val(''); } } //monitor the backbone template for the current status of the picture setInterval(function(){ var td_extra_classes_value = jQuery('*[data-setting="extraClasses"]').val(); if (typeof td_extra_classes_value !== 'undefined' && td_extra_classes_value != '') { // if we have modal on, switch the toggle if (td_extra_classes_value.indexOf('td-modal-image') > -1) { jQuery(".td-modal-image-off").removeClass('active'); jQuery(".td-modal-image-on").addClass('active'); } } }, 1000); })(); //end anon function -->