“The Growth of Survey Research in the United States: Government-Sponsored Surveys, 1984-2004,” Social Science Research, v. 40 (2011): 1019-1024 (with S. McCulloch).
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;
});
});