Jack Devando and Nick Mottillo | Tour-Ed Coal Mine and Museum
\n
\n
\n
\n
\n
\nOn episode 4 of the podcast, curator Jamie Stoner of the Allegheny-Kiski Valley Historical Society and Heritage Museum talks with Jack Devando and Nick Mottillo, former coal miners turned public historians and tour guides at Tour-Ed Coal Mine and Museum in Tarentum, Pennsylvania.
\n
\nPresent-day Tour-Ed Mine began as early as 1850, feeding coal to the region\u2019s iron and steel industries. \xa0In the 1970s, mine owner Ira Wood closed the mine and devoted its existence to local industrial history education. \xa0Since the mine became an interactive museum, it has accommodated more than a million visitors.
\n
\n
\n
\nThis episode was recorded August 13, 2016 in Tarentum, Pennsylvania. Host: Jamie Stoner.\xa0 Guest: Jack DeVando, Nick Melito.\xa0 Audiography: Kevin Farkas, Bryan Chemini.\xa0 Music: Siren (\u201cLet You Know\u201d), Shoreline (\u201cWeeks\u201d), Alexander White (\u201cWhat We Saw\u201d), Aleksey Chistilin (\u201cSunday\u201d), Walker Winn (\u201cI Am A Pilgrim\u201d) available at Soundcloud.com.\xa0 Other sound: Roadtrippers.com (\u201cAt the Tour-Ed Coal Mine Museum you'll descend half a mile underground\u201d), available on YouTube.com. \xa0\xa92017 Alle-Kiski Chronicle Podcast/TSVP. All rights reserved.
\n
\n
\n
\n
\n
\n
\n
\nOTHER WAYS TO FIND THE PODCAST
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n
\n\tjQuery(document).ready(function() {
\n\t\tjQuery('#slider_3067').owlCarousel({
\n\t\t\tresponsive:{
\n\t\t\t\t0:{ items:1 },
\n\t\t\t\t480:{ items:2 },
\n\t\t\t\t768:{ items:3 },
\n\t\t\t\t980:{ items:4 },
\n\t\t\t\t1200:{ items:4 },
\n\t\t\t\t1500:{ items:4 }
\n\t\t\t},
\n\t\t\tautoplay : true,
\n\t\t\tautoplayTimeout : 3000,
\n\t\t\tautoplayHoverPause : true,
\n\t\t\tsmartSpeed : 400,
\n\t\t\tfluidSpeed : 400,
\n\t\t\tautoplaySpeed : 400,
\n\t\t\tnavSpeed : 400,
\n\t\t\tdotsSpeed : 400,
\n\t\t\tloop : true,
\n\t\t\tnav : true,
\n\t\t\tnavText : ['Previous','Next'],
\n\t\t\tdots : true,
\n\t\t\tresponsiveRefreshRate : 200,
\n\t\t\tslideBy : 1,
\n\t\t\tmergeFit : true,
\n\t\t\tautoHeight : false,
\n\t\t\tmouseDrag : true,
\n\t\t\ttouchDrag : true
\n\t\t});
\n\t\tjQuery('#slider_3067').css('visibility', 'visible');
\n\t\tsa_resize_slider_3067();
\n\t\twindow.addEventListener('resize', sa_resize_slider_3067);
\n\t\tfunction sa_resize_slider_3067() {
\n\t\t\tvar min_height = '50';
\n\t\t\tvar win_width = jQuery(window).width();
\n\t\t\tvar slider_width = jQuery('#slider_3067').width();
\n\t\t\tif (win_width < 480) {
\n\t\t\t\tvar slide_width = slider_width / 1;
\n\t\t\t} else if (win_width < 768) {
\n\t\t\t\tvar slide_width = slider_width / 2;
\n\t\t\t} else if (win_width < 980) {
\n\t\t\t\tvar slide_width = slider_width / 3;
\n\t\t\t} else if (win_width < 1200) {
\n\t\t\t\tvar slide_width = slider_width / 4;
\n\t\t\t} else if (win_width < 1500) {
\n\t\t\t\tvar slide_width = slider_width / 4;
\n\t\t\t} else {