West, B.T. and Sinibaldi, J. (Forthcoming in 2013). The Quality of Paradata: A Literature Review. Chapter 14 in Improving Surveys with Paradata: Analytic Uses of Process Information. Wiley Publishing.
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;
});
});