T. E. Raghunathan and D. S. Siscovick, Combining exposure information from multiple sources in the analysis of a case control study. Journal of Royal Statistical Society, Series D, The Statistician, 1998, 47:333-367.
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;
});
});