"Experiments in Producing Nonresponse Bias," Public Opinion Quarterly, v. 70 (2006): 720-736 (with R. Groves, M. Couper, E. Singer, R. Tourangeau, G. Acosta, and L. Nelson).
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;
});
});