Top of page

Student Awarded 2024 Nancy A. Hardesty Memorial Scholarship

The following is an excerpt from the official announcement published by Christian Feminism Today. The eleventh annual Nancy A. Hardesty Memorial Scholarship, sponsored by Christian Feminism Today, has been awarded to Mallory Challis, a Master of Divinity student studying at Wake Forest School of Divinity […]

Categories: Awards, News


Wake Forest University School of Divinity Hiring Two Gilead COMPASS Initiative® Faith Coordinating Center Positions

Executive Director, Gilead COMPASS Initiative® Faith Coordinating Center, School of Divinity The Executive Director is responsible for the intellectual leadership, theological vision, and operational effectiveness of the Faith Coordinating Center and deploying strategies among faith communities to address HIV/AIDS in the Southern United States. In […]

Categories: News


Archives

(function($) { $.expr[':'].Contains = function(a,i,m){ return (a.textContent || a.innerText || "").toLowerCase().indexOf(m[3].toLowerCase())>=0; }; $('#mySearch').bind('keyup',function(e){ if(e.keyCode == 13){ myFilter(); } }); $('#filter').bind('click keyup',function(){ myFilter(); }); $('#reset').bind('click keyup',function(){ $('#mySearch').val(''); myFilter(); }); function myFilter() { $rc = $('#resultCount'); var keyword = $('#mySearch').val(); if(keyword == ''){ $('#faculty-list p').show(); $rc.find('.info').text('Displaying all faculty.'); $rc.hide(); return; } console.log(keyword); var $matches = $('#faculty-list strong:Contains("'+keyword+'")'); $rc.find('.count').text($matches.length); if( $matches.length > 0 ){ $('#faculty-list p').hide(); $matches.parent().show(); $rc.find('.info').text(''); }else{ $('#faculty-list p').show(); $rc.find('.info').text('Displaying all faculty.'); } $rc.show(); } })( jQuery );