Rizzo, L., Brick, J.M., and Park, I. (2004). A minimally intrusive method for sampling persons in random digit dial surveys. Public Opinion Quarterly, 68(2), 267-274.
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;
});
});