Schenker, N., Ed. (1993), "Undercount in the 1990 Census," Journal of the American Statistical Association, 88, 1044-1166 (editorial introduction, 1044-1046).
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;
});
});