The Social Voice Project

The Social Voice Project


Veteran Voices: The Oral History Podcast – Episode 36

February 26, 2017

John Paul Deley | Oral History Transcriptions 
On Episode 36 of Veteran Voices: The Oral History Podcast, we talk about transcribing oral history interviews with John Paul Deley, Director of the Detre Library & Archives at the Senator John Heinz History Center in Pittsburgh, Pennsylvania.

 

 

John Paul Deley is enthusiastic about preserving history.  As head of the Senator John Heinz History Center’s Detre Library and Achive, his passion for saving public history is more than a job, it’s been a calling for nearly four decades.

In this episode, John Paul explains the importance of preserving oral histories through written transcripts, a particularly useful platform that not only  serves scholars and historians, but also the public.  The Heinz History Center’s expertise and rigorous methodology applied to producing written transcripts is unsurpassed.

This episode was recorded at the Heinz History Center in Pittsburgh, Pennsylvania. It is a production of The Social Voice Podcast Network. Host: Kevin Farkas. Audiography: Kevin Farkas. Music (available on Soundcloud.com): Codie LaLonde (“Clouds”), Zippo for Wisdom (“Japanese Gal Riddim”). ©Veteran Voices: The Oral History Podcast/The Social Voice Project, Inc.  All rights reserved.

 

 

 

OTHER WAYS TO FIND THE PODCAST

jQuery(document).ready(function() {
jQuery('#slider_3642').owlCarousel({
responsive:{
0:{ items:1 },
480:{ items:2 },
768:{ items:3 },
980:{ items:4 },
1200:{ items:4 },
1500:{ items:4 }
},
autoplay : true,
autoplayTimeout : 5000,
autoplayHoverPause : true,
smartSpeed : 200,
fluidSpeed : 200,
autoplaySpeed : 200,
navSpeed : 200,
dotsSpeed : 200,
loop : true,
nav : true,
navText : ['',''],
dots : true,
responsiveRefreshRate : 200,
slideBy : 1,
mergeFit : true,
autoHeight : false,
mouseDrag : true,
touchDrag : true
});
jQuery('#slider_3642').css('visibility', 'visible');
sa_resize_slider_3642();
window.addEventListener('resize', sa_resize_slider_3642);
function sa_resize_slider_3642() {
var min_height = '50';
var win_width = jQuery(window).width();
var slider_width = jQuery('#slider_3642').width();
if (win_width < 480) {
var slide_width = slider_width / 1;
} else if (win_width < 768) {
var slide_width = slider_width / 2;
} else if (win_width < 980) {
var slide_width = slider_width / 3;
} else if (win_width < 1200) {
var slide_width = slider_width / 4;
} else if (win_width < 1500) {
var slide_width = slider_width / 4;
} else {