58 F
Los Angeles
Tuesday, Apr 1, 2025

Law Firm Helps Fight Antisemitism

Downtown-based Gibson, Dunn & Crutcher LLP has teamed up with a handful of other organizations nationwide to offer legal protection services to university students experiencing antisemitism.

The Campus Antisemitism Legal Line, or CALL, is a free legal protection helpline for Jewish students. The team running the helpline will coordinate volunteer lawyers from Gibson Dunn, Morgan Lewis & Bockius and other firms to provide assistance to students who claim to have experienced hate attacks that may require legal action.

The action comes in the wake of the Oct. 7 attacks against Israel by Hamas operatives who invaded from the Gaza Strip, massacring more than 1,400 Israelis and foreign nationals and provoking an ongoing war between the two parties. The coalition cited a significant rise in antisemitic attacks and incidents as the reason for forming.

“There is no place for antisemitism, racism, Islamophobia or hate of any kind in a just and humane society,” Gibson Dunn managing partner Barbara Becker said in a statement. “We believe it is our responsibility and privilege to provide free legal services to communities in need, and this collaboration will serve that mission and help keep students safe.”

Other organizations involved in the CALL service include Hillel International, the Anti-Defamation League and the Louis D. Brandeis Center for Human Rights Under Law. A variety of Jewish campus organizations have offered support to the group, and CALL is actively seeking additional volunteer attorneys, firms and companies to join in the effort.

A recent Hillel International survey indicated that 56% of polled Jewish students feel unsafe on their college campuses, and 25% of respondents said there has been violence or hateful acts on their campuses since Oct. 7. The ADL Center on Extremism, meanwhile, has reported a significant increase of reported harassment, vandalism and assault targeting Jewish people, businesses and institutions over the same period of time from last year.

“We don’t need a cancel culture on campus. We need a consequences culture,” said ADL chief executive Jonathan Greenblatt in a statement. “No longer will anyone be able to harass Jewish students with impunity, and no longer will a university or school be able to just look the other way.”

Hannah Welk
Hannah Welk
Hannah (Madans) Welk is the editor-in-chief at the Los Angeles Business Journal and Inside The Valley (formerly the San Fernando Valley Business Journal). She previously covered real estate for the Los Angeles Business Journal. She has done work with publications including The Orange County Register, The Real Deal and doityourself.com.

Featured Articles

Related Articles

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