53.9 F
Los Angeles
Saturday, Apr 26, 2025

Silicon Beach Regional Report: LMU Announces New Playa Vista Campus

Loyola Marymount University, Silicon Beach’s own University, has leased more than 50,000 square feet of space for its new LMU Playa Vista Campus, expanding the university’s Silicon Beach presence, President Timothy Law Snyder, Ph.D., announced today. Through a long-term lease agreement with Tishman Speyer at The Brickyard Playa Vista, LMU will design learning and creative spaces in preparation for a fall 2018 opening.

LMU Playa Vista Campus will house graduate programs for LMU School of Film and Television, ranked No. 6 in USA Today’s national film school rankings. LMU will also offer spaces for academic and creative activities and events, placing students and faculty members in the heart of L.A.’s tech innovation and creativity hub.

“LMU Playa Vista Campus is a game-changer,” Snyder said. “As the University of Silicon Beach, our industry partnerships, immersive and interdisciplinary learning opportunities, career pathways, and ideal location are unmatched. LMU is already a crucible of creativity, where world-changing ideas are imagined and formed. Silicon Beach is one of the world’s fastest-growing startup ecosystems, an ideal counterpart for LMU as the definitive center for global imagination and its impacts.”

LMU School of Film and Television will continue to partner and expand upon its programs and initiatives in Silicon Beach, preparing LMU students for careers in the creative economy. The school will also develop dynamic creator spaces for students and the greater community. LMU has longstanding programs and relationships that interconnect the university to Playa Vista, including LMU M-School Institute of Marketing, LMU Center for Urban Resilience, LMU Fred Kiesner Center for Entrepreneurship, and LMU School of Education’s Family of Schools. LMU will explore other academic areas and initiatives that may benefit by proximity to the Playa Vista culture and industry.

Designed by local architect Michael Maltzan with Gensler, The Brickyard is named for its white-glazed brick exteriors. The 425,300-sf campus will include offices, retail space, parking and other amenities.

“LMU Playa Vista Campus is a game-changer.” TIMOTHY LAW SNYDER, President

LMU Playa Vista Campus is located at 12105 West Waterfront Drive in Playa Vista. With the iconic bell tower and bluff letters nearby, the new campus marks the university’s third location, including the Westchester campus in Silicon Beach and Loyola Law School downtown.

Learn more at LMU.edu.

Featured Articles

Related Articles

Author ' + // 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 -->