Montaquila, J.M., Hsu, V., and Brick, J.M. (2011). Using a "match rate" model to predict areas where USPS-based address lists may be used in place of traditional listing. Public Opinion Quarterly, 75, 317-335.
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;
});
});