This user account status is Approved
Michel
DeGraff
Professor of Linguistics
32-D826

MIT Linguistics and Philosophy
77 Massachusetts Avenue, 32-D808
Cambridge, MA 02139, USA

Language, linguistics, education & knowledge production for decolonization & radical liberation

Professors Emeriti

Visiting Faculty

Postdoctoral Associates

In memoriam

"); jQuery('body').addClass('lingphil-no-sidebar-flip'); jQuery('body').addClass('lingphil-custom-um-profile'); /* Turn the title into an h1 so it will pick up styling from the theme and add a class so it's easy to tweak in css. */ jQuery('.um-page-user #content .entry-title').html( "

" + "Michel DeGraff" + "

" ); jQuery('.um-page-user #content .entry-title').removeClass('entry-title').addClass('phil-full-name'); /* Find the office address and replace it with a link to the office on whereis.mit.edu Note that this link will then be processed like all the others below so the icon becomes a link as well. */ jQuery(".um-field-office:visible").each(function(i){ var office = jQuery(this).find(".um-field-area .um-field-value").html(); var whereis = '' + office + ''; jQuery(this).find(".um-field-area .um-field-value").html(whereis); }); /* Make the.um-field-label icons have the same links as the items next to the icons. Only do this to the visible ones. Have to do the clone in order to be able to set the html to an empty string before the wrap happens or the original link text is added to the newly wrapped icon. */ jQuery(".um-profile-body .um-field:has(a):visible").each(function(i){ jQuery(this).find(".um-field-label-icon") .wrap(jQuery(this) .find(".um-field-value a").clone().html("")); }); /* Combine the online papers and bibliography links so the text is the label and the href is the link. */ jQuery(".um-profile.um-viewing .um-field-online_papers," + " .um-profile.um-viewing .um-field-bibliography_link").each(function(i){ jQuery(this).find(".um-field-value a").html( jQuery(this).find(".um-field-label label").html() ) }); /* Copy the bibliography into the online papers */ jQuery(".um-profile.um-viewing .um-field-online_papers .um-field-value").append( " | " + jQuery(".um-profile.um-viewing .um-field-bibliography_link .um-field-value").html() ); jQuery(".um-profile.um-viewing .um-field-bibliography_link").remove(); jQuery(".um-profile.um-viewing .um-field-online_papers") .removeClass("um-field-online_papers") .addClass("um-field-papers_bibliography") .attr("data-key", "papers_bibliography"); });