Carleton Young | Voices From the Attic
\n
\n
\n
\n
\n
\nOn episode 9 of the podcast, historian Carleton Young of Pittsburgh, Pennsylvania presents his book,\xa0Voices From the Attic: The Williamstown Boys in the Civil War--a fascinating account of discovering family letters from the Civil War and retracing American history through eye-witness accounts by his ancestors.\xa0 \xa0\xa0
\n
\n
\n
\nThis episode was recorded\xa0April 23, 2017 at the Allegheny-Kiski Valley Historical Society and Heritage Museum, Tarentum, Pennsylvania. Host: Kevin Farkas. Guest: Carleton Young, with Jim Thomas. \xa0Audiography: Kevin Farkas.\xa0Music (available on Soundcloud.com): CR Ensemble (\u201cScript\u201d), Alexander White (\u201cWhat We Saw\u201d), Alfred Farrugia (Granular"). \xa92017 Alle-Kiski Chronicle Podcast/TSVP. All rights reserved.
\n
\n
\n
\n
\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 {
\n\t\t\t\tvar slide_width = slider_width / 4;
\n\t\t\t}
\n\t\t\tslide_width = Math.round(slide_width);
\n\t\t\tvar slide_height = '0';
\n\t\t\tif (min_height == 'aspect43') {
\n\t\t\t\tslide_height = (slide_width / 4) * 3;\t\t\t\tslide_height = Math.round(slide_height);
\n\t\t\t} else if (min_height == 'aspect169') {