Lee, S., Nguyen, H.A., and Tsui, J. (2011) "Interview Language: A Proxy Measure for Acculturation among Asian Americans in a Population-based Survey." Journal of Immigrant and Minority Health, 13(2): 244-252.
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;
});
});