Tourangeau, R., Groves, R., Kennedy C., and Yan, T. (2009). “The Presentation of the Survey, Nonresponse, and Measurement Error.” *Journal of Official Statistics*, 25, 299-321.
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;
});
});