"Changes in Unemployment Duration and Labor Force Attachment," with R. Shimer, in A.B. Krueger and R. M Solow, eds., The Roaring Nineties, New York: The Russell Sage Foundation, 2002, pp. 367-420.
var url = document.location.toString();
if (url.match('#')) {
$('.nav-tabs a[href="#' + url.split('#')[1] + '"]').tab('show');
}
// Change hash for page-reload
$('.nav-tabs a').on('shown.bs.tab', function (e) {
window.location.hash = e.target.hash;
});
});