"Data Collection Mode and Social Desirability Bias in Self-Reported Religious Attendance," American Sociological Review, v. 63 (1998): 137-145 (with L. Stinson).
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;
});
});