78.2 F
San Fernando
Tuesday, May 13, 2025

CSUN President Dianne Harrison Retires

Dianne Harrison, president of California State University – Northridge, announced on Thursday her decision to leave her position at the college effective June 30 next year. The decision comes on the heels of California State University Chancellor Timothy White announcing his departure last month. CSU will launch a national search in January for Harrison’s successor; CSU Trustee Chairman Adam Day and White will choose a committee made up of campus and community stakeholders, who will be announced at a later date, CSU said. An open forum will be held on campus for campus and community input. Harrison has been in the higher education field for 44 years, and was the first woman to lead California State University – Monterey Bay, before taking on her role at Northridge. Prior to her work at CSU, Harrison held a variety of roles at Florida State University for nearly 30 years. She has served on more than 80 boards and committees of national, state and local organizations, including the American Council on Education, American Association of State Colleges and Universities and Second Nature. Harrison plans to “continue advocating nationally for social justice, educational accessibility, sustainability and improvements in mental health care, and perhaps enjoy a bit more time with my grandkids,” she said in a statement. “My husband John and I have tremendous appreciation for the incredible support you have shown to us, and the opportunity to serve the students, faculty, staff, alumni and friends of CSUN since 2012, and the CSU since 2006,” she added. “It has been an honor and privilege to lead our great institution for almost eight years.” “Under her leadership nearly 2,000 additional students are graduating every year and nearly 60,000 students have earned degrees,” White noted in a separate statement from CSU. “The leading civic and economic development organizations from throughout greater Los Angeles have lauded CSUN’s expanded positive impact on the economy and development of a 21st century workforce during her tenure.” Other noteworthy college leadership departures in the San Fernando Valley area include California Lutheran University President Chris Kimball, who announced he would step down from his role at the end of the academic year, and Sumantra Sengupta, assistant dean of the management school at Cal Lutheran, who has resigned his position effective Dec. 2.

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 -->