"Consequences of Reducing Nonresponse in a National Telephone Survey," Public Opinion Quarterly, v. 64 (2000): 125-148 (with S. Keeter, C. Miller, A. Kohut, and R. Groves).
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;
});
});