Top of page

The Margaret Woodford Guthrie Prize is an award established by Wiley C. Guthrie (’52) in memory of his wife. Recipients must have a superior scholarship record, a personality suited to the requirements of Christian ministry, and have effectively participated in the school’s activities.

Nomination Deadline:

Wednesday, April 16, 2025

Award Amount:

$2,000

TO COMPLETE YOUR NOMINATION, REVIEW THE CRITERION AND THEN COMPLETE THE FORM BELOW.

Criteria

  • A 3rd year MDiv student at Wake Forest University School of Divinity.
  • Exhibits outstanding academic performance.
  • Shows unusual promise for effectiveness in ministry both within the School of Divinity and in the community at large.
  • Demonstrates excellence in integrating academic study with constructive leadership and service.
  • Models the mission and values of the School of Divinity through participation in the community’s activities.
This field is for validation purposes and should be left unchanged.

(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 );