American Stories Past and Present

The National Park Service with its rich cultural resource programs preserves the stories of all Americans reaching back to the Paleo-Indians first setting foot in North America 12,000 years ago leading up to our nation's present diverse and complex cultures.
 
Operating a hand drill at Vultee-Nashville, woman is working on a "Vengeance" dive bomber, Tennessee
Telling All Americans' Stories

These stories and sites are multi-faceted projects explore the legacies of all Americans, including underrepresented groups.

Last updated: September 20, 2022

'; if(hasSocialMedia == 1) { jQuery("#sml_position").replaceWith(outputSocialMedia); } }); }); // check for Experience More Content var subsiteURL = "/portals/history/"; var max_display = 3; jsonSrc = subsiteURL+"experience_more_history.json?v="+Date.now(); jQuery.getJSON( jsonSrc, function( data ) { var has_related_content = 0; var output_related_content = '

Experience More

'; if ( data.RELATED_SUBS.length ) { // Subjects output_related_content += '

Subjects

    '; var display_total = data.RELATED_SUBS.length; if ( display_total > max_display ) { display_total = max_display; } for ( var i = 0; i ${data.RELATED_SUBS[i].name}`; has_related_content = 1; } output_related_content += '
'; } if ( data.RELATED_PARKS.length ) { // Parks output_related_content += '

Parks

    '; var display_total = data.RELATED_PARKS.length; if ( display_total > max_display ) { display_total = max_display; } for ( var i = 0; i ${data.RELATED_PARKS[i].name}`; has_related_content = 1; } output_related_content += '
'; } if ( data.RELATED_ORGS.length ) { // Organizations output_related_content += '

Organizations

    '; var display_total = data.RELATED_ORGS.length; if ( display_total > max_display ) { display_total = max_display; } for (var i = 0; i ${data.RELATED_ORGS[i].name}`; } else { output_related_content += '
  • '+data.RELATED_ORGS[i].name+'
  • '; } has_related_content = 1; } output_related_content += '
'; } output_related_content += '
'; if(has_related_content == 1) { jQuery("#related_content_position").replaceWith(output_related_content); } });