"Divergent Trends in Alternative Wage Series," with J. Spletzer and J. Stewart, in J.C. Haltiwanger, M. Manser and R. Topel, eds., Labor Statistics Measurement Issues, Chicago: University of Chicago Press, 1998, pp. 293-325.
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;
});
});