Interesting and Helpful Places
- efunda
(Engineering
Fundamentals) Impressive depth and breadth in materials, processes,
and formulas.
- Google
Earth Combines satellite imagery, maps, and the power of Google
Search to put the world's geographic information at your fingertips.
- Google
Scholar Search for scholarly literature, including peer-reviewed
papers, books, and technical reports.
- Dictionary.com
Dictionary and thesaurus.
- Wikipedia
Free encyclopedia; English version contains more than 883,000
articles.
- U.S.
Census Bureau A wealth of statistics from business and industry.
-
Scuba Diving Helpful resources and places where Terry Wohlers has
dove.

');
//}
$(function() {
$('.js-nav-search').on('click', function(e) {
e.stopPropagation();
$('.js-nav-search-box').show();
$('.js-nav-search').parent().toggleClass('active');
$('.Nav__subMenu--search input.gsc-input').focus();
});
$('html').click(function() {
if ($('.js-nav-search-box').is(':visible')) {
$('.js-nav-search-box').hide();
}
});
$('.js-nav-search-box').click(function(e) {
e.stopPropagation();
});
});