Lahiri, P. and Li, H. (2009), An adaptive hierarchical Bayes quality measurement plan, Applied Stochastic Models in Business and Industry, DOI. 10.1002/asmb.778.
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;
});
});