"Knowing versus Feeling as Factors in Willingness to Report Information to the Census," Social Science Research, v. 29 (2000): 140-147 (with E. Singer and J. Hoewyk).
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;
});
});